Home
last modified time | relevance | path

Searched refs:allowed (Results 1 – 25 of 27) sorted by relevance

12

/build/make/core/
Dartifact_path_requirements.mk29 $(eval allowed := $(PRODUCTS.$(makefile).ARTIFACT_PATH_ALLOWED_LIST)) \
31 $(eval allowed_patterns := $(call resolve-product-relative-paths,$(allowed))) \
39 …$(call maybe-print-list-and-error,$(unused_allowed),$(makefile) includes redundant allowed entries…
45 $(eval allowed := $(PRODUCT_ARTIFACT_PATH_REQUIREMENT_ALLOWED_LIST)) \
46 $(eval allowed_patterns := $(call resolve-product-relative-paths,$(allowed))) \
55 …_allowed),$(INTERNAL_PRODUCT) includes redundant artifact path requirement allowed list entries.) \
Dphony_package.mk3 $(error LOCAL_SRC_FILES are not allowed for phony packages)
Ddynamic_binary.mk129 $(call pretty-error,Invalid strip value $(my_strip_module), only one of $(valid_strip) allowed)
Dversion_defaults.mk46 ALLOWED_VERSIONS := $(call allowed-platform-versions,\
Dproduct_config.mk302 only 1 certificate is allowed.)
355 $(error Only GSI products are allowed to set PRODUCT_INSTALL_DEBUG_POLICY_TO_SYSTEM_EXT)
DLINUX_KERNEL_COPYING23 of this license document, but changing it is not allowed.
167 allowed only for noncommercial distribution and only if you
Denvsetup.mk41 define allowed-platform-versions
Dproduct_config.rbc447 fail("RBC_OUT: either sort or unique is allowed (and sort implies unique)")
/build/soong/android/
Dneverallow_test.go220 name: `"sdk_variant_only" outside allowed list`,
234 name: `"sdk_variant_only: false" outside allowed list`,
248 name: `"platform" outside allowed list`,
Dneverallow.go316 allowed []string member
320 return !InList(value, m.allowed)
324 return ".not-in-list(" + strings.Join(m.allowed, ",") + ")"
570 func NotInList(allowed []string) ValueMatcher {
571 return &notInListMatcher{allowed}
Dvisibility_test.go375 ` is not allowed. Packages outside //vendor cannot make themselves visible to specific` +
/build/soong/rust/
DOWNERS4 # Limited owners/reviewers of the allowed list.
/build/soong/scripts/
Dcheck_do_not_merge.sh20 and are not allowed to be used in this project.
/build/soong/java/
Dsystemserver_classpath_fragment_test.go102 `\Qempty contents are not allowed\E`)).
Dapp.go595 allowed := ctx.Config().EnforceSystemCertificateAllowList()
597 if enforceSystemCert && !inList(m.Name(), allowed) {
/build/make/
Denvsetup.sh1785 allowed=
1787 if [ -n "$allowed" ]; then
1789 echo " $allowed"
1793 allowed="$T/$f"
1797 [ -n "$allowed" ] && allowed_files=$(cat "$allowed")
1802 if [[ -z "$allowed" || "$allowed_files" =~ $f ]]; then
1805 echo "ignoring $f, not in $allowed"
DChanges.md87 ### Duplication is not allowed within a partition
94 Having duplication across partitions are still allowed. So, the following is
122 following is allowed and `foo` gets `true`
311 `LOCAL_MODULE_TAGS` value `eng` and `debug` are now obsolete. They allowed
460 configuration is allowed to change those, switching devices with the same
590 configuration as allowed will continue functioning, but will generate a log
/build/bazel/bazel_skylib/rules/
Dcommon_settings.bzl83 …doc = "The list of allowed values for this setting. An error is raised if any other value is given…
94 …doc = "The list of allowed values for this setting. An error is raised if any other value is given…
/build/make/common/
Dmath.mk274 $(if $(filter 0,$(2)),$(call math-error,division by zero is not allowed!),$(strip \
283 $(call math-expect-error,(call int_divide,0,0),division by zero is not allowed!)
284 $(call math-expect-error,(call int_divide,1,0),division by zero is not allowed!)
/build/soong/cmd/path_interposer/
Dmain_test.go141 …err: fmt.Errorf(`"path_interposer_test_not_allowed" is not allowed to be used. See https://an…
Dmain.go71 If a tool isn't in the allowed list, a log will be posted to the unix domain
/build/soong/cmd/javac_wrapper/
Djavac_wrapper_test.go74 javadoc: option --boot-class-path not allowed with target 1.9
Djavac_wrapper.go217 regexp.MustCompile(`javadoc: option --boot-class-path not allowed with target 1.9`),
/build/soong/scripts/check_boot_jars/
Dpackage_allowed_list.txt1 # Boot jar package name allowed list.
/build/make/tools/releasetools/
Dpylintrc254 # Regexp for a line that is allowed to be longer than the limit.

12