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

  /external/chromium/chrome/common/
bzip2_unittest.cc 21 TEST(Bzip2Test, Roundtrip) {
json_value_serializer_unittest.cc 19 TEST(JSONValueSerializerTest, Roundtrip) {
249 TEST_F(JSONFileValueSerializerTest, Roundtrip) {
  /external/chromium_org/third_party/icu/source/test/perf/utfperf/
utfperf.cpp 119 // Base class for Roundtrip, FromUnicode and FromUTF8 with common setup.
150 // Test roundtrip UTF-16->encoding->UTF-16.
151 class Roundtrip : public Command {
153 Roundtrip(const UtfPerformanceTest &testcase) : Command(testcase) {}
156 Roundtrip * t = new Roundtrip(testcase);
211 fprintf(stderr, "error: roundtrip failed, inputLength %d!=outputLength %d\n", inputLength, outputLength);
330 case 0: name = "Roundtrip"; if (exec) return Roundtrip::get(*this); break;
  /external/icu4c/test/perf/utfperf/
utfperf.cpp 119 // Base class for Roundtrip, FromUnicode and FromUTF8 with common setup.
150 // Test roundtrip UTF-16->encoding->UTF-16.
151 class Roundtrip : public Command {
153 Roundtrip(const UtfPerformanceTest &testcase) : Command(testcase) {}
156 Roundtrip * t = new Roundtrip(testcase);
211 fprintf(stderr, "error: roundtrip failed, inputLength %d!=outputLength %d\n", inputLength, outputLength);
330 case 0: name = "Roundtrip"; if (exec) return Roundtrip::get(*this); break;
  /external/chromium_org/native_client_sdk/src/examples/api/core/
test.js 35 test.log('Roundtrip time: ' + getRoundTimeMs().toFixed(2) + 'ms');
  /external/chromium_org/base/json/
json_value_serializer_unittest.cc 168 TEST(JSONValueSerializerTest, Roundtrip) {
383 TEST_F(JSONFileValueSerializerTest, Roundtrip) {

Completed in 502 milliseconds