Home
last modified time | relevance | path

Searched refs:inflated (Results 1 – 22 of 22) sorted by relevance

/external/okhttp/okio/okio/src/test/java/okio/
DInflaterSourceTest.java34 Buffer inflated = inflate(deflated); in inflate() local
35 assertEquals("God help us, we're in the hands of engineers.", inflated.readUtf8()); in inflate()
67 Buffer inflated = inflate(deflated); in inflateWellCompressed() local
68 assertEquals(original, inflated.readUtf8()); in inflateWellCompressed()
74 Buffer inflated = inflate(deflated); in inflatePoorlyCompressed() local
75 assertEquals(original, inflated.readByteString()); in inflatePoorlyCompressed()
80 Buffer inflated = new Buffer().writeUtf8(repeat('a', i)); in inflateIntoNonemptySink() local
84 while (source.read(inflated, Integer.MAX_VALUE) != -1) { in inflateIntoNonemptySink()
86 inflated.skip(i); in inflateIntoNonemptySink()
87 assertEquals("God help us, we're in the hands of engineers.", inflated.readUtf8()); in inflateIntoNonemptySink()
DDeflaterSinkTest.java39 Buffer inflated = inflate(sink); in deflateWithClose() local
40 assertEquals(original, inflated.readUtf8()); in deflateWithClose()
51 Buffer inflated = inflate(sink); in deflateWithSyncFlush() local
52 assertEquals(original, inflated.readUtf8()); in deflateWithSyncFlush()
63 Buffer inflated = inflate(sink); in deflateWellCompressed() local
64 assertEquals(original, inflated.readUtf8()); in deflateWellCompressed()
75 Buffer inflated = inflate(sink); in deflatePoorlyCompressed() local
76 assertEquals(original, inflated.readByteString()); in deflatePoorlyCompressed()
103 Buffer inflated = inflate(sink); in deflateIntoNonemptySink() local
104 assertEquals(original, inflated.readUtf8()); in deflateIntoNonemptySink()
DGzipSinkTest.java34 Buffer inflated = gunzip(sink); in gzipGunzip() local
35 assertEquals(original, inflated.readUtf8()); in gzipGunzip()
/external/eigen/unsupported/test/
Dcxx11_tensor_inflation.cpp50 Tensor<float, 4, DataLayout> inflated; in test_simple_inflation() local
51 inflated = tensor.inflate(strides); in test_simple_inflation()
53 VERIFY_IS_EQUAL(inflated.dimension(0), 3); in test_simple_inflation()
54 VERIFY_IS_EQUAL(inflated.dimension(1), 9); in test_simple_inflation()
55 VERIFY_IS_EQUAL(inflated.dimension(2), 9); in test_simple_inflation()
56 VERIFY_IS_EQUAL(inflated.dimension(3), 19); in test_simple_inflation()
66 VERIFY_IS_EQUAL(inflated(i,j,k,l), in test_simple_inflation()
69 VERIFY_IS_EQUAL(0, inflated(i,j,k,l)); in test_simple_inflation()
/external/libvorbis/
DCHANGES12 machines that caused inflated bitrates
/external/elfutils/libdw/
DChangeLog173 DWARF_E_COMPRESSED_ERROR if .debug_info section couldn't be inflated.
/external/robolectric/v3/runtime/
Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/ ...
Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/ ...
Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/ ...
Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/ ...
Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/ ...
Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/ ...
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/netperf/doc/
Dnetperf.texi1079 incorrect, inflated transaction rate if the response size was less
Dnetperf.info1020 incorrect, inflated transaction rate if the response size was less
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/strace/
DChangeLog24843 its inflated sigset_t, and enables build with libcs where sigset_t is