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.java47 UnicodeSet roundTrip = new UnicodeSet(input); in TestAExemplars() local
48 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/skia/tests/
DPDFPrimitivesTest.cpp380 int roundTrip = (int)(0.5 + f * 255); in DEF_TEST() local
381 REPORTER_ASSERT(reporter, roundTrip == i); in DEF_TEST()
/external/golang-protobuf/jsonpb/
Djsonpb_test.go993 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/
DSigIntegrationTest.java89 public void roundTrip() throws Exception { in roundTrip() method in SigIntegrationTest
/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.java822 boolean roundTrip = yToRoundTrip.get(y);
823 showCell(pw, y, roundTrip ? "" : " class='miss'");
/external/syzkaller/vendor/golang.org/x/net/http2/
Dtransport.go378 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/
DTestCharset.java5224 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/
DSOURCES.txt316 MetaTools/roundTrip.py