Searched refs:roundTrip (Results 1 – 12 of 12) sorted by relevance
/external/fonttools/MetaTools/ |
D | roundTrip.py | 32 def roundTrip(ttFile1, options, report): function 81 roundTrip(ttFile, options, report)
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestMetazoneTransitions.java | 78 Date roundTrip = javaFormat.parse(formatted); in main() local 79 if (roundTrip.getTime() != date) { in main() 82 + roundTrip); in main()
|
D | TestDisplayAndInputProcessor.java | 50 UnicodeSet roundTrip = new UnicodeSet(input); in TestAExemplars() local 51 if (!assertEquals(test.toString() + "=>" + display, test, roundTrip)) { in TestAExemplars()
|
/external/skqp/tests/ |
D | PDFPrimitivesTest.cpp | 380 int roundTrip = (int)(0.5 + f * 255); in DEF_TEST() local 381 REPORTER_ASSERT(reporter, roundTrip == i); in DEF_TEST()
|
/external/OpenCL-CTS/test_conformance/half/ |
D | main.cpp | 69 ADD_TEST( roundTrip ),
|
/external/skia/tests/ |
D | PDFPrimitivesTest.cpp | 383 int roundTrip = (int)(0.5 + f * 255); in DEF_TEST() local 384 REPORTER_ASSERT(reporter, roundTrip == i); in DEF_TEST()
|
/external/turbine/javatests/com/google/turbine/bytecode/sig/ |
D | SigIntegrationTest.java | 89 public void roundTrip() throws Exception { in roundTrip() method in SigIntegrationTest
|
/external/golang-protobuf/jsonpb/ |
D | jsonpb_test.go | 1024 roundTrip := &anypb.Any{} 1025 err = u.Unmarshal(bytes.NewReader([]byte(js)), roundTrip) 1034 if !proto.Equal(any, roundTrip) { 1035 …f("message contents not set correctly after unmarshalling JSON: got %s, wanted %s", roundTrip, any)
|
/external/turbine/javatests/com/google/turbine/bytecode/ |
D | ClassWriterTest.java | 54 public void roundTrip() throws Exception { in roundTrip() method in ClassWriterTest
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | GenerateTransformCharts.java | 823 boolean roundTrip = yToRoundTrip.get(y); 824 showCell(pw, y, roundTrip ? "" : " class='miss'");
|
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
D | TestCharset.java | 5247 ByteBuffer roundTrip = encoderResult; in TestSCSUConverter() local 5248 CharBuffer roundTripResult = decode.decode(roundTrip); in TestSCSUConverter() 5519 ByteBuffer roundTrip = encoderResult; in TestBOCU1Converter() local 5520 CharBuffer roundTripResult = decode.decode(roundTrip); in TestBOCU1Converter()
|
/external/fonttools/Lib/fonttools.egg-info/ |
D | SOURCES.txt | 318 MetaTools/roundTrip.py
|