/external/chromium/testing/gmock/scripts/generator/cpp/ |
D | ast.py | 46 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/ |
D | sqlite3_android.cpp | 258 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/ |
D | CSSPreloadScanner.cpp | 58 tokenize(*iter); in scan() 61 inline void CSSPreloadScanner::tokenize(UChar c) in tokenize() function in WebCore::CSSPreloadScanner
|
D | CSSPreloadScanner.h | 60 inline void tokenize(UChar c);
|
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
D | Lexer.java | 96 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
|
D | XPathParser.java | 112 lexer.tokenize(expression); in initXPath() 188 lexer.tokenize(expression); in initMatchPattern()
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | SourceHTMLTokenizer.re2js | 226 … // 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/ |
D | dict.c | 1227 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/ |
D | vp8cx.mk | 60 VP8_CX_SRCS-yes += encoder/tokenize.h 74 VP8_CX_SRCS-yes += encoder/tokenize.c
|
/external/libvpx/mips/ |
D | libvpx_srcs.txt | 121 vp8/encoder/tokenize.c 122 vp8/encoder/tokenize.h
|
/external/libvpx/generic/ |
D | libvpx_srcs.txt | 121 vp8/encoder/tokenize.c 122 vp8/encoder/tokenize.h
|
/external/libvpx/mips-dspr2/ |
D | libvpx_srcs.txt | 127 vp8/encoder/tokenize.c 128 vp8/encoder/tokenize.h
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | stringencode.h | 135 size_t tokenize(const std::string& source, char delimiter,
|
D | stringencode.cc | 514 size_t tokenize(const std::string& source, char delimiter, in tokenize() function
|
D | logging.cc | 277 tokenize(params, ' ', &tokens); in ConfigureLogging()
|
/external/libvpx/armv7a/ |
D | libvpx_srcs.txt | 160 vp8/encoder/tokenize.c 161 vp8/encoder/tokenize.h
|
/external/chromium/testing/gmock/ |
D | Makefile.am | 152 scripts/generator/cpp/tokenize.py \
|
/external/libvpx/armv7a-neon/ |
D | libvpx_srcs.txt | 198 vp8/encoder/tokenize.c 199 vp8/encoder/tokenize.h
|
/external/chromium/base/ |
D | process_util_mac.mm | 138 // by blocks of one or more null characters. We tokenize |data| into a
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-05-24 | 4492 (WebCore::HTML5Lexer::tokenize): 4535 (WebCore::HTML5Tokenizer::tokenize): 4549 (WebCore::HTML5Tokenizer::tokenize): 4581 (WebCore::HTML5Tokenizer::tokenize): 4622 (WebCore::HTML5Tokenizer::tokenize):
|
D | ChangeLog-2008-08-10 | 7605 (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):
|
D | ChangeLog-2010-12-06 | 42088 (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):
|
D | ChangeLog | 29585 (WebCore::CSSPreloadScanner::tokenize): Terminate early if we see a {} or any style rule.
|
D | ChangeLog-2007-10-14 | 37484 CSS/JS will eventually tokenize via their own special tokenizers so that
|