Home
last modified time | relevance | path

Searched refs:allowlists (Results 1 – 23 of 23) sorted by relevance

/build/bazel/scripts/incremental_build/
Dgo_allowlists_test.py22 self.allowlists = GoAllowlistManipulator(
42 self.original_size = len(self.allowlists.lines)
46 self.allowlists.locate("non-existing")
49 empty = self.allowlists.locate("empty")
56 empty = self.allowlists.locate("empty")
57 more = self.allowlists.locate("more")
64 self.assertEqual(self.original_size + 2, len(self.allowlists.lines))
66 self.assertEqual(self.original_size + 2, len(self.allowlists.lines))
71 empty = self.allowlists.locate("empty")
74 more = self.allowlists.locate("more")
/build/soong/android/allowlists/
DAndroid.bp20 name: "soong-android-allowlists",
21 pkgPath: "android/soong/android/allowlists",
23 "allowlists.go",
Dallowlists.go15 package allowlists package
/build/soong/genrule/
DAndroid.bp17 "allowlists.go",
/build/bazel/rules/
Dsoong_injection.bzl19 rctx.symlink(soong_injection_dir + "/allowlists", "allowlists")
/build/soong/cmd/soong_build/
Dmain.go138 for prefix, w := range allowlists.HugeModuleTypePrefixMap {
153 if input_size > allowlists.INPUT_SIZE_THRESHOLD {
155 … weight += ((input_size) / allowlists.INPUT_SIZE_THRESHOLD) * allowlists.DEFAULT_PRIORITIZED_WEIGHT
158 if weight > allowlists.HIGH_PRIORITIZED_WEIGHT {
159 weight = allowlists.HIGH_PRIORITIZED_WEIGHT
/build/soong/bp2build/
DAndroid.bp21 "soong-android-allowlists",
/build/bazel/rules/java/
Djava_aidl_library.bzl87 default = "@bazel_tools//tools/allowlists/function_transition_allowlist",
Djava_sysprop_library.bzl42 default = "@bazel_tools//tools/allowlists/function_transition_allowlist",
Djava_aconfig_library.bzl123 default = "@bazel_tools//tools/allowlists/function_transition_allowlist",
Dsdk_transition_test.bzl61 default = "@bazel_tools//tools/allowlists/function_transition_allowlist",
Dsdk_transition.bzl105 default = "@bazel_tools//tools/allowlists/function_transition_allowlist",
/build/soong/android/
DAndroid.bp21 "soong-android-allowlists",
/build/bazel/toolchains/rust/bootstrap/
Ddefs.bzl81 default = Label("@bazel_tools//tools/allowlists/function_transition_allowlist"),
/build/bazel/rules/cc/
Dstripped_cc_common.bzl273 default = "@bazel_tools//tools/allowlists/function_transition_allowlist",
Dcc_object.bzl257 default = "@bazel_tools//tools/allowlists/function_transition_allowlist",
Dcc_stub_library.bzl272 default = "@bazel_tools//tools/allowlists/function_transition_allowlist",
Dcc_library_shared.bzl476 default = "@bazel_tools//tools/allowlists/function_transition_allowlist",
Dcc_library_static.bzl720 default = "@bazel_tools//tools/allowlists/function_transition_allowlist",
/build/bazel/rules/apex/
Dapex_aab.bzl341 default = "@bazel_tools//tools/allowlists/function_transition_allowlist",
Dapex.bzl1022 …"_allowlist_function_transition": attr.label(default = "@bazel_tools//tools/allowlists/function_tr…
/build/bazel/rules/tradefed/
Dtradefed.bzl530 default = "@bazel_tools//tools/allowlists/function_transition_allowlist",
/build/make/
DChanges.md9 genrule/allowlists.go are exempt from this. You can also set `BUILD_BROKEN_GENRULE_SANDBOXING`