Searched defs:whitelist (Results 1 - 16 of 16) sorted by relevance

/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/processors/
H A DHidePublicClasses.java26 * Hides any public class that is not found in the whitelist.
30 private final List<TypeLocator> whitelist; field in class:HidePublicClasses
32 public HidePublicClasses(List<TypeLocator> whitelist, String reason) { argument
34 this.whitelist = whitelist;
42 for (TypeLocator whitelistedType : whitelist) {
55 "whitelist=" + whitelist +
H A DMakeClassesPublic.java41 private final List<TypeLocator> whitelist; field in class:MakeClassesPublic
45 public MakeClassesPublic(List<TypeLocator> whitelist, String reason) { argument
46 this.whitelist = whitelist;
64 for (TypeLocator whitelistedType : whitelist) {
/external/v8/src/debug/
H A Ddebug-evaluate.h64 Handle<StringSet> whitelist; member in struct:v8::internal::DebugEvaluate::ContextBuilder::ContextChainElement
/external/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/
H A DTranslateJcite.java109 * if the declaration it is associated with appears in a whitelist.
115 private final List<BodyDeclarationLocator> whitelist; field in class:TranslateJcite.InclusionHandler
117 public InclusionHandler(String sampleSrcDir, List<BodyDeclarationLocator> whitelist) { argument
119 this.whitelist = whitelist;
134 boolean matchesWhitelist = matchesAny(whitelist, declarationNode);
199 "whitelist=" + whitelist +
/external/webrtc/webrtc/base/
H A Dnatserver.h98 AddressSet* whitelist; member in struct:rtc::NATServer::TransEntry
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DHtmlPolicyBuilder.java431 public HtmlPolicyBuilder allowStyling(CssSchema whitelist) { argument
434 new StylingPolicy(whitelist), ImmutableList.of("style"));
/external/ImageMagick/MagickCore/
H A Dstring.c1701 whitelist[] =
1708 for (p+=strspn(p,whitelist); p != q; p+=strspn(p,whitelist))
1669 whitelist[] = local
/external/dhcpcd-6.8.2/
H A Dif-options.h187 in_addr_t *whitelist; member in struct:if_options
/external/v8/src/
H A Dfactory.cc925 Handle<StringSet> whitelist) {
939 if (!whitelist.is_null()) c->set(Context::WHITE_LIST_INDEX, *whitelist);
921 NewDebugEvaluateContext(Handle<Context> previous, Handle<ScopeInfo> scope_info, Handle<JSReceiver> extension, Handle<Context> wrapped, Handle<StringSet> whitelist) argument
/external/squashfs-tools/squashfs-tools/
H A Dmksquashfs.c347 int whitelist = 0; variable
3108 /* Check the whitelist */
4802 * whitelist. Else return the Global noD value.
4814 * only regular files in the whitelist
4818 for (i = 0; i < whitelist; i++) {
4833 BAD_ERROR("Cannot whitelist %s only regular files can be whitelisted",
4836 if (whitelist % WHITELIST_SIZE == 0) {
4838 (whitelist + WHITELIST_SIZE)
4843 whitelist_paths[whitelist].st_dev = buf->st_dev;
4844 whitelist_paths[whitelist
[all...]
/external/owasp/sanitizer/distrib/lib/
H A Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/owasp/html/ org/owasp/html/AbstractTokenStream ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 657 milliseconds