Home
last modified time | relevance | path

Searched defs:expected_string (Results 1 – 8 of 8) sorted by relevance

/third_party/rust/crates/nix/test/
Dtest_sendfile.rs99 let expected_string = header_strings.concat() in test_sendfile_freebsd() localVariable
148 let expected_string = header_strings.concat() in test_sendfile_dragonfly() localVariable
197 let expected_string = header_strings.concat() in test_sendfile_darwin() localVariable
/third_party/skia/tests/
DJSONTest.cpp323 void check_value(skiatest::Reporter* reporter, const Value& v, const char* expected_string) { in check_value()
/third_party/openssl/test/
Dx509_time_test.c45 const char *expected_string; member
/third_party/icu/icu4c/source/test/intltest/
Drestest.cpp427 UnicodeString expected_string(kErrorUChars); in testTag() local
Drestsnew.cpp779 UnicodeString expected_string(kErrorUChars); in testTag() local
/third_party/icu/icu4c/source/test/cintltst/
Dcrestst.c285 UChar* expected_string = NULL; in testTag() local
Dcreststn.c1653 UChar* expected_string = NULL; in testTag() local
/third_party/googletest/googletest/test/
Dgoogletest-printers-test.cc1563 #define EXPECT_PRINT_TO_STRING_(value, expected_string) \ argument