HomeSort by relevance Sort by last modified time
    Searched refs:IDENT (Results 1 - 19 of 19) 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/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 1026 /* copy word to unprefixed string ident */
1028 dp = ident;
1044 while ((dp - ident) < IDENT && (c = *sp++) == CHAR)
1048 dp = ident;
1049 /* make sure the ident array stays NUL padded */
1050 memset(dp, 0, (ident + IDENT) - dp + 1);
1055 if (*ident != '\0') {
1057 uint32_t h = hash(ident);
    [all...]
sh.h 1601 EXTERN char ident[IDENT + 1]; variable
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/cssparser/cssparser/0.9.13/
cssparser-0.9.13.jar 
  /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/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/
ssvnc.tcl     [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.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 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar 

Completed in 636 milliseconds