HomeSort by relevance Sort by last modified time
    Searched full:expected_string (Results 1 - 12 of 12) sorted by null

  /external/icu4c/test/intltest/
restsnew.cpp 716 UnicodeString expected_string(kErrorUChars);
718 expected_string = base;
721 CONFIRM_EQ(string, expected_string);
752 expected_string = base;
753 expected_string += itoa(j,buf);
754 CONFIRM_EQ(array.getNextString(status),expected_string);
787 expected_string = base;
788 expected_string += itoa(index,buf);
790 expected_string = kErrorUChars;
792 CONFIRM_EQ(string,expected_string);
    [all...]
restest.cpp 401 UnicodeString expected_string(kErrorUChars);
403 expected_string = base;
406 CONFIRM_EQ(string, expected_string, action);
432 expected_string = base;
433 expected_string += itoa(j,buf);
434 CONFIRM_EQ(value, expected_string, action);
454 expected_string = base;
455 expected_string += itoa(index,buf);
459 expected_string = kErrorUChars;
461 CONFIRM_EQ(string, expected_string, action)
    [all...]
  /external/chromium/chrome/browser/printing/
print_dialog_cloud_unittest.cc 70 std::string expected_string, arg_string;
71 expected->GetAsString(&expected_string);
74 << "' (expected '" << expected_string << "')"; local
  /cts/tests/tests/content/src/android/content/res/cts/
TypedArrayTest.java 47 private static final String EXPECTED_STRING = "Hello, Android!";
117 assertEquals(EXPECTED_STRING, mTypedArray.getString(R.styleable.style1_type13));
  /external/icu4c/test/cintltst/
crestst.c 256 UChar* expected_string = NULL; local
385 expected_string=(UChar*)malloc(sizeof(UChar)*(u_strlen(base) + 3));
386 u_strcpy(expected_string,base);
391 expected_string = (UChar*)malloc(sizeof(UChar)*(u_strlen(kERROR) + 1));
392 u_strcpy(expected_string,kERROR);
396 CONFIRM_EQ(string, expected_string);
398 free(expected_string);
    [all...]
creststn.c 1598 UChar* expected_string = NULL; local
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
vcdiffengine_test.cc 141 void ExpectDataString(const char *expected_string) {
142 const char* ptr = expected_string;
149 void ExpectDataStringWithBlockSpacing(const char *expected_string,
151 const char* ptr = expected_string;
    [all...]
  /external/open-vcdiff/src/
vcdiffengine_test.cc 139 void ExpectDataString(const char *expected_string) {
140 const char* ptr = expected_string;
147 void ExpectDataStringWithBlockSpacing(const char *expected_string,
149 const char* ptr = expected_string;
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_controller_unittest.mm 717 const std::string expected_string("2f:[ 2f1b 1b 2f2f:[ 2f2f1b "
720 EXPECT_EQ(expected_string, model_test_utils::ModelStringFromNode(root));
    [all...]
  /external/chromium/testing/gtest/test/
gtest-printers_test.cc     [all...]
  /external/gtest/test/
gtest-printers_test.cc     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/test/
gtest-printers_test.cc     [all...]

Completed in 1314 milliseconds