Searched refs:resources (Results 1 – 25 of 38) sorted by relevance
12
/build/make/tools/finalization/ |
D | build-step-1.sh | 11 source $top/build/make/tools/finalization/finalize-vintf-resources.sh 16 source $top/build/make/tools/finalization/finalize-sdk-resources.sh
|
D | build-step-1-and-2.sh | 11 source $top/build/make/tools/finalization/finalize-vintf-resources.sh 16 source $top/build/make/tools/finalization/finalize-sdk-resources.sh
|
D | build-step-0.sh | 12 source $top/build/make/tools/finalization/finalize-vintf-resources.sh
|
D | dryrun-step-1.sh | 22 source $top/build/make/tools/finalization/finalize-sdk-resources.sh
|
D | step-0.sh | 30 source $top/build/make/tools/finalization/finalize-vintf-resources.sh
|
D | step-1.sh | 26 source $top/build/make/tools/finalization/finalize-sdk-resources.sh
|
D | dryrun-step-1-and-2.sh | 22 source $top/build/make/tools/finalization/finalize-sdk-resources.sh
|
D | README.md | 6 1. [Finalize VINTF](./finalize-vintf-resources.sh). Prepare the branch for VINTF release. 7 1. [Finalize SDK](./finalize-sdk-resources.sh). Prepare the branch for SDK release. SDK contains An…
|
/build/bazel/rules/java/ |
D | java_resources.bzl | 26 inputs = ctx.files.resources, 56 "resources": attr.label_list(allow_files = True), 58 doc = """The path prefix to strip from resources. 60 in the resources attribute. It is an error for a resource
|
D | java_resources_test.bzl | 28 resources = ["foo.txt"],
|
/build/make/tools/droiddoc/templates-pdk/ |
D | head_tag.cs | 11 if:guide||sdk||resources ?> 27 if:resources ?>
|
D | sampleindex.cs | 3 <?cs set:resources="true" ?>
|
/build/bazel/rules/kotlin/ |
D | kt_jvm_library.bzl | 40 resources = None, 64 resources = resources,
|
/build/pesto/experiments/prepare_bazel_test_env/ |
D | bazelenv.py | 435 resources = [] 446 resources.append( 454 resources.append( 464 resources.append( 469 return resources
|
/build/soong/tests/ |
D | run_tool_with_logging_test.py | 17 from importlib import resources 220 with resources.as_file( 221 resources.files("testdata").joinpath(executable_name)
|
/build/make/core/ |
D | package_internal.mk | 528 $(LOCAL_BUILT_MODULE): PRIVATE_RESOURCE_INTERMEDIATES_DIR := $(intermediates.COMMON)/resources 554 $(if $(PRIVATE_EXTRA_JAR_ARGS),$(call create-java-resources-jar,$@.parts/res.zip)) 557 $(call extract-resources-jar,$@.parts/res.zip,$(PRIVATE_SOURCE_ARCHIVE)) 602 …E) -o $@.parts/apk.zip AndroidManifest.xml:manifest/AndroidManifest.xml resources.pb "res/**/*" "a… 609 $(call create-java-resources-jar,$@.parts/res.zip) && \ 616 $(call extract-resources-jar,$@.parts/res.zip,$(PRIVATE_SOURCE_ARCHIVE))
|
D | java_library.mk | 76 $(call extract-resources-jar,$@.parts/res.zip,$(PRIVATE_SOURCE_ARCHIVE))
|
D | jacoco.mk | 68 my_classes_to_report_on_path := $(my_files)/report-resources/jacoco-report-classes.jar
|
/build/make/ci/ |
D | build_test_suites_test.py | 18 from importlib import resources 132 with resources.as_file( 133 resources.files('testdata').joinpath(base_name)
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | android-developer-docs.js | 202 var resources = []; 217 resources.push(resource); 220 for (i = 0; i < resources.length; i++) { 221 resource = resources[i];
|
/build/soong/java/ |
D | app_test.go | 569 resources []string 574 resources: []string{"res/res/values/strings.xml"}, 579 resources: []string{"res/res/values/strings.xml"}, 584 resources: nil, 610 var resources []string 613 resources = append(resources, module.Output(compiledResource).Inputs.Strings()...) 617 android.AssertDeepEquals(t, "resource files", testCase.resources, resources) 1332 resources, overlays, imports, srcJars, classpath, combined android.Paths 1343 aaptInfo.resources = resourceListRule.Inputs 1374 android.AssertPathsRelativeToTopEquals(t, "app resources", testCase.appResources, app.resources) [all …]
|
/build/bazel/rules/android/ |
D | framework_resources.bzl | 19 # - Skip java compilation and dexing of R.java generated from resources 97 # duplicated resources under "default" and "generated", which would normally 100 # needed to build framework resources as they have no dependencies. As Soong 293 doc = "list of zip files containing Android resources.",
|
/build/bazel/rules/android/android_binary_aosp_internal/ |
D | impl.bzl | 24 load("@rules_android//rules:resources.bzl", _resources = "resources")
|
/build/soong/scripts/ |
D | lint_project_xml.py | 120 for res_file in args.resources:
|
/build/soong/cmd/extract_apks/bundle_proto/ |
D | config.proto | 74 // with compression level 9 for the application's resources and compression 110 // Optimizations that are applied to resources. 173 // this setting because if some of your libraries expose resources in some
|
12