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 56 ZD " styles using " ZD " bytes:\n",
83 // Strings with styles go first, to reduce the size of the styles array.
388 const size_t STYLES = mEntryStyleArray.size();
391 for (i=0; i<STYLES; i++) {
413 + (sizeof(uint32_t)*STYLES);
484 for (i=0; i<STYLES; i++) {
493 fprintf(stderr, "ERROR: Out of memory for string styles\n");
508 if (STYLES > 0) {
515 fprintf(stderr, "ERROR: Out of memory for string styles\n")
    [all...]
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 

Completed in 190 milliseconds