/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;
|
/prebuilts/go/darwin-x86/src/cmd/cover/testdata/ |
main.go | 89 // We can have a closing brace for a range on the same line as a condition for an "else if" 90 // and we don't want that brace to steal the count for the condition on the "if".
|
/prebuilts/go/darwin-x86/src/os/ |
env.go | 60 // Scan to closing brace 66 return "", 1 // Bad syntax; just eat the brace.
|
/prebuilts/go/linux-x86/src/cmd/cover/testdata/ |
main.go | 89 // We can have a closing brace for a range on the same line as a condition for an "else if" 90 // and we don't want that brace to steal the count for the condition on the "if".
|
/prebuilts/go/linux-x86/src/os/ |
env.go | 60 // Scan to closing brace 66 return "", 1 // Bad syntax; just eat the brace.
|
/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."
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/ |
stringer.go | 75 // so stop there, and stop at a closing brace.
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/ |
stringer.go | 75 // so stop there, and stop at a closing brace.
|
/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...] |
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/ |
stringer.go | 78 // so stop there, and stop at a closing brace.
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/ |
stringer.go | 78 // so stop there, and stop at a closing brace.
|
/device/generic/goldfish/opengl/system/GLESv2_enc/ |
GL2Encoder.cpp | 958 char *brace = strrchr(name,'['); 959 if (!brace || sscanf(brace+1,"%d",&arrIndex) != 1) [all...] |
/prebuilts/go/darwin-x86/src/regexp/ |
regexp.go | 821 brace := false 823 brace = true 841 if brace { 843 // missing closing brace [all...] |
/prebuilts/go/linux-x86/src/regexp/ |
regexp.go | 821 brace := false 823 brace = true 841 if brace { 843 // missing closing brace [all...] |
/prebuilts/go/darwin-x86/src/regexp/syntax/ |
parse_test.go | 554 // ToString produces "\\{" for a literal brace,
|
/prebuilts/go/linux-x86/src/regexp/syntax/ |
parse_test.go | 554 // ToString produces "\\{" for a literal brace,
|
/prebuilts/go/darwin-x86/src/encoding/json/ |
decode.go | 222 // Our scanner has seen the opening brace/bracket 224 // invent a closing brace/bracket to get it out.
|
/prebuilts/go/darwin-x86/src/go/ast/ |
ast.go | 181 Opening token.Pos // position of opening parenthesis/brace, if any 183 Closing token.Pos // position of closing parenthesis/brace, if any
|
/prebuilts/go/linux-x86/src/encoding/json/ |
decode.go | 222 // Our scanner has seen the opening brace/bracket 224 // invent a closing brace/bracket to get it out.
|
/prebuilts/go/linux-x86/src/go/ast/ |
ast.go | 181 Opening token.Pos // position of opening parenthesis/brace, if any 183 Closing token.Pos // position of closing parenthesis/brace, if any
|
/prebuilts/go/darwin-x86/src/cmd/cover/ |
cover.go | 182 n.List = f.addCounters(n.Lbrace, n.Rbrace+1, n.List, true) // +1 to step past closing brace.
|
/prebuilts/go/linux-x86/src/cmd/cover/ |
cover.go | 182 n.List = f.addCounters(n.Lbrace, n.Rbrace+1, n.List, true) // +1 to step past closing brace.
|
/external/bison/build-aux/ |
texinfo.tex | [all...] |