Searched refs:resources (Results 1 – 20 of 20) sorted by relevance
/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" ?>
|
D | customizations.cs | 116 elif:resources ?><?cs
|
D | sdkpage.cs | 79 access application resources, and more, when programming in C or C++. If you write
|
/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/make/core/ |
D | package_internal.mk | 512 $(LOCAL_BUILT_MODULE): PRIVATE_RESOURCE_INTERMEDIATES_DIR := $(intermediates.COMMON)/resources 538 $(if $(PRIVATE_EXTRA_JAR_ARGS),$(call create-java-resources-jar,$@.parts/res.zip)) 541 $(call extract-resources-jar,$@.parts/res.zip,$(PRIVATE_SOURCE_ARCHIVE)) 586 …E) -o $@.parts/apk.zip AndroidManifest.xml:manifest/AndroidManifest.xml resources.pb "res/**/*" "a… 593 $(call create-java-resources-jar,$@.parts/res.zip) && \ 600 $(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 | 67 my_classes_to_report_on_path := $(my_files)/report-resources/jacoco-report-classes.jar
|
D | host_dalvik_java_library.mk | 179 $(call extract-resources-jar,$@.parts/res.zip,$(PRIVATE_SOURCE_ARCHIVE))
|
D | definitions.mk | 2161 $(if $(PRIVATE_EXTRA_JAR_ARGS),$(call add-java-resources-to,$@)) 2320 define add-java-resources-to 2321 $(call _java-resources,$(1),u) 2326 define create-java-resources-jar 2327 $(call _java-resources,$(1),c) 2330 define _java-resources 2340 define add-jar-resources-to-package 2349 define extract-resources-jar 2404 $(AAPT2) dump resources $@ | awk -F ' |=' '/^Package/{print $$3}' >> $(PRODUCT_OUT)/appcompat/$(PRI… 2838 --no-data-resources \
|
D | board_config.mk | 864 both true. Recovery resources should be installed to either boot or vendor_boot, but not both)
|
/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];
|
D | android-developer-core.css | 281 .resources #resources-link a, 295 .resources #resources-link a:hover,
|
/build/soong/java/ |
D | app_test.go | 523 resources []string 528 resources: []string{"res/res/values/strings.xml"}, 533 resources: []string{"res/res/values/strings.xml"}, 538 resources: nil, 565 var resources []string 568 resources = append(resources, module.Output(compiledResource).Inputs.Strings()...) 572 android.AssertDeepEquals(t, "resource files", testCase.resources, resources)
|
D | lint.go | 72 resources android.Paths member 248 if len(l.resources) > 0 { 250 cmd.FlagWithRspFileInputList("--resources ", resourcesList, l.resources)
|
D | app_builder.go | 165 …md} -i ${in} -o ${out} AndroidManifest.xml:manifest/AndroidManifest.xml resources.pb "res/**/*" "a…
|
D | dex.go | 129 `--no-data-resources ` +
|
D | aar.go | 523 a.linter.resources = a.aapt.resourceFiles
|
D | app.go | 663 a.linter.resources = a.aapt.resourceFiles
|
/build/soong/scripts/ |
D | lint_project_xml.py | 119 for res_file in args.resources:
|