Home
last modified time | relevance | path

Searched defs:zipped (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DIteratorTest.cpp341 auto zipped = zip_first(pi, vector<bool>{1, 1, 0, 1, 1, 1, 0}); in TEST() local
360 auto zipped = zip_first(ascending, vector<bool>{0, 1, 0, 1, 0, 1}); in TEST() local
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
DHttp2Test.java405 Buffer zipped = gzip(expectedData); in compressedDataFrameWhenSettingDisabled() local