Home
last modified time | relevance | path

Searched defs:inflated (Results 1 – 6 of 6) sorted by relevance

/external/okhttp/okio/okio/src/test/java/okio/
DInflaterSourceTest.java34 Buffer inflated = inflate(deflated); in inflate() local
67 Buffer inflated = inflate(deflated); in inflateWellCompressed() local
74 Buffer inflated = inflate(deflated); in inflatePoorlyCompressed() local
80 Buffer inflated = new Buffer().writeUtf8(repeat('a', i)); in inflateIntoNonemptySink() local
DDeflaterSinkTest.java39 Buffer inflated = inflate(sink); in deflateWithClose() local
51 Buffer inflated = inflate(sink); in deflateWithSyncFlush() local
63 Buffer inflated = inflate(sink); in deflateWellCompressed() local
75 Buffer inflated = inflate(sink); in deflatePoorlyCompressed() local
103 Buffer inflated = inflate(sink); in deflateIntoNonemptySink() local
DGzipSinkTest.java34 Buffer inflated = gunzip(sink); in gzipGunzip() local
/external/eigen/unsupported/test/
Dcxx11_tensor_inflation.cpp50 Tensor<float, 4, DataLayout> inflated; in test_simple_inflation() local
/external/setupdesign/main/src/com/google/android/setupdesign/template/
DListMixin.java64 final ItemGroup inflated = (ItemGroup) new ItemInflater(context).inflate(entries); in ListMixin() local
DRecyclerMixin.java108 final ItemHierarchy inflated = new ItemInflater(context).inflate(entries); in parseAttributes() local