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

  /external/clang/test/Lexer/
token-concat.c 3 IDENT.2
4 // CHECK: {{^}}IDENT.2{{$}}
  /external/owasp/sanitizer/src/tests/org/owasp/html/
CssFuzzerTest.java 180 String IDENT = IDENT_START + IDENT_PART + "*";
182 CssTokens.TokenType.AT, Pattern.compile("@" + IDENT));
195 CssTokens.TokenType.DOT_IDENT, Pattern.compile("\\." + IDENT));
197 CssTokens.TokenType.FUNCTION, Pattern.compile(IDENT + "[(]"));
204 CssTokens.TokenType.IDENT,
205 Pattern.compile(IDENT));
251 * "1:NUMBER ex:IDENT" -> "1ex:DIMENSION" is a common source source of
270 case IDENT:
CssTokensTest.java 73 LEFT_PAREN, LEFT_SQUARE, IDENT, LEFT_SQUARE, LEFT_SQUARE, COLUMN,
200 CssTokens.TokenType type = IDENT;
234 " ", "@:DELIM", " ", "at:IDENT", ",:COMMA", " ",
257 "-:IDENT", " ", ".:DELIM", " ", "+:DELIM", " ", "1:NUMBER", " ",
261 " ", ".foo:DOT_IDENT", " ", "-:IDENT");
262 // TODO: is a single "-" an IDENT or a DELIM? "--"? "---"?
277 assertTokens("\u0000x\u0000", "x:IDENT");
368 "-dc:IDENT",
372 "U:IDENT", "+:DELIM", " ", "?:DELIM");
388 "foo:IDENT",
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSGrammar.y 109 case IDENT:
169 %right <string> IDENT
593 | IDENT maybe_space
611 '(' maybe_space IDENT maybe_space maybe_media_value closing_parenthesis {
737 IDENT
803 '(' maybe_space IDENT maybe_space ':' maybe_space expr prio closing_parenthesis maybe_space {
817 | '(' maybe_space IDENT maybe_space ':' maybe_space error error_recovery closing_parenthesis maybe_space {
845 IDENT
891 | IDENT {
929 IDENT maybe_space
    [all...]
CSSTokenizer-in.cpp     [all...]
  /external/owasp/sanitizer/src/main/org/owasp/html/
CssGrammar.java 71 if (it.type() != CssTokens.TokenType.IDENT) {
107 case IDENT:
CssTokens.java 185 IDENT,
438 // or more of the following tokens: <ident>, <function>,
507 // SPEC handle URL under "ident like token".
534 // treat ".<IDENT>" as one token.
591 // Optimistically parse as an ident.
956 // dimension := <number> <ident>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cpplib.h 114 TK(NAME, IDENT) /* word */ \
115 TK(AT_NAME, IDENT) /* @word - Objective-C */ \
524 void (*ident) (cpp_reader *, source_location, const cpp_string *); member in struct:cpp_callbacks
650 #define NODE_LEN(NODE) HT_LEN (&(NODE)->ident)
651 #define NODE_NAME(NODE) HT_STR (&(NODE)->ident)
686 struct ht_identifier ident; variable in typeref:struct:ht_identifier
    [all...]
  /external/mksh/src/
lex.c 1028 /* copy word to unprefixed string ident */
1030 dp = ident;
1032 while ((dp - ident) < IDENT) {
1039 while ((dp - ident) < IDENT && (c = *sp++) == CHAR)
1041 /* Make sure the ident array stays '\0' padded */
1042 memset(dp, 0, (ident + IDENT) - dp + 1);
1045 *ident = '\0'
    [all...]
sh.h 1596 EXTERN char ident[IDENT + 1]; variable
    [all...]
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winddi.h 64 typedef ULONG IDENT;
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 

Completed in 9400 milliseconds