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

  /external/chromium_org/chrome/browser/media/
chrome_webrtc_disable_encryption_flag_browsertest.cc 86 std::string expected_string = should_detect_encryption ? local
89 ASSERT_EQ(expected_string,
  /external/chromium_org/tools/gyp/test/mac/
gyptest-xcode-gcc.py 17 def IgnoreOutput(string, expected_string):
  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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 400 UnicodeString expected_string(kErrorUChars);
402 expected_string = base;
405 CONFIRM_EQ(string, expected_string, action);
431 expected_string = base;
432 expected_string += itoa(j,buf);
433 CONFIRM_EQ(value, expected_string, action);
453 expected_string = base;
454 expected_string += itoa(index,buf);
458 expected_string = kErrorUChars;
460 CONFIRM_EQ(string, expected_string, action)
    [all...]
  /external/chromium_org/chromeos/dbus/
shill_client_unittest_base.h 130 static void ExpectStringArgument(const std::string& expected_string,
142 static void ExpectStringAndValueArguments(const std::string& expected_string,
shill_client_unittest_base.cc 201 const std::string& expected_string,
205 EXPECT_EQ(expected_string, str);
231 const std::string& expected_string,
236 EXPECT_EQ(expected_string, str);
shill_device_client_unittest.cc 25 void ExpectStringAndBoolArguments(const std::string& expected_string,
30 EXPECT_EQ(expected_string, arg1);
  /external/chromium_org/chrome/browser/printing/
print_dialog_cloud_unittest.cc 68 std::string expected_string, arg_string;
69 expected->GetAsString(&expected_string);
72 << "' (expected '" << expected_string << "')"; local
  /external/chromium_org/ppapi/proxy/
pdf_resource_unittest.cc 33 std::string expected_string = "hello"; local
34 PpapiPluginMsg_PDF_GetLocalizedStringReply reply_msg(expected_string);
54 ASSERT_EQ(expected_string, actual_string);
  /external/chromium_org/media/base/
ranges_unittest.cc 27 const base::StringPiece& expected_string) {
30 ASSERT_EQ(ss.str(), expected_string);
  /external/chromium_org/third_party/icu/source/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 1593 UChar* expected_string = NULL; local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
crestst.c 254 UChar* expected_string = NULL; local
383 expected_string=(UChar*)malloc(sizeof(UChar)*(u_strlen(base) + 3));
384 u_strcpy(expected_string,base);
389 expected_string = (UChar*)malloc(sizeof(UChar)*(u_strlen(kERROR) + 1));
390 u_strcpy(expected_string,kERROR);
394 CONFIRM_EQ(string, expected_string);
396 free(expected_string);
    [all...]
creststn.c 1598 UChar* expected_string = NULL; local
    [all...]
  /external/chromium_org/sdch/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_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_expectations_unittest.py     [all...]
  /external/chromium_org/content/browser/indexed_db/
indexed_db_browsertest.cc 94 const char* expected_string) {
99 base::string16 expected_title16(ASCIIToUTF16(expected_string));
  /external/chromium_org/third_party/pymock/
mock.py 815 expected_string = self._format_mock_call_signature(args, kwargs)
820 return message % (expected_string, actual_string)
889 expected_string = self._format_mock_call_signature(args, kwargs)
891 '%s call not found' % expected_string
    [all...]
  /external/chromium_org/testing/gtest/test/
gtest-printers_test.cc     [all...]
  /external/gtest/test/
gtest-printers_test.cc     [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-printers_test.cc     [all...]

Completed in 843 milliseconds