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

1 2

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
Path.java 135 int brace = 0; local
139 if (c == '{') ++brace;
140 else if (c == '}') --brace;
141 else if (brace == 0 && c == '/') break;
143 if (brace != 0) {
144 throw new RuntimeException("unbalanced brace in path:" + s);
164 int brace = 0; local
168 if (c == '{') ++brace;
169 else if (c == '}') --brace;
170 else if (brace == 0 && c == ',') break
    [all...]
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/static/
jquery.url.js 147 brace = lastBraceInKey(pair),
148 key = pair.substr(0, brace || eql),
149 val = pair.substr(brace || eql, pair.length),
171 brace, c;
174 if (']' == c) brace = false;
175 if ('[' == c) brace = true;
176 if ('=' == c && !brace) return i;
  /external/curl/lib/
checksrc.pl 213 checkwarn($line, length($1), $file, $l, "else after closing brace on same line");
240 # check for open brace first on line but not first column
244 checkwarn($line, length($1), $file, $l, "badly placed open brace");
248 # brace, check that this line is indented $indent more steps, if not
  /external/v8/test/webkit/
function-constructor-newline-after-brace.js 25 "This test checks that the Function constructor places a newline after the opening brace, for compatibility reasons. It passes if there are no syntax error exceptions."
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
statetracker.py 236 brace = tokenutil.SearchUntil(flag_token, [Type.DOC_START_BRACE],
238 if brace:
239 end_token, contents = _GetMatchingEndBraceAndContents(brace)
241 self.jstype = typeannotation.Parse(brace, end_token,
243 self.type_start_token = brace
585 """Returns the matching end brace and contents between the two braces.
587 If any FLAG_ENDING_TYPE token is encountered before a matching end brace, then
603 # We don't consider the start brace part of the type string.
618 #Don't include the end token (end brace, end doc comment, etc.) in type.
    [all...]
  /device/generic/goldfish/opengl/system/GLESv2_enc/
GL2Encoder.cpp 958 char *brace = strrchr(name,'[');
959 if (!brace || sscanf(brace+1,"%d",&arrIndex) != 1)
    [all...]
  /external/bison/build-aux/
texinfo.tex     [all...]
  /external/libmicrohttpd/doc/
texinfo.tex     [all...]
  /external/pcre/dist/
pcre_compile.c 553 "non-hex character in \\x{} (closing brace missing?)\0"
555 "non-octal character in \\o{} (closing brace missing?)\0"
556 "missing opening brace after \\o\0"
    [all...]
  /toolchain/binutils/binutils-2.25/texinfo/
texinfo.tex     [all...]
  /development/tools/checkstyle/
checkstyle.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
  /external/libvpx/libvpx/tools/
cpplint.py     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
cpplint.py     [all...]
  /external/guice/extensions/struts2/lib/
freemarker-2.3.16.jar 
  /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...]
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 
  /prebuilts/sdk/tools/
jack-launcher.jar 
jack-server-4.8.ALPHA.jar 

Completed in 1356 milliseconds

1 2