/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
EnumTest.java | 30 LARRY, MOE, CURLY 62 assertTrue(0 > Sample.MOE.compareTo(Sample.CURLY)); 77 assertFalse(Sample.LARRY.equals(Sample.CURLY)); 79 assertFalse(Sample.CURLY.equals(null)); 109 assertEquals(2, Sample.CURLY.ordinal()); 123 assertSame(Sample.CURLY, Sample.valueOf("CURLY")); 142 Sample s = Enum.valueOf(Sample.class, "CURLY"); 143 assertSame(s, Sample.CURLY); 189 assertEquals(Sample.CURLY, myValues[2]) [all...] |
MockEnum.java | 25 LARRY, MOE, CURLY
|
MockEnum2.java | 26 LARRY, MOE, CURLY
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/mathmaps/symbols/ |
math_delimiters.json | 41 "default": "left curly bracket", 42 "alternative": "opening curly bracket" 50 "default": "right curly bracket", 51 "alternative": "closing curly bracket" 301 "default": "left curly bracket upper hook" 309 "default": "left curly bracket middle piece" 317 "default": "left curly bracket lower hook" 325 "default": "curly bracket extension" 333 "default": "right curly bracket upper hook" 341 "default": "right curly bracket middle piece [all...] |
/external/icu/icu4c/source/common/ |
simplepatternformatter.h | 24 * account for curly braces escaped by apostrophe ('). 26 * Placeholders are of the form \{[0-9]+\}. If a curly brace is preceded 27 * by a single quote, it becomes a curly brace instead of the start of a
|
/external/llvm/utils/TableGen/ |
AsmWriterInst.cpp | 111 // the dollar sign is a curly brace. If so, advance VarEnd and DollarPos 112 // so the variable name does not contain the leading curly brace. 130 // In order to avoid starting the next string at the terminating curly 131 // brace, advance the end position past it if we found an opening curly 135 PrintFatalError("Reached end of string before terminating curly brace in '" 142 PrintFatalError("Reached end of string before terminating curly brace in '"
|
/packages/apps/Browser/tools/ |
all_search_engines.template.xml | 34 The parameters enclosed in curly braces come from the OpenSearch specification, see
|
/external/chromium_org/third_party/icu/source/test/testdata/ |
LineBreakTest.txt | 49 × 0023 × 007D ÷ # × [0.3] NUMBER SIGN (AL) × [13.02] RIGHT CURLY BRACKET (CL) ÷ [0.3] 50 × 0023 × 0020 × 007D ÷ # × [0.3] NUMBER SIGN (AL) × [7.01] SPACE (SP) × [13.02] RIGHT CURLY BRACKET (CL) ÷ [0.3] 51 × 0023 × 0308 × 007D ÷ # × [0.3] NUMBER SIGN (AL) × [9.0] COMBINING DIAERESIS (CM) × [13.03] RIGHT CURLY BRACKET (CL) ÷ [0.3] 52 × 0023 × 0308 × 0020 × 007D ÷ # × [0.3] NUMBER SIGN (AL) × [9.0] COMBINING DIAERESIS (CM) × [7.01] SPACE (SP) × [13.02] RIGHT CURLY BRACKET (CL) ÷ [0.3] 193 × 2014 × 007D ÷ # × [0.3] EM DASH (B2) × [13.02] RIGHT CURLY BRACKET (CL) ÷ [0.3] 194 × 2014 × 0020 × 007D ÷ # × [0.3] EM DASH (B2) × [7.01] SPACE (SP) × [13.02] RIGHT CURLY BRACKET (CL) ÷ [0.3] 195 × 2014 × 0308 × 007D ÷ # × [0.3] EM DASH (B2) × [9.0] COMBINING DIAERESIS (CM) × [13.03] RIGHT CURLY BRACKET (CL) ÷ [0.3] 196 × 2014 × 0308 × 0020 × 007D ÷ # × [0.3] EM DASH (B2) × [9.0] COMBINING DIAERESIS (CM) × [7.01] SPACE (SP) × [13.02] RIGHT CURLY BRACKET (CL) ÷ [0.3] [all...] |
/external/llvm/lib/Support/ |
regcname.h | 135 { "left-curly-bracket", '{' }, 138 { "right-curly-bracket", '}' },
|
/hardware/ti/omap4-aah/security/tf_daemon/ |
lib_manifest2.h | 54 } /* balance curly quotes */ 105 { /* balance curly quotes */
|
lib_uuid.h | 42 } /* balance curly quotes */ 148 { /* balance curly quotes */
|
/hardware/ti/omap4xxx/security/tf_daemon/ |
lib_manifest2.h | 54 } /* balance curly quotes */ 105 { /* balance curly quotes */
|
/ndk/sources/host-tools/ndk-stack/regex/ |
cname.h | 132 { "left-curly-bracket", '{' }, 135 { "right-curly-bracket", '}' },
|
/external/chromium_org/third_party/skia/platform_tools/android/examples/hello_skia_app/ |
README | 13 are surrounded with curly braces should be replaced with the paths that are described.
|
/external/markdown/docs/extensions/ |
Fenced_Code_Blocks.txt | 36 with other markdown syntax, the language can *optionally* be wrapped in curly
|
/external/skia/platform_tools/android/examples/hello_skia_app/ |
README | 13 are surrounded with curly braces should be replaced with the paths that are described.
|
/external/chromium_org/v8/tools/ |
jsmin.py | 38 around curly braces, so the declaration must be above the first use. 92 These can be curly braces, literal strings, function declarations and var 94 curly brace of the function for their variables to be renamed). 273 r"\{", # Curly braces.
|
/external/clang/test/CodeGenCXX/ |
microsoft-uuidof.cpp | 21 struct __declspec(uuid("{12345678-1234-1234-1234-1234567890ac}")) Curly; 24 // Make sure we can properly generate code when the UUID has curly braces on it. 25 GUID thing = __uuidof(Curly); 44 const GUID* cp = &__uuidof(Curly);
|
/external/libcxx/test/re/re.traits/ |
lookup_collatename.pass.cpp | 98 test("left-curly-bracket", std::string("{")); 101 test("right-curly-bracket", std::string("}")); 174 test(L"left-curly-bracket", std::wstring(L"{")); 177 test(L"right-curly-bracket", std::wstring(L"}"));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.traits/ |
lookup_collatename.pass.cpp | 98 test("left-curly-bracket", std::string("{")); 101 test("right-curly-bracket", std::string("}")); 171 test(L"left-curly-bracket", std::wstring(L"{")); 174 test(L"right-curly-bracket", std::wstring(L"}"));
|
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
cname.h | 168 { "left-curly-bracket", '{' }, 171 { "right-curly-bracket", '}' },
|
/external/chromium_org/third_party/skia/src/animator/ |
SkScript.h | 225 SkIntArray(SkBraceStyle) fBraceStack; // curly, square, function paren 231 SkTDStack<SkBraceStyle> fBraceStack; // curly, square, function paren
|
/external/skia/src/animator/ |
SkScript.h | 225 SkIntArray(SkBraceStyle) fBraceStack; // curly, square, function paren 231 SkTDStack<SkBraceStyle> fBraceStack; // curly, square, function paren
|
/external/chromium_org/third_party/icu/source/data/unidata/ |
BidiMirroring.txt | 54 007B; 007D # LEFT CURLY BRACKET 55 007D; 007B # RIGHT CURLY BRACKET 204 2774; 2775 # MEDIUM LEFT CURLY BRACKET ORNAMENT 205 2775; 2774 # MEDIUM RIGHT CURLY BRACKET ORNAMENT 230 2983; 2984 # LEFT WHITE CURLY BRACKET 231 2984; 2983 # RIGHT WHITE CURLY BRACKET 392 FE5B; FE5C # SMALL LEFT CURLY BRACKET 393 FE5C; FE5B # SMALL RIGHT CURLY BRACKET 404 FF5B; FF5D # FULLWIDTH LEFT CURLY BRACKET 405 FF5D; FF5B # FULLWIDTH RIGHT CURLY BRACKE [all...] |
/external/chromium_org/third_party/skia/third_party/harfbuzz/contrib/tables/ |
BidiMirroring.txt | 45 007B; 007D # LEFT CURLY BRACKET 46 007D; 007B # RIGHT CURLY BRACKET 195 2774; 2775 # MEDIUM LEFT CURLY BRACKET ORNAMENT 196 2775; 2774 # MEDIUM RIGHT CURLY BRACKET ORNAMENT 221 2983; 2984 # LEFT WHITE CURLY BRACKET 222 2984; 2983 # RIGHT WHITE CURLY BRACKET 383 FE5B; FE5C # SMALL LEFT CURLY BRACKET 384 FE5C; FE5B # SMALL RIGHT CURLY BRACKET 395 FF5B; FF5D # FULLWIDTH LEFT CURLY BRACKET 396 FF5D; FF5B # FULLWIDTH RIGHT CURLY BRACKE [all...] |