Searched refs:allowed (Results 1 – 25 of 27) sorted by relevance
12
/build/make/core/ |
D | artifact_path_requirements.mk | 29 $(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.) \
|
D | phony_package.mk | 3 $(error LOCAL_SRC_FILES are not allowed for phony packages)
|
D | dynamic_binary.mk | 129 $(call pretty-error,Invalid strip value $(my_strip_module), only one of $(valid_strip) allowed)
|
D | version_defaults.mk | 46 ALLOWED_VERSIONS := $(call allowed-platform-versions,\
|
D | product_config.mk | 302 only 1 certificate is allowed.) 355 $(error Only GSI products are allowed to set PRODUCT_INSTALL_DEBUG_POLICY_TO_SYSTEM_EXT)
|
D | LINUX_KERNEL_COPYING | 23 of this license document, but changing it is not allowed. 167 allowed only for noncommercial distribution and only if you
|
D | envsetup.mk | 41 define allowed-platform-versions
|
D | product_config.rbc | 447 fail("RBC_OUT: either sort or unique is allowed (and sort implies unique)")
|
/build/soong/android/ |
D | neverallow_test.go | 220 name: `"sdk_variant_only" outside allowed list`, 234 name: `"sdk_variant_only: false" outside allowed list`, 248 name: `"platform" outside allowed list`,
|
D | neverallow.go | 316 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 ¬InListMatcher{allowed}
|
D | visibility_test.go | 375 ` is not allowed. Packages outside //vendor cannot make themselves visible to specific` +
|
/build/soong/rust/ |
D | OWNERS | 4 # Limited owners/reviewers of the allowed list.
|
/build/soong/scripts/ |
D | check_do_not_merge.sh | 20 and are not allowed to be used in this project.
|
/build/soong/java/ |
D | systemserver_classpath_fragment_test.go | 102 `\Qempty contents are not allowed\E`)).
|
D | app.go | 595 allowed := ctx.Config().EnforceSystemCertificateAllowList() 597 if enforceSystemCert && !inList(m.Name(), allowed) {
|
/build/make/ |
D | envsetup.sh | 1785 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"
|
D | Changes.md | 87 ### 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/ |
D | common_settings.bzl | 83 …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/ |
D | math.mk | 274 $(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/ |
D | main_test.go | 141 …err: fmt.Errorf(`"path_interposer_test_not_allowed" is not allowed to be used. See https://an…
|
D | main.go | 71 If a tool isn't in the allowed list, a log will be posted to the unix domain
|
/build/soong/cmd/javac_wrapper/ |
D | javac_wrapper_test.go | 74 javadoc: option --boot-class-path not allowed with target 1.9
|
D | javac_wrapper.go | 217 regexp.MustCompile(`javadoc: option --boot-class-path not allowed with target 1.9`),
|
/build/soong/scripts/check_boot_jars/ |
D | package_allowed_list.txt | 1 # Boot jar package name allowed list.
|
/build/make/tools/releasetools/ |
D | pylintrc | 254 # Regexp for a line that is allowed to be longer than the limit.
|
12