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

1 2 3

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
badsyntax_future9.py 3 from __future__ import nested_scopes, braces namespace
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
badsyntax_future9.py 3 from __future__ import nested_scopes, braces namespace
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
badsyntax_future9.py 3 from __future__ import nested_scopes, braces namespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
badsyntax_future9.py 3 from __future__ import nested_scopes, braces namespace
  /external/opencv3/modules/core/src/
out.cpp 70 char braces[5]; member in class:cv::FormattedImpl
92 memcpy(braces, br, 5);
168 if (braces[BRACE_ROW_OPEN])
169 buf[pos++] = braces[BRACE_ROW_OPEN];
178 if (braces[BRACE_ROW_CLOSE])
180 buf[0] = braces[BRACE_ROW_CLOSE];
185 else if(braces[BRACE_ROW_SEP] && row < mtx.rows)
187 buf[0] = braces[BRACE_ROW_SEP];
196 if (mcn > 1 && braces[BRACE_CN_OPEN])
198 buf[0] = braces[BRACE_CN_OPEN]
288 char braces[5] = {'\\0', '\\0', ';', '\\0', '\\0'}; local
300 char braces[5] = {'\\0', '\\0', ';', '\\0', '\\0'}; local
312 char braces[5] = {'[', ']', ',', '[', ']'}; local
330 char braces[5] = {'[', ']', ',', '[', ']'}; local
345 char braces[5] = {'\\0', '\\0', '\\0', '\\0', '\\0'}; local
358 char braces[5] = {'\\0', '\\0', ',', '\\0', '\\0'}; local
    [all...]
  /external/libutf/
Android.mk 25 utf_cflags := -Wall -Wno-missing-braces -Wno-parentheses -Wno-switch
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/
file.d 10 0+ l[ ]*df \*ABS\*[ ]+0+ \{braces\}
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/elf/
file.d 11 0+ l[ ]*df \*ABS\*[ ]+0+ \{braces\}
  /external/jetty/src/java/org/eclipse/jetty/util/log/
JavaUtilLog.java 140 String braces = "{}"; local
145 int bracesIndex = msg.indexOf(braces, start);
157 start = bracesIndex + braces.length();
StdErrLog.java 492 String braces = "{}"; local
496 int bracesIndex = msg.indexOf(braces,start);
508 start = bracesIndex + braces.length();
  /external/v8/tools/gyp/tools/
pretty_gyp.py 13 # Regex to remove comments when we're counting braces.
16 # Regex to remove quoted strings when we're counting braces.
29 """Mask the quoted strings so we skip braces inside quoted strings."""
42 """Mask the quoted strings so we skip braces inside quoted strings."""
67 These are used to split lines which have multiple braces on them, so
69 braces make a nice diagonal line).
84 """keeps track of the number of braces on a given line and returns the result.
86 It starts at zero and subtracts for closed braces, and adds for open braces.
145 # Split up the double braces
    [all...]
  /external/pdfium/third_party/
pdfiumlcms.mk 15 LOCAL_CFLAGS += -Wno-unused-parameter -Wno-missing-braces -Wno-unused-function
  /external/lz4/examples/
Makefile 35 CFLAGS += -std=c99 -Wall -Wextra -Wundef -Wshadow -Wcast-align -Wstrict-prototypes -Wno-missing-braces # Wno-missing-braces required due to GCC <4.8.3 bug
  /external/v8/test/mjsunit/es6/
arrow-functions.js 39 // Statement body needs braces, must use 'return' explicitly if not void
  /frameworks/rs/api/
rs_value_types.spec 37 between curly braces, e.g. <code>(float3){1.0f, 2.0f, 3.0f}</code>.
  /external/libgdx/gdx/src/com/badlogic/gdx/utils/
ObjectMap.java 573 private String toString (String separator, boolean braces) {
574 if (size == 0) return braces ? "{}" : "";
576 if (braces) buffer.append('{');
596 if (braces) buffer.append('}');
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Utility.java 793 boolean braces = false;
818 braces = true;
849 if (braces) {
    [all...]
  /external/icu/icu4c/source/common/
ustring.cpp 1224 UBool braces = FALSE; local
    [all...]
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DumbTextComponent.java 594 int braces = line - (selection.clickAfter ? -1 : w); local
595 g.fillRect(braces, caretPoint.y, w, 1);
596 g.fillRect(braces, caretPoint.y + lineHeight - 1, w, 1);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Utility.java 789 boolean braces = false;
814 braces = true;
845 if (braces) {
    [all...]
  /external/v8/test/webkit/resources/
json2-es5-compat.js 343 // and wrap them in braces.
  /prebuilts/tools/common/m2/repository/com/github/frankiesardo/auto-parcel-processor/0.3.1/
auto-parcel-processor-0.3.1.jar 
  /bionic/libm/
Android.mk 501 -Wno-missing-braces \
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py 126 Examples: --filter=-whitespace,+whitespace/braces
178 'readability/braces',
208 'whitespace/braces',
    [all...]
  /external/libvpx/libvpx/tools/
cpplint.py 94 Examples: --filter=-whitespace,+whitespace/braces
158 'readability/braces',
189 'whitespace/braces',
    [all...]

Completed in 1731 milliseconds

1 2 3