OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DIRECTIVE
(Results
1 - 16
of
16
) 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/smali/smalidea/src/main/java/org/jf/smalidea/
SmaliTokens.java
169
tokenColors.put("ANNOTATION_DIRECTIVE", SmaliHighlightingColors.
DIRECTIVE
);
171
tokenColors.put("ARRAY_DATA_DIRECTIVE", SmaliHighlightingColors.
DIRECTIVE
);
176
tokenColors.put("CATCH_DIRECTIVE", SmaliHighlightingColors.
DIRECTIVE
);
177
tokenColors.put("CATCHALL_DIRECTIVE", SmaliHighlightingColors.
DIRECTIVE
);
180
tokenColors.put("CLASS_DIRECTIVE", SmaliHighlightingColors.
DIRECTIVE
);
188
tokenColors.put("END_ANNOTATION_DIRECTIVE", SmaliHighlightingColors.
DIRECTIVE
);
189
tokenColors.put("END_ARRAY_DATA_DIRECTIVE", SmaliHighlightingColors.
DIRECTIVE
);
190
tokenColors.put("END_FIELD_DIRECTIVE", SmaliHighlightingColors.
DIRECTIVE
);
191
tokenColors.put("END_LOCAL_DIRECTIVE", SmaliHighlightingColors.
DIRECTIVE
);
192
tokenColors.put("END_METHOD_DIRECTIVE", SmaliHighlightingColors.
DIRECTIVE
);
[
all
...]
SmaliHighlightingColors.java
56
public static final TextAttributesKey
DIRECTIVE
= createTextAttributesKey(
57
"
DIRECTIVE
", DefaultLanguageHighlighterColors.KEYWORD);
/external/bison/lib/
printf-parse.c
21
DIRECTIVE
Structure denoting a format
directive
.
43
# define
DIRECTIVE
char_directive
140
DIRECTIVE
*dp = &d->dir[d->count]; /* pointer to next
directive
*/
142
/* Initialize the next
directive
. */
585
DIRECTIVE
*memory;
588
memory_size = xtimes (d_allocated, sizeof (
DIRECTIVE
));
592
memory = (
DIRECTIVE
*) (d->dir != d->direct_alloc_dir
599
memcpy (memory, d->dir, d->count * sizeof (
DIRECTIVE
));
[
all
...]
vasnprintf.c
24
DIRECTIVE
Structure denoting a format
directive
.
129
# define
DIRECTIVE
wchar_t_directive
140
# define
DIRECTIVE
char_directive
[
all
...]
/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/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
");
/toolchain/binutils/binutils-2.25/ld/
deffilep.y
124
%token READ WRITE EXECUTE SHARED NONAMEU NONAMEL
DIRECTIVE
EQUAL
155
|
DIRECTIVE
ID { def_directive ($2);}
248
|
DIRECTIVE
{ $$ = "
DIRECTIVE
"; }
359
struct
directive
361
struct
directive
*next;
366
static struct
directive
*directives = 0;
384
struct
directive
*d;
417
printf ("Adding
directive
%08x `%s'\n", d->name, d->name);
1152
struct
directive
*d = xmalloc (sizeof (struct directive))
[
all
...]
/external/opencv3/modules/python/src2/
hdr_parser.py
751
SCAN = 0 # outside of a comment or preprocessor
directive
753
DIRECTIVE
= 2 # inside a multi-line preprocessor
directive
769
state =
DIRECTIVE
770
# fall through to the if state ==
DIRECTIVE
check
772
if state ==
DIRECTIVE
:
[
all
...]
/external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar
/prebuilts/tools/common/m2/repository/org/apache/velocity/velocity/1.5/
velocity-1.5.jar
/prebuilts/tools/common/m2/repository/org/apache/velocity/velocity/1.7/
velocity-1.7.jar
/external/dagger2/lib/
auto-value-1.0.jar
/prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar
Completed in 683 milliseconds