/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/message2/ |
D | MessageFormat2Test.java | 42 MessageFormatter mf2 = MessageFormatter.builder() in test() local 52 MessageFormatter mf2 = MessageFormatter.builder() in testDateFormat() local 136 MessageFormatter mf2 = MessageFormatter.builder() in testPlural() local 160 MessageFormatter mf2 = MessageFormatter.builder() in testPluralOrdinal() local 276 MessageFormatter mf2 = MessageFormatter.builder() in testFormatterIsCreatedOnce() local 340 MessageFormatter mf2 = MessageFormatter.builder() in testPluralWithOffset() local 369 MessageFormatter mf2 = MessageFormatter.builder() in testPluralWithOffsetAndLocalVar() local 397 MessageFormatter mf2 = MessageFormatter.builder() in testPluralWithOffsetAndLocalVar2() local 419 MessageFormatter mf2 = MessageFormatter.builder() in testPluralWithOffsetAndLocalVar2Options() local
|
D | Mf2IcuTest.java | 147 MessageFormatter mf2 = MessageFormatter.builder() in checkMf1Behavior() local
|
D | CustomFormatterMessageRefTest.java | 113 MessageFormatter mf2 = MessageFormatter.builder() in test() local
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/message2/ |
D | MessageFormat2Test.java | 45 MessageFormatter mf2 = MessageFormatter.builder() in test() local 55 MessageFormatter mf2 = MessageFormatter.builder() in testDateFormat() local 139 MessageFormatter mf2 = MessageFormatter.builder() in testPlural() local 163 MessageFormatter mf2 = MessageFormatter.builder() in testPluralOrdinal() local 279 MessageFormatter mf2 = MessageFormatter.builder() in testFormatterIsCreatedOnce() local 343 MessageFormatter mf2 = MessageFormatter.builder() in testPluralWithOffset() local 372 MessageFormatter mf2 = MessageFormatter.builder() in testPluralWithOffsetAndLocalVar() local 400 MessageFormatter mf2 = MessageFormatter.builder() in testPluralWithOffsetAndLocalVar2() local 422 MessageFormatter mf2 = MessageFormatter.builder() in testPluralWithOffsetAndLocalVar2Options() local
|
D | Mf2IcuTest.java | 150 MessageFormatter mf2 = MessageFormatter.builder() in checkMf1Behavior() local
|
D | CustomFormatterMessageRefTest.java | 116 MessageFormatter mf2 = MessageFormatter.builder() in test() local
|
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/ |
D | p21.cpp | 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 | 20 void A<Y>::B<double>::mf2() { } // expected-error{{does not refer}} in mf2() function in A::B
|
/external/libcxxabi/test/ |
D | catch_member_function_pointer_01.pass.cpp | 23 typedef void (A::*mf2)() const; typedef
|
/external/cronet/stable/third_party/libc++abi/src/test/ |
D | catch_member_function_pointer_01.pass.cpp | 22 typedef void (A::*mf2)() const; typedef
|
/external/cronet/tot/third_party/libc++abi/src/test/ |
D | catch_member_function_pointer_01.pass.cpp | 22 typedef void (A::*mf2)() const; typedef
|
/external/sdv/vsomeip/third_party/boost/bind/include/boost/bind/ |
D | mem_fn_cc.hpp | 35 template<class R, class T, class A1, class A2> _mfi::BOOST_MEM_FN_NAME(mf2)<R, T, A1, A2> mem_fn(R … in BOOST_MEM_FN_NAME() argument
|
D | mem_fn_vw.hpp | 41 template<class R, class T, class A1, class A2> struct BOOST_MEM_FN_NAME(mf2): public mf<R>::BOOST_N… in BOOST_MEM_FN_NAME() argument
|
D | mem_fn_template.hpp | 253 template<class R, class T, class A1, class A2 BOOST_MEM_FN_CLASS_F> class BOOST_MEM_FN_NAME(mf2) in BOOST_MEM_FN_NAME() argument
|
/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/format/ |
D | JavaTimeFormatTest.java | 177 … MessageFormatter mf2 = mf2Builder.setPattern("(mf2) Your card expires on {$expDate}").build(); in testMessageFormat() local
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | JavaTimeFormatTest.java | 180 … MessageFormatter mf2 = mf2Builder.setPattern("(mf2) Your card expires on {$expDate}").build(); in testMessageFormat() local
|
D | TestMessageFormat.java | 1384 MessageFormat mf2 = new MessageFormat(mf.toPattern()); in testPluralFormatToPattern() local 1554 MessageFormat mf2 = new MessageFormat(mf.toPattern()); in testSelectFormatToPattern() local 1999 MessageFormat mf2 = new MessageFormat("{a} {aa} {aaa}", ULocale.ENGLISH); in TestArgIsPrefixOfAnother() local
|
/external/clang/test/SemaTemplate/ |
D | member-template-access-expr.cpp | 68 float* (X1::*mf2)(int) = &X1::f1<>; in test_X1() local
|
/external/icu/icu4j/main/common_tests/src/test/java/com/ibm/icu/dev/test/format/ |
D | TestMessageFormat.java | 1381 MessageFormat mf2 = new MessageFormat(mf.toPattern()); in testPluralFormatToPattern() local 1551 MessageFormat mf2 = new MessageFormat(mf.toPattern()); in testSelectFormatToPattern() local 1996 MessageFormat mf2 = new MessageFormat("{a} {aa} {aaa}", ULocale.ENGLISH); in TestArgIsPrefixOfAnother() local
|
/external/libvpx/test/ |
D | non_greedy_mv_test.cc | 63 static void compare_mf(const MV *mf1, const MV *mf2, int rows, int cols, in compare_mf()
|
/external/sdv/vsomeip/third_party/boost/type_traits/test/ |
D | test.hpp | 191 typedef int (UDT::*mf2)(); typedef
|
/external/swiftshader/src/Device/ |
D | ETC_Decoder.cpp | 341 unsigned char mf2 : 2; member
|
/external/cronet/stable/third_party/icu/source/test/intltest/ |
D | tmsgfmt.cpp | 1989 MessageFormat mf2("{a} {aa} {aaa}", Locale::getEnglish(), errorCode); in TestArgIsPrefixOfAnother() local
|
/external/cronet/tot/third_party/icu/source/test/intltest/ |
D | tmsgfmt.cpp | 1989 MessageFormat mf2("{a} {aa} {aaa}", Locale::getEnglish(), errorCode); in TestArgIsPrefixOfAnother() local
|
/external/icu/icu4c/source/test/intltest/ |
D | tmsgfmt.cpp | 1989 MessageFormat mf2("{a} {aa} {aaa}", Locale::getEnglish(), errorCode); in TestArgIsPrefixOfAnother() local
|