Home
last modified time | relevance | path

Searched refs:tokenize (Results 1 – 24 of 24) sorted by relevance

/external/chromium/testing/gmock/scripts/generator/cpp/
Dast.py46 from cpp import tokenize
549 if parts[-1].token_type == tokenize.NAME:
579 if (type_name and type_name[-1].token_type == tokenize.NAME and
580 p.token_type == tokenize.NAME):
581 type_name.append(tokenize.Token(tokenize.SYNTAX, ' ', 0, 0))
738 if token.token_type == tokenize.NAME:
749 if next.token_type == tokenize.SYNTAX and next.name == '(':
754 syntax = tokenize.SYNTAX
763 new_temp = self._GetTokensUpTo(tokenize.SYNTAX, ';')
766 last_token = tokenize.Token(tokenize.SYNTAX, ';', 0, 0)
[all …]
/external/sqlite/android/
Dsqlite3_android.cpp258 static void tokenize(sqlite3_context * context, int argc, sqlite3_value ** argv) in tokenize() function
449 …err = sqlite3_create_function(handle, "_TOKENIZE", 4, SQLITE_UTF16, collator, tokenize, NULL, NULL… in register_localized_collators()
453 …err = sqlite3_create_function(handle, "_TOKENIZE", 5, SQLITE_UTF16, collator, tokenize, NULL, NULL… in register_localized_collators()
457 …err = sqlite3_create_function(handle, "_TOKENIZE", 6, SQLITE_UTF16, collator, tokenize, NULL, NULL… in register_localized_collators()
/external/webkit/Source/WebCore/html/parser/
DCSSPreloadScanner.cpp58 tokenize(*iter); in scan()
61 inline void CSSPreloadScanner::tokenize(UChar c) in tokenize() function in WebCore::CSSPreloadScanner
DCSSPreloadScanner.h60 inline void tokenize(UChar c);
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DLexer.java96 void tokenize(String pat) throws javax.xml.transform.TransformerException in tokenize() method in Lexer
98 tokenize(pat, null); in tokenize()
109 void tokenize(String pat, Vector targetStrings) in tokenize() method in Lexer
DXPathParser.java112 lexer.tokenize(expression); in initXPath()
188 lexer.tokenize(expression); in initMatchPattern()
/external/webkit/Source/WebCore/inspector/front-end/
DSourceHTMLTokenizer.re2js226 … // Do not tokenize script tag contents, keep lexer state, even though processing "<".
247 … // Do not tokenize style tag contents, keep lexer state, even though processing "<".
268 … // Do not tokenize script and style tag contents, keep lexer state, even though processing "<".
287 // Do not tokenize script tag contents.
296 // Do not tokenize style tag contents.
/external/e2fsprogs/e2fsck/
Ddict.c1227 static int tokenize(char *string, ...) in tokenize() function
1322 if (tokenize(in+1, &tok1, &tok2, (char **) 0) != 2) { in construct()
1393 if (tokenize(in+1, &tok1, &tok2, (char **) 0) != 2) { in main()
1414 if (tokenize(in+1, &tok1, (char **) 0) != 1) { in main()
1436 if (tokenize(in+1, &tok1, (char **) 0) != 1) { in main()
1486 if (tokenize(in+1, &tok1, (char **) 0) != 1) { in main()
1499 if (tokenize(in+1, &tok1, &tok2, (char **) 0) != 2) { in main()
/external/libvpx/libvpx/vp8/
Dvp8cx.mk60 VP8_CX_SRCS-yes += encoder/tokenize.h
74 VP8_CX_SRCS-yes += encoder/tokenize.c
/external/libvpx/mips/
Dlibvpx_srcs.txt121 vp8/encoder/tokenize.c
122 vp8/encoder/tokenize.h
/external/libvpx/generic/
Dlibvpx_srcs.txt121 vp8/encoder/tokenize.c
122 vp8/encoder/tokenize.h
/external/libvpx/mips-dspr2/
Dlibvpx_srcs.txt127 vp8/encoder/tokenize.c
128 vp8/encoder/tokenize.h
/external/chromium/third_party/libjingle/source/talk/base/
Dstringencode.h135 size_t tokenize(const std::string& source, char delimiter,
Dstringencode.cc514 size_t tokenize(const std::string& source, char delimiter, in tokenize() function
Dlogging.cc277 tokenize(params, ' ', &tokens); in ConfigureLogging()
/external/libvpx/armv7a/
Dlibvpx_srcs.txt160 vp8/encoder/tokenize.c
161 vp8/encoder/tokenize.h
/external/chromium/testing/gmock/
DMakefile.am152 scripts/generator/cpp/tokenize.py \
/external/libvpx/armv7a-neon/
Dlibvpx_srcs.txt198 vp8/encoder/tokenize.c
199 vp8/encoder/tokenize.h
/external/chromium/base/
Dprocess_util_mac.mm138 // by blocks of one or more null characters. We tokenize |data| into a
/external/webkit/Source/WebCore/
DChangeLog-2010-05-244492 (WebCore::HTML5Lexer::tokenize):
4535 (WebCore::HTML5Tokenizer::tokenize):
4549 (WebCore::HTML5Tokenizer::tokenize):
4581 (WebCore::HTML5Tokenizer::tokenize):
4622 (WebCore::HTML5Tokenizer::tokenize):
DChangeLog-2008-08-107605 (WebCore::PreloadScanner::tokenize): Reset charset when entering a tag, not just when
39627 (WebCore::PreloadScanner::tokenize):
39819 (WebCore::PreloadScanner::tokenize):
41067 (WebCore::PreloadScanner::tokenize):
41131 (WebCore::PreloadScanner::tokenize):
DChangeLog-2010-12-0642088 (WebCore::CSSPreloadScanner::tokenize): Use isHTMLSpace instead of
115675 (WebCore::LegacyPreloadScanner::tokenize):
116867 tokenize the rest of the document before executing the script.
119406 (WebCore::CSSPreloadScanner::tokenize):
DChangeLog29585 (WebCore::CSSPreloadScanner::tokenize): Terminate early if we see a {} or any style rule.
DChangeLog-2007-10-1437484 CSS/JS will eventually tokenize via their own special tokenizers so that