/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/processors/ |
D | HidePublicClasses.java | 30 private final List<TypeLocator> allowlist; field in HidePublicClasses 32 public HidePublicClasses(List<TypeLocator> allowlist, String reason) { in HidePublicClasses()
|
D | AddDefaultConstructor.java | 45 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/ |
D | HideNonAllowlistedDeclarations.java | 45 private final List<BodyDeclarationLocator> allowlist; field in HideNonAllowlistedDeclarations 48 public HideNonAllowlistedDeclarations(List<BodyDeclarationLocator> allowlist, String tagComment) { in HideNonAllowlistedDeclarations()
|
D | TranslateJcite.java | 115 private final List<BodyDeclarationLocator> allowlist; field in TranslateJcite.InclusionHandler 117 public InclusionHandler(String sampleSrcDir, List<BodyDeclarationLocator> allowlist) { in InclusionHandler()
|
D | Icu4jTransform.java | 1038 List<BodyDeclarationLocator> allowlist = in createTranslateJciteInclusionRule() local 1084 List<TypeLocator> allowlist = TypeLocator.createLocatorsFromStrings(PUBLIC_API_CLASSES); in createHidePublicClassesRule() local
|
/external/autotest/site_utils/ |
D | create_attr_allowlist.py | 42 def _WriteToFile(allowlist, path): argument
|
/external/tensorflow/tensorflow/lite/java/src/test/java/org/tensorflow/lite/gpu/ |
D | CompatibilityListTest.java | 30 try (CompatibilityList allowlist = new CompatibilityList()) { in testBasic()
|
/external/openscreen/osp/impl/testing/ |
D | fake_mdns_platform_service.cc | 19 const std::vector<NetworkInterfaceIndex>& allowlist) { in RegisterInterfaces()
|
/external/tensorflow/tensorflow/lite/delegates/flex/ |
D | allowlisted_flex_ops_test.cc | 46 const std::set<std::string>& allowlist = GetFlexAllowlist(); in TEST() local
|
/external/tensorflow/tensorflow/python/autograph/core/ |
D | converter_testing.py | 35 def allowlist(f): function
|
/external/webrtc/rtc_base/ |
D | nat_server.h | 105 AddressSet* allowlist; member
|
/external/ImageMagick/MagickCore/ |
D | delegate-private.h | 93 allowlist[] = in SanitizeDelegateString() local
|
D | string.c | 1589 allowlist[] = in SanitizeString() local
|
/external/tensorflow/tensorflow/python/framework/ |
D | python_op_gen_main.cc | 130 std::unordered_set<string> allowlist(op_list.begin(), op_list.end()); in PrintAllPythonOps() local
|
/external/openscreen/osp/impl/ |
D | internal_services.cc | 101 const std::vector<NetworkInterfaceIndex>& allowlist) { in RegisterInterfaces()
|
D | mdns_responder_service.cc | 52 const std::vector<NetworkInterfaceIndex> allowlist, in SetServiceConfig()
|
/external/perfetto/tools/ |
D | gen_amalgamated | 145 def apply_allowlist(allowlist, items): argument
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | mark_for_compilation_pass.cc | 1103 absl::flat_hash_set<string> allowlist; in GetOrCreateAllowlist() local 1159 auto allowlist = GetOrCreateAllowlist(); in FindCompilationCandidates() local
|
/external/autotest/client/common_lib/ |
D | utils.py | 1666 def sh_quote_word(text, allowlist=_SHELL_QUOTING_ALLOWLIST): argument
|