Searched refs:round_trip (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | escaping_benchmark.cc | 56 std::string round_trip; in BM_WebSafeBase64Escape_string() local 57 absl::WebSafeBase64Unescape(escaped, &round_trip); in BM_WebSafeBase64Escape_string() 58 ABSL_RAW_CHECK(round_trip == raw, ""); in BM_WebSafeBase64Escape_string()
|
/third_party/skia/gm/ |
H A D | userfont.cpp | 55 static sk_sp<SkTypeface> round_trip(sk_sp<SkTypeface> tf) { in round_trip() function 70 fTF = round_trip(fTF);
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
H A D | test-buffer.c | 884 char round_trip[1024]; in test_buffer_serialize_deserialize() local 900 hb_buffer_serialize_unicode (b, 0, num_glyphs, round_trip, in test_buffer_serialize_deserialize() 901 sizeof(round_trip), &consumed, test->format, in test_buffer_serialize_deserialize() 903 g_assert_cmpstr (round_trip, ==, test->contents); in test_buffer_serialize_deserialize()
|
/third_party/python/Lib/test/ |
H A D | test_clinic.py | 237 def round_trip(self, input): member in ClinicBlockParserTest 241 self.round_trip(""" 246 self.round_trip("""
|
Completed in 4 milliseconds