Home
last modified time | relevance | path

Searched refs:roundTrip (Results 1 – 12 of 12) sorted by relevance

/external/fonttools/MetaTools/
DroundTrip.py32 def roundTrip(ttFile1, options, report): function
81 roundTrip(ttFile, options, report)
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestMetazoneTransitions.java78 Date roundTrip = javaFormat.parse(formatted); in main() local
79 if (roundTrip.getTime() != date) { in main()
82 + roundTrip); in main()
DTestDisplayAndInputProcessor.java50 UnicodeSet roundTrip = new UnicodeSet(input); in TestAExemplars() local
51 if (!assertEquals(test.toString() + "=>" + display, test, roundTrip)) { in TestAExemplars()
/external/skqp/tests/
DPDFPrimitivesTest.cpp380 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/
Dmain.cpp69 ADD_TEST( roundTrip ),
/external/skia/tests/
DPDFPrimitivesTest.cpp383 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/
DSigIntegrationTest.java89 public void roundTrip() throws Exception { in roundTrip() method in SigIntegrationTest
/external/golang-protobuf/jsonpb/
Djsonpb_test.go1024 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/
DClassWriterTest.java54 public void roundTrip() throws Exception { in roundTrip() method in ClassWriterTest
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateTransformCharts.java823 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/
DTestCharset.java5247 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/
DSOURCES.txt318 MetaTools/roundTrip.py