Home
last modified time | relevance | path

Searched refs:contains (Results 1 – 25 of 26) sorted by relevance

12

/build/soong/scripts/
Dgen_ndk_backedby_apex.sh33 contains() { function
57 if contains "$soFileName" "$@"; then
/build/soong/dexpreopt/
Ddexpreopt.go104 if contains(global.DisablePreoptModules, module.Name) {
372 …} else if contains(global.SpeedApps, module.Name) || contains(global.SystemServerApps, module.Name…
471 contains(module.PreoptFlags, "--compiler-filter=verify")
483 if contains(global.SpeedApps, name) || contains(global.SystemServerApps, name) {
580 func contains(l []string, s string) bool { func
/build/make/tools/rbcrun/testdata/
Dfile_ops.star15 assert.true(len(files) == 0, "expansion should be empty but contains %s" % files)
/build/soong/cc/config/
Dbp2build.go59 panic(fmt.Errorf("%s contains illegal character %s", s, c))
/build/make/tools/product_config/src/com/android/build/config/
DKatiImpl.java74 if (!out.contains("***DONE***")) { in loadProductConfig()
DFlattenConfig.java119 if (mStack.contains(filename)) { in forEachStatement()
153 if (seen.contains(inherit.getFilename().toString())) { in forEachStatement()
182 if (seen.contains(inherit.getFilename().toString())) { in forEachInheritAlpha()
/build/bazel/json_module_graph/
DREADME.md3 This directory contains `jq` scripts that query Soong's module graph.
/build/bazel/docs/
Dconcepts.md99 checks against allowlisted system tools. The $PATH contains these system
148 * Android-<product>.mk contains Soong modules as Make modules so Make
150 * make\_vars-<product>.mk contains Make variables for Kati-build, exported
154 * late-<product>.mk contains Make variables that are not read while Kati-build
/build/make/core/
Dproguard_basic_keeps.flags55 # The support library contains references to newer platform versions.
DLINUX_KERNEL_COPYING78 0. This License applies to any program or other work which contains
115 whole or in part contains or is derived from the Program or any
173 code means all the source code for all modules it contains, plus any
Dconfig.mk905 $(error BOARD_$(group)_PARTITION_LIST contains invalid partition name \
Ddefinitions.mk3402 …$(call pretty-warning,Module name contains a /$(comma) use LOCAL_MODULE_STEM and LOCAL_MODULE_RELA…
3423 …$(call pretty-warning,Module stem \($(1)\) contains a /$(comma) use LOCAL_MODULE_RELATIVE_PATH ins…
/build/bazel/bazel_skylib/rules/
Dcommon_settings.bzl23 doc = "A singleton provider that contains the raw value of a build setting",
/build/bazel/rules/
Dcc_library_static.bzl138 # This should really be a label attribute since it always contains a
/build/make/tools/releasetools/
Dota_metadata.proto83 // The metadata of an OTA package. It contains the information of the package
Dpylintrc241 # A path to a file that contains private dictionary; one word per line.
/build/soong/cmd/extract_apks/bundle_proto/
Dcommands.proto173 // (contains only android manifest).
/build/soong/cmd/soong_build/
Dwritedocs.go279 configuration over the previous Make-based system. This site contains the generated reference
/build/soong/cmd/pom2mk/
Dpom2mk.go372 If the maven directory contains multiple versions of artifacts and their pom files,
/build/make/
DChanges.md169 variable `M4` that contains the path.
391 ...mk:42: warning: PHONY target "out/.../foo" looks like a real file (contains a "/")
594 contains all the common tools in use in many builds. Anything not in that list
/build/soong/cmd/pom2bp/
Dpom2bp.go613 If the maven directory contains multiple versions of artifacts and their pom files,
/build/soong/
DREADME.md231 is a namespace called "_scope_", then verifies it contains a "_name_" module and
447 conditional contains the properties `soc_a` and `conditions_default`, when
/build/soong/docs/
Dperf.md69 The `$OUT_DIR/verbose.log.gz` contains statistics from the regen check:
/build/make/tools/droiddoc/templates-pdk/assets/
Djquery-resizable.min.js19 …rn U.compareDocumentPosition(T)&16}:function(U,T){return U!==T&&(U.contains?U.contains(T):true)};v…
29 …ly(j.element,k)}}}},contains:function(k,j){return document.compareDocumentPosition?k.compareDocume… method
Djquery-1.6.2.min.js16 …eave")a.type=g.preType,d=f(a.relatedTarget).closest(g.selector)[0],d&&f.contains(h,d)&&(d=h);(!d||…
17contains(this,b)),c||(f.event.handle.apply(this,arguments),a.type=d))},G=function(a){a.type=a.data… function

12