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

  /external/ltp/scripts/tests/
test_abspath.sh 66 expected_string=${i#*:}
70 if [ "$result" = "$expected_string" ] ; then
71 result_s="matches expected string _abspath(${test_string}) => $result == $expected_string)"
74 result_s="doesn't match expected string _abspath(${test_string}) => $result != $expected_string)"
87 expected_string="$PWD"
91 if [ "$result" = "$expected_string" ] ; then
92 result_s="matches expected string abspath.sh ${test_string} => $result == $expected_string)"
95 result_s="doesn't match expected string abspath.sh ${test_string} => $result != $expected_string)"
104 expected_string="$PWD $PWD"
108 if [ "$result" = "$expected_string" ] ; the
    [all...]
  /external/icu/icu4c/source/test/intltest/
restsnew.cpp 733 UnicodeString expected_string(kErrorUChars);
735 expected_string = base;
738 CONFIRM_EQ(string, expected_string);
769 expected_string = base;
770 expected_string += itoa(j,buf);
771 CONFIRM_EQ(array.getNextString(status),expected_string);
804 expected_string = base;
805 expected_string += itoa(index,buf);
807 expected_string = kErrorUChars;
809 CONFIRM_EQ(string,expected_string);
    [all...]
restest.cpp 403 UnicodeString expected_string(kErrorUChars);
405 expected_string = base;
408 CONFIRM_EQ(string, expected_string, action);
434 expected_string = base;
435 expected_string += itoa(j,buf);
436 CONFIRM_EQ(value, expected_string, action);
456 expected_string = base;
457 expected_string += itoa(index,buf);
461 expected_string = kErrorUChars;
463 CONFIRM_EQ(string, expected_string, action)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
crestst.c 255 UChar* expected_string = NULL; local
384 expected_string=(UChar*)malloc(sizeof(UChar)*(u_strlen(base) + 3));
385 u_strcpy(expected_string,base);
390 expected_string = (UChar*)malloc(sizeof(UChar)*(u_strlen(kERROR) + 1));
391 u_strcpy(expected_string,kERROR);
395 CONFIRM_EQ(string, expected_string);
397 free(expected_string);
    [all...]
creststn.c 1597 UChar* expected_string = NULL; local
    [all...]
  /external/google-breakpad/src/processor/
synth_minidump_unittest.cc 245 string expected_string(expected, sizeof(expected) - 1);
246 EXPECT_EQ(expected_string, contents);
  /external/libmojo/mojo/public/cpp/bindings/tests/
wtf_types_unittest.cc 85 void ExpectString(const WTF::String& expected_string,
88 EXPECT_EQ(expected_string, string);
  /external/google-breakpad/src/testing/gtest/test/
gtest-printers_test.cc     [all...]
  /system/core/liblog/tests/
liblog_test.cpp 2838 const char* expected_string = (*fn)(1005, expected_len); local
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/mock/
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/pdfium/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/googletest/googletest/test/
gtest-printers_test.cc     [all...]
  /external/v8/testing/gtest/test/
gtest-printers_test.cc     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-printers_test.cc     [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/test/
gtest-printers_test.cc     [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/test/
gtest-printers_test.cc     [all...]

Completed in 753 milliseconds