HomeSort by relevance Sort by last modified time
    Searched refs:expected_string (Results 1 - 21 of 21) 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/tensorflow/tensorflow/contrib/signal/python/kernel_tests/
reconstruction_ops_test.py 50 self.expected_string = ["1", "10", "100100", "1001000", "10010010000",
105 self.assertEqual(string_output, self.expected_string)
117 accumulator = accumulator and (string_output == self.expected_string)
134 self.assertEqual(string_output, self.expected_string)
  /external/libxkbcommon/xkbcommon/test/
compose.c 79 const char *expected_string; local
88 expected_string = va_arg(ap, const char *);
115 fprintf(stderr, "expected string: %s\n", expected_string);
119 if (!streq(buffer, expected_string)) {
121 fprintf(stderr, "expected string: %s\n", strempty(expected_string));
  /external/icu/icu4c/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 1599 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/pdfium/fpdfsdk/
fpdfformfill_embeddertest.cpp 109 void CheckSelection(const WideStringView& expected_string) {
111 int num_chars = expected_string.GetLength();
124 EXPECT_EQ(expected_string, WideString::FromUTF16LE(buf.data(), num_chars));
    [all...]
  /external/gflags/test/
gflags_unittest.cc 312 const string& expected_string,
321 EXPECT_EQ(expected_string, FLAGS_test_string);
    [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest-printers_test.cc     [all...]
  /bionic/tests/
stdio_test.cpp 965 int expected_count, const char* expected_string) {
968 ASSERT_STREQ(expected_string, buf) << fmt;
1022 int expected_count, const T2* expected_string) {
1025 if (expected_string == nullptr) {
1028 ASSERT_STREQ(expected_string, result) << fmt;
    [all...]
  /system/core/liblog/tests/
liblog_test.cpp 2847 const char* expected_string = (*fn)(1005, expected_len); local
    [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/python/cpython2/Lib/test/
_mock_backport.py 733 expected_string = self._format_mock_call_signature(args, kwargs)
738 return message % (expected_string, actual_string)
844 expected_string = self._format_mock_call_signature(args, kwargs)
846 '%s call not found' % expected_string
    [all...]
  /external/python/cpython3/Lib/unittest/
mock.py 741 expected_string = self._format_mock_call_signature(args, kwargs)
746 return message % (expected_string, actual_string)
873 expected_string = self._format_mock_call_signature(args, kwargs)
875 '%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/r16/sources/third_party/googletest/googletest/test/
gtest-printers_test.cc     [all...]

Completed in 1019 milliseconds