Searched
full:tokenizer (Results
276 -
300 of
504) sorted by null
<<11121314151617181920>>
/external/chromium_org/third_party/protobuf/ |
protobuf_full_do_not_use.host.linux-arm.mk | 45 third_party/protobuf/src/google/protobuf/io/tokenizer.cc \
|
protobuf_full_do_not_use.host.linux-mips.mk | 45 third_party/protobuf/src/google/protobuf/io/tokenizer.cc \
|
protobuf_full_do_not_use.host.linux-x86.mk | 45 third_party/protobuf/src/google/protobuf/io/tokenizer.cc \
|
protobuf.gyp | 174 'src/google/protobuf/io/tokenizer.h', 211 'src/google/protobuf/io/tokenizer.cc',
|
/external/smack/src/org/xbill/DNS/ |
CERTRecord.java | 147 rdataFromString(Tokenizer st, Name origin) throws IOException {
|
IPSECKEYRecord.java | 124 rdataFromString(Tokenizer st, Name origin) throws IOException {
|
NSEC3Record.java | 138 rdataFromString(Tokenizer st, Name origin) throws IOException {
|
OPTRecord.java | 100 rdataFromString(Tokenizer st, Name origin) throws IOException {
|
SIGBase.java | 65 rdataFromString(Tokenizer st, Name origin) throws IOException {
|
TKEYRecord.java | 100 rdataFromString(Tokenizer st, Name origin) throws IOException {
|
TSIGRecord.java | 92 rdataFromString(Tokenizer st, Name origin) throws IOException {
|
/frameworks/base/cmds/content/src/com/android/commands/content/ |
Content.java | 138 private final Tokenizer mTokenizer; 141 mTokenizer = new Tokenizer(args); 342 private static class Tokenizer { 346 public Tokenizer(String[] args) {
|
/system/core/libutils/ |
Android.mk | 41 Tokenizer.cpp \
|
/external/chromium_org/third_party/sqlite/src/ext/fts1/ |
fulltext.c | 18 #include "tokenizer.h" 566 sqlite3_tokenizer *pTokenizer; /* tokenizer for inserts and queries */ 852 ** argv[3] - tokenizer name (optional, a sensible default is provided) 853 ** argv[4..] - passed to tokenizer (optional based on tokenizer) 875 assert( "unrecognized tokenizer"==NULL ); 880 ** to the tokenizer need to be identical when a persistent virtual [all...] |
fts1.c | 200 ** tokenizer. 203 ** tokenizer-generated tokens rather than doing its own local [all...] |
/external/protobuf/src/google/protobuf/compiler/ |
parser_unittest.cc | 40 #include <google/protobuf/io/tokenizer.h> 104 input_.reset(new io::Tokenizer(raw_input_.get(), &error_collector_)); 118 EXPECT_EQ(io::Tokenizer::TYPE_END, input_->current().type); 135 EXPECT_EQ(io::Tokenizer::TYPE_END, input_->current().type); 158 EXPECT_EQ(io::Tokenizer::TYPE_END, input_->current().type); 172 scoped_ptr<io::Tokenizer> input_; [all...] |
/frameworks/base/media/java/android/media/ |
WebVttRenderer.java | 97 class UnstyledTextExtractor implements Tokenizer.OnTokenListener { 166 * Tokenizer tokenizes the WebVTT Cue Text into tags and data 168 class Tokenizer { 169 private static final String TAG = "Tokenizer"; 306 Tokenizer(OnTokenListener listener) { [all...] |
/external/chromium_org/third_party/sqlite/src/doc/ |
lemon.html | 175 02 Tokenizer *pTokenizer; 197 We assume the existence of some kind of tokenizer which is created 254 <li>In yacc and bison, the parser calls the tokenizer. In Lemon, 255 the tokenizer calls the parser. 257 to pass information between the tokenizer and parser. 549 a tokenizer as part of the output file.</p> [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
SourceHTMLTokenizer.re2js | 186 // Tokenizer is stateless, so restore its condition before tokenizing and save it after. 198 // Tokenizer is stateless, so restore its condition before tokenizing and save it after.
|
/external/chromium_org/third_party/protobuf/src/ |
Makefile.am | 71 google/protobuf/io/tokenizer.h \ 133 google/protobuf/io/tokenizer.cc \
|
/external/protobuf/ |
Android.mk | 123 src/google/protobuf/io/tokenizer.cc \ 266 src/google/protobuf/io/tokenizer.cc \
|
/external/protobuf/src/ |
Makefile.am | 63 google/protobuf/io/tokenizer.h \ 123 google/protobuf/io/tokenizer.cc \
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
gjslint.py | 33 is in tokenizer.py and checker.py.
|
/external/chromium_org/chrome_frame/ |
html_utils.h | 51 // From a given string range, uses a string tokenizer to extract the value
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
do-webcore-rename | 154 "Tokenizer" => "DocumentBuilder",
|
Completed in 378 milliseconds
<<11121314151617181920>>