Home
last modified time | relevance | path

Searched refs:default_style (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/python/pyyaml/lib/yaml/
Ddumper.py12 default_style=None, default_flow_style=False, argument
23 Representer.__init__(self, default_style=default_style,
30 default_style=None, default_flow_style=False, argument
41 SafeRepresenter.__init__(self, default_style=default_style,
48 default_style=None, default_flow_style=False, argument
59 Representer.__init__(self, default_style=default_style,
Dcyaml.py54 default_style=None, default_flow_style=False, argument
64 Representer.__init__(self, default_style=default_style,
71 default_style=None, default_flow_style=False, argument
81 SafeRepresenter.__init__(self, default_style=default_style,
88 default_style=None, default_flow_style=False, argument
98 Representer.__init__(self, default_style=default_style,
Drepresenter.py18 def __init__(self, default_style=None, default_flow_style=False, sort_keys=True): argument
19 self.default_style = default_style
79 style = self.default_style
D__init__.py216 default_style=None, default_flow_style=False, argument
232 dumper = Dumper(stream, default_style=default_style,
/aosp_15_r20/external/pigweed/pw_console/py/pw_console/widgets/
H A Dtable.py132 default_style = 'bold'
146 fragments.append((default_style, name.title()[:width].ljust(width)))
149 fragments.append((default_style, 'Message'))
163 default_style = ''
250 else default_style
268 message_style = default_style
/aosp_15_r20/external/pigweed/pw_console/py/pw_console/
H A Dpigweed_code_style.py123 default_style = '' variable in PigweedCodeStyle
130 default_style = '' variable in PigweedCodeLightStyle
222 default_style = '' variable in Synthwave84CodeStyle
H A Dconsole_prefs.py323 sort_keys=True, default_style='', default_flow_style=False
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/chart/
Dseries.rs234 let default_style: TextStyle = default_font.into(); in draw() localVariable
239 temp.unwrap_or(default_style) in draw()
/aosp_15_r20/external/yapf/yapf/yapflib/
H A Dfile_resources.py95 def GetDefaultStyleForDir(dirname, default_style=style.DEFAULT_STYLE): argument
158 return default_style
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dstyle.py770 def __init__(self, default_style: "Style") -> None:
771 self._stack: List[Style] = [default_style]
Dsyntax.py408 default_style = self._theme.get_background_style() + self.background_style
409 return default_style
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dstyle.py770 def __init__(self, default_style: "Style") -> None:
771 self._stack: List[Style] = [default_style]
Dsyntax.py408 default_style = self._theme.get_background_style() + self.background_style
409 return default_style
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dstyle.py770 def __init__(self, default_style: "Style") -> None:
771 self._stack: List[Style] = [default_style]
Dsyntax.py408 default_style = self._theme.get_background_style() + self.background_style
409 return default_style
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dstyle.py770 def __init__(self, default_style: "Style") -> None:
771 self._stack: List[Style] = [default_style]
Dsyntax.py408 default_style = self._theme.get_background_style() + self.background_style
409 return default_style
/aosp_15_r20/external/yapf/yapftests/
H A Dfile_resources_test.py161 test_file, default_style='custom-default')
/aosp_15_r20/external/pdfium/fxjs/
H A Dcjs_field.h55 JS_STATIC_PROP(defaultStyle, default_style, CJS_Field)