/packages/apps/UnifiedEmail/src/com/android/mail/lib/base/ |
Preconditions.java | 95 * braces. Unmatched placeholders will be left as-is. 150 * braces. Unmatched placeholders will be left as-is. 209 * braces. Unmatched placeholders will be left as-is. 391 * be appended to the end of the formatted message in square braces. 416 // if we run out of placeholders, append the extra args in square braces
|
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/ |
Preconditions.java | 95 * braces. Unmatched placeholders will be left as-is. 150 * braces. Unmatched placeholders will be left as-is. 209 * braces. Unmatched placeholders will be left as-is. 391 * be appended to the end of the formatted message in square braces. 416 // if we run out of placeholders, append the extra args in square braces
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
XSLOutputAttributes.java | 187 * if it is in no namespace, but is the URI in curly braces followed by 210 * if it is in no namespace, but is the URI in curly braces followed by 225 * if it is in no namespace, but is the URI in curly braces followed by
|
/external/clang/test/CodeGen/ |
init.c | 4 // Scalars in braces.
|
/external/clang/test/SemaCXX/ |
dcl_init_aggr.cpp | 66 EmptyTest empty_test2 = { 3 }; // expected-error{{initializer for aggregate with no elements requires explicit braces}}
|
/external/e2fsprogs/lib/ext2fs/ |
dosio.h | 145 * only one of the option in curly braces can be used and X is an optional
|
/external/elfutils/tests/ |
run-native-test.sh | 61 # Some shell versions don't do this right without the braces.
|
/external/llvm/lib/Support/ |
regerror.c | 67 { REG_EBRACE, "REG_EBRACE", "braces not balanced" },
|
/external/openssh/openbsd-compat/ |
glob.h | 87 #define GLOB_BRACE 0x0080 /* Expand braces ala csh. */
|
/libcore/luni/src/main/java/javax/xml/transform/ |
Transformer.java | 105 * enclosed in curly braces ({}), followed by the local name. If the 116 * namespace URI in curly braces ({}). 197 * URI enclosed in curly braces ({}), followed by the local name. If the 261 * enclosed in curly braces ({}), followed by the local name. If the
|
/ndk/sources/host-tools/ndk-stack/regex/ |
regerror.c | 62 { REG_EBRACE, "REG_EBRACE", "braces not balanced" },
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/ |
genperf.c | 309 int braces; local 339 braces = 0; 341 /* count braces to determine when we're done */ 345 braces++; 347 braces--; 354 if (braces <= 0)
|
/external/guava/guava/src/com/google/common/base/ |
Preconditions.java | 102 * braces. Unmatched placeholders will be left as-is. 159 * braces. Unmatched placeholders will be left as-is. 219 * braces. Unmatched placeholders will be left as-is. 404 * be appended to the end of the formatted message in square braces. 432 // if we run out of placeholders, append the extra args in square braces
|
/external/clang/include/clang/ASTMatchers/ |
ASTMatchersMacros.h | 44 /// The code between the curly braces has access to the following variables: 72 /// The code between the curly braces has access to the following variables: 115 /// The code between the curly braces has access to the following variables:
|
/external/mdnsresponder/mDNSPosix/ |
Identify.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
|
/ndk/sources/host-tools/make-3.81/ |
expand.c | 262 /* Is there a variable reference inside the parens or braces? 273 Count parens or braces until it is matched. */ 283 or braces, so we go to the simple case of a variable name
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/ |
filter.py | 31 ["-whitespace", "+whitespace/braces"] 33 ["whitespace/tabs", "whitespace/braces"]
|
/external/icu4c/extra/uconv/ |
uconv.1.in | 358 the litterature, delimited by curly braces for easy recognition of those 407 (The names are delimited by curly braces.
|
/external/llvm/include/llvm/IR/ |
InlineAsm.h | 110 /// Code - The constraint code, either the register name (in braces) or the 150 /// Code - The constraint code, either the register name (in braces) or the
|
/external/v8/tools/ |
presubmit.py | 62 readability/braces 90 whitespace/braces
|
/packages/apps/Browser/tools/ |
get_search_engines.py | 113 # Extract the struct declaration between the curly braces. 157 # Extract the text between the curly braces for this array declaration
|
/development/ndk/platforms/android-3/include/ |
pthread.h | 220 * closing braces, and that using setjmp/longjmp/return/break/continue
|
/development/ndk/platforms/android-5/include/ |
pthread.h | 247 * closing braces, and that using setjmp/longjmp/return/break/continue
|
/development/ndk/platforms/android-8/include/ |
pthread.h | 252 * closing braces, and that using setjmp/longjmp/return/break/continue
|
/external/chromium/testing/gtest/samples/ |
sample1_unittest.cc | 55 // pair of braces. You can use a bunch of macros to indicate the
|