/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/trace-viewer/third_party/closure_linter/closure_linter/ |
statetracker.py | 161 brace = tokenutil.SearchUntil(flag_token, [Type.DOC_START_BRACE], 163 if brace: 164 end_token, contents = _GetMatchingEndBraceAndContents(brace) 166 self.type_start_token = brace 269 brace = tokenutil.SearchUntil(token, [Type.DOC_START_BRACE], 271 if brace: 272 end_token, contents = _GetMatchingEndBraceAndContents(brace) 398 """Returns the matching end brace and contents between the two braces. 400 If any FLAG_ENDING_TYPE token is encountered before a matching end brace, then 416 # We don't consider the start brace part of the type string [all...] |
/external/chromium_org/third_party/closure_linter/closure_linter/ |
statetracker.py | 161 brace = tokenutil.SearchUntil(flag_token, [Type.DOC_START_BRACE], 163 if brace: 164 end_token, contents = _GetMatchingEndBraceAndContents(brace) 166 self.type_start_token = brace 269 brace = tokenutil.SearchUntil(token, [Type.DOC_START_BRACE], 271 if brace: 272 end_token, contents = _GetMatchingEndBraceAndContents(brace) 398 """Returns the matching end brace and contents between the two braces. 400 If any FLAG_ENDING_TYPE token is encountered before a matching end brace, then 416 # We don't consider the start brace part of the type string [all...] |
/external/chromium_org/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_org/third_party/WebKit/Source/devtools/front_end/cm/ |
matchbrackets.js | 45 // Disable brace matching in long lines, since it'll cause hugely slow updates
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/ |
nasm-pp.c | 1942 int paramsize, brace; local 4690 int brace = FALSE; local [all...] |
/external/linux-tools-perf/config/ |
utilities.mak | 71 # misinterpreted as a brace expansion; this can be
|
/device/generic/goldfish/opengl/system/GLESv2_enc/ |
GL2Encoder.cpp | 783 char *brace = strrchr(name,'['); 784 if (!brace || sscanf(brace+1,"%d",&arrIndex) != 1) { [all...] |
/external/bison/build-aux/ |
texinfo.tex | [all...] |
/external/grub/docs/ |
texinfo.tex | [all...] |
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
texinfo.tex | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-nodeps.jar | |
/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/freemarker/ |
freemarker-2.3.19.jar | |