HomeSort by relevance Sort by last modified time
    Searched refs:expectedStr (Results 1 - 20 of 20) sorted by null

  /frameworks/base/libs/androidfw/tests/
TestHelpers.cpp 25 ::testing::AssertionResult IsStringEqual(const ResTable& table, uint32_t resourceId, const char* expectedStr) {
42 if (String8(expectedStr) != actual) {
TestHelpers.h 31 ::testing::AssertionResult IsStringEqual(const ResTable& table, uint32_t resourceId, const char* 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 217 static inline char *expectedStr(enum EXPECTED_RESULT expected)
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/
test_utils.js 42 var expectedStr = 'Expected: ' + addSlashes(expected.substring(i - 100, i + 1)),
43 expectedDiffMarker = createDiffMarker(expectedStr.length);
45 diffMsg += expectedStr + addSlashes(expected.substring(i + 1, i + 20)) + '\n' + expectedDiffMarker;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
IntlTestDecimalFormatAPIC.java 534 String expectedStr = "";
535 expectedStr=expectedStr + (long)expected;
536 if(!got.equals(expectedStr) ) {
537 errln("ERROR: Round() failed: " + message + got + " Expected : " + expectedStr);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
IntlTestDecimalFormatAPIC.java 530 String expectedStr = "";
531 expectedStr=expectedStr + (long)expected;
532 if(!got.equals(expectedStr) ) {
533 errln("ERROR: Round() failed: " + message + got + " Expected : " + expectedStr);
  /cts/tests/tests/widget/src/android/widget/cts/
CursorTreeAdapterTest.java 440 final String expectedStr = "getGroupView test";
443 textView.setText(expectedStr);
549 final String expectedStr = "getChildView test";
552 textView.setText(expectedStr);
  /external/icu/icu4c/source/test/intltest/
dcfmapts.cpp 511 UnicodeString expectedStr("");
512 expectedStr=expectedStr + expected;
513 if(got != expectedStr ) {
514 errln((UnicodeString)"ERROR: " + message + got + (UnicodeString)" Expected : " + expectedStr);
    [all...]
  /external/icu/icu4c/source/test/iotest/
strtst.c 313 #define Test_u_snprintf(limit, format, value, expectedSize, expectedStr) \
317 if (size != expectedSize || strcmp(cTestResult, expectedStr) != 0) {\
318 log_err("Unexpected formatting. size=%d expectedSize=%d cTestResult=%s expectedStr=%s\n",\
319 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 

Completed in 614 milliseconds