/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/test/ |
test_macros.h | 15 const char* expectedStr, const char* actualStr, const char* toleranceStr, 20 << "\"" << expectedStr << "\" and \"" << actualStr 33 const char* expectedStr, const char* actualStr, const char* toleranceStr, 39 << "\"" << expectedStr << "\" and \"" << actualStr 53 const char* expectedStr, const char* actualStr, const char* toleranceStr, 62 message << "Expected \"" << expectedStr 71 const char* expectedStr, const char* actualStr, const char* toleranceStr, 82 message << "Expected \"" << expectedStr
|
/frameworks/base/tools/split-select/ |
TestRules.cpp | 77 const String8 expectedStr(expected.toJson()); 80 if (expectedStr != actualStr) { 82 << "Expected: " << expectedStr.string() << "\n"
|
/external/compiler-rt/test/builtins/Unit/ |
unordtf2_test.c | 29 "expected %s\n", a, b, x, expectedStr(expected));
|
eqtf2_test.c | 29 "expected %s\n", a, b, x, expectedStr(expected));
|
getf2_test.c | 29 "expected %s\n", a, b, x, expectedStr(expected));
|
gttf2_test.c | 29 "expected %s\n", a, b, x, expectedStr(expected));
|
letf2_test.c | 29 "expected %s\n", a, b, x, expectedStr(expected));
|
lttf2_test.c | 29 "expected %s\n", a, b, x, expectedStr(expected));
|
netf2_test.c | 29 "expected %s\n", a, b, x, expectedStr(expected));
|
fp_test.h | 194 static inline char *expectedStr(enum EXPECTED_RESULT expected)
|
/libcore/ojluni/src/test/java/time/tck/java/time/format/ |
TCKSignStyle.java | 119 public void test_signStyle(LocalDate localDate, SignStyle style, Class<?> expectedEx, String expectedStr) { 126 assertEquals(output, expectedStr);
|
/external/icu/icu4c/source/test/cintltst/ |
cbiditransformtst.c | 391 const char *expectedStr; 403 expectedStr = testCases[i].pReorderAndMirror; 408 verifyResultsForAllOpt(&testCases[i], src, dest, expectedStr, U_SHAPE_DIGITS_NOOP, 412 expectedStr = digits[j] == U_SHAPE_DIGITS_ALEN2AN_INIT_LR ? testCases[i].pContextShapes 421 verifyResultsForAllOpt(&testCases[i], src, dest, expectedStr, digits[j],
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
IntlTestDecimalFormatAPIC.java | 538 String expectedStr = ""; 539 expectedStr=expectedStr + (long)expected; 540 if(!got.equals(expectedStr) ) { 541 errln("ERROR: Round() failed: " + message + got + " Expected : " + expectedStr);
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
IntlTestDecimalFormatAPIC.java | 535 String expectedStr = ""; 536 expectedStr=expectedStr + (long)expected; 537 if(!got.equals(expectedStr) ) { 538 errln("ERROR: Round() failed: " + message + got + " Expected : " + expectedStr);
|
/cts/tests/tests/widget/src/android/widget/cts/ |
CursorTreeAdapterTest.java | 476 final String expectedStr = "getGroupView test"; 479 textView.setText(expectedStr); 589 final String expectedStr = "getChildView test"; 592 textView.setText(expectedStr);
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
TextTrieMapTest.java | 294 String expectedStr = (expected instanceof Object[]) 297 errln("FAIL: Empty results: " + memo + ": Expected: " + expectedStr);
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
TextTrieMapTest.java | 291 String expectedStr = (expected instanceof Object[]) 294 errln("FAIL: Empty results: " + memo + ": Expected: " + expectedStr);
|
/external/icu/icu4c/source/test/intltest/ |
dcfmapts.cpp | 513 UnicodeString expectedStr(""); 514 expectedStr=expectedStr + expected; 515 if(got != expectedStr ) { 516 errln((UnicodeString)"ERROR: " + message + got + (UnicodeString)" Expected : " + expectedStr); [all...] |
/external/icu/icu4c/source/test/iotest/ |
strtst.c | 316 #define Test_u_snprintf(limit, format, value, expectedSize, expectedStr) \ 320 if (size != expectedSize || strcmp(cTestResult, expectedStr) != 0) {\ 321 log_err("Unexpected formatting. size=%d expectedSize=%d cTestResult=%s expectedStr=%s\n",\ 322 size, expectedSize, cTestResult, expectedStr);\
|
/prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/ |
xercesImpl-2.6.2.jar | |
/prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.9.1/ |
xercesImpl-2.9.1.jar | |
/prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.11.0/ |
xercesImpl-2.11.0.jar | |