HomeSort by relevance Sort by last modified time
    Searched refs:tok (Results 201 - 225 of 347) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium/net/http/
http_auth_sspi_win.h 135 HttpAuth::ChallengeTokenizer* tok);
http_auth_gssapi_posix.cc 682 HttpAuth::ChallengeTokenizer* tok) {
684 if (!LowerCaseEqualsASCII(tok->scheme(), StringToLowerASCII(scheme_).c_str()))
687 std::string encoded_auth_token = tok->base64_param();
  /external/tcpdump/
print-arcnet.c 43 struct tok arctypemap[] = {
print-chdlc.c 45 const struct tok chdlc_cast_values[] = {
print-rip.c 53 static const struct tok rip_cmd_values[] = {
print-pim.c 45 static struct tok pimv2_type_values[] = {
69 static struct tok pimv2_hello_option_values[] = {
86 static struct tok pimv2_register_flag_values[] = {
  /external/clang/lib/Lex/
ModuleMap.cpp 722 MMToken Tok;
758 Tok.clear();
768 SourceLocation Result = Tok.getLocation();
769 Tok.clear();
773 Tok.Location = LToken.getLocation().getRawEncoding();
775 case tok::raw_identifier:
776 Tok.StringData = LToken.getRawIdentifierData();
777 Tok.StringLength = LToken.getLength();
778 Tok.Kind = llvm::StringSwitch<MMToken::TokenKind>(Tok.getString()
    [all...]
  /external/v8/src/
scanner.h 492 inline Token::Value Select(Token::Value tok) {
494 return tok;
parser.cc 2465 Token::Value tok = peek(); local
2495 Token::Value tok = peek(); local
2534 Token::Value tok = peek(); local
2691 Token::Value tok = peek(); local
3690 Token::Value tok = Next(); local
4759 Token::Value tok = peek(); local
    [all...]
  /packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
AddressListParser.java 829 int i = 0; Token tok = token; local
830 while (tok != null && tok != jj_scanpos) { i++; tok = tok.next; }
831 if (tok != null) jj_add_error_token(kind, i);
  /external/webkit/Source/WebCore/inspector/front-end/UglifyJS/
process.js     [all...]
  /external/icu4c/test/intltest/
numfmtst.cpp 2160 UnicodeString pat, tok, mloc, str, out, where, currAmt; local
    [all...]
  /external/icu4c/i18n/
ucol_elm.cpp 1972 UColToken *tok; local
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
cpp.py     [all...]
  /external/libvpx/libvpx/vp8/encoder/
encodeframe.c 380 TOKENEXTRA * tp_start = cpi->tok;
434 *tp = cpi->tok;
719 TOKENEXTRA *tp = cpi->tok;
823 tp = cpi->tok;
825 tp = cpi->tok + mb_row * (cm->mb_cols * 16 * 24);
911 tp = cpi->tok;
922 cpi->tok_count = (unsigned int)(tp - cpi->tok);
    [all...]
  /frameworks/base/services/java/com/android/server/
NetworkManagementService.java 1316 final StringTokenizer tok = new StringTokenizer(event.getMessage()); local
    [all...]
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3lexer.c 332 pANTLR3_COMMON_TOKEN tok; local
336 tok = nextTokenStr(toksource);
351 while (tok->type == ANTLR3_TOKEN_EOF)
364 tok = nextTokenStr(toksource);
380 return tok;
  /external/clang/lib/AST/
CommentSema.cpp 679 tok::kw___attribute, tok::l_paren, tok::l_paren,
681 tok::r_paren, tok::r_paren
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetwork.java 620 StringTokenizer tok = new StringTokenizer(line); local
624 while (tok.hasMoreTokens()) {
625 String cur = tok.nextToken();
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
hetero-nodes.rb 294 def initialize(tok, text)
295 tok.text = text
296 super(tok)
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
URLClassLoaderTest.java 456 StringTokenizer tok = new StringTokenizer(classPath, File.pathSeparator); local
460 while (tok.hasMoreTokens()) {
461 String path = tok.nextToken();
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 521 Token Tok;
522 Tok.setKind(tok::comment);
525 while (Tok.isNot(tok::eof)) {
526 RawLex.Lex(Tok);
527 if (!Tok.is(tok::comment)) continue;
529 std::string Comment = RawLex.getSpelling(Tok, SM, LangOpts);
533 if (ParseDirective(Comment, 0, SM, Tok.getLocation()
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ResourceBundleTest.java 179 StringTokenizer tok = new StringTokenizer(classPath, File.pathSeparator); local
183 while (tok.hasMoreTokens()) {
184 String path = (String) tok.nextToken();
227 StringTokenizer tok = new StringTokenizer(classPath, File.pathSeparator); local
231 while (tok.hasMoreTokens()) {
232 String path = tok.nextToken();
    [all...]
  /external/srec/seti/sltsEngine/src/
run_seq_lts.c 658 char * tok; local
676 tok = safe_strtok(line, seps, &toklen);
680 while(tok && toklen > 0){
682 strncat(tempstr, tok, toklen);
687 tok = safe_strtok(tok+toklen, seps, &toklen);
1346 char *tok; local
    [all...]
  /system/core/sh/
parser.c 153 int tok; local
161 tok = readtoken();
162 if (tok == TBACKGND) {
185 switch (tok) {
188 tok = readtoken();
191 if (tok == TNL) {
    [all...]

Completed in 924 milliseconds

1 2 3 4 5 6 7 891011>>