Home
last modified time | relevance | path

Searched refs:curly (Results 1 – 25 of 96) sorted by relevance

1234

/external/toybox/toys/posix/
Dfind.c88 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()
Dsed.c280 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/
Dself-span.stderr13 | ^^^^ help: use curly brackets: `Self { /* fields */ }`
/external/unicode/additions/
Demoji-zwj-sequences.txt164 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/
Dcheck_ops_test.py304 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/
DCHANGELOG.md34 - Fixed possible panic when compiling templates with escaped curly braces.
/external/markdown/docs/extensions/
DFenced_Code_Blocks.txt36 with other markdown syntax, the language can *optionally* be wrapped in curly
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dcppcoreguidelines-pro-type-member-init.rst39 \( ``int i = 0;`` \) instead of curly braces \( ``int i{};`` \).
/external/python/cpython2/Lib/test/
Dtest_uuid.py18 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/
Dlexical_analysis.rst141 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/
DDESCRIPTION39 - Between ``:first-line`` and the following comma or curly brace a space is
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/
DREADME.rst56 - Between ``:first-line`` and the following comma or curly brace a space is
/external/unicode/
Demoji-zwj-sequences.txt1296 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 …]
Demoji-data.txt128 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/
Dtest_uuid.py36 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/
Dsbapi.rst78 The ``LLDB_REGISTER`` macros are printed to standard out between curly braces.
/external/python/cpython3/Doc/library/
Dstring.rst195 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
Duuid.rst53 When a string of hex digits is given, curly braces, hyphens,
/external/python/cpython2/Doc/library/
Duuid.rst31 When a string of hex digits is given, curly braces, hyphens,
Dstring.rst221 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/
D3.9.1rc1.rst124 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/
Dfunctional.tessellation.txt127 draw curly isolines with different colors for different vertices.
/external/tensorflow/tensorflow/lite/java/ovic/src/testdata/
Dlabels.txt208 curly-coated retriever
/external/tensorflow/tensorflow/lite/java/demo/app/src/main/assets/
Dlabels_imagenet_slim.txt208 curly-coated retriever
Dlabels_mobilenet_quant_v1_224.txt208 curly-coated retriever

1234