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 | 47 UnicodeSet roundTrip = new UnicodeSet(input); in TestAExemplars() local 48 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/skia/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/golang-protobuf/jsonpb/ |
D | jsonpb_test.go | 993 roundTrip := &anypb.Any{} 994 err = u.Unmarshal(bytes.NewReader([]byte(js)), roundTrip) 1003 if !proto.Equal(any, roundTrip) { 1004 …f("message contents not set correctly after unmarshalling JSON: got %s, wanted %s", roundTrip, any)
|
/external/turbine/javatests/com/google/turbine/bytecode/sig/ |
D | SigIntegrationTest.java | 89 public void roundTrip() throws Exception { in roundTrip() method in SigIntegrationTest
|
/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 | 822 boolean roundTrip = yToRoundTrip.get(y); 823 showCell(pw, y, roundTrip ? "" : " class='miss'");
|
/external/syzkaller/vendor/golang.org/x/net/http2/ |
D | transport.go | 378 res, gotErrAfterReqBodyWrite, err := cc.roundTrip(req) 770 resp, _, err := cc.roundTrip(req) 774 func (cc *ClientConn) roundTrip(req *http.Request) (res *http.Response, gotErrAfterReqBodyWrite boo… func
|
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
D | TestCharset.java | 5224 ByteBuffer roundTrip = encoderResult; in TestSCSUConverter() local 5225 CharBuffer roundTripResult = decode.decode(roundTrip); in TestSCSUConverter() 5496 ByteBuffer roundTrip = encoderResult; in TestBOCU1Converter() local 5497 CharBuffer roundTripResult = decode.decode(roundTrip); in TestBOCU1Converter()
|
/external/fonttools/Lib/fonttools.egg-info/ |
D | SOURCES.txt | 316 MetaTools/roundTrip.py
|