/external/toybox/toys/posix/ |
D | find.c | 88 int dir, plus, arglen, argsize, curly; member 120 if (aa->curly < 0) { in flush_exec() 124 int pos = aa->curly, rest = aa->arglen - aa->curly; in flush_exec() 130 rest = aa->arglen - aa->curly - 1; in flush_exec() 131 memcpy(newargs+pos, aa->argstart+aa->curly+1, sizeof(char *)*rest); in flush_exec() 521 aa->curly = -1; in do_find() 527 aa->curly = len; in do_find() 536 aa->curly!=-1 ? "\\;" : "{}"); in do_find()
|
D | sed.c | 280 int curly = 1; in sed_line() local 282 while (curly) { in sed_line() 284 if (command->c == '{') curly++; in sed_line() 285 if (command->c == '}') curly--; in sed_line()
|
/external/rust/crates/async-trait/tests/ui/ |
D | self-span.stderr | 13 | ^^^^ help: use curly brackets: `Self { /* fields */ }`
|
/external/unicode/additions/ |
D | emoji-zwj-sequences.txt | 164 1F9D1 200D 1F9B1 ; Emoji_ZWJ_Sequence ; person: curly hair 172 1F9D1 1F3FB 200D 1F9B1 ; Emoji_ZWJ_Sequence ; person: curly hair: light… 173 1F9D1 1F3FC 200D 1F9B1 ; Emoji_ZWJ_Sequence ; person: curly hair: mediu… 174 1F9D1 1F3FD 200D 1F9B1 ; Emoji_ZWJ_Sequence ; person: curly hair: mediu… 175 1F9D1 1F3FE 200D 1F9B1 ; Emoji_ZWJ_Sequence ; person: curly hair: mediu… 176 1F9D1 1F3FF 200D 1F9B1 ; Emoji_ZWJ_Sequence ; person: curly hair: dark …
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | check_ops_test.py | 304 curly = constant_op.constant([]) 305 with ops.control_dependencies([check_ops.assert_equal(larry, curly)]): 367 curly = constant_op.constant([]) 369 [check_ops.assert_none_equal(larry, curly)]): 489 curly = constant_op.constant([]) 490 with ops.control_dependencies([check_ops.assert_near(larry, curly)]): 595 curly = constant_op.constant([]) 596 with ops.control_dependencies([check_ops.assert_less(larry, curly)]): 672 curly = constant_op.constant([]) 674 [check_ops.assert_less_equal(larry, curly)]): [all …]
|
/external/rust/crates/tinytemplate/ |
D | CHANGELOG.md | 34 - Fixed possible panic when compiling templates with escaped curly braces.
|
/external/markdown/docs/extensions/ |
D | Fenced_Code_Blocks.txt | 36 with other markdown syntax, the language can *optionally* be wrapped in curly
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | cppcoreguidelines-pro-type-member-init.rst | 39 \( ``int i = 0;`` \) instead of curly braces \( ``int i{};`` \).
|
/external/python/cpython2/Lib/test/ |
D | test_uuid.py | 18 for (string, curly, hex, bytes, bytes_le, fields, integer, urn, 149 for u in [uuid.UUID(string), uuid.UUID(curly), uuid.UUID(hex),
|
/external/python/cpython3/Doc/reference/ |
D | lexical_analysis.rst | 141 Expressions in parentheses, square brackets or curly braces can be split over 641 single: {} (curly brackets); in formatted string literal 654 replacement fields, which are expressions delimited by curly braces ``{}``. 672 The parts of the string outside curly braces are treated literally, 673 except that any doubled curly braces ``'{{'`` or ``'}}'`` are replaced 674 with the corresponding single curly brace. A single opening curly 680 A replacement field ends with a closing curly bracket ``'}'``.
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/docs/ |
D | DESCRIPTION | 39 - Between ``:first-line`` and the following comma or curly brace a space is
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/ |
D | README.rst | 56 - Between ``:first-line`` and the following comma or curly brace a space is
|
/external/unicode/ |
D | emoji-zwj-sequences.txt | 1296 1F468 200D 1F9B1 ; RGI_Emoji_ZWJ_Sequence ; man: curly hair … 1300 1F468 1F3FB 200D 1F9B1 ; RGI_Emoji_ZWJ_Sequence ; man: light skin tone, curly… 1304 … ; RGI_Emoji_ZWJ_Sequence ; man: medium-light skin tone, curly hair … 1308 …1 ; RGI_Emoji_ZWJ_Sequence ; man: medium skin tone, curly hair … 1312 … ; RGI_Emoji_ZWJ_Sequence ; man: medium-dark skin tone, curly hair … 1316 1F468 1F3FF 200D 1F9B1 ; RGI_Emoji_ZWJ_Sequence ; man: dark skin tone, curly … 1320 1F469 200D 1F9B1 ; RGI_Emoji_ZWJ_Sequence ; woman: curly hair … 1324 … ; RGI_Emoji_ZWJ_Sequence ; woman: light skin tone, curly hair … 1328 … ; RGI_Emoji_ZWJ_Sequence ; woman: medium-light skin tone, curly hair … 1332 … ; RGI_Emoji_ZWJ_Sequence ; woman: medium skin tone, curly hair … [all …]
|
D | emoji-data.txt | 128 27B0 ; Emoji # E0.6 [1] (➰) curly loop 129 27BF ; Emoji # E1.0 [1] (➿) double curly loop 444 27B0 ; Emoji_Presentation # E0.6 [1] (➰) curly loop 445 27BF ; Emoji_Presentation # E1.0 [1] (➿) double curly loop 912 27B0 ; Extended_Pictographic# E0.6 [1] (➰) curly loop 913 27BF ; Extended_Pictographic# E1.0 [1] (➿) double curly loop
|
/external/python/cpython3/Lib/test/ |
D | test_uuid.py | 36 for (string, curly, hex, bytes, bytes_le, fields, integer, urn, 167 for u in [self.uuid.UUID(string), self.uuid.UUID(curly), self.uuid.UUID(hex),
|
/external/llvm-project/lldb/docs/design/ |
D | sbapi.rst | 78 The ``LLDB_REGISTER`` macros are printed to standard out between curly braces.
|
/external/python/cpython3/Doc/library/ |
D | string.rst | 195 single: {} (curly brackets); in string formatting 201 Format strings contain "replacement fields" surrounded by curly braces ``{}``. 323 It is not possible to use a literal curly brace ("``{``" or "``}``") as 326 method. However, it is possible to insert a curly brace
|
D | uuid.rst | 53 When a string of hex digits is given, curly braces, hyphens,
|
/external/python/cpython2/Doc/library/ |
D | uuid.rst | 31 When a string of hex digits is given, curly braces, hyphens,
|
D | string.rst | 221 Format strings contain "replacement fields" surrounded by curly braces ``{}``. 337 It is not possible to use a literal curly brace ("``{``" or "``}``") as 339 method. However, it is possible to insert a curly brace
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.9.1rc1.rst | 124 Fix a bug in the parser, where a curly brace following a `primary` didn't 127 curly brace like `a {` to not fail immediately in the REPL.
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.tessellation.txt | 127 draw curly isolines with different colors for different vertices.
|
/external/tensorflow/tensorflow/lite/java/ovic/src/testdata/ |
D | labels.txt | 208 curly-coated retriever
|
/external/tensorflow/tensorflow/lite/java/demo/app/src/main/assets/ |
D | labels_imagenet_slim.txt | 208 curly-coated retriever
|
D | labels_mobilenet_quant_v1_224.txt | 208 curly-coated retriever
|