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

  /external/owasp/sanitizer/src/main/org/owasp/html/
Sanitizers.java 71 public static final PolicyFactory STYLES = new HtmlPolicyBuilder()
  /external/owasp/sanitizer/src/tests/org/owasp/html/
SanitizersTest.java 88 .and(Sanitizers.BLOCKS).and(Sanitizers.STYLES).and(Sanitizers.LINKS);
278 .and(Sanitizers.STYLES)
  /frameworks/base/tools/aapt/
StringPool.cpp 68 ZD " styles using " ZD " bytes:\n",
95 // Strings with styles go first, to reduce the size of the styles array.
400 const size_t STYLES = mEntryStyleArray.size();
403 for (i=0; i<STYLES; i++) {
425 + (sizeof(uint32_t)*STYLES);
496 for (i=0; i<STYLES; i++) {
505 fprintf(stderr, "ERROR: Out of memory for string styles\n");
520 if (STYLES > 0) {
527 fprintf(stderr, "ERROR: Out of memory for string styles\n")
    [all...]
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 

Completed in 87 milliseconds