Home
last modified time | relevance | path

Searched refs:test_swap (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/status/
H A Dstatus_test.cc471 auto test_swap = [](const absl::Status& s1, const absl::Status& s2) { in TEST() local
481 test_swap(ok, no_payload); in TEST()
482 test_swap(no_payload, ok); in TEST()
483 test_swap(ok, with_payload); in TEST()
484 test_swap(with_payload, ok); in TEST()
485 test_swap(no_payload, with_payload); in TEST()
486 test_swap(with_payload, no_payload); in TEST()
/third_party/skia/tests/
H A DTArrayTest.cpp169 template <typename T> static void test_swap(skiatest::Reporter* reporter, in test_swap() function
203 static void test_swap(skiatest::Reporter* reporter) { in test_swap() function
211 test_swap(reporter, arrays, sizes); in test_swap()
225 test_swap(reporter, arraysMoi, sizes); in test_swap()
348 test_swap(reporter); in DEF_TEST()
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dswapimpl.cpp856 test_swap(const UDataSwapper *ds, in test_swap() function
870 udata_printError(ds, "test_swap(): data header swap failed %s\n", pErrorCode != nullptr ? u_errorName(*pErrorCode) : "pErrorCode is nullptr"); in test_swap()
883 udata_printError(ds, "test_swap(): data format %02x.%02x.%02x.%02x (format version %02x) is not recognized as testdata\n", in test_swap()
900 udata_printError(ds, "test_swap(): too few bytes (%d after header, wanted %d) for all of testdata\n", in test_swap()
964 { { 0x54, 0x65, 0x73, 0x74 }, test_swap } /* dataFormat="Test" */
/third_party/icu/icu4c/source/tools/toolutil/
H A Dswapimpl.cpp856 test_swap(const UDataSwapper *ds, in test_swap() function
870 udata_printError(ds, "test_swap(): data header swap failed %s\n", pErrorCode != NULL ? u_errorName(*pErrorCode) : "pErrorCode is NULL"); in test_swap()
883 udata_printError(ds, "test_swap(): data format %02x.%02x.%02x.%02x (format version %02x) is not recognized as testdata\n", in test_swap()
900 udata_printError(ds, "test_swap(): too few bytes (%d after header, wanted %d) for all of testdata\n", in test_swap()
964 { { 0x54, 0x65, 0x73, 0x74 }, test_swap } /* dataFormat="Test" */
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dswapimpl.cpp746 test_swap(const UDataSwapper *ds, in test_swap() function
760 udata_printError(ds, "test_swap(): data header swap failed %s\n", pErrorCode != NULL ? u_errorName(*pErrorCode) : "pErrorCode is NULL"); in test_swap()
773 udata_printError(ds, "test_swap(): data format %02x.%02x.%02x.%02x (format version %02x) is not recognized as testdata\n", in test_swap()
790 udata_printError(ds, "test_swap(): too few bytes (%d after header, wanted %d) for all of testdata\n", in test_swap()
852 { { 0x54, 0x65, 0x73, 0x74 }, test_swap } /* dataFormat="Test" */
/third_party/openssl/test/
H A Dbntest.c147 static int test_swap(void) in test_swap() function
3053 ADD_TEST(test_swap); in setup_tests()
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs11455 fn test_swap() { in test_swap() functions
[all...]

Completed in 52 milliseconds