/hardware/bsp/intel/peripheral/libmraa/src/glob/ |
glob.c | 308 /* Non matching braces; just glob the pattern */ 312 * unbalanced braces are passed to the match
|
/external/llvm/docs/ |
CodingStandards.rst | 563 worse, we also have many more uses of braces in an expression context that are 569 formatting braced initialization lists: act as-if the braces were parentheses 759 // The Foo constructor call is very deliberate, no braces. 762 // The pair is just being constructed like an aggregate, use braces. [all...] |
/external/clang/lib/Sema/ |
SemaInit.cpp | 93 // respectively), optionally enclosed in braces. [all...] |
/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/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
Utility.java | 789 boolean braces = false; 814 braces = true; 845 if (braces) { [all...] |
/external/mdnsresponder/Clients/ |
dns-sd.c | 43 * but for the sake of brevity here I will say just this: Curly braces are not syntactially 47 * Indenting curly braces at the same level as the "if" implies that curly braces are [all...] |
/external/mdnsresponder/mDNSPosix/ |
mDNSPosix.c | 20 * but for the sake of brevity here I will say just this: Curly braces are not syntactially 24 * Indenting curly braces at the same level as the "if" implies that curly braces are [all...] |
/libcore/ojluni/src/main/java/java/text/ |
MessageFormat.java | 109 * right curly braces): representing string <code>"{'}"</code>, 124 * <p>Any curly braces within an unquoted pattern must be balanced. For 509 throw new IllegalArgumentException("Unmatched braces in the pattern."); [all...] |
/docs/source.android.com/src/source/ |
code-style.jd | 431 <p>Braces do not go on their own line; they go on the same line as the code 445 <p>We require braces around the statements for a conditional. Exception: If the
|
/external/ImageMagick/ImageMagick/script/ |
porting.html | 369 image lists, and curly braces (EG: '<code>{</code>' and '<code>}</code>' ) will 439 braces errors.</dd> [all...] |
/external/ImageMagick/www/ |
porting.html | 373 image lists, and curly braces (EG: '<code>{</code>' and '<code>}</code>' ) will 444 braces errors.</dd> [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
SerializerBase.java | [all...] |
/external/bison/tests/ |
regression.at | 166 ## Braces parsing. ## 170 AT_SETUP([Braces parsing]) [all...] |
/toolchain/binutils/binutils-2.25/gas/doc/ |
c-xtensa.texi | 133 braces: 151 Directives and labels are not allowed inside the braces of a FLIX [all...] |
/external/e2fsprogs/doc/ |
texinfo.tex | 429 % If a _delimited_ argument is enclosed in braces, they get stripped; so 435 % that a pair of braces would be stripped. 556 % Used to generate quoted braces. [all...] |
/external/e2fsprogs/lib/et/ |
texinfo.tex | 429 % If a _delimited_ argument is enclosed in braces, they get stripped; so 435 % that a pair of braces would be stripped. 556 % Used to generate quoted braces. [all...] |
/external/netperf/doc/ |
texinfo.tex | 483 % Used to generate quoted braces. [all...] |
/ndk/sources/host-tools/make-3.81/config/ |
texinfo.tex | 428 % If a _delimited_ argument is enclosed in braces, they get stripped; so 434 % that a pair of braces would be stripped. 555 % Used to generate quoted braces. [all...] |
/art/compiler/ |
oat_test.cc | 667 std::vector<const char*> input_filenames { zip_file.GetFilename().c_str() }; // NOLINT [readability/braces] [4] [all...] |
/bionic/libm/ |
Android.bp | 258 "-Wno-missing-braces",
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
BitSet.js | 614 * ", " (a comma and a space) and surrounded by braces, resulting in the
|
/external/avahi/avahi-daemon/ |
glob.c | 304 /* Non matching braces; just glob the pattern */
|
/external/bison/src/ |
parse-gram.y | 737 the braces. */
|
scan-code.l | 97 /* Nesting level of the current code in braces. */
|
/external/boringssl/src/crypto/conf/ |
conf.c | 328 /* In case there were no braces or parenthesis around
|