Home
last modified time | relevance | path

Searched refs:mf2 (Results 1 – 19 of 19) sorted by relevance

/external/libcxxabi/test/
Dcatch_member_function_pointer_01.pass.cpp23 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/
Dp21.cpp6 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
Dp18.cpp5 void mf2();
20 void A<Y>::B<double>::mf2() { } // expected-error{{does not refer}} in mf2() function in A::B
/external/python/cryptography/tests/
Dtest_fernet.py175 mf2 = MultiFernet([f2, f1])
180 assert mf2.decrypt(mf1_ciphertext) == plaintext
182 rotated = mf2.rotate(mf1_ciphertext)
185 assert mf2.decrypt(rotated) == plaintext
195 mf2 = MultiFernet([f2, f1])
206 mf2.rotate(mf1_ciphertext)
217 mf2 = MultiFernet([f2])
220 mf2.rotate(mf1.encrypt(b"abc"))
/external/clang/test/SemaCXX/
Dattr-no-split-stack.cpp16 static void mf2() __attribute__((no_split_stack));
33 [[gnu::no_split_stack]] static void mf2();
Dattr-flatten.cpp16 static void mf2() __attribute__((flatten));
33 [[gnu::flatten]] static void mf2();
/external/libvpx/libvpx/test/
Dnon_greedy_mv_test.cc63 static void compare_mf(const MV *mf1, const MV *mf2, int rows, int cols, in compare_mf() argument
71 MV mv2 = mf2[idx]; in compare_mf()
/external/clang/test/SemaTemplate/
Dmember-template-access-expr.cpp68 float* (X1::*mf2)(int) = &X1::f1<>; in test_X1() local
/external/clang/test/CXX/drs/
Ddr3xx.cpp396 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/
DTestMessageFormat.java1384 MessageFormat mf2 = new MessageFormat(mf.toPattern()); in testPluralFormatToPattern() local
1385 if (!mf.equals(mf2)) { in testPluralFormatToPattern()
1554 MessageFormat mf2 = new MessageFormat(mf.toPattern()); in testSelectFormatToPattern() local
1555 if (!mf.equals(mf2)) { in testSelectFormatToPattern()
1999 MessageFormat mf2 = new MessageFormat("{a} {aa} {aaa}", ULocale.ENGLISH); in TestArgIsPrefixOfAnother() local
2004 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/
DTestMessageFormat.java1381 MessageFormat mf2 = new MessageFormat(mf.toPattern()); in testPluralFormatToPattern() local
1382 if (!mf.equals(mf2)) { in testPluralFormatToPattern()
1551 MessageFormat mf2 = new MessageFormat(mf.toPattern()); in testSelectFormatToPattern() local
1552 if (!mf.equals(mf2)) { in testSelectFormatToPattern()
1996 MessageFormat mf2 = new MessageFormat("{a} {aa} {aaa}", ULocale.ENGLISH); in TestArgIsPrefixOfAnother() local
2001 assertEquals("a aa aaa", "A AB ABC", mf2.format(args, new StringBuffer(), null).toString()); in TestArgIsPrefixOfAnother()
/external/swiftshader/src/Renderer/
DETC_Decoder.cpp342 unsigned char mf2 : 2; member
638 case 5: return mf1 << 2 | mf2; in getSingleChannelIndex()
/external/swiftshader/src/Device/
DETC_Decoder.cpp341 unsigned char mf2 : 2; member
631 case 5: return mf1 << 2 | mf2; in getSingleChannelIndex()
/external/icu/icu4c/source/test/intltest/
Dtmsgfmt.cpp1987 MessageFormat mf2("{a} {aa} {aaa}", Locale::getEnglish(), errorCode); in TestArgIsPrefixOfAnother() local
1992 assertEquals("a aa aaa", "A AB ABC", mf2.format(argNames, args, 3, result.remove(), errorCode)); in TestArgIsPrefixOfAnother()
Dmeasfmttest.cpp2257 MeasureFormat mf2(mf); in TestFormatPeriodEn() local
2258 verifyFormat("en WIDE copy", mf2, fullData, UPRV_LENGTHOF(fullData)); in TestFormatPeriodEn()
/external/angle/src/image_util/
Dloadimage_etc.cpp348 unsigned char mf2 : 2; member
1362 case 5: return u.scblk.mf1 << 2 | u.scblk.mf2; in getSingleChannelIndex()
/external/toolchain-utils/deprecated/dejagnu/gdb_baseline/
Dx86_64-cros-linux-gnu13251 PASS: gdb.cp/ref-params.exp: print mf2(MQ)
13254 PASS: gdb.cp/ref-params.exp: print mf2(MQR)
Darmv7a-cros-linux-gnueabi12871 PASS: gdb.cp/ref-params.exp: print mf2(MQ)
12874 PASS: gdb.cp/ref-params.exp: print mf2(MQR)
Di686-pc-linux-gnu13016 PASS: gdb.cp/ref-params.exp: print mf2(MQ)
13019 PASS: gdb.cp/ref-params.exp: print mf2(MQR)