/prebuilts/gdb/linux-x86/lib/python2.7/ |
uuid.py | 31 # make a UUID from a string of hex digits (braces and hyphens ignored) 109 argument. When a string of hex digits is given, curly braces,
|
/prebuilts/go/darwin-x86/doc/devel/ |
pre_go1.html | 25 An "else" block is now required to have braces except if the body of the "else" 26 is another "if". Since gofmt always puts those braces in anyway,
|
/prebuilts/go/linux-x86/doc/devel/ |
pre_go1.html | 25 An "else" block is now required to have braces except if the body of the "else" 26 is another "if". Since gofmt always puts those braces in anyway,
|
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/ |
parser.h | 406 // Parses a string surrounded by balanced braces. Strips off the outer 407 // braces and stores the enclosed string in *value.
|
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/ |
parser.h | 406 // Parses a string surrounded by balanced braces. Strips off the outer 407 // braces and stores the enclosed string in *value.
|
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/ |
parser.h | 406 // Parses a string surrounded by balanced braces. Strips off the outer 407 // braces and stores the enclosed string in *value.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
uuid.py | 31 # make a UUID from a string of hex digits (braces and hyphens ignored) 109 argument. When a string of hex digits is given, curly braces,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
uuid.py | 31 # make a UUID from a string of hex digits (braces and hyphens ignored) 109 argument. When a string of hex digits is given, curly braces,
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/ |
parser.h | 467 // Parses a string surrounded by balanced braces. Strips off the outer 468 // braces and stores the enclosed string in *value.
|
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/ |
parser.h | 406 // Parses a string surrounded by balanced braces. Strips off the outer 407 // braces and stores the enclosed string in *value.
|
/external/clang/lib/Format/ |
UnwrappedLineParser.cpp | 351 // regardless how we mark inner braces here, we will overwrite the 392 // Assume other blocks for all unclosed opening braces. [all...] |
/external/clang/lib/Parse/ |
Parser.cpp | 318 // Recursively skip properly-nested braces. [all...] |
ParseCXXInlineMethods.cpp | 697 // Recursively consume properly-nested braces. [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
MessagePattern.java | [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
MessagePattern.java | [all...] |
/external/messageformat/java/com/ibm/icu/text/ |
MessagePattern.java | [all...] |
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
HttpUrl.java | 396 * <li>An IPv6 address, like {@code ::1}. Note that there are no square braces. 406 * braces. For example, this method will return {@code [::1]} where {@code host} returns [all...] |
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/node_modules/chai/ |
chai.js | [all...] |
/external/bison/src/ |
scan-gram.l | 122 /* Nesting level of the current code in braces. */ 262 /* Code in between braces. */ 635 | Scanning some code in braces (actions). The initial "{" is |
|
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/ |
statetracker.py | 40 including braces. 42 including braces. 585 """Returns the matching end brace and contents between the two braces. [all...] |
/external/icu/icu4c/source/common/ |
ustring.cpp | 1224 UBool braces = FALSE; local [all...] |
/external/icu/icu4c/source/i18n/unicode/ |
msgfmt.h | 55 * with arguments in {curly braces} which will be replaced by formatted values. 134 * <li>Quotable syntax characters are the {curly braces} in all messageText parts, 139 * and unquoted {curly braces} must occur in matched pairs. [all...] |
/external/mdnsresponder/mDNSPosix/ |
NetMonitor.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...] |
/art/runtime/base/ |
variant_map.h | 141 return TValue{}; // NOLINT [readability/braces] [4]
|
/art/runtime/lambda/ |
shorty_field_type.h | 115 return ShortyFieldType{c}; // NOLINT [readability/braces] [4]
|