HomeSort by relevance Sort by last modified time
    Searched refs:curly (Results 1 - 25 of 33) sorted by null

1 2

  /external/xmlrpcpp/test/
Validator.cpp 12 // One argument is passed, an array of structs, each with a member named curly with
26 sum += int(arg1[i]["curly"]);
76 // named moe, larry and curly, all <i4>s. Your handler must add the three numbers and
88 int sum = int(arg1["moe"]) + int(arg1["larry"]) + int(arg1["curly"]);
150 // named moe, larry and curly, all <i4>s. Your handler must add the three numbers
162 int sum = int(dayStruct["moe"]) + int(dayStruct["larry"]) + int(dayStruct["curly"]);
  /external/toybox/toys/posix/
find.c 77 int dir, plus, arglen, argsize, curly; member in struct:exec_range
109 if (aa->curly < 0) {
113 int pos = aa->curly, rest = aa->arglen - aa->curly;
119 rest = aa->arglen - aa->curly - 1;
120 memcpy(newargs+pos, aa->argstart+aa->curly+1, sizeof(char *)*rest);
447 aa->curly = -1;
453 aa->curly = len;
462 aa->curly!=-1 ? "\\;" : "{}");
sed.c 320 // Handle skipping curly bracket command group
322 int curly = 1; local
324 while (curly) {
326 if (command->c == '{') curly++;
327 if (command->c == '}') curly--;
    [all...]
  /frameworks/rs/script_api/
rs_value_types.spec 37 between curly braces, e.g. <code>(float3){1.0f, 2.0f, 3.0f}</code>.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_uuid.py 19 for (string, curly, hex, bytes, bytes_le, fields, integer, urn,
150 for u in [uuid.UUID(string), uuid.UUID(curly), uuid.UUID(hex),
  /external/python/cpython2/Lib/test/
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),
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_uuid.py 19 for (string, curly, hex, bytes, bytes_le, fields, integer, urn,
150 for u in [uuid.UUID(string), uuid.UUID(curly), uuid.UUID(hex),
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_uuid.py 19 for (string, curly, hex, bytes, bytes_le, fields, integer, urn,
150 for u in [uuid.UUID(string), uuid.UUID(curly), uuid.UUID(hex),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_uuid.py 19 for (string, curly, hex, bytes, bytes_le, fields, integer, urn,
150 for u in [uuid.UUID(string), uuid.UUID(curly), uuid.UUID(hex),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_uuid.py 19 for (string, curly, hex, bytes, bytes_le, fields, integer, urn,
150 for u in [uuid.UUID(string), uuid.UUID(curly), uuid.UUID(hex),
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Collections.pas 139 /// they are returned by its enumerator, enclosed in curly brackets ("{}").
  /prebuilts/tools/common/m2/repository/org/antlr/ST4/4.0.8/
ST4-4.0.8.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/ST4/4.0.8/
ST4-4.0.8.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/pydoc_data/
topics.py     [all...]
  /external/e2fsprogs/doc/
texinfo.tex     [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex     [all...]
  /external/netperf/doc/
texinfo.tex     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/pydoc_data/
topics.py     [all...]
  /external/bison/build-aux/
texinfo.tex     [all...]
  /external/libmicrohttpd/doc/
texinfo.tex     [all...]
  /external/python/cpython2/Lib/pydoc_data/
topics.py     [all...]

Completed in 2957 milliseconds

1 2