HomeSort by relevance Sort by last modified time
    Searched defs:BLOCKS (Results 1 - 4 of 4) sorted by null

  /external/owasp/sanitizer/src/main/org/owasp/html/
Sanitizers.java 42 * PolicyFactory sanitizer = Sanitizers.FORMATTING.and(Sanitizers.BLOCKS);
65 public static final PolicyFactory BLOCKS = new HtmlPolicyBuilder()
  /cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
Hoarder.java 37 private static final String BLOCKS = "blocks";
44 case BLOCKS:
  /external/freetype/src/gzip/
inflate.c 20 BLOCKS, /* decompressing blocks */
49 *blocks; /* current inflate_blocks state */ member in struct:internal_state
61 z->state->mode = z->state->nowrap ? BLOCKS : METHOD;
62 inflate_blocks_reset(z->state->blocks, z, Z_NULL);
73 if (z->state->blocks != Z_NULL)
74 inflate_blocks_free(z->state->blocks, z);
105 z->state->blocks = Z_NULL;
124 if ((z->state->blocks =
190 z->state->mode = BLOCKS;
    [all...]
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 

Completed in 94 milliseconds