Home
last modified time | relevance | path

Searched refs:mixed (Results 1 – 25 of 153) sorted by relevance

1234567

/external/clang/test/SemaCXX/
Dmember-pointer.cpp191 void mixed();
192 static void mixed(int);
202 bind(&mixed); // expected-error {{no matching function for call}} in test()
203 bind(&A::mixed); // expected-error {{no matching function for call}} in test()
215 bindmem(&mixed); // expected-error {{no matching function for call}} in test()
216 bindmem(&A::mixed); in test()
228 bindfn(&mixed); // expected-error {{no matching function for call}} in test()
229 bindfn(&A::mixed); // expected-error {{no matching function for call}} in test()
241 void mixed();
242 static void mixed(int);
[all …]
/external/icu4c/test/cintltst/
Dcstrcase.c423mixed[]= { 0x61, 0x42, 0x130, 0x49, 0x131, 0x3d0, 0xdf, 0xfb03, … in TestCaseFolding() local
461 mixed, sizeof(mixed)/U_SIZEOF_UCHAR, in TestCaseFolding()
480 mixed, sizeof(mixed)/U_SIZEOF_UCHAR, in TestCaseFolding()
496 uprv_memcpy(buffer, mixed, sizeof(mixed)); in TestCaseFolding()
497 buffer[sizeof(mixed)/U_SIZEOF_UCHAR]=0; in TestCaseFolding()
516 uprv_memcpy(buffer, mixed, sizeof(mixed)); in TestCaseFolding()
519 buffer, sizeof(mixed)/U_SIZEOF_UCHAR, in TestCaseFolding()
538 mixed, sizeof(mixed)/U_SIZEOF_UCHAR, in TestCaseFolding()
554 mixed, sizeof(mixed)/U_SIZEOF_UCHAR, in TestCaseFolding()
568 mixed, sizeof(mixed)/U_SIZEOF_UCHAR, in TestCaseFolding()
[all …]
/external/chromium_org/third_party/icu/source/test/cintltst/
Dcstrcase.c423mixed[]= { 0x61, 0x42, 0x130, 0x49, 0x131, 0x3d0, 0xdf, 0xfb03, … in TestCaseFolding() local
461 mixed, sizeof(mixed)/U_SIZEOF_UCHAR, in TestCaseFolding()
480 mixed, sizeof(mixed)/U_SIZEOF_UCHAR, in TestCaseFolding()
496 uprv_memcpy(buffer, mixed, sizeof(mixed)); in TestCaseFolding()
497 buffer[sizeof(mixed)/U_SIZEOF_UCHAR]=0; in TestCaseFolding()
516 uprv_memcpy(buffer, mixed, sizeof(mixed)); in TestCaseFolding()
519 buffer, sizeof(mixed)/U_SIZEOF_UCHAR, in TestCaseFolding()
538 mixed, sizeof(mixed)/U_SIZEOF_UCHAR, in TestCaseFolding()
554 mixed, sizeof(mixed)/U_SIZEOF_UCHAR, in TestCaseFolding()
568 mixed, sizeof(mixed)/U_SIZEOF_UCHAR, in TestCaseFolding()
[all …]
/external/chromium_org/base/i18n/
Dcase_conversion_unittest.cc14 string16 mixed(ASCIIToUTF16("Text with UPPer & lowER casE.")); in TEST() local
18 string16 result = base::i18n::ToLower(mixed); in TEST()
21 result = base::i18n::ToUpper(mixed); in TEST()
/external/chromium_org/ppapi/tests/
Dtest_browser_font.cc67 std::string mixed("AB\xd7\x94\xd7\x97ZZ"); in TestMeasureRTL() local
69 pp::BrowserFontTextRun run(mixed); in TestMeasureRTL()
90 pp::BrowserFontTextRun forced_run(mixed, false, true); in TestMeasureRTL()
127 std::string mixed("AB\xd7\x94\xd7\x97ZZ"); in TestCharPosRTL() local
129 pp::BrowserFontTextRun run(mixed); in TestCharPosRTL()
134 int pixel_width = font.MeasureText(pp::BrowserFontTextRun(mixed)); in TestCharPosRTL()
149 pp::BrowserFontTextRun forced_run(mixed, false, true); in TestCharPosRTL()
/external/clang/test/CodeGen/
Dsparcv9-abi.c72 struct mixed { struct
78 struct mixed f_mixed(struct mixed x) { in f_mixed()
/external/smali/
Dgradlew115 APP_HOME=`cygpath --path --mixed "$APP_HOME"`
116 CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
/external/chromium_org/third_party/icu/source/test/intltest/
Dutxttest.cpp1033 mixed = UTEXT_INITIALIZER, in ComparisonTest() local
1038 utext_openUChars(&mixed, _mixed, -1, &status); in ComparisonTest()
1048 UTEXT_SETNATIVEINDEX(&mixed, 0); in ComparisonTest()
1050 result = utext_caseCompare(&mixed, -1, &otherDefault, -1, U_FOLD_CASE_DEFAULT, &status); in ComparisonTest()
1054 UTEXT_SETNATIVEINDEX(&mixed, 0); in ComparisonTest()
1056 …result = utext_caseCompareNativeLimit(&mixed, -1, &otherDefault, -1, U_FOLD_CASE_DEFAULT, &status); in ComparisonTest()
1062 UTEXT_SETNATIVEINDEX(&mixed, 0); in ComparisonTest()
1064 …result = utext_caseCompare(&mixed, -1, &otherExcludeSpecialI, -1, U_FOLD_CASE_EXCLUDE_SPECIAL_I, &… in ComparisonTest()
1068 UTEXT_SETNATIVEINDEX(&mixed, 0); in ComparisonTest()
1070 …result = utext_caseCompareNativeLimit(&mixed, -1, &otherExcludeSpecialI, -1, U_FOLD_CASE_EXCLUDE_S… in ComparisonTest()
[all …]
/external/llvm/test/CodeGen/Mips/
Dmips16_32_1.ll1 ; RUN: llc -march=mipsel -mcpu=mips16 -relocation-model=pic -O3 < %s -mips-mixed-16-32 | FileChec…
2 ; RUN: llc -march=mipsel -mcpu=mips32 -relocation-model=pic -O3 < %s -mips-mixed-16-32 | FileChec…
Dmips16_32_4.ll1 ; RUN: llc -march=mipsel -mcpu=mips16 -relocation-model=static -O3 < %s -mips-mixed-16-32 | FileC…
2 ; RUN: llc -march=mipsel -mcpu=mips32 -relocation-model=static -O3 < %s -mips-mixed-16-32 | FileC…
Dmips16_32_7.ll1 ; RUN: llc -march=mipsel -mcpu=mips16 -relocation-model=static -O3 < %s -mips-mixed-16-32 | FileC…
2 ; RUN: llc -march=mipsel -mcpu=mips32 -relocation-model=static -O3 < %s -mips-mixed-16-32 | FileC…
Dmips16_32_3.ll1 ; RUN: llc -march=mipsel -mcpu=mips16 -relocation-model=static -O3 < %s -mips-mixed-16-32 | FileC…
2 ; RUN: llc -march=mipsel -mcpu=mips32 -relocation-model=static -O3 < %s -mips-mixed-16-32 | FileC…
Dmips16_32_5.ll1 ; RUN: llc -march=mipsel -mcpu=mips16 -relocation-model=static -O3 < %s -mips-mixed-16-32 | FileC…
2 ; RUN: llc -march=mipsel -mcpu=mips32 -relocation-model=static -O3 < %s -mips-mixed-16-32 | FileC…
Dmips16_32_6.ll1 ; RUN: llc -march=mipsel -mcpu=mips16 -relocation-model=static -O3 < %s -mips-mixed-16-32 | FileC…
2 ; RUN: llc -march=mipsel -mcpu=mips32 -relocation-model=static -O3 < %s -mips-mixed-16-32 | FileC…
/external/chromium_org/third_party/zlib/
DREADME.chromium20 A more significant change to support mixed-source data compression. See
21 crbug.com/139744 and mixed-source.patch.
/external/valgrind/main/none/tests/s390x/
Dcu41.c55 uint32_t mixed[] = { variable
204 run_test(buff, sizeof buff, mixed, sizeof mixed); in main()
Dcu42.c43 uint32_t mixed[] = { variable
189 run_test(buff, sizeof buff, mixed, sizeof mixed); in main()
Dcu21_1.c54 uint16_t mixed[] = { variable
209 run_test(buff, sizeof buff, mixed, sizeof mixed); in main()
Dcu21.c54 uint16_t mixed[] = { variable
209 run_test(buff, sizeof buff, mixed, sizeof mixed); in main()
/external/chromium_org/content/test/data/accessibility/
Daria-pressed-expected-mac.txt5 AXButton AXTitle='Toggle button mixed'
Daria-pressed-expected-android.txt5 android.widget.ToggleButton checkable clickable focusable name='Toggle button mixed'
/external/qemu/audio/
Ddsoundaudio.c83 DWORD mixed; member
619 ds->mixed = 0; in dsound_run_out()
688 ds->mixed += decr << hwshift; in dsound_run_out()
692 ds->mixed, in dsound_run_out()
693 ds->mixed - ds->played, in dsound_run_out()
694 abs (ds->mixed - ds->played) / (double) hw->info.bytes_per_second); in dsound_run_out()
/external/clang/test/CodeGenObjC/
Dnext-objc-dispatch.m14 // RUN: -fobjc-dispatch-method=mixed | \
24 // (2) non-fragile ABI, mixed dispatch
Dobjc2-legacy-dispatch.m1 // RUN: %clang_cc1 -fobjc-dispatch-method=mixed -triple i386-apple-darwin10 -emit-llvm -o - %s | Fi…
/external/clang/test/Driver/
Drewrite-objc.m6 …mstackrealign" "-fblocks" "-fobjc-runtime=macosx" "-fobjc-dispatch-method=mixed" "-fobjc-default-s…

1234567