Searched defs:tokenize (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/html/parser/
H A DCSSPreloadScanner.cpp58 tokenize(*iter);
61 inline void CSSPreloadScanner::tokenize(UChar c) function in class:WebCore::CSSPreloadScanner
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DLexer.java96 void tokenize(String pat) throws javax.xml.transform.TransformerException method in class:Lexer
98 tokenize(pat, null);
109 void tokenize(String pat, Vector targetStrings) method in class:Lexer
/external/llvm/lib/MC/MCDisassembler/
H A DEDInst.cpp165 int EDInst::tokenize() { function in class:EDInst
175 return TokenizeResult.setResult(EDToken::tokenize(Tokens,
183 if (tokenize())
189 if (tokenize())
197 if (tokenize())
H A DEDToken.cpp88 int EDToken::tokenize(std::vector<EDToken*> &tokens, function in class:EDToken
/external/sqlite/android/
H A Dsqlite3_android.cpp306 static void tokenize(sqlite3_context * context, int argc, sqlite3_value ** argv) function
308 //ALOGD("enter tokenize");
381 // Get the raw bytes for the string to tokenize
497 err = sqlite3_create_function(handle, "_TOKENIZE", 4, SQLITE_UTF16, collator, tokenize, NULL, NULL);
501 err = sqlite3_create_function(handle, "_TOKENIZE", 5, SQLITE_UTF16, collator, tokenize, NULL, NULL);
505 err = sqlite3_create_function(handle, "_TOKENIZE", 6, SQLITE_UTF16, collator, tokenize, NULL, NULL);
/external/chromium/testing/gmock/scripts/generator/cpp/
H A Dast.py46 from cpp import tokenize namespace
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
[all...]
/external/e2fsprogs/e2fsck/
H A Ddict.c1227 static int tokenize(char *string, ...) function
1322 if (tokenize(in+1, &tok1, &tok2, (char **) 0) != 2) {
1393 if (tokenize(in+1, &tok1, &tok2, (char **) 0) != 2) {
1414 if (tokenize(in+1, &tok1, (char **) 0) != 1) {
1436 if (tokenize(in+1, &tok1, (char **) 0) != 1) {
1486 if (tokenize(in+1, &tok1, (char **) 0) != 1) {
1499 if (tokenize(in+1, &tok1, &tok2, (char **) 0) != 2) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help_3.5.0.v20100524.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 184 milliseconds