/development/build/tools/ |
D | sdk_repo.mk | 17 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 …]
|
D | windows_sdk.mk | 56 WIN_SDK_ZIP := $(WIN_SDK_DIR)/$(WIN_SDK_NAME).zip
|
D | mk_sdk_repo_xml.sh | 26 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/ |
D | AsmAnalyzer.java | 29 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/ |
D | TraceBase.ts | 52 const zip = new JSZip(); constant 57 zip.file(file.filename, blob); 60 return await zip.generateAsync({ type: 'blob' });
|
/development/tools/winscope/src/mixins/ |
D | SaveAsZip.js | 37 const zip = new JSZip(); constant 40 const traceFolder = zip.folder(trace.type); 47 const zipFile = await zip.generateAsync({type: 'blob'});
|
/development/vndk/tools/ |
D | build_mixed | 106 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"
|
D | modify_system_img.sh | 167 zip -ur "$SYSTEM_TARGET_FILES" ./* 171 zip -d "$SYSTEM_TARGET_FILES" IMAGES/system\*
|
/development/gsi/gsi_util/ |
D | .gitignore | 5 gsi_util.zip
|
/development/vndk/tools/header-checker/android/ |
D | build-prebuilts.sh | 120 zip -qryX build-prebuilts.zip *
|
/development/scripts/ |
D | combine_sdks.sh | 41 TMP_ZIP=tmp.zip 93 zip $V -qr "$TMP_ZIP" "$LEAF"
|
/development/tools/checkcolor/gradle/wrapper/ |
D | gradle-wrapper.properties | 6 distributionUrl=../../../../../tools/external/gradle/gradle-3.2-bin.zip
|
/development/samples/devbytes/telephony/SmsSampleProject/gradle/wrapper/ |
D | gradle-wrapper.properties | 6 distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip
|
/development/samples/training/testingfun/gradle/wrapper/ |
D | gradle-wrapper.properties | 6 distributionUrl=http\://services.gradle.org/distributions/gradle-1.6-bin.zip
|
/development/build/ |
D | Android.mk | 74 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)
|
D | sdk.atree | 62 …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/ |
D | JETBOY_content_README.txt | 9 3. Select the IMPORT command and import JETBOY.zip.
|
/development/vndk/tools/header-checker/tests/ |
D | test.py | 102 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/ |
D | README | 39 (i.e. passion-img-24827.zip)
|
/development/vndk/tools/image-diff-tool/ |
D | diff.py | 196 for origin_path, tmp_path in zip(main_args.target, extracted_paths):
|
/development/tools/repo_pull/ |
D | repo_pull.py | 353 zip(change_list_groups, itertools.repeat(task_opts)))
|
/development/vndk/tools/sourcedr/ninja/ |
D | ninja.py | 37 from itertools import izip as zip unknown 116 return zip(descs, curr_iter)
|
/development/sdk/ |
D | sdk_files_NOTICE.txt | 14612 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)
|