/external/python/pyyaml/lib/yaml/ |
D | dumper.py | 14 allow_unicode=None, line_break=None, argument 19 allow_unicode=allow_unicode, line_break=line_break) 32 allow_unicode=None, line_break=None, argument 37 allow_unicode=allow_unicode, line_break=line_break) 50 allow_unicode=None, line_break=None, argument 55 allow_unicode=allow_unicode, line_break=line_break)
|
D | cyaml.py | 56 allow_unicode=None, line_break=None, argument 61 allow_unicode=allow_unicode, line_break=line_break, 73 allow_unicode=None, line_break=None, argument 78 allow_unicode=allow_unicode, line_break=line_break, 90 allow_unicode=None, line_break=None, argument 95 allow_unicode=allow_unicode, line_break=line_break,
|
D | __init__.py | 159 allow_unicode=None, line_break=None): argument 169 allow_unicode=allow_unicode, line_break=line_break) 180 allow_unicode=None, line_break=None, argument 195 allow_unicode=allow_unicode, line_break=line_break, 218 allow_unicode=None, line_break=None, argument 235 allow_unicode=allow_unicode, line_break=line_break,
|
D | scanner.py | 1002 line_break = '' 1013 line_break = self.scan_line_break() 1021 if folded and line_break == '\n' \ 1026 chunks.append(line_break) 1044 chunks.append(line_break) 1241 line_break = self.scan_line_break() 1243 if line_break != '\n': 1244 chunks.append(line_break) 1323 line_break = self.scan_line_break() 1339 if line_break != '\n': [all …]
|
D | emitter.py | 39 allow_unicode=None, line_break=None): argument 92 if line_break in ['\r', '\n', '\r\n']: 93 self.best_line_break = line_break
|
/external/toolchain-utils/llvm_tools/ |
D | nightly_revert_checker_test.py | 52 tiny_render.line_break, 53 tiny_render.line_break, 66 tiny_render.line_break, 107 tiny_render.line_break, 108 tiny_render.line_break, 135 tiny_render.line_break,
|
D | nightly_revert_checker.py | 154 tiny_render.line_break, 155 tiny_render.line_break, 173 tiny_render.line_break,
|
/external/crosvm/swap/src/ |
D | logger.rs | 60 logger.line_break(); in create() 81 self.line_break(); in log_page_fault() 84 fn line_break(&mut self) { in line_break() method
|
/external/toolchain-utils/cros_utils/ |
D | tiny_render.py | 67 line_break = LineBreak() variable 113 _render_text_pieces([line_break, "- ", p], indent_level + 2, into) 137 if piece is line_break:
|
D | tiny_render_test.py | 42 tiny_render.line_break, 166 tiny_render.line_break,
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | text_advance_test.cpp | 92 const spv_position_t line_break = {1u, 5u, 5u}; in TEST() local 93 data.setPosition(line_break); in TEST()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/ |
D | text_advance_test.cpp | 92 const spv_position_t line_break = {1u, 5u, 5u}; in TEST() local 93 data.setPosition(line_break); in TEST()
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | text_advance_test.cpp | 92 const spv_position_t line_break = {1u, 5u, 5u}; in TEST() local 93 data.setPosition(line_break); in TEST()
|
/external/AFLplusplus/dictionaries/ |
D | creole.dict | 14 line_break="\\\\"
|
/external/pigweed/pw_console/py/pw_console/plugins/ |
D | clock_pane.py | 258 line_break = ('', '\n') 264 line_break,
|
/external/ImageMagick/MagickCore/ |
D | compress.c | 73 line_break; member 274 image->ascii85->line_break=(ssize_t) (MaxLineExtent << 1); in Ascii85Initialize() 324 image->ascii85->line_break--; in Ascii85Encode() 325 if ((image->ascii85->line_break < 0) && (*q != '%')) in Ascii85Encode() 328 image->ascii85->line_break=2*MaxLineExtent; in Ascii85Encode()
|
/external/toolchain-utils/rust_tools/ |
D | rust_watch.py | 277 body_pieces += [tiny_render.line_break, tiny_render.line_break]
|
/external/python/pyyaml/yaml/ |
D | _yaml.pxd | 255 yaml_break_t line_break)
|
D | _yaml.pyx | 906 allow_unicode=None, line_break=None, encoding=None, argument 924 if line_break is not None: 925 if line_break == '\r': 927 elif line_break == '\n': 929 elif line_break == '\r\n':
|