Home
last modified time | relevance | path

Searched refs:zip (Results 1 – 19 of 19) sorted by relevance

/development/build/tools/
Dsdk_repo.mk17 define sdk-repo-pkg-zip
18 $(dir $(2))/sdk-repo-$(1)-$(3)-$(FILE_NAME_TAG).zip
34 $(call sdk-repo-pkg-zip,$(2),$(3),$(4)): $(3)
37 rm -f ../$(notdir $(call sdk-repo-pkg-zip,$(2),$(3),$(4))) && \
38 zip -9rq ../$(notdir $(call sdk-repo-pkg-zip,$(2),$(3),$(4))) $(4)/*
39 $(call dist-for-goals, sdk_repo, $(call sdk-repo-pkg-zip,$(2),$(3),$(4)))
41 $(call sdk-repo-pkg-zip,$(2),$(3),$(4)):$(notdir $(call sdk-repo-pkg-zip,$(2),$(3),$(4)))
57 $(call sdk-repo-pkg-zip,$(2),$(3),$(4)): $(3)
60 rm -f ../../$(notdir $(call sdk-repo-pkg-zip,$(2),$(3),$(4))) && \
61 zip -9rq ../../$(notdir $(call sdk-repo-pkg-zip,$(2),$(3),$(4))) *
[all …]
Dwindows_sdk.mk48 WIN_SDK_ZIP := $(WIN_SDK_DIR)/$(WIN_SDK_NAME).zip
Dmk_sdk_repo_xml.sh26 Usage: $0 output.xml xml-schema [type [os zip[:dest]]*...]*
31 There can be more than one zip for the same type
/development/tools/mkstubs/src/com/android/mkstubs/
DAsmAnalyzer.java29 import java.util.zip.ZipEntry;
30 import java.util.zip.ZipFile;
47 ZipFile zip = new ZipFile(inputJarPath); in parseInputJar() local
48 Enumeration<? extends ZipEntry> entries = zip.entries(); in parseInputJar()
53 ClassReader cr = new ClassReader(zip.getInputStream(entry)); in parseInputJar()
/development/vndk/tools/
Dbuild_mixed101 readonly SYSTEM_TARGET_FILES_ARCHIVE="$(find "$SYSTEM_DIR" -name "*-target_files-*.zip" -print)"
106 readonly DEVICE_ARCHIVE="$(find "$DEVICE_DIR" -name "*-img-*.zip" -print)"
111 readonly DEVICE_TARGET_FILES_ARCHIVE="$(find "$DEVICE_DIR" -name "*-target_files-*.zip" -print)"
242 zip -r mixed.zip ./*
255 cp "$DEVICE_IMAGES_DIR"/mixed.zip "$OUT_ARCHIVE"
Dmodify_system_img.sh167 zip -ur "$SYSTEM_TARGET_FILES" ./*
171 zip -d "$SYSTEM_TARGET_FILES" IMAGES/system\*
/development/gsi/gsi_util/
D.gitignore5 gsi_util.zip
/development/scripts/
Dcombine_sdks.sh41 TMP_ZIP=tmp.zip
93 zip $V -qr "$TMP_ZIP" "$LEAF"
/development/tools/checkcolor/gradle/wrapper/
Dgradle-wrapper.properties6 distributionUrl=../../../../../tools/external/gradle/gradle-3.2-bin.zip
/development/samples/training/testingfun/gradle/wrapper/
Dgradle-wrapper.properties6 distributionUrl=http\://services.gradle.org/distributions/gradle-1.6-bin.zip
/development/samples/devbytes/telephony/SmsSampleProject/gradle/wrapper/
Dgradle-wrapper.properties6 distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip
/development/samples/JetBoy/
DJETBOY_content_README.txt9 3. Select the IMPORT command and import JETBOY.zip.
/development/vndk/tools/header-checker/tests/
Dtest.py95 for old_module, new_module in zip(old_modules, new_modules):
110 for old_module, new_module in zip(old_modules, new_modules):
/development/build/
DAndroid.mk77 cd $(dir $@) && zip -rqX $(notdir $@) *
Dsdk.atree71 …IR}/target/common/obj/PACKAGING/api-stubs-docs_annotations.zip platform-tools/api/annotations.zip
216 prebuilts/sdk/sdk-annotations/annotations.zip platforms/${PLATFORM_NAME}/data/annotations.zip
217 …et/common/obj/PACKAGING/api-stubs-docs_annotations.zip platforms/${PLATFORM_NAME}/data/annotations…
/development/tools/labpretest/
DREADME39 (i.e. passion-img-24827.zip)
/development/tools/repo_pull/
Drepo_pull.py385 zip(change_list_groups, itertools.repeat(task_opts)))
/development/vndk/tools/sourcedr/ninja/
Dninja.py37 from itertools import izip as zip unknown
116 return zip(descs, curr_iter)
/development/sdk/
Dsdk_files_NOTICE.txt14613 were derived from the LZMA SDK, version 9.20 (C/ and CPP/7zip/),
14616 "LZMA SDK is placed in the public domain." (http://www.7-zip.org/sdk.html)