Home
last modified time | relevance | path

Searched refs:allowlist (Results 1 – 25 of 54) sorted by relevance

123

/external/selinux/libselinux/
DAndroid.bp275 "--allowlist-function=fgetfilecon",
276 "--allowlist-function=fgetfilecon_raw",
277 "--allowlist-function=freecon",
278 "--allowlist-function=fsetfilecon",
279 "--allowlist-function=getcon",
280 "--allowlist-function=getfilecon",
281 "--allowlist-function=getpeercon",
282 "--allowlist-function=getpidcon",
283 "--allowlist-function=is_selinux_enabled",
284 "--allowlist-function=lgetfilecon",
[all …]
/external/rust/crates/grpcio-sys/patches/
DAndroid.bp.patch95 + "--allowlist-function=\\bgrpc_.*",
96 + "--allowlist-function=\\bgpr_.*",
97 + "--allowlist-function=\\bgrpcwrap_.*",
98 + "--allowlist-var=\\bGRPC_.*",
99 + "--allowlist-type=\\bgrpc_.*",
100 + "--allowlist-type=\\bgpr_.*",
101 + "--allowlist-type=\\bgrpcwrap_.*",
102 + "--allowlist-type=\\bcensus_context.*",
103 + "--allowlist-type=\\bverify_peer_options.*",
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/processors/
DHidePublicClasses.java30 private final List<TypeLocator> allowlist; field in HidePublicClasses
32 public HidePublicClasses(List<TypeLocator> allowlist, String reason) { in HidePublicClasses() argument
34 this.allowlist = allowlist; in HidePublicClasses()
42 for (TypeLocator allowlistedType : allowlist) { in mustTag()
55 "allowlist=" + allowlist + in toString()
DAddDefaultConstructor.java45 private final List<TypeLocator> allowlist; field in AddDefaultConstructor
59 public AddDefaultConstructor(List<TypeLocator> allowlist) { in AddDefaultConstructor() argument
60 this.allowlist = allowlist; in AddDefaultConstructor()
71 for (TypeLocator typeLocator : allowlist) { in process()
/external/openscreen/osp/impl/testing/
Dfake_mdns_platform_service.cc19 const std::vector<NetworkInterfaceIndex>& allowlist) { in RegisterInterfaces() argument
21 if (allowlist.empty()) { in RegisterInterfaces()
25 if (std::find(allowlist.begin(), allowlist.end(), in RegisterInterfaces()
26 interface.interface_info.index) != allowlist.end()) { in RegisterInterfaces()
/external/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/
DHideNonAllowlistedDeclarations.java45 private final List<BodyDeclarationLocator> allowlist; field in HideNonAllowlistedDeclarations
48 public HideNonAllowlistedDeclarations(List<BodyDeclarationLocator> allowlist, String tagComment) { in HideNonAllowlistedDeclarations() argument
49 this.allowlist = allowlist; in HideNonAllowlistedDeclarations()
56 if (allowlist == null) { in process()
102 if (BodyDeclarationLocators.matchesAny(allowlist, node)) { in process()
119 "allowlist=" + allowlist + in toString()
DTranslateJcite.java115 private final List<BodyDeclarationLocator> allowlist; field in TranslateJcite.InclusionHandler
117 public InclusionHandler(String sampleSrcDir, List<BodyDeclarationLocator> allowlist) { in InclusionHandler() argument
119 this.allowlist = allowlist; in InclusionHandler()
134 boolean matchesAllowlist = matchesAny(allowlist, declarationNode); in visitTagElement()
199 "allowlist=" + allowlist + in toString()
DIcu4jTransform.java1038 List<BodyDeclarationLocator> allowlist = in createTranslateJciteInclusionRule() local
1041 new TranslateJcite.InclusionHandler(ANDROID_ICU4J_SAMPLE_DIR, allowlist); in createTranslateJciteInclusionRule()
1084 List<TypeLocator> allowlist = TypeLocator.createLocatorsFromStrings(PUBLIC_API_CLASSES); in createHidePublicClassesRule() local
1086 new HidePublicClasses(allowlist, "Only a subset of ICU is exposed in Android")); in createHidePublicClassesRule()
/external/rust/crates/grpcio-sys/
DAndroid.bp89 "--allowlist-function=\\bgrpc_.*",
90 "--allowlist-function=\\bgpr_.*",
91 "--allowlist-function=\\bgrpcwrap_.*",
92 "--allowlist-var=\\bGRPC_.*",
93 "--allowlist-type=\\bgrpc_.*",
94 "--allowlist-type=\\bgpr_.*",
95 "--allowlist-type=\\bgrpcwrap_.*",
96 "--allowlist-type=\\bcensus_context.*",
97 "--allowlist-type=\\bverify_peer_options.*",
/external/autotest/site_utils/
Dcreate_attr_allowlist.py38 allowlist = ['suite:' + x for x in suite_list]
39 _WriteToFile(allowlist, args.path)
42 def _WriteToFile(allowlist, path): argument
53 attr_file.write('\n'.join(allowlist).encode('utf-8'))
Dseed_test_attr.py82 allowlist = {line.strip() for line in f.readlines() if line.strip()}
90 if not (allowlist >= cd_attrs):
/external/ImageMagick/MagickCore/
Ddelegate-private.h93 allowlist[] = in SanitizeDelegateString() local
97 allowlist[] = in SanitizeDelegateString()
105 for (p+=strspn(p,allowlist); p != q; p+=strspn(p,allowlist)) in SanitizeDelegateString()
/external/openscreen/osp/impl/
Dinternal_services.cc101 const std::vector<NetworkInterfaceIndex>& allowlist) { in RegisterInterfaces() argument
103 const bool do_filter_using_allowlist = !allowlist.empty(); in RegisterInterfaces()
108 std::find(allowlist.begin(), allowlist.end(), interface.index) == in RegisterInterfaces()
109 allowlist.end()) { in RegisterInterfaces()
Dmdns_platform_service.h35 const std::vector<NetworkInterfaceIndex>& allowlist) = 0;
/external/webrtc/rtc_base/
Dnat_server.cc237 allowlist = new AddressSet(AddrCmp(nat)); in TransEntry()
241 delete allowlist; in ~TransEntry()
247 allowlist->insert(addr); in AllowlistInsert()
252 return allowlist->find(ext_addr) == allowlist->end(); in AllowlistContains()
/external/tensorflow/tensorflow/lite/java/src/test/java/org/tensorflow/lite/gpu/
DCompatibilityListTest.java30 try (CompatibilityList allowlist = new CompatibilityList()) { in testBasic() argument
31 assertThat(allowlist.isDelegateSupportedOnThisDevice()).isTrue(); in testBasic()
/external/tensorflow/tensorflow/lite/delegates/flex/
Dallowlisted_flex_ops_test.cc46 const std::set<std::string>& allowlist = GetFlexAllowlist(); in TEST() local
49 for (const std::string& op_name : allowlist) { in TEST()
/external/tensorflow/tensorflow/python/framework/
Dpython_op_gen_main.cc130 std::unordered_set<string> allowlist(op_list.begin(), op_list.end()); in PrintAllPythonOps() local
133 if (allowlist.find(op_def.name()) != allowlist.end()) { in PrintAllPythonOps()
/external/tensorflow/tensorflow/compiler/jit/
Dmark_for_compilation_pass.cc1103 absl::flat_hash_set<string> allowlist; in GetOrCreateAllowlist() local
1108 allowlist.insert(pair.second.begin(), pair.second.end()); in GetOrCreateAllowlist()
1112 allowlist.insert(v.begin(), v.end()); in GetOrCreateAllowlist()
1115 allowlist.insert(string(s)); in GetOrCreateAllowlist()
1119 if (VLOG_IS_ON(2) && !allowlist.empty()) { in GetOrCreateAllowlist()
1120 std::vector<string> vallowlist(allowlist.begin(), allowlist.end()); in GetOrCreateAllowlist()
1125 return allowlist; in GetOrCreateAllowlist()
1159 auto allowlist = GetOrCreateAllowlist(); in FindCompilationCandidates() local
1164 for (const auto& s : allowlist) { in FindCompilationCandidates()
1220 if (!allowlist.empty() && !allowlist.contains(node->def().op())) { in FindCompilationCandidates()
/external/llvm-project/clang/docs/
DSanitizerCoverage.rst320 With ``-fsanitize-coverage-allowlist=allowlist.txt``
322 you can specify such a subset through the combination of a allowlist and a blocklist.
329 The allowlist and blocklist format is similar to that of the sanitizer blocklist format.
330 The default allowlist will match every source file and every function.
333 A common use case is to have the allowlist list folders or source files for which you want
335 files or functions that the allowlist loosely allowed.
337 Here is an example allowlist:
352 # Disable instrumentation for a specific source file that the allowlist allowed
354 # Disable instrumentation for a specific function that the allowlist allowed
362 For example, the allowlist above would include file ``bar/b.cpp`` if the path was provided
/external/rust/crates/bindgen/src/
Doptions.rs825 if let Some(allowlist) = matches.values_of("allowlist-function") { in builder_from_flags()
826 for regex in allowlist { in builder_from_flags()
831 if let Some(allowlist) = matches.values_of("allowlist-type") { in builder_from_flags()
832 for regex in allowlist { in builder_from_flags()
837 if let Some(allowlist) = matches.values_of("allowlist-var") { in builder_from_flags()
838 for regex in allowlist { in builder_from_flags()
/external/tensorflow/tensorflow/lite/tools/evaluation/tasks/coco_object_detection/
Dpreprocess_coco_minival.py76 with open(allowlist_file, 'r') as allowlist:
77 image_id_allowlist = set([int(x) for x in allowlist.readlines()])
/external/toolchain-utils/debug_info_test/
Dcheck_ngcc.py10 from allowlist import is_allowlisted
/external/tensorflow/tensorflow/lite/ios/
Dios.bzl20 # iOS framework with symbol allowlist. Exported C++ symbols might cause symbol
21 # collision with other libraries. List of symbols to allowlist can be
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/
Dtrim-functions-tf.mlir1 // RUN: tf-opt -tfl-trim-funcs-tf -tfl-trim-funcs-allowlist="bar,foobar" %s | FileCheck %s

123