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

  /frameworks/base/tests/net/java/android/net/
UidRangeTest.java 42 UidRange roundTrip = unmarshall(outParcel);
44 assertEquals(original, roundTrip);
  /libcore/luni/src/test/java/libcore/java/io/
ObjectOutputStreamTest.java 92 roundTrip(input);
97 private Serializable roundTrip(Object object)
  /external/fonttools/MetaTools/
roundTrip.py 32 def roundTrip(ttFile1, options, report):
81 roundTrip(ttFile, options, report)
  /prebuilts/go/darwin-x86/src/net/http/
transport_internal_test.go 48 _, err = pc.roundTrip(treq)
50 t.Fatalf("roundTrip = %#v, %v; want errServerClosedConn or errServerClosedIdle", err, err)
transport.go 315 // RoundTrip implements the RoundTripper interface.
319 func (t *Transport) RoundTrip(req *Request) (*Response, error) {
349 if resp, err := altRT.RoundTrip(req); err != ErrSkipAltProtocol {
366 // treq gets modified by roundTrip, so we need to recreate for each retry.
389 resp, err = pconn.alt.RoundTrip(req)
391 resp, err = pconn.roundTrip(treq)
410 // error from roundTrip.
467 // If rt.RoundTrip returns ErrSkipAltProtocol, the Transport will
468 // handle the RoundTrip itself for that one request, as if the
509 // CancelRequest should only be called after RoundTrip has returned
    [all...]
transport_test.go 729 res, err := DefaultTransport.RoundTrip(req)
751 t.Errorf("%d. Accept-Encoding = %q; want %q (it was mutated, in violation of RoundTrip contract)", i, g, e)
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
transport_internal_test.go 48 _, err = pc.roundTrip(treq)
50 t.Fatalf("roundTrip = %#v, %v; want errServerClosedConn or errServerClosedIdle", err, err)
transport.go 315 // RoundTrip implements the RoundTripper interface.
319 func (t *Transport) RoundTrip(req *Request) (*Response, error) {
349 if resp, err := altRT.RoundTrip(req); err != ErrSkipAltProtocol {
366 // treq gets modified by roundTrip, so we need to recreate for each retry.
389 resp, err = pconn.alt.RoundTrip(req)
391 resp, err = pconn.roundTrip(treq)
410 // error from roundTrip.
467 // If rt.RoundTrip returns ErrSkipAltProtocol, the Transport will
468 // handle the RoundTrip itself for that one request, as if the
509 // CancelRequest should only be called after RoundTrip has returned
    [all...]
transport_test.go 729 res, err := DefaultTransport.RoundTrip(req)
751 t.Errorf("%d. Accept-Encoding = %q; want %q (it was mutated, in violation of RoundTrip contract)", i, g, e)
    [all...]
  /frameworks/native/opengl/libs/EGL/
BlobCache_test.cpp 282 void roundTrip() {
296 roundTrip();
312 roundTrip();
  /external/skia/tests/
PDFPrimitivesTest.cpp 488 int roundTrip = (int)(0.5 + f * 255);
489 REPORTER_ASSERT(reporter, roundTrip == i);
  /external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
TestCharset.java 635 errln(converter + " roundtrip test failed: start does not match finish");
646 logln(converter + " roundtrip test failed: " + ex.getMessage());
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 529 milliseconds