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

  /external/icu/icu4c/source/test/perf/utfperf/
utfperf.cpp 122 // Base class for Roundtrip, FromUnicode and FromUTF8 with common setup.
153 // Test roundtrip UTF-16->encoding->UTF-16.
154 class Roundtrip : public Command {
156 Roundtrip(const UtfPerformanceTest &testcase) : Command(testcase) {}
159 Roundtrip * t = new Roundtrip(testcase);
214 fprintf(stderr, "error: roundtrip failed, inputLength %d!=outputLength %d\n", inputLength, outputLength);
333 case 0: name = "Roundtrip"; if (exec) return Roundtrip::get(*this); break;
  /external/libchrome/base/json/
json_value_serializer_unittest.cc 218 TEST(JSONValueSerializerTest, Roundtrip) {
409 TEST_F(JSONFileValueSerializerTest, Roundtrip) {
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/http2/hpack/
hpack_test.go 540 t.Errorf("Roundtrip failure on %q -> %q -> %q", input, huff, output.Bytes())
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/http2/hpack/
hpack_test.go 540 t.Errorf("Roundtrip failure on %q -> %q -> %q", input, huff, output.Bytes())

Completed in 174 milliseconds