Searched refs:allowlists (Results 1 – 23 of 23) sorted by relevance
/build/bazel/scripts/incremental_build/ |
D | go_allowlists_test.py | 22 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/ |
D | Android.bp | 20 name: "soong-android-allowlists", 21 pkgPath: "android/soong/android/allowlists", 23 "allowlists.go",
|
D | allowlists.go | 15 package allowlists package
|
/build/soong/genrule/ |
D | Android.bp | 17 "allowlists.go",
|
/build/bazel/rules/ |
D | soong_injection.bzl | 19 rctx.symlink(soong_injection_dir + "/allowlists", "allowlists")
|
/build/soong/cmd/soong_build/ |
D | main.go | 138 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/ |
D | Android.bp | 21 "soong-android-allowlists",
|
/build/bazel/rules/java/ |
D | java_aidl_library.bzl | 87 default = "@bazel_tools//tools/allowlists/function_transition_allowlist",
|
D | java_sysprop_library.bzl | 42 default = "@bazel_tools//tools/allowlists/function_transition_allowlist",
|
D | java_aconfig_library.bzl | 123 default = "@bazel_tools//tools/allowlists/function_transition_allowlist",
|
D | sdk_transition_test.bzl | 61 default = "@bazel_tools//tools/allowlists/function_transition_allowlist",
|
D | sdk_transition.bzl | 105 default = "@bazel_tools//tools/allowlists/function_transition_allowlist",
|
/build/soong/android/ |
D | Android.bp | 21 "soong-android-allowlists",
|
/build/bazel/toolchains/rust/bootstrap/ |
D | defs.bzl | 81 default = Label("@bazel_tools//tools/allowlists/function_transition_allowlist"),
|
/build/bazel/rules/cc/ |
D | stripped_cc_common.bzl | 273 default = "@bazel_tools//tools/allowlists/function_transition_allowlist",
|
D | cc_object.bzl | 257 default = "@bazel_tools//tools/allowlists/function_transition_allowlist",
|
D | cc_stub_library.bzl | 272 default = "@bazel_tools//tools/allowlists/function_transition_allowlist",
|
D | cc_library_shared.bzl | 476 default = "@bazel_tools//tools/allowlists/function_transition_allowlist",
|
D | cc_library_static.bzl | 720 default = "@bazel_tools//tools/allowlists/function_transition_allowlist",
|
/build/bazel/rules/apex/ |
D | apex_aab.bzl | 341 default = "@bazel_tools//tools/allowlists/function_transition_allowlist",
|
D | apex.bzl | 1022 …"_allowlist_function_transition": attr.label(default = "@bazel_tools//tools/allowlists/function_tr…
|
/build/bazel/rules/tradefed/ |
D | tradefed.bzl | 530 default = "@bazel_tools//tools/allowlists/function_transition_allowlist",
|
/build/make/ |
D | Changes.md | 9 genrule/allowlists.go are exempt from this. You can also set `BUILD_BROKEN_GENRULE_SANDBOXING`
|