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

  /external/owasp/sanitizer/src/main/org/owasp/html/
HtmlTokenType.java 52 * A directive such as a DOCTYPE declaration.
54 DIRECTIVE,
HtmlLexer.java 260 * HtmlTokenType.{TEXT,TAGBEGIN,TAGEND,DIRECTIVE,COMMENT,CDATA,DIRECTIVE}</tt>
346 DIRECTIVE,
551 state = State.DIRECTIVE;
558 state = State.DIRECTIVE;
581 case DIRECTIVE:
583 type = HtmlTokenType.DIRECTIVE;
666 case DIRECTIVE:
  /external/e2fsprogs/intl/
printf-parse.c 50 # define DIRECTIVE wchar_t_directive
55 # define DIRECTIVE char_directive
74 d->dir = malloc (d_allocated * sizeof (DIRECTIVE));
121 DIRECTIVE *dp = &d->dir[d->count];/* pointer to next directive */
123 /* Initialize the next directive. */
505 DIRECTIVE *memory;
508 memory_size = xtimes (d_allocated, sizeof (DIRECTIVE));
533 #undef DIRECTIVE
vasnprintf.c 81 # define DIRECTIVE wchar_t_directive
96 # define DIRECTIVE char_directive
139 DIRECTIVE *dp;
145 /* Allocate a small buffer that will hold a directive passed to
221 /* Execute a single directive. */
770 directive. */
773 /* Don't use the '%n' directive; instead, look
784 It doesn't understand the '%n' directive,
882 #undef DIRECTIVE
  /external/smali/smalidea/src/main/java/org/jf/smalidea/
SmaliHighlightingColors.java 56 public static final TextAttributesKey DIRECTIVE = createTextAttributesKey(
57 "DIRECTIVE", DefaultLanguageHighlighterColors.KEYWORD);
  /external/snakeyaml/src/test/java/org/pyyaml/
CanonicalScanner.java 45 private static final String DIRECTIVE = "%YAML 1.1";
189 String chunk1 = data.substring(index, index + DIRECTIVE.length());
190 char chunk2 = data.charAt(index + DIRECTIVE.length());
191 if (DIRECTIVE.equals(chunk1) && "\n\0".indexOf(chunk2) != -1) {
192 index += DIRECTIVE.length();
198 throw new CanonicalException("invalid directive");
  /external/skia/src/sksl/
SkSLLexer.h 104 #undef DIRECTIVE
105 DIRECTIVE,
  /external/skqp/src/sksl/
SkSLLexer.h 108 #undef DIRECTIVE
109 DIRECTIVE,
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 

Completed in 306 milliseconds