/external/chromium_org/base/i18n/ |
case_conversion_unittest.cc | 14 string16 mixed(ASCIIToUTF16("Text with UPPer & lowER casE.")); 18 string16 result = base::i18n::ToLower(mixed); 21 result = base::i18n::ToUpper(mixed);
|
/external/clang/test/SemaCXX/ |
member-pointer.cpp | 191 void mixed(); 192 static void mixed(int); 202 bind(&mixed); // expected-error {{no matching function for call}} 203 bind(&A::mixed); // expected-error {{no matching function for call}} 215 bindmem(&mixed); // expected-error {{no matching function for call}} 216 bindmem(&A::mixed); 228 bindfn(&mixed); // expected-error {{no matching function for call}} 229 bindfn(&A::mixed); // expected-error {{no matching function for call}} 241 void mixed(); 242 static void mixed(int) [all...] |
/libcore/benchmarks/src/benchmarks/regression/ |
StringCaseMappingBenchmark.java | 32 MIXED2(mixed(2)), enum constant in enum:StringCaseMappingBenchmark.Inputs 36 MIXED8(mixed(8)), enum constant in enum:StringCaseMappingBenchmark.Inputs 40 MIXED32(mixed(32)), enum constant in enum:StringCaseMappingBenchmark.Inputs 44 MIXED512(mixed(512)), enum constant in enum:StringCaseMappingBenchmark.Inputs 48 MIXED2048(mixed(2048)), enum constant in enum:StringCaseMappingBenchmark.Inputs 52 MIXED_1M(mixed(1024*1024)); enum constant in enum:StringCaseMappingBenchmark.Inputs 62 private static String mixed(int length) { method in class:StringCaseMappingBenchmark.Inputs
|
/external/clang/test/CodeGen/ |
sparcv9-abi.c | 71 // Structs with mixed int and float parts require the inreg attribute. 72 struct mixed { struct 77 // CHECK: define inreg %struct.mixed @f_mixed(i32 inreg %x.coerce0, float inreg %x.coerce1) 78 struct mixed f_mixed(struct mixed x) {
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cstrcase.c | 423 mixed[]= { 0x61, 0x42, 0x130, 0x49, 0x131, 0x3d0, 0xdf, 0xfb03, 0xd93f, 0xdfff }, local 461 mixed, sizeof(mixed)/U_SIZEOF_UCHAR, 480 mixed, sizeof(mixed)/U_SIZEOF_UCHAR, 496 uprv_memcpy(buffer, mixed, sizeof(mixed)); 497 buffer[sizeof(mixed)/U_SIZEOF_UCHAR]=0; 516 uprv_memcpy(buffer, mixed, sizeof(mixed)); 627 mixed[]= { 0x61, 0x42, 0x131, 0x3a3, 0xdf, 0xfb03, 0xd93f, 0xdfff, 0 }, local [all...] |
/external/icu4c/test/cintltst/ |
cstrcase.c | 423 mixed[]= { 0x61, 0x42, 0x130, 0x49, 0x131, 0x3d0, 0xdf, 0xfb03, 0xd93f, 0xdfff }, local 461 mixed, sizeof(mixed)/U_SIZEOF_UCHAR, 480 mixed, sizeof(mixed)/U_SIZEOF_UCHAR, 496 uprv_memcpy(buffer, mixed, sizeof(mixed)); 497 buffer[sizeof(mixed)/U_SIZEOF_UCHAR]=0; 516 uprv_memcpy(buffer, mixed, sizeof(mixed)); 627 mixed[]= { 0x61, 0x42, 0x131, 0x3a3, 0xdf, 0xfb03, 0xd93f, 0xdfff, 0 }, local [all...] |
/external/chromium_org/ppapi/tests/ |
test_browser_font.cc | 65 // Mixed string, two chars of LTR, two of RTL, then two of LTR. 67 std::string mixed("AB\xd7\x94\xd7\x97ZZ"); 69 pp::BrowserFontTextRun run(mixed); 90 pp::BrowserFontTextRun forced_run(mixed, false, true); 120 // Tests that we can get character positions in a mixed LTR/RTL run. 125 // Mixed string, two chars of LTR, two of RTL, than two of LTR. 127 std::string mixed("AB\xd7\x94\xd7\x97ZZ"); 129 pp::BrowserFontTextRun run(mixed); 134 int pixel_width = font.MeasureText(pp::BrowserFontTextRun(mixed)); 149 pp::BrowserFontTextRun forced_run(mixed, false, true) [all...] |
/developers/build/ |
gradlew | 115 APP_HOME=`cygpath --path --mixed "$APP_HOME"` 116 CLASSPATH=`cygpath --path --mixed "$CLASSPATH"` 137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
|
/developers/build/prebuilts/gradle/ActionBarCompat-Basic/ |
gradlew | 115 APP_HOME=`cygpath --path --mixed "$APP_HOME"` 116 CLASSPATH=`cygpath --path --mixed "$CLASSPATH"` 137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
|
/developers/build/prebuilts/gradle/ActionBarCompat-ListPopupMenu/ |
gradlew | 115 APP_HOME=`cygpath --path --mixed "$APP_HOME"` 116 CLASSPATH=`cygpath --path --mixed "$CLASSPATH"` 137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
|
/developers/build/prebuilts/gradle/ActionBarCompat-ShareActionProvider/ |
gradlew | 115 APP_HOME=`cygpath --path --mixed "$APP_HOME"` 116 CLASSPATH=`cygpath --path --mixed "$CLASSPATH"` 137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
|
/developers/build/prebuilts/gradle/ActionBarCompat-Styled/ |
gradlew | 115 APP_HOME=`cygpath --path --mixed "$APP_HOME"` 116 CLASSPATH=`cygpath --path --mixed "$CLASSPATH"` 137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
|
/developers/build/prebuilts/gradle/ActivityInstrumentation/ |
gradlew | 115 APP_HOME=`cygpath --path --mixed "$APP_HOME"` 116 CLASSPATH=`cygpath --path --mixed "$CLASSPATH"` 137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
|
/developers/build/prebuilts/gradle/AdvancedImmersiveMode/ |
gradlew | 115 APP_HOME=`cygpath --path --mixed "$APP_HOME"` 116 CLASSPATH=`cygpath --path --mixed "$CLASSPATH"` 137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
|
/developers/build/prebuilts/gradle/AppRestrictions/ |
gradlew | 115 APP_HOME=`cygpath --path --mixed "$APP_HOME"` 116 CLASSPATH=`cygpath --path --mixed "$CLASSPATH"` 137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
|
/developers/build/prebuilts/gradle/BasicAccessibility/ |
gradlew | 115 APP_HOME=`cygpath --path --mixed "$APP_HOME"` 116 CLASSPATH=`cygpath --path --mixed "$CLASSPATH"` 137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
|
/developers/build/prebuilts/gradle/BasicAndroidKeyStore/ |
gradlew | 115 APP_HOME=`cygpath --path --mixed "$APP_HOME"` 116 CLASSPATH=`cygpath --path --mixed "$CLASSPATH"` 137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
|
/developers/build/prebuilts/gradle/BasicContactables/ |
gradlew | 115 APP_HOME=`cygpath --path --mixed "$APP_HOME"` 116 CLASSPATH=`cygpath --path --mixed "$CLASSPATH"` 137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
|
/developers/build/prebuilts/gradle/BasicGestureDetect/ |
gradlew | 115 APP_HOME=`cygpath --path --mixed "$APP_HOME"` 116 CLASSPATH=`cygpath --path --mixed "$CLASSPATH"` 137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
|
/developers/build/prebuilts/gradle/BasicImmersiveMode/ |
gradlew | 115 APP_HOME=`cygpath --path --mixed "$APP_HOME"` 116 CLASSPATH=`cygpath --path --mixed "$CLASSPATH"` 137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
|
/developers/build/prebuilts/gradle/BasicMediaDecoder/ |
gradlew | 115 APP_HOME=`cygpath --path --mixed "$APP_HOME"` 116 CLASSPATH=`cygpath --path --mixed "$CLASSPATH"` 137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
|
/developers/build/prebuilts/gradle/BasicMediaRouter/ |
gradlew | 115 APP_HOME=`cygpath --path --mixed "$APP_HOME"` 116 CLASSPATH=`cygpath --path --mixed "$CLASSPATH"` 137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
|
/developers/build/prebuilts/gradle/BasicMultitouch/ |
gradlew | 115 APP_HOME=`cygpath --path --mixed "$APP_HOME"` 116 CLASSPATH=`cygpath --path --mixed "$CLASSPATH"` 137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
|
/developers/build/prebuilts/gradle/BasicNetworking/ |
gradlew | 115 APP_HOME=`cygpath --path --mixed "$APP_HOME"` 116 CLASSPATH=`cygpath --path --mixed "$CLASSPATH"` 137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
|
/developers/build/prebuilts/gradle/BasicNotifications/ |
gradlew | 115 APP_HOME=`cygpath --path --mixed "$APP_HOME"` 116 CLASSPATH=`cygpath --path --mixed "$CLASSPATH"` 137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
|