HomeSort by relevance Sort by last modified time
    Searched full:unzip (Results 126 - 150 of 590) sorted by null

1 2 3 4 56 7 8 91011>>

  /sdk/docs/
howto_use_cupcake_sdk.txt 57 Unzip the SDK somewhere. We'll call that directory "SDK" in command-line
61 somewhere (no need to unzip).
  /build/tools/releasetools/
common.py 572 """Unzip the given archive into a temporary directory and return the name.
574 If filename is of the form "foo.zip+bar.zip", unzip foo.zip into a
575 temp dir, then unzip bar.zip into that_dir/BOOTABLE_IMAGES.
585 cmd = ["unzip", "-o", "-q", filename, "-d", dirname]
591 raise ExternalError("failed to unzip input target-files \"%s\"" %
    [all...]
  /build/core/
definitions.mk     [all...]
cleanbuild.mk 325 $(hide) for i in `find $(OUT_DIR) -name "*.jar" -o -name "*.apk"` ; do ((unzip -l $$i 2> /dev/null | \
  /external/autotest/utils/
external_packages.py 278 status = system("unzip '%s'" % self.verified_package)
336 status = system("unzip -q -o -d '%s' '%s'" % (install_dir, egg_path))
338 logging.error('unzip of %s failed', egg_path)
    [all...]
  /external/ImageMagick/ImageMagick/script/
install-source.html 117 unzip ImageMagick-windows.zip
  /external/ImageMagick/www/
install-source.html 121 unzip ImageMagick-windows.zip
  /external/clang/docs/
CrossCompilation.rst 29 with all files in, unzip to a directory and point the build system to
  /external/freetype/src/gzip/
infblock.c 45 7. Unzip can check dynamic Huffman blocks for complete code sets.
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gzip/
infblock.c 45 7. Unzip can check dynamic Huffman blocks for complete code sets.
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
ClassReader.java 477 boolean unzip = (flags & EXPAND_FRAMES) != 0;
    [all...]
  /external/opencv3/doc/tutorials/introduction/android_binary_package/
O4A_SDK.markdown 126 unzip ~/Downloads/OpenCV-2.4.9-android-sdk.zip
  /external/owasp/sanitizer/tools/findbugs/doc/manual/
building.html 39 <code class="prompt">$ </code><span class="command"><strong>unzip findbugs-2.0.3-source.zip</strong></span>
  /external/zlib/src/contrib/vstudio/vc9/
zlibstat.vcproj 812 RelativePath="..\..\minizip\unzip.c"
  /ndk/build/tools/
package.py 190 ['unzip', '-q', package_path, '-d', extract_dir])
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho/0.18.1/
tycho-0.18.1.pom 95 1. Unzip desired version of Eclipse SDK to /tmp, you should see equinox and jdt bundles under /tmp/eclipse/plugins folder.
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.touchpoint.natives_1.1.100.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.touchpoint.natives_1.1.100.v20130327-2119.jar 
  /frameworks/base/docs/html/wear/preview/
downloads.jd 402 <li>Download and unzip the appropriate system image from a "Preview
525 <li>Download and unzip the appropriate system image from a "Non-preview
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.touchpoint.natives_1.0.200.v20100503a.jar 
  /external/icu/icu4c/
readme.html 353 Please unzip this file. </li>
    [all...]
  /external/opencv3/3rdparty/zlib/
ChangeLog 142 - Minor cleanup up contrib/minizip/unzip.c [Vollant]
558 - Fix contrib/minizip/unzip.c non-encrypted after encrypted [Vollant]
    [all...]
  /external/zlib/src/
ChangeLog 142 - Minor cleanup up contrib/minizip/unzip.c [Vollant]
558 - Fix contrib/minizip/unzip.c non-encrypted after encrypted [Vollant]
    [all...]
  /development/scripts/
stack_core.py 210 if subprocess.call(["unzip", "-p", apk, shared_lib_name], stdout=tmp_fd) == 0:
  /docs/source.android.com/src/source/
initializing.jd 127 libgl1-mesa-dev libxml2-utils xsltproc unzip

Completed in 1292 milliseconds

1 2 3 4 56 7 8 91011>>