Home
last modified time | relevance | path

Searched refs:zip (Results 1 – 23 of 23) 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.mk56 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/tools/winscope/src/traces/
DTraceBase.ts52 const zip = new JSZip(); constant
57 zip.file(file.filename, blob);
60 return await zip.generateAsync({ type: 'blob' });
/development/tools/winscope/src/mixins/
DSaveAsZip.js37 const zip = new JSZip(); constant
40 const traceFolder = zip.folder(trace.type);
47 const zipFile = await zip.generateAsync({type: 'blob'});
/development/vndk/tools/
Dbuild_mixed106 readonly SYSTEM_TARGET_FILES_ARCHIVE="$(find "$SYSTEM_DIR" -name "*-target_files-*.zip" -print)"
111 readonly DEVICE_ARCHIVE="$(find "$DEVICE_DIR" -name "*-img-*.zip" -print)"
116 readonly DEVICE_TARGET_FILES_ARCHIVE="$(find "$DEVICE_DIR" -name "*-target_files-*.zip" -print)"
309 zip -r mixed.zip ./*
322 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/vndk/tools/header-checker/android/
Dbuild-prebuilts.sh120 zip -qryX build-prebuilts.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/devbytes/telephony/SmsSampleProject/gradle/wrapper/
Dgradle-wrapper.properties6 distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip
/development/samples/training/testingfun/gradle/wrapper/
Dgradle-wrapper.properties6 distributionUrl=http\://services.gradle.org/distributions/gradle-1.6-bin.zip
/development/build/
DAndroid.mk74 cd $(dir $@) && zip -rqX $(notdir $@) *
121 full_target := $(TARGET_OUT_COMMON_INTERMEDIATES)/PACKAGING/framework-doc-stubs_annotations.zip
123 $(call dist-for-goals,sdk win_sdk,$(full_target):data/annotations.zip)
Dsdk.atree62 …arget/common/obj/PACKAGING/framework-doc-stubs_annotations.zip platform-tools/api/annotations.zip
212 prebuilts/sdk/sdk-annotations/annotations.zip platforms/${PLATFORM_NAME}/data/annotations.zip
213 …mmon/obj/PACKAGING/framework-doc-stubs_annotations.zip platforms/${PLATFORM_NAME}/data/annotations…
/development/samples/JetBoy/
DJETBOY_content_README.txt9 3. Select the IMPORT command and import JETBOY.zip.
/development/vndk/tools/header-checker/tests/
Dtest.py102 for old_module, new_module in zip(old_modules, new_modules):
117 for old_module, new_module in zip(old_modules, new_modules):
/development/tools/labpretest/
DREADME39 (i.e. passion-img-24827.zip)
/development/vndk/tools/image-diff-tool/
Ddiff.py196 for origin_path, tmp_path in zip(main_args.target, extracted_paths):
/development/tools/repo_pull/
Drepo_pull.py353 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.txt14612 were derived from the LZMA SDK, version 9.20 (C/ and CPP/7zip/),
14615 "LZMA SDK is placed in the public domain." (http://www.7-zip.org/sdk.html)