/aosp_15_r20/external/python/pyyaml/lib/yaml/ |
D | dumper.py | 12 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,
|
D | cyaml.py | 54 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,
|
D | representer.py | 18 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__.py | 216 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 D | table.py | 132 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 D | pigweed_code_style.py | 123 default_style = '' variable in PigweedCodeStyle 130 default_style = '' variable in PigweedCodeLightStyle 222 default_style = '' variable in Synthwave84CodeStyle
|
H A D | console_prefs.py | 323 sort_keys=True, default_style='', default_flow_style=False
|
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/chart/ |
D | series.rs | 234 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 D | file_resources.py | 95 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/ |
D | style.py | 770 def __init__(self, default_style: "Style") -> None: 771 self._stack: List[Style] = [default_style]
|
D | syntax.py | 408 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/ |
D | style.py | 770 def __init__(self, default_style: "Style") -> None: 771 self._stack: List[Style] = [default_style]
|
D | syntax.py | 408 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/ |
D | style.py | 770 def __init__(self, default_style: "Style") -> None: 771 self._stack: List[Style] = [default_style]
|
D | syntax.py | 408 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/ |
D | style.py | 770 def __init__(self, default_style: "Style") -> None: 771 self._stack: List[Style] = [default_style]
|
D | syntax.py | 408 default_style = self._theme.get_background_style() + self.background_style 409 return default_style
|
/aosp_15_r20/external/yapf/yapftests/ |
H A D | file_resources_test.py | 161 test_file, default_style='custom-default')
|
/aosp_15_r20/external/pdfium/fxjs/ |
H A D | cjs_field.h | 55 JS_STATIC_PROP(defaultStyle, default_style, CJS_Field)
|