HomeSort by relevance Sort by last modified time
    Searched defs:TokenType (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/common/
tokens.py 23 class TokenType(object):
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
requireprovidesorter_test.py 27 TokenType = javascripttokens.JavaScriptTokenType
closurizednamespacesinfo.py 33 TokenType = javascripttokens.JavaScriptTokenType
365 if token.type == TokenType.IDENTIFIER:
410 if t.type == TokenType.STRING_TEXT:
445 elif token.type == TokenType.SIMPLE_LVALUE:
468 elif token.type == TokenType.DOC_FLAG:
ecmametadatapass.py 25 TokenType = javascripttokens.JavaScriptTokenType
326 if token_type == TokenType.START_PAREN:
334 elif token_type == TokenType.END_PAREN:
342 next_code = tokenutil.SearchExcept(token, TokenType.NON_CODE_TYPES)
343 if next_code.type != TokenType.START_BLOCK:
348 pre_keyword_token.type == TokenType.END_BLOCK):
362 elif (token_type == TokenType.KEYWORD and
364 next_code = tokenutil.SearchExcept(token, TokenType.NON_CODE_TYPES)
365 if (next_code.type != TokenType.START_BLOCK and
366 (next_code.type != TokenType.KEYWORD or next_code.string != 'if'))
    [all...]
closurizednamespacesinfo_test.py 31 TokenType = javascripttokens.JavaScriptTokenType
153 token = tokenutil.Search(token.next, TokenType.IDENTIFIER)
    [all...]
  /system/core/init/parser/
tokenizer.h 42 enum TokenType { TOK_START, TOK_END, TOK_NEWLINE, TOK_TEXT };
44 TokenType type;
  /external/jsoncpp/include/json/
reader.h 157 enum TokenType {
176 TokenType type_;
190 bool expectToken(TokenType type, Token& token, const char* message);
217 bool recoverFromError(TokenType skipUntilToken);
220 TokenType skipUntilToken);
  /external/protobuf/src/google/protobuf/io/
tokenizer.h 79 // similar to those that make up the C language; see the TokenType enum for
91 enum TokenType {
118 TokenType type;
325 TokenType ConsumeNumber(bool started_with_zero, bool started_with_dot);
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
tokenizer.h 78 // similar to those that make up the C language; see the TokenType enum for
90 enum TokenType {
117 TokenType type;
307 TokenType ConsumeNumber(bool started_with_zero, bool started_with_dot);
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
tokenizer.h 78 // similar to those that make up the C language; see the TokenType enum for
90 enum TokenType {
117 TokenType type;
307 TokenType ConsumeNumber(bool started_with_zero, bool started_with_dot);
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
tokenizer.h 78 // similar to those that make up the C language; see the TokenType enum for
90 enum TokenType {
117 TokenType type;
307 TokenType ConsumeNumber(bool started_with_zero, bool started_with_dot);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
tokenizer.h 87 // similar to those that make up the C language; see the TokenType enum for
99 enum TokenType {
126 TokenType type;
334 TokenType ConsumeNumber(bool started_with_zero, bool started_with_dot);
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
tokenizer.h 78 // similar to those that make up the C language; see the TokenType enum for
90 enum TokenType {
117 TokenType type;
307 TokenType ConsumeNumber(bool started_with_zero, bool started_with_dot);
  /external/owasp/sanitizer/src/main/org/owasp/html/
CssTokens.java 77 private final TokenType[] tokenTypes;
144 if (type() != TokenType.WHITESPACE) { return true; }
151 public TokenType type() {
176 TokenType[] tokenTypes) {
183 public enum TokenType {
283 private static final TokenType[] ZERO_TYPES = new TokenType[0];
299 private List<TokenType> tokenTypes = null;
335 TokenType openBracket(char bracketChar) {
337 TokenType type
    [all...]
  /external/clang/lib/Format/
FormatToken.h 89 enum TokenType {
97 const char *getTokenTypeName(TokenType Type);
168 TokenType Type = TT_Unknown;
282 bool is(TokenType TT) const { return Type == TT; }
  /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/ddk/
ntifs.h 573 TokenType,
664 TOKEN_TYPE TokenType;
687 TOKEN_TYPE TokenType;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winnt.h     [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
jsoup-1.7.2.jar 
  /prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.6.3/
jsoup-1.6.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar 
  /prebuilts/tools/common/uast/
uast-145.597.3.jar 
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 

Completed in 600 milliseconds

1 2