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

1 2 3 4 5 6 7 8 91011>>

  /external/markdown/MarkdownTest/Tests_2004/
Backslash escapes.text 11 Left brace: \{
13 Right brace: \}
47 Left brace: \{
49 Right brace: \}
82 Left brace: `\{`
84 Right brace: `\}`
Backslash escapes.html 11 <p>Left brace: {</p>
13 <p>Right brace: }</p>
45 Left brace: \{
47 Right brace: \}
80 <p>Left brace: <code>\{</code></p>
82 <p>Right brace: <code>\}</code></p>
Backslash escapes.text-out 14 <p>Left brace: {</p>
15 <p>Right brace: }</p>
36 Left brace: \{
38 Right brace: \}
66 <p>Left brace: <code>\{</code></p>
67 <p>Right brace: <code>\}</code></p>
Backslash escapes.text-res 14 <p>Left brace: {</p>
15 <p>Right brace: }</p>
36 Left brace: \{
38 Right brace: \}
66 <p>Left brace: <code>\{</code></p>
67 <p>Right brace: <code>\}</code></p>
  /external/markdown/tests/markdown-test/
backlash-escapes.txt 11 Left brace: \{
13 Right brace: \}
47 Left brace: \{
49 Right brace: \}
82 Left brace: `\{`
84 Right brace: `\}`
backlash-escapes.html 6 <p>Left brace: {</p>
7 <p>Right brace: }</p>
27 Left brace: \{
29 Right brace: \}
56 <p>Left brace: <code>\{</code></p>
57 <p>Right brace: <code>\}</code></p>
  /external/chromium/net/data/proxy_resolver_v8_unittest/
missing_close_brace.js 1 // This PAC script is invalid, because there is a missing close brace
  /external/markdown/MarkdownTest/Tests_2007/
Backslash escapes.text 11 Left brace: \{
13 Right brace: \}
47 Left brace: \{
49 Right brace: \}
82 Left brace: `\{`
84 Right brace: `\}`
Backslash escapes.html 11 <p>Left brace: {</p>
13 <p>Right brace: }</p>
45 Left brace: \{
47 Right brace: \}
80 <p>Left brace: <code>\{</code></p>
82 <p>Right brace: <code>\}</code></p>
  /external/icu4c/tools/genrb/
read.h 31 TOK_OPEN_BRACE, /* An opening brace character */
32 TOK_CLOSE_BRACE, /* A closing brace character */
  /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/clang/test/Parser/
objc-quirks.m 10 // expected-error {{extraneous closing brace ('}')}} \
  /external/clang/test/Misc/
message-length.c 28 #pragma STDC CX_LIMITED_RANGE // some long comment text and a brace, eh {}
31 // CHECK: {{^ ...// some long comment text and a brace, eh {}}}
  /external/e2fsprogs/e2fsck/
prof_err.c 25 "Extra closing brace in profile",
26 "Missing open brace in profile",
prof_err.et 31 error_code PROF_EXTRA_CBRACE, "Extra closing brace in profile"
32 error_code PROF_MISSING_OBRACE, "Missing open brace in profile"
  /external/jpeg/
ansi2knr.1 15 character on the line, and with a left brace as the first token on the
18 brace or a semicolon. These algorithms ignore whitespace and comments, except
  /external/qemu/distrib/jpeg-6b/
ansi2knr.1 15 character on the line, and with a left brace as the first token on the
18 brace or a semicolon. These algorithms ignore whitespace and comments, except
  /ndk/sources/host-tools/make-3.81/
ansi2knr.1 15 character on the line, and with a left brace as the first token on the
18 brace or a semicolon. These algorithms ignore whitespace and comments, except
  /external/llvm/utils/TableGen/
AsmWriterInst.cpp 142 // the dollar sign is a curly brace. If so, advance VarEnd and DollarPos
143 // so the variable name does not contain the leading curly brace.
162 // brace, advance the end position past it if we found an opening curly
163 // brace.
166 PrintFatalError("Reached end of string before terminating curly brace in '"
173 PrintFatalError("Reached end of string before terminating curly brace in '"
  /external/clang/test/SemaCXX/
literal-type.cpp 22 // brace-or-equal-initializers for non-static data members (if an) is
53 // DR1361 removes the brace-or-equal-initializer bullet so that we can allow:
  /external/clang/test/CXX/class/class.mem/
p2.cpp 8 // exception-specifications, and brace-or-equal-initializers for
  /external/llvm/lib/Support/
regcname.h 131 { "left-brace", '{' },
134 { "right-brace", '}' },
  /ndk/sources/host-tools/ndk-stack/regex/
cname.h 131 { "left-brace", '{' },
134 { "right-brace", '}' },
  /external/clang/test/CXX/dcl.dcl/dcl.enum/
p5.cpp 54 // Following the closing brace of an enum-specifier, each enumerator has the
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
error_fixer.py 111 # Cover the no outer brace case where the end token is part of the type.
244 # If the start token was a brace, the end token will be a
245 # FLAG_ENDING_TYPE token, if there wasn't a starting brace then
254 # If there was no starting brace then a lone end brace wouldn't have
255 # been type end token. Now that we've added any missing start brace,
256 # see if the last effective type token was an end brace.

Completed in 3645 milliseconds

1 2 3 4 5 6 7 8 91011>>