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

  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/
HuffmanTest.java 36 assertRoundTrip(s.substring(0, i).getBytes());
42 assertRoundTrip(buf);
45 private void assertRoundTrip(byte[] buf) throws IOException {
46 assertRoundTrip(Huffman.Codec.REQUEST, buf);
47 assertRoundTrip(Huffman.Codec.RESPONSE, buf);
50 private static void assertRoundTrip(Huffman.Codec codec, byte[] buf) throws IOException {
  /libcore/luni/src/test/java/libcore/java/net/
UrlEncodingTest.java 229 assertRoundTrip("http://jcltest.apache.org/test?hl=en&q=te st",
231 assertRoundTrip ("file://a b/c/d.e-f*g_ l",
233 assertRoundTrip("jar:file://a.jar !/b.c/\u1052",
235 assertRoundTrip("ftp://test:pwd@localhost:2121/%D0%9C",
259 private void assertRoundTrip(String original, String encoded) throws Exception {
  /libcore/luni/src/test/java/libcore/java/util/zip/
InflaterTest.java 27 assertRoundTrip(null);
31 assertRoundTrip("dictionary".getBytes("UTF-8"));
34 private static void assertRoundTrip(byte[] dictionary) throws Exception {
  /external/chromium_org/third_party/icu/source/test/cintltst/
cbiditst.c 96 static UBool assertRoundTrip(UBiDi *pBiDi, int32_t tc, int32_t outIndex,
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cbiditst.c 98 static UBool assertRoundTrip(UBiDi *pBiDi, int32_t tc, int32_t outIndex,
    [all...]

Completed in 86 milliseconds