Home
last modified time | relevance | path

Searched refs:zipped (Results 1 – 25 of 38) sorted by relevance

12

/external/llvm-project/llvm/unittests/ADT/
DIteratorTest.cpp403 auto zipped = zip_first(pi, vector<bool>{1, 1, 0, 1, 1, 1, 0}); in TEST() local
405 zipped, [](decltype(zipped)::value_type t) { return get<1>(t); })) { in TEST()
422 auto zipped = zip_first(ascending, vector<bool>{0, 1, 0, 1, 0, 1}); in TEST() local
424 for (auto tup : reverse(zipped)) { in TEST()
431 auto odds = [](decltype(zipped)::value_type tup) { return get<1>(tup); }; in TEST()
433 for (auto tup : make_filter_range(reverse(zipped), odds)) { in TEST()
/external/llvm-project/lldb/test/API/terminal/
DTestSTTYBeforeAndAfter.py107 zipped = list(zip(stty_output1_lines, stty_output2_lines))
108 for tuple in zipped:
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_ZipDataset.pbtxt7 List of `N` variant Tensors representing datasets to be zipped together.
/external/exoplayer/tree/extensions/av1/src/main/jni/
Dgav1_jni.cc465 uint8x8_t zipped = in Convert10BitFrameTo8BitDataBufferNeon() local
468 vst1_u8(destination, zipped); in Convert10BitFrameTo8BitDataBufferNeon()
486 zipped = in Convert10BitFrameTo8BitDataBufferNeon()
489 vst1_u8(destination, zipped); in Convert10BitFrameTo8BitDataBufferNeon()
/external/exoplayer/tree/extensions/vp9/src/main/jni/
Dvpx_jni.cc141 uint8x8_t zipped = in convert_16_to_8_neon() local
144 vst1_u8(dst, zipped); in convert_16_to_8_neon()
157 zipped = vuzp_u8(vreinterpret_u8_u16(added1), vreinterpret_u8_u16(added2)) in convert_16_to_8_neon()
159 vst1_u8(dst, zipped); in convert_16_to_8_neon()
/external/antlr/runtime/ObjC/
DREADME29 Feb. 22, 2012 -- I just uploaded a new binary(zipped) copy of the ANTLR.framework and antlr3.4.jar
/external/rust/crates/libz-sys/src/zlib/os400/
DREADME40048 Mainly for the reason above, always open zipped files in binary mode.
/external/tensorflow/tensorflow/lite/java/
Daar_with_jni.bzl1 """Generate zipped aar file including different variants of .so in jni folder."""
/external/oss-fuzz/docs/advanced-topics/
Dcorpora.md68 We keep daily zipped backups of your corpora. These can be accessed from the
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
DHttp2Test.java405 Buffer zipped = gzip(expectedData); in compressedDataFrameWhenSettingDisabled() local
406 int zippedSize = (int) zipped.size(); in compressedDataFrameWhenSettingDisabled()
412 zipped.readAll(frame); in compressedDataFrameWhenSettingDisabled()
/external/tflite-support/third_party/
Dcom_google_protobuf_fixes.diff128 // Flushes data written so far to zipped data in the underlying stream.
/external/guava/guava-tests/test/com/google/common/collect/
DStreamsTest.java336 Stream<String> zipped = Streams.zip(letters, numbers, (a, b) -> a + ":" + b); in testZip_closeIsPropagated() local
338 zipped.close(); in testZip_closeIsPropagated()
/external/pigweed/pw_build/
Dzip.gni31 # dirs: List of directories to be completely zipped up following the same
Ddocs.rst306 * ``dirs``: List of entire directories to be zipped as well as the desired
/external/tensorflow/tensorflow/lite/
Dbuild_def.bzl574 """Returns flags for generating zipped-example data file for merged tests.
582 Flags for generating zipped-example data file for merged tests.
635 """Generate a zipped-example test and its dependent zip files.
/external/python/setuptools/docs/
Dpkg_resources.txt92 ``EGG-INFO`` subdirectory (zipped or otherwise). Development eggs are
1176 resource. If the resource is in an archive distribution (such as a zipped
1482 to zipped and unzipped eggs.
1489 This provider class is used for all zipped modules, whether they are eggs
1649 Determine the default cache location for extracting resources from zipped
1684 * Fix ``resource_listdir('')`` always returning an empty list for zipped eggs.
1791 * Fixed a problem extracting zipped files on Windows, when the egg in question
1880 * Fixed a bug in resource extraction from nested packages in a zipped egg.
1883 * Updated extraction/cache mechanism for zipped resources to avoid inter-
1910 directory extraction for zipped eggs.
Deasy_install.txt407 This will tell EasyInstall to put zipped eggs or source packages for
410 target machine. (``-z`` means zipped eggs, ``-m`` means multi-version, which
598 EasyInstall tries to install packages in zipped form, if it can. Zipping
632 has the option to declare the package safe or unsafe for zipped usage via the
693 option was required in order for zipped installation to happen at all.)
707 zipped to unzipped or vice versa, you'll need to delete the existing
1502 whether a package is likely to run in zipped form, and displays
1508 ``--zip-ok/-z`` to "always leave everything zipped".
/external/llvm-project/llvm/docs/Proposals/
DGitHubMove.rst744 create the zipped history is below::
802 to submodule commits that were inlined into the zipped history. If
816 that submodule should be written in the zipped history.
/external/rust/crates/rayon/src/iter/plumbing/
DREADME.md122 the two iterators being zipped. This is possible because they both
/external/icu/icu4c/source/data/
Dcldr-icu-readme.txt20 # for a given version is downloading the zipped sources for the common (core.zip)
/external/llvm/include/llvm/Target/
DTarget.td260 // The sub-register lists are zipped together:
279 // SubRegs - N lists of registers to be zipped up. Super-registers are
/external/python/cpython2/Doc/library/
Dfunctions.rst1607 >>> zipped = zip(x, y)
1608 >>> zipped
1610 >>> x2, y2 = zip(*zipped)
/external/bazelbuild-rules_android/rules/
Dbusybox.bzl223 out_resource_files_zip: A File. The resource files zipped by linking resources.
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTarget.td336 // The sub-register lists are zipped together:
359 // SubRegs - N lists of registers to be zipped up. Super-registers are
/external/llvm-project/llvm/include/llvm/Target/
DTarget.td348 // The sub-register lists are zipped together:
371 // SubRegs - N lists of registers to be zipped up. Super-registers are

12