/external/chromium/base/ |
sys_info_chromeos.cc | 103 tokenizer.token_end(), 108 tokenizer.token_end(), 112 tokenizer.token_end(),
|
string_tokenizer.h | 147 const_iterator token_end() const { return token_end_; } function in class:StringTokenizerT
|
/external/clang/include/clang/Rewrite/ |
TokenRewriter.h | 56 token_iterator token_end() const { return TokenList.end(); } function in class:clang::TokenRewriter 61 assert(I != token_end() && "Cannot insert after token_end()!");
|
/external/clang/lib/Rewrite/ |
RewriteTest.cpp | 27 E = Rewriter.token_end(); I != E; ++I) { 37 E = Rewriter.token_end(); I != E; ++I)
|
TokenRewriter.cpp | 56 if (I == token_end()) return TokenList.end();
|
/external/chromium/chrome/browser/importer/ |
mork_reader.cc | 212 size_t token_end = std::min(idx, len); local 216 std::string(&line[token_start], token_end - token_start)); 306 size_t token_end = idx; // Index of the char following the token. local 317 IDString row_id(&line[token_start], token_end - token_start); 361 size_t token_end = std::min(idx, len); local 365 column.assign(&line[token_start], token_end - token_start); 368 token_end - token_start)); 394 size_t token_end = std::min(idx, len); local 399 token_end - token_start); 402 MorkUnescape(line.substr(token_start, token_end - token_start)) [all...] |
/external/chromium/net/proxy/ |
proxy_list.cc | 28 str_tok.token_begin(), str_tok.token_end(), ProxyServer::SCHEME_HTTP); 94 entry_tok.token_begin(), entry_tok.token_end());
|
proxy_config.cc | 85 proxy_server_list.token_begin(), proxy_server_list.token_end(), "=");
|
/external/bison/src/ |
scan-gram.l | 1110 | the expected TOKEN_END. | 1114 unexpected_end (boundary start, char const *msgid, char const *token_end) 1119 complain_at (loc, _(msgid), token_end); 1125 | An end of file was encountered and the expected TOKEN_END was missing. | 1129 unexpected_eof (boundary start, char const *token_end) [all...] |
scan-gram.c | [all...] |
/external/chromium/net/http/ |
http_auth.cc | 121 scheme_end_ = tok.token_end();
|
http_util.cc | 541 const char* line_end = lines.token_end(); 639 values_end_ = lines_.token_end(); 694 value_end_ = values_.token_end();
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
Helpers.java | 395 if (lexer.currentToken() != Lexer.TOKEN_END) { 478 public static final int TOKEN_END = 9; 508 mCurrentToken = TOKEN_END;
|
/external/chromium/net/base/ |
cookie_monster.cc | [all...] |
cookie_monster.h | 727 // returns as output arguments token_start and token_end to the start and end 734 std::string::const_iterator* token_end); [all...] |
transport_security_state.cc | 210 tokenizer.token_end(),
|
/external/chromium/net/websockets/ |
websocket_handshake_handler.cc | 84 std::string::const_iterator line_end = lines.token_end();
|
/external/sonivox/arm-fm-22k/lib_src/ |
eas_imelody.c | 101 TOKEN_END, [all...] |
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_imelody.c | 101 TOKEN_END, [all...] |
/external/sonivox/arm-wt-22k/lib_src/ |
eas_imelody.c | 101 TOKEN_END, [all...] |
/prebuilt/common/ant/ |
ant.jar | |