/external/libcxxabi/test/ |
D | catch_member_function_pointer_01.pass.cpp | 23 typedef void (A::*mf2)() const; typedef 46 catch (mf2) in test1() 66 catch (mf2) in test2() 94 throw (mf2)0; in test_derived() 105 catch (mf2) in test_derived() 110 assert(!can_convert<mf2>((dmf1)0)); in test_derived() 116 catch (mf2) in test_derived() 129 assert(!can_convert<mf2>((dmf2)0)); in test_derived() 135 catch (mf2) in test_derived()
|
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/ |
D | p21.cpp | 6 template<typename U> void mf2(T, U); // expected-note{{previous}} 15 void X<int>::mf2(int, int = 17) // expected-error{{default}} in mf2() function in X 19 void X<int>::mf2(int, U = U()) // expected-error{{default}} in mf2() function in X
|
D | p18.cpp | 5 void mf2(); 20 void A<Y>::B<double>::mf2() { } // expected-error{{does not refer}} in mf2() function in A::B
|
/external/clang/test/SemaCXX/ |
D | attr-flatten.cpp | 16 static void mf2() __attribute__((flatten)); 33 [[gnu::flatten]] static void mf2();
|
D | attr-no-split-stack.cpp | 16 static void mf2() __attribute__((no_split_stack)); 33 [[gnu::no_split_stack]] static void mf2();
|
/external/clang/test/SemaTemplate/ |
D | member-template-access-expr.cpp | 68 float* (X1::*mf2)(int) = &X1::f1<>; in test_X1() local
|
/external/clang/test/CXX/drs/ |
D | dr3xx.cpp | 396 void mf2(); 401 …template<class Y> template<> void A<Y>::B<double>::mf2() {} // expected-error {{does not refer int… 407 void mf2(); 415 …template<class Y> template<> void A<Y>::B<double>::mf2() {} // expected-error {{does not refer int…
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | TestMessageFormat.java | 1382 MessageFormat mf2 = new MessageFormat(mf.toPattern()); in testPluralFormatToPattern() local 1383 if (!mf.equals(mf2)) { in testPluralFormatToPattern() 1552 MessageFormat mf2 = new MessageFormat(mf.toPattern()); in testSelectFormatToPattern() local 1553 if (!mf.equals(mf2)) { in testSelectFormatToPattern() 1997 MessageFormat mf2 = new MessageFormat("{a} {aa} {aaa}", ULocale.ENGLISH); in TestArgIsPrefixOfAnother() local 2002 assertEquals("a aa aaa", "A AB ABC", mf2.format(args, new StringBuffer(), null).toString()); in TestArgIsPrefixOfAnother()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | TestMessageFormat.java | 1379 MessageFormat mf2 = new MessageFormat(mf.toPattern()); in testPluralFormatToPattern() local 1380 if (!mf.equals(mf2)) { in testPluralFormatToPattern() 1549 MessageFormat mf2 = new MessageFormat(mf.toPattern()); in testSelectFormatToPattern() local 1550 if (!mf.equals(mf2)) { in testSelectFormatToPattern() 1994 MessageFormat mf2 = new MessageFormat("{a} {aa} {aaa}", ULocale.ENGLISH); in TestArgIsPrefixOfAnother() local 1999 assertEquals("a aa aaa", "A AB ABC", mf2.format(args, new StringBuffer(), null).toString()); in TestArgIsPrefixOfAnother()
|
/external/swiftshader/src/Device/ |
D | ETC_Decoder.cpp | 342 unsigned char mf2 : 2; member 638 case 5: return mf1 << 2 | mf2; in getSingleChannelIndex()
|
/external/swiftshader/src/Renderer/ |
D | ETC_Decoder.cpp | 342 unsigned char mf2 : 2; member 638 case 5: return mf1 << 2 | mf2; in getSingleChannelIndex()
|
/external/icu/icu4c/source/test/intltest/ |
D | tmsgfmt.cpp | 1986 MessageFormat mf2("{a} {aa} {aaa}", Locale::getEnglish(), errorCode); in TestArgIsPrefixOfAnother() local 1991 assertEquals("a aa aaa", "A AB ABC", mf2.format(argNames, args, 3, result.remove(), errorCode)); in TestArgIsPrefixOfAnother()
|
D | measfmttest.cpp | 1522 MeasureFormat mf2(mf); in TestFormatPeriodEn() local 1523 verifyFormat("en WIDE copy", mf2, fullData, UPRV_LENGTHOF(fullData)); in TestFormatPeriodEn()
|
/external/toolchain-utils/dejagnu/gdb_baseline/ |
D | x86_64-cros-linux-gnu | 13251 PASS: gdb.cp/ref-params.exp: print mf2(MQ) 13254 PASS: gdb.cp/ref-params.exp: print mf2(MQR)
|
D | i686-pc-linux-gnu | 13016 PASS: gdb.cp/ref-params.exp: print mf2(MQ) 13019 PASS: gdb.cp/ref-params.exp: print mf2(MQR)
|
D | armv7a-cros-linux-gnueabi | 12871 PASS: gdb.cp/ref-params.exp: print mf2(MQ) 12874 PASS: gdb.cp/ref-params.exp: print mf2(MQR)
|