Searched defs:TokenType (Results 1 - 24 of 24) sorted by path

/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Dclosurizednamespacesinfo.py31 TokenType = javascripttokens.JavaScriptTokenType variable
138 namespace = tokenutil.Search(token, TokenType.STRING_TEXT).string
167 namespace = tokenutil.Search(token, TokenType.STRING_TEXT).string
296 if token.type == TokenType.IDENTIFIER:
309 namespace = tokenutil.Search(token, TokenType.STRING_TEXT).string
324 namespace = tokenutil.Search(token, TokenType.STRING_TEXT).string
348 elif token.type == TokenType.SIMPLE_LVALUE:
356 elif token.type == TokenType.DOC_FLAG:
361 doc_start = tokenutil.Search(token, TokenType.DOC_START_BRACE)
362 interface = tokenutil.Search(doc_start, TokenType
[all...]
H A Dclosurizednamespacesinfo_test.py29 TokenType = javascripttokens.JavaScriptTokenType variable
134 token = tokenutil.Search(token.next, TokenType.IDENTIFIER)
H A Decmametadatapass.py25 TokenType = javascripttokens.JavaScriptTokenType variable
279 if token_type == TokenType.START_PAREN:
287 elif token_type == TokenType.END_PAREN:
295 next_code = tokenutil.SearchExcept(token, TokenType.NON_CODE_TYPES)
296 if next_code.type != TokenType.START_BLOCK:
301 pre_keyword_token.type == TokenType.END_BLOCK):
315 elif (token_type == TokenType.KEYWORD and
317 next_code = tokenutil.SearchExcept(token, TokenType.NON_CODE_TYPES)
318 if (next_code.type != TokenType.START_BLOCK and
319 (next_code.type != TokenType
[all...]
H A Drequireprovidesorter_test.py28 TokenType = javascripttokens.JavaScriptTokenType variable
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
H A Dtokens.py23 class TokenType(object): class in inherits:object
/external/chromium_org/sandbox/win/src/
H A Drestricted_token_utils.h20 enum TokenType { enum in namespace:sandbox
38 TokenType token_type);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/documentation/
H A DWikiParser.js56 WebInspector.WikiParser.TokenType = {
84 * @param {!WebInspector.WikiParser.TokenType} type
102 * @return {!WebInspector.WikiParser.TokenType}
183 return new WebInspector.WikiParser.Token(token, WebInspector.WikiParser.TokenType.CodeBlock);
187 if (this._isNormalMode() && WebInspector.WikiParser._tokenDescriptors[i].type === WebInspector.WikiParser.TokenType.Space)
199 if (this._isNormalMode() && WebInspector.WikiParser._tokenDescriptors[i].type === WebInspector.WikiParser.TokenType.Space)
204 return new WebInspector.WikiParser.Token(token, WebInspector.WikiParser.TokenType.Text);
211 return new WebInspector.WikiParser.Token(token, WebInspector.WikiParser.TokenType.Text);
264 * @param {!WebInspector.WikiParser.TokenType} type
273 new WebInspector.WikiParser.TokenDescriptor(WebInspector.WikiParser.closingTable, WebInspector.WikiParser.TokenType
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBKeyPath.cpp40 enum TokenType { enum in class:blink::IDBKeyPathLexer
55 TokenType currentTokenType() const { return m_currentTokenType; }
57 TokenType nextTokenType()
66 TokenType lex(String&);
67 TokenType lexIdentifier(String&);
72 TokenType m_currentTokenType;
75 IDBKeyPathLexer::TokenType IDBKeyPathLexer::lex(String& element)
110 IDBKeyPathLexer::TokenType IDBKeyPathLexer::lexIdentifier(String& element)
144 IDBKeyPathLexer::TokenType tokenType = lexer.nextTokenType();
158 IDBKeyPathLexer::TokenType tokenTyp
[all...]
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/closure_linter/closure_linter/
H A Dclosurizednamespacesinfo.py33 TokenType = javascripttokens.JavaScriptTokenType variable
293 if token.type == TokenType.IDENTIFIER:
340 if t.type == TokenType.STRING_TEXT:
366 elif token.type == TokenType.SIMPLE_LVALUE:
389 elif token.type == TokenType.DOC_FLAG:
394 doc_start = tokenutil.Search(token, TokenType.DOC_START_BRACE)
395 interface = tokenutil.Search(doc_start, TokenType.COMMENT)
H A Dclosurizednamespacesinfo_test.py31 TokenType = javascripttokens.JavaScriptTokenType variable
138 token = tokenutil.Search(token.next, TokenType.IDENTIFIER)
H A Decmametadatapass.py25 TokenType = javascripttokens.JavaScriptTokenType variable
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
[all...]
H A Drequireprovidesorter_test.py27 TokenType = javascripttokens.JavaScriptTokenType variable
/external/chromium_org/third_party/closure_linter/closure_linter/common/
H A Dtokens.py23 class TokenType(object): class in inherits:object
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dwbnf.cpp784 enum TokenType {STRING, VAR, NUMBER, STREAM_END, ERROR, QUESTION, STAR, PLUS, LBRACE, RBRACE, LPAR, RPAR, SEMI, EQ, COMMA, BAR, AT, WAVE, PERCENT}; enum
794 void terminated(TokenType t){
814 TokenType tokenType;
816 TokenType getNextToken(){
946 TokenType & token;
949 UBool match(TokenType expected){
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dtokenizer.h78 // similar to those that make up the C language; see the TokenType enum for
90 enum TokenType { enum in class:google::protobuf::io::Tokenizer
117 TokenType type;
307 TokenType ConsumeNumber(bool started_with_zero, bool started_with_dot);
/external/clang/lib/Format/
H A DFormatToken.h27 enum TokenType { enum in namespace:clang::format
179 TokenType Type;
/external/jsoncpp/include/json/
H A Dreader.h91 enum TokenType enum in class:Json::Reader
112 TokenType type_;
127 bool expectToken( TokenType type, Token &token, const char *message );
155 bool recoverFromError( TokenType skipUntilToken );
158 TokenType skipUntilToken );
/external/openfst/src/include/fst/extensions/far/
H A Dcompile-strings.h47 typedef typename StringCompiler<A>::TokenType TokenType; typedef in class:fst::StringReader
54 TokenType token_type,
127 TokenType token_type_;
166 typename StringCompiler<Arc>::TokenType token_type;
/external/openfst/src/include/fst/
H A Dstring.h42 enum TokenType { SYMBOL = 1, BYTE = 2, UTF8 = 3 }; enum in class:fst::StringCompiler
44 StringCompiler(TokenType type, const SymbolTable *syms = 0,
149 TokenType token_type_; // Token type: symbol, byte or utf8 encoded
166 enum TokenType { SYMBOL = 1, BYTE = 2, UTF8 = 3 }; enum in class:fst::StringPrinter
168 StringPrinter(TokenType token_type,
262 TokenType token_type_; // Token type: symbol, byte or utf8 encoded
/external/owasp/sanitizer/distrib/lib/
H A Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/owasp/html/ org/owasp/html/AbstractTokenStream ...
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DCssTokens.java77 private final TokenType[] tokenTypes;
144 if (type() != TokenType.WHITESPACE) { return true; }
151 public TokenType type() {
176 TokenType[] tokenTypes) {
183 public enum TokenType { enum in class:CssTokens
283 private static final TokenType[] ZERO_TYPES = new TokenType[0];
299 private List<TokenType> tokenTypes = null;
335 TokenType openBracket(char bracketChar) {
337 TokenType typ
[all...]
/external/protobuf/src/google/protobuf/io/
H A Dtokenizer.h77 // similar to those that make up the C language; see the TokenType enum for
89 enum TokenType { enum in class:google::protobuf::io::Tokenizer
116 TokenType type;
249 TokenType ConsumeNumber(bool started_with_zero, bool started_with_dot);

Completed in 635 milliseconds