/build/make/tools/fs_config/ |
D | Android.bp | 50 …cmd: "$(location fs_config_generator.py) oemaid --aid-header=$(location :android_filesystem_config… 71 …cmd: "$(location fs_config_generator.py) passwd --partition=system --aid-header=$(location :androi… 88 …cmd: "$(location fs_config_generator.py) passwd --partition=vendor --aid-header=$(location :androi… 106 …cmd: "$(location fs_config_generator.py) passwd --partition=odm --aid-header=$(location :android_f… 124 …cmd: "$(location fs_config_generator.py) passwd --partition=product --aid-header=$(location :andro… 142 …cmd: "$(location fs_config_generator.py) passwd --partition=system_ext --aid-header=$(location :an… 163 …cmd: "$(location fs_config_generator.py) group --partition=system --aid-header=$(location :android… 180 …cmd: "$(location fs_config_generator.py) group --partition=vendor --aid-header=$(location :android… 198 …cmd: "$(location fs_config_generator.py) group --partition=odm --aid-header=$(location :android_fi… 216 …cmd: "$(location fs_config_generator.py) group --partition=product --aid-header=$(location :androi… [all …]
|
/build/soong/genrule/ |
D | locations.go | 24 type location interface { interface 42 var _ location = inputLocation{} 57 var _ location = outputLocation{} 72 var _ location = toolLocation{} 88 var _ location = packagedToolLocation{} 104 var _ location = errorLocation{}
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | jquery-history.js | 15 return msie.getDoc().location.hash; 21 d.location.hash = hash; 26 var hash = msie.iframe ? msie.getHash() : location.hash; 30 location.hash = currentHash; 43 location.hash = currentHash = hash; 71 currentHash = location.hash;
|
D | android-developer-docs.js | 140 if (location.href.indexOf("/reference/") != -1) { 142 } else if (location.href.indexOf("/guide/") != -1) { 144 } else if (location.href.indexOf("/sdk/") != -1) { 146 } else if ((location.href.indexOf("/resources/") != -1) || 147 (location.href.indexOf("/training/") != -1)) { 170 highlightNav(location.href); 316 var basePath = getBaseUri(location.pathname); 331 var href = location.href; 373 var basePath = getBaseUri(location.pathname); 407 window.location = uri; [all …]
|
D | search_autocomplete.js | 54 window.location = this.firstChild.getAttribute("href"); 113 window.location = toroot + gMatches[gSelectedIndex].link; 264 document.location = toRoot + 'search.html#q=' + query + '&t=0';
|
/build/soong/cc/ |
D | installer.go | 45 func NewBaseInstaller(dir, dir64 string, location installLocation) *baseInstaller { 49 location: location, 60 location installLocation member 88 if installer.location == InstallInData && ctx.useVndk() { 109 return installer.location == InstallInData 113 return installer.location == InstallInSanitizerDir
|
/build/bazel/tests/apex/ |
D | apex_diff_test.bzl | 14 …cmd = "$(location @make_injection//:host/linux-x86/bin/deapexer) --debugfs_path=$(location //exter… 25 …cmd = "$(location @make_injection//:host/linux-x86/bin/deapexer) --debugfs_path=$(location //exter…
|
D | apex_aab_test.bzl | 37 "$(location //build/bazel/tests/apex:" + aab_name + ")", 38 "$(location build.bazel.examples.apex.minimal.aab)",
|
D | apex_test.bzl | 28 args = ["$(location " + apex + ")"]
|
/build/soong/cmd/symbols_map/symbols_map_proto/ |
D | symbols_map.proto | 21 // identifier is a unique identifier of a location, generally the hash of the file. For an 26 // location is the path to the file with the given identifier. The location should be valid 28 optional string location = 2; field
|
/build/bazel_common_rules/docs/ |
D | docs.bzl | 116 $(location //build/bazel_common_rules/docs:insert_resource.py) \ 117 --infile $(location //build/bazel_common_rules/docs:index.html) \ 118 --outfile $(location {name}/root/index.html) \ 119 $(location :{name}_default_file.html.frag) \ 134 cat > $(location {name}/run_server.sh) <<< '#!/usr/bin/env sh 138 chmod +x $(location {name}/run_server.sh)
|
/build/soong/cmd/symbols_map/ |
D | symbols_map.go | 112 var location string 118 location = *elfFile 127 location = *r8File 138 Location: proto.String(location),
|
/build/soong/ |
D | Android.bp | 75 cmd: "$(location) -s $(out) $(in)", 99 cmd: "$(location) -T $(out) $(in)", 113 cmd: "$(location get_clang_version) > $(out)",
|
/build/make/tools/droiddoc/templates-pdk/assets/design/ |
D | default.js | 3 var pagePath = document.location.pathname; 123 window.location.href = $(this).attr('href'); 166 document.location.hash = id;
|
/build/soong/java/ |
D | dexpreopt_check.go | 60 func getInstallPath(ctx android.ModuleContext, location string) android.InstallPath { 62 ctx, "", strings.TrimPrefix(location, "/"))
|
/build/soong/dexpreopt/dexpreopt_gen/ |
D | dexpreopt_gen.go | 149 for i, location := range moduleConfig.PreoptBootClassPathDexLocations { 150 moduleConfig.PreoptBootClassPathDexFiles[i] = android.PathForSource(ctx, *basePath+location) 158 for i, location := range moduleConfig.DexPreoptImageLocationsOnDevice { 159 moduleConfig.DexPreoptImageLocationsOnHost[i] = *basePath + location
|
/build/make/tools/ |
D | Android.bp | 50 cmd: "$(location) --tools lz4:$(location lz4) --input $(in) --output-release > $(out)"
|
/build/soong/rust/ |
D | compiler.go | 48 func NewBaseCompiler(dir, dir64 string, location installLocation) *baseCompiler { 53 location: location, 186 location installLocation member 232 return compiler.location == InstallInData 439 if compiler.location == InstallInData && ctx.RustModule().UseVndk() {
|
/build/make/tools/releasetools/ |
D | find_shareduid_violation.py | 108 for part, location in partition_map.items(): 109 for f in glob(os.path.join(product_out, location, "*", "*", "*.apk")):
|
/build/bazel/tests/rules/ |
D | BUILD | 31 cmd = "$(location :bin_with_deps) > $@",
|
/build/pesto/experiments/prepare_bazel_test_env/data/templates/tools/tradefederation/core/ |
D | BUILD.bazel.template | 60 "cp -t $(RULEDIR) $(location {prebuilts_dir_name}/host/bin/tradefed.sh)", 72 "cp -t $(RULEDIR) $(location {prebuilts_dir_name}/host/bin/atest_tradefed.sh)",
|
/build/soong/mk2rbc/ |
D | node.go | 89 location ErrorLocation member 104 …gctx.writef("%s.mkwarning(%q, %q)", baseName, i.location, "Please avoid starting an include path w… 197 location ErrorLocation member
|
/build/soong/compliance/license_metadata_proto/ |
D | license_metadata.proto | 49 … installMap identifies the substitutions to make to path names when moving into installed location. 65 // The path to the file inside the container or installed location.
|
/build/make/core/ |
D | pathmap.mk | 71 location \
|
/build/make/tools/droiddoc/templates-pdk/ |
D | head_tag.cs | 37 …ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analyt… in function()
|