Home
last modified time | relevance | path

Searched defs:expect2 (Results 1 – 21 of 21) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dnumfmtst.h330 void expect2(NumberFormat& fmt, const Formattable& n, const char* str) { in expect2() function
336 void expect2(NumberFormat* fmt, const Formattable& n, const char* str, UErrorCode ec) { in expect2() function
Dnumfmtst.cpp2849 void NumberFormatTest::expect2(NumberFormat& fmt, const Formattable& n, const UnicodeString& str) { in expect2() function in NumberFormatTest
2855 void NumberFormatTest::expect2(NumberFormat* fmt, const Formattable& n, in expect2() function in NumberFormatTest
/external/cronet/stable/third_party/icu/source/test/intltest/
Dnumfmtst.h330 void expect2(NumberFormat& fmt, const Formattable& n, const char* str) { in expect2() function
336 void expect2(NumberFormat* fmt, const Formattable& n, const char* str, UErrorCode ec) { in expect2() function
Dnumfmtst.cpp2849 void NumberFormatTest::expect2(NumberFormat& fmt, const Formattable& n, const UnicodeString& str) { in expect2() function in NumberFormatTest
2855 void NumberFormatTest::expect2(NumberFormat* fmt, const Formattable& n, in expect2() function in NumberFormatTest
/external/cronet/tot/third_party/icu/source/test/intltest/
Dnumfmtst.h330 void expect2(NumberFormat& fmt, const Formattable& n, const char* str) { in expect2() function
336 void expect2(NumberFormat* fmt, const Formattable& n, const char* str, UErrorCode ec) { in expect2() function
Dnumfmtst.cpp2849 void NumberFormatTest::expect2(NumberFormat& fmt, const Formattable& n, const UnicodeString& str) { in expect2() function in NumberFormatTest
2855 void NumberFormatTest::expect2(NumberFormat* fmt, const Formattable& n, in expect2() function in NumberFormatTest
/external/sdv/vsomeip/third_party/boost/smart_ptr/test/
Dcpp11_pointer_cast_test.cpp137 derived_derived* expect2 = dynamic_cast<derived_derived*>(boost::get_pointer(smart2)); in check_dynamic_moving_pointer_cast() local
/external/linux-kselftest/tools/testing/selftests/rseq/
Drseq-skip.h45 intptr_t *v2, intptr_t expect2, in rseq_cmpeqv_cmpeqv_storev()
Drseq-x86.h435 intptr_t *v2, intptr_t expect2, in rseq_cmpeqv_cmpeqv_storev()
1053 intptr_t *v2, intptr_t expect2, in rseq_cmpeqv_cmpeqv_storev()
Drseq-arm.h498 intptr_t *v2, intptr_t expect2, in rseq_cmpeqv_cmpeqv_storev()
Drseq-s390.h410 intptr_t *v2, intptr_t expect2, in rseq_cmpeqv_cmpeqv_storev()
Drseq-arm64.h501 intptr_t *v2, intptr_t expect2, in rseq_cmpeqv_cmpeqv_storev()
Drseq-mips.h474 intptr_t *v2, intptr_t expect2, in rseq_cmpeqv_cmpeqv_storev()
Drseq-riscv.h446 intptr_t *v2, intptr_t expect2, in rseq_cmpeqv_cmpeqv_storev()
Drseq-ppc.h554 intptr_t *v2, intptr_t expect2, in rseq_cmpeqv_cmpeqv_storev()
/external/angle/src/tests/gl_tests/
DPackUnpackTest.cpp112 float expect2) in compareBeforeAfter()
DFramebufferFetchTest.cpp957 GLColor expect2 = GLColor::magenta; in MultipleRenderTargetTest() local
/external/linux-kselftest/tools/testing/selftests/net/
Dpsock_fanout.c409 const int expect1[], const int expect2[]) in test_datapath()
/external/mesa3d/src/gallium/drivers/r600/sfn/tests/
Dsfn_instrfromstring_test.cpp603 ScratchIOInstr expect2(RegisterVec4(2), 10, 8, 8, 0xb); in TEST_F() local
618 ScratchIOInstr expect2(RegisterVec4(2), new Register(4, 0, pin_none), 4, 16, 0x3, 20); in TEST_F() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DNumberFormatTest.java2646 public void expect2(NumberFormat fmt, Number n, String exp) { in expect2() method in NumberFormatTest
2659 public void expect2(NumberFormat fmt, double n, String exp) { in expect2() method in NumberFormatTest
2668 public void expect2(NumberFormat fmt, long n, String exp) { in expect2() method in NumberFormatTest
/external/icu/icu4j/main/common_tests/src/test/java/com/ibm/icu/dev/test/format/
DNumberFormatTest.java2643 public void expect2(NumberFormat fmt, Number n, String exp) { in expect2() method in NumberFormatTest
2656 public void expect2(NumberFormat fmt, double n, String exp) { in expect2() method in NumberFormatTest
2665 public void expect2(NumberFormat fmt, long n, String exp) { in expect2() method in NumberFormatTest