Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dnumfmtst.h304 void expect2(NumberFormat& fmt, const Formattable& n, const char* str) { in expect2() function
310 void expect2(NumberFormat* fmt, const Formattable& n, const char* str, UErrorCode ec) { in expect2() function
Dnumfmtst.cpp2659 void NumberFormatTest::expect2(NumberFormat& fmt, const Formattable& n, const UnicodeString& str) { in expect2() function in NumberFormatTest
2665 void NumberFormatTest::expect2(NumberFormat* fmt, const Formattable& n, in expect2() function in NumberFormatTest
/external/webrtc/webrtc/base/
Dversionparsing_unittest.cc28 static const ExampleVersion expect2 = {2, 0, 0, 1}; in TEST() local
/external/linux-kselftest/tools/testing/selftests/rseq/
Drseq-skip.h45 intptr_t *v2, intptr_t expect2, in rseq_cmpeqv_cmpeqv_storev()
Drseq-x86.h310 intptr_t *v2, intptr_t expect2, in rseq_cmpeqv_cmpeqv_storev()
849 intptr_t *v2, intptr_t expect2, in rseq_cmpeqv_cmpeqv_storev()
Drseq-arm.h403 intptr_t *v2, intptr_t expect2, in rseq_cmpeqv_cmpeqv_storev()
Drseq-s390.h335 intptr_t *v2, intptr_t expect2, in rseq_cmpeqv_cmpeqv_storev()
Drseq-mips.h422 intptr_t *v2, intptr_t expect2, in rseq_cmpeqv_cmpeqv_storev()
Drseq-ppc.h461 intptr_t *v2, intptr_t expect2, in rseq_cmpeqv_cmpeqv_storev()
Drseq-arm64.h429 intptr_t *v2, intptr_t expect2, in rseq_cmpeqv_cmpeqv_storev()
/external/tensorflow/tensorflow/compiler/tests/
Dstateful_random_ops_test.py92 def verify(counter1, counter2, key1, key2, expect1, expect2): argument
/external/linux-kselftest/tools/testing/selftests/net/
Dpsock_fanout.c359 const int expect1[], const int expect2[]) in test_datapath()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DNumberFormatTest.java2594 public void expect2(NumberFormat fmt, Number n, String exp) { in expect2() method in NumberFormatTest
2607 public void expect2(NumberFormat fmt, double n, String exp) { in expect2() method in NumberFormatTest
2616 public void expect2(NumberFormat fmt, long n, String exp) { in expect2() method in NumberFormatTest
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatTest.java2591 public void expect2(NumberFormat fmt, Number n, String exp) { in expect2() method in NumberFormatTest
2604 public void expect2(NumberFormat fmt, double n, String exp) { in expect2() method in NumberFormatTest
2613 public void expect2(NumberFormat fmt, long n, String exp) { in expect2() method in NumberFormatTest