/external/toybox/toys/posix/ |
D | find.c | 77 int dir, plus, arglen, argsize, curly; member 109 if (aa->curly < 0) { in flush_exec() 113 int pos = aa->curly, rest = aa->arglen - aa->curly; in flush_exec() 119 rest = aa->arglen - aa->curly - 1; in flush_exec() 120 memcpy(newargs+pos, aa->argstart+aa->curly+1, sizeof(char *)*rest); in flush_exec() 472 aa->curly = -1; in do_find() 478 aa->curly = len; in do_find() 487 aa->curly!=-1 ? "\\;" : "{}"); in do_find()
|
D | sed.c | 328 int curly = 1; in sed_line() local 330 while (curly) { in sed_line() 332 if (command->c == '{') curly++; in sed_line() 333 if (command->c == '}') curly--; in sed_line()
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | check_ops_test.py | 306 curly = constant_op.constant([]) 307 with ops.control_dependencies([check_ops.assert_equal(larry, curly)]): 361 curly = constant_op.constant([]) 363 [check_ops.assert_none_equal(larry, curly)]): 477 curly = constant_op.constant([]) 478 with ops.control_dependencies([check_ops.assert_near(larry, curly)]): 568 curly = constant_op.constant([]) 569 with ops.control_dependencies([check_ops.assert_less(larry, curly)]): 638 curly = constant_op.constant([]) 640 [check_ops.assert_less_equal(larry, curly)]): [all …]
|
/external/markdown/docs/extensions/ |
D | Fenced_Code_Blocks.txt | 36 with other markdown syntax, the language can *optionally* be wrapped in curly
|
/external/python/cpython3/Doc/reference/ |
D | lexical_analysis.rst | 141 Expressions in parentheses, square brackets or curly braces can be split over 639 single: {} (curly brackets); in formatted string literal 651 replacement fields, which are expressions delimited by curly braces ``{}``. 669 The parts of the string outside curly braces are treated literally, 670 except that any doubled curly braces ``'{{'`` or ``'}}'`` are replaced 671 with the corresponding single curly brace. A single opening curly 676 with a closing curly bracket ``'}'``.
|
D | expressions.rst | 266 single: {} (curly brackets); set expression 269 A set display is denoted by curly braces and distinguishable from dictionary 294 single: {} (curly brackets); dictionary expression 299 curly braces: 359 brackets or curly braces.
|
/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/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/unicode/ |
D | emoji-data.txt | 106 27B0 ; Emoji # 6.0 [1] (➰) curly loop 107 27BF ; Emoji # 6.0 [1] (➿) double curly loop 305 27B0 ; Emoji_Presentation # 6.0 [1] (➰) curly loop 306 27BF ; Emoji_Presentation # 6.0 [1] (➿) double curly loop 577 27B0 ; Extended_Pictographic# 6.0 [1] (➰) curly loop 578 27BF ; Extended_Pictographic# 6.0 [1] (➿) double curly loop
|
D | emoji-zwj-sequences.txt | 900 1F468 200D 1F9B1 ; Emoji_ZWJ_Sequence ; man: curly hair … 904 1F468 1F3FB 200D 1F9B1 ; Emoji_ZWJ_Sequence ; man: light skin tone, curly hai… 908 … ; Emoji_ZWJ_Sequence ; man: medium-light skin tone, curly hair … 912 1F468 1F3FD 200D 1F9B1 ; Emoji_ZWJ_Sequence ; man: medium skin tone, curly ha… 916 … ; Emoji_ZWJ_Sequence ; man: medium-dark skin tone, curly hair … 920 1F468 1F3FF 200D 1F9B1 ; Emoji_ZWJ_Sequence ; man: dark skin tone, curly hair… 924 1F469 200D 1F9B1 ; Emoji_ZWJ_Sequence ; woman: curly hair … 928 1F469 1F3FB 200D 1F9B1 ; Emoji_ZWJ_Sequence ; woman: light skin tone, curly h… 932 … ; Emoji_ZWJ_Sequence ; woman: medium-light skin tone, curly hair … 936 1F469 1F3FD 200D 1F9B1 ; Emoji_ZWJ_Sequence ; woman: medium skin tone, curly … [all …]
|
/external/python/cpython3/Lib/test/ |
D | test_uuid.py | 31 for (string, curly, hex, bytes, bytes_le, fields, integer, urn, 162 for u in [self.uuid.UUID(string), self.uuid.UUID(curly), self.uuid.UUID(hex),
|
/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/python/cpython3/Doc/library/ |
D | string.rst | 196 single: {} (curly brackets); in string formatting 202 Format strings contain "replacement fields" surrounded by curly braces ``{}``. 324 It is not possible to use a literal curly brace ("``{``" or "``}``") as 327 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/deqp/doc/testspecs/GLES31/ |
D | functional.tessellation.txt | 127 draw curly isolines with different colors for different vertices.
|
/external/tensorflow/tensorflow/lite/examples/ios/camera/data/ |
D | labels.txt | 208 curly-coated retriever
|
/external/tensorflow/tensorflow/lite/java/demo/app/src/main/assets/ |
D | labels_mobilenet_quant_v1_224.txt | 208 curly-coated retriever
|
D | labels_imagenet_slim.txt | 208 curly-coated retriever
|
/external/tensorflow/tensorflow/lite/examples/ios/simple/data/ |
D | labels.txt | 208 curly-coated retriever
|
/external/tensorflow/tensorflow/lite/java/ovic/src/testdata/ |
D | labels.txt | 208 curly-coated retriever
|
/external/tensorflow/tensorflow/lite/examples/android/app/src/main/assets/ |
D | labels_mobilenet_quant_v1_224.txt | 208 curly-coated retriever
|
/external/python/cpython3/Tools/clinic/ |
D | clinic.py | 201 indent, curly, trailing = line.partition('{') 202 if not curly: 207 name, curly, trailing = trailing.partition('}') 208 if not curly or name not in kwargs:
|
/external/cldr/tools/java/org/unicode/cldr/util/data/emoji/ |
D | emoji-test.txt | 218 1F468 200D 1F9B1 ; fully-qualified # man: curly hair 219 …3FB 200D 1F9B1 ; fully-qualified # man: light skin tone, curly hair 220 …D 1F9B1 ; fully-qualified # man: medium-light skin tone, curly hair 221 …FD 200D 1F9B1 ; fully-qualified # man: medium skin tone, curly hair 222 …0D 1F9B1 ; fully-qualified # man: medium-dark skin tone, curly hair 223 …F3FF 200D 1F9B1 ; fully-qualified # man: dark skin tone, curly hair 266 1F469 200D 1F9B1 ; fully-qualified # woman: curly hair 267 …B 200D 1F9B1 ; fully-qualified # woman: light skin tone, curly hair 268 …1F9B1 ; fully-qualified # woman: medium-light skin tone, curly hair 269 … 200D 1F9B1 ; fully-qualified # woman: medium skin tone, curly hair [all …]
|