Home
last modified time | relevance | path

Searched defs:allowlist (Results 1 – 19 of 19) sorted by relevance

/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()
DAddDefaultConstructor.java45 private final List<TypeLocator> allowlist; field in AddDefaultConstructor
59 public AddDefaultConstructor(List<TypeLocator> allowlist) { in AddDefaultConstructor()
/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()
DTranslateJcite.java115 private final List<BodyDeclarationLocator> allowlist; field in TranslateJcite.InclusionHandler
117 public InclusionHandler(String sampleSrcDir, List<BodyDeclarationLocator> allowlist) { in InclusionHandler()
DIcu4jTransform.java1038 List<BodyDeclarationLocator> allowlist = in createTranslateJciteInclusionRule() local
1084 List<TypeLocator> allowlist = TypeLocator.createLocatorsFromStrings(PUBLIC_API_CLASSES); in createHidePublicClassesRule() local
/external/autotest/site_utils/
Dcreate_attr_allowlist.py42 def _WriteToFile(allowlist, path): argument
/external/tensorflow/tensorflow/lite/java/src/test/java/org/tensorflow/lite/gpu/
DCompatibilityListTest.java30 try (CompatibilityList allowlist = new CompatibilityList()) { in testBasic()
/external/openscreen/osp/impl/testing/
Dfake_mdns_platform_service.cc19 const std::vector<NetworkInterfaceIndex>& allowlist) { in RegisterInterfaces()
/external/tensorflow/tensorflow/lite/delegates/flex/
Dallowlisted_flex_ops_test.cc46 const std::set<std::string>& allowlist = GetFlexAllowlist(); in TEST() local
/external/tensorflow/tensorflow/python/autograph/core/
Dconverter_testing.py35 def allowlist(f): function
/external/webrtc/rtc_base/
Dnat_server.h105 AddressSet* allowlist; member
/external/ImageMagick/MagickCore/
Ddelegate-private.h93 allowlist[] = in SanitizeDelegateString() local
Dstring.c1589 allowlist[] = in SanitizeString() local
/external/tensorflow/tensorflow/python/framework/
Dpython_op_gen_main.cc130 std::unordered_set<string> allowlist(op_list.begin(), op_list.end()); in PrintAllPythonOps() local
/external/openscreen/osp/impl/
Dinternal_services.cc101 const std::vector<NetworkInterfaceIndex>& allowlist) { in RegisterInterfaces()
Dmdns_responder_service.cc52 const std::vector<NetworkInterfaceIndex> allowlist, in SetServiceConfig()
/external/perfetto/tools/
Dgen_amalgamated145 def apply_allowlist(allowlist, items): argument
/external/tensorflow/tensorflow/compiler/jit/
Dmark_for_compilation_pass.cc1103 absl::flat_hash_set<string> allowlist; in GetOrCreateAllowlist() local
1159 auto allowlist = GetOrCreateAllowlist(); in FindCompilationCandidates() local
/external/autotest/client/common_lib/
Dutils.py1666 def sh_quote_word(text, allowlist=_SHELL_QUOTING_ALLOWLIST): argument