/external/icu4c/test/intltest/ |
wbnf.cpp | 797 token.append(0); // close buffer 813 Buffer_char token; member in class:Scanner 817 token.reset(); 847 token.append(c); 848 token.append(0); 853 case '$' : state = IN_VAR_FIRST; token.append(c); break; 858 } else if (isDigit(c)){ state = IN_NUM; token.append(c); 859 } else if (isAlphabet(c)){ state = IN_STRING; token.append(c); 865 token.append(c); 872 token.append(c) 946 TokenType & token; member in class:Parser [all...] |
/external/llvm/tools/llvm-mc/ |
Disassembler.cpp | 108 // Get the current token. 117 "invalid input token", "error"); 257 EDToken *token; local 259 if (inst->getToken(token, tokenIndex)) { 260 errs() << "error: Couldn't get token\n"; 265 if (token->getString(buf)) { 266 errs() << "error: Couldn't get string for token\n"; 271 int operandIndex = token->operandID(); 276 switch (token->type()) { 287 if (token->type() == EDToken::kTokenLiteral) [all...] |
/packages/apps/Camera/jni/feature_stab/src/dbregtest/ |
dbregtest.cpp | 320 string token; local 322 while (cmdline >> token) 326 int pos = token.find("-"); 330 switch (token[1]) 333 --c; cmdline >> token; local 334 if (token.compare("rt") == 0) 338 else if (token.compare("a") == 0) 342 else if (token.compare("p") == 0) 371 cerr << progname << "illegal option " << token << endl; 388 image_list_file_name = token; [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/ |
CallerInfoAsyncQuery.java | 67 public void onQueryComplete(int token, Object cookie, CallerInfo ci); 146 if (DBG) Log.d(LOG_TAG, "Processing event: " + cw.event + " token (arg1): " + msg.arg1 + 162 // passing the original token value back to the caller 201 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { 202 if (DBG) Log.d(LOG_TAG, "##### onQueryComplete() ##### query complete for token: " + token); 220 // check the token and if needed, create the callerinfo object. 282 if (DBG) Log.d(LOG_TAG, "constructing CallerInfo object for token: " + token); 287 startQuery(token, endMarker, null, null, null, null, null) [all...] |
/external/libpcap/ |
grammar.y | 169 %token DST SRC HOST GATEWAY 170 %token NET NETMASK PORT PORTRANGE LESS GREATER PROTO PROTOCHAIN CBYTE 171 %token ARP RARP IP SCTP TCP UDP ICMP IGMP IGRP PIM VRRP 172 %token ATALK AARP DECNET LAT SCA MOPRC MOPDL 173 %token TK_BROADCAST TK_MULTICAST 174 %token NUM INBOUND OUTBOUND 175 %token PF_IFNAME PF_RSET PF_RNR PF_SRNR PF_REASON PF_ACTION 176 %token LINK 177 %token GEQ LEQ NEQ 178 %token ID EID HID HID6 AI [all...] |
/external/webkit/Source/WebCore/inspector/ |
InspectorValues.cpp | 44 enum Token { 63 bool parseConstToken(const UChar* start, const UChar* end, const UChar** tokenEnd, const char* token) 65 while (start < end && *token != '\0' && *start++ == *token++) { } 66 if (*token != '\0') 189 Token parseToken(const UChar* start, const UChar* end, const UChar** tokenEnd) 334 Token token = parseToken(start, end, &tokenEnd); local 335 switch (token) { 366 token = parseToken(start, end, &tokenEnd) [all...] |
/hardware/ril/mock-ril/src/cpp/ |
responses.cpp | 52 int cmd, RIL_Token token, RIL_Errno rilErrno, Buffer *buffer) { 56 s_rilenv->OnRequestComplete(token, rilErrno, NULL, 0); 69 int cmd, RIL_Token token, RIL_Errno rilErrno, Buffer *buffer) { 85 s_rilenv->OnRequestComplete(token, rilErrno, result, result_len); 95 int cmd, RIL_Token token, RIL_Errno rilErrno, Buffer *buffer) { 103 s_rilenv->OnRequestComplete(token, rilErrno, (void *)result, strlen(result)); 113 int cmd, RIL_Token token, RIL_Errno rilErrno, Buffer *buffer) { 126 s_rilenv->OnRequestComplete(token, rilErrno, result, result_len); 136 int cmd, RIL_Token token, RIL_Errno rilErrno, Buffer *buffer) { // 1 162 s_rilenv->OnRequestComplete(token, rilErrno 388 RIL_Token token; local [all...] |
/external/freetype/src/psaux/ |
psobjs.c | 508 /* the first character which isn't part of the just handled token. */ 595 " current token is `%c' which is self-delimiting\n" 615 /* `token' here means either something between balanced delimiters */ 616 /* or the next token; the delimiters are not removed. */ 620 T1_Token token ) 627 token->type = T1_TOKEN_TYPE_NONE; 628 token->start = 0; 629 token->limit = 0; 644 token->type = T1_TOKEN_TYPE_STRING; 645 token->start = cur 749 T1_TokenRec token; local 1030 T1_TokenRec token; local 1246 T1_Token token; local [all...] |
/packages/apps/Calendar/tests/src/com/android/calendar/ |
AsyncQueryServiceTest.java | 92 work[index].token = ++mId; 104 aqs.startQuery(work[index].token, work[index].cookie, work[index].uri, 121 work[index].token = ++mId; 131 aqs.startInsert(work[index].token, work[index].cookie, work[index].uri, work[index].values, 147 work[index].token = ++mId; 159 aqs.startUpdate(work[index].token, work[index].cookie, work[index].uri, work[index].values, 175 work[index].token = ++mId; 185 aqs.startDelete(work[index].token, 205 work[index].token = ++mId; 218 aqs.startBatch(work[index].token, [all...] |
/external/elfutils/src/ |
ldscript.y | 73 %token kADD_OP 74 %token kALIGN 75 %token kENTRY 76 %token kEXCLUDE_FILE 77 %token <str> kFILENAME 78 %token kGLOBAL 79 %token kGROUP 80 %token <str> kID 81 %token kINPUT 82 %token kINTER [all...] |
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
toplevel.ml | 14 | Some (Token.Kwd ';') -> 18 | Some token -> 20 try match token with 21 | Token.Def -> 25 | Token.Extern -> 44 (* Skip token for error recovery. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
toplevel.ml | 14 | Some (Token.Kwd ';') -> 18 | Some token -> 20 try match token with 21 | Token.Def -> 25 | Token.Extern -> 44 (* Skip token for error recovery. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
toplevel.ml | 14 | Some (Token.Kwd ';') -> 18 | Some token -> 20 try match token with 21 | Token.Def -> 25 | Token.Extern -> 44 (* Skip token for error recovery. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
toplevel.ml | 14 | Some (Token.Kwd ';') -> 18 | Some token -> 20 try match token with 21 | Token.Def -> 25 | Token.Extern -> 44 (* Skip token for error recovery. *)
|
/external/apache-http/src/org/apache/http/impl/ |
DefaultConnectionReuseStrategy.java | 56 * it's role. A token "close" indicates that the connection cannot 57 * be reused. If there is no such token, a token "keep-alive" indicates 58 * that the connection should be re-used. If neither token is found, 119 // documented in RFC 2068, section 19.7.1. A token "keep-alive" is 125 // RFC 2616 specifies "close" as the only connection token with a 129 // but is commonly used to carry one token, "close" or "keep-alive". 131 // sequence of tokens, where each token is a header name, and the 132 // token "close" has the above-mentioned additional meaning. 146 final String token = ti.nextToken() local [all...] |
/external/chromium/chrome/browser/chromeos/ |
name_value_pairs_parser.cc | 38 // Process token pairs. 40 std::string pair(pair_toks.token()); 48 TrimString(keyvalue.token(), kQuoteChars, &key); 50 TrimString(keyvalue.token(), kQuoteChars, &value); 58 LOG(WARNING) << "Invalid token pair: '" << pair << "'. Aborting.";
|
/external/chromium/chrome/browser/policy/ |
mock_device_management_backend.h | 58 std::string token("FAKE_DEVICE_TOKEN_"); 60 token += next_token_suffix++; 61 response.set_device_management_token(token);
|
cloud_policy_identity_strategy.h | 18 // Manages a device management token, i.e. an identifier that represents a 20 // credentials. Responsibilities include storing and loading the token from 28 // Notifies observers that the effective token for fetching policy has 29 // changed. The token can be queried by calling GetDeviceToken(). 43 // Returns the device management token, if available. Returns the empty string 44 // if the device token is currently unavailable. 49 // to be sent along with the device token to the server. 72 // Notifies the identity strategy that a new token has been fetched. It is up 73 // to the identity strategy to store the token, decide whether it is going 75 // and return the new token in GetDeviceToken() calls [all...] |
/external/chromium/chrome/browser/sync/tools/ |
sync_listen_notifications.cc | 79 std::string token = command_line.GetSwitchValueASCII("token"); local 80 // TODO(akalin): Write a wrapper script that gets a token for an 82 if (email.empty() || token.empty()) { 83 std::printf("Usage: %s --email=foo@bar.com --token=token\n\n" 87 "after logging into sync to get the token to pass into this " 104 sync_notifier->UpdateCredentials(email, token);
|
/frameworks/base/core/java/android/app/ |
ApplicationThreadNative.java | 203 IBinder token = data.readStrongBinder(); local 206 scheduleCreateService(token, info, compatInfo); 212 IBinder token = data.readStrongBinder(); local 215 scheduleBindService(token, intent, rebind); 221 IBinder token = data.readStrongBinder(); local 223 scheduleUnbindService(token, intent); 230 IBinder token = data.readStrongBinder(); local 240 scheduleServiceArgs(token, taskRemoved, startId, fl, args); 247 IBinder token = data.readStrongBinder(); local 248 scheduleStopService(token); [all...] |
ActivityThread.java | 213 IBinder token; field in class:ActivityThread.ActivityClientRecord 269 + " token=" + token + " " + (componentName == null 294 IBinder token; field in class:ActivityThread.NewIntentData 296 return "NewIntentData{intents=" + intents + " token=" + token + "}"; 302 boolean ordered, boolean sticky, IBinder token) { 303 super(resultCode, resultData, resultExtras, TYPE_COMPONENT, ordered, sticky, token); 330 IBinder token; field in class:ActivityThread.CreateServiceData 335 return "CreateServiceData{token=" + token + " className= 342 IBinder token; field in class:ActivityThread.BindServiceData 351 IBinder token; field in class:ActivityThread.ServiceArgsData 447 IBinder token; field in class:ActivityThread.DumpComponentInfo 453 IBinder token; field in class:ActivityThread.ResultData 3252 IBinder token = tmp.token; local [all...] |
/frameworks/base/tools/aidl/ |
aidl_language_y.y | 15 %token IMPORT 16 %token PACKAGE 17 %token IDENTIFIER 18 %token GENERIC 19 %token ARRAY 20 %token PARCELABLE 21 %token INTERFACE 22 %token IN 23 %token OUT 24 %token INOU [all...] |
/packages/apps/Calendar/src/com/android/calendar/ |
AsyncQueryServiceHelper.java | 52 public int token; // Used for cancel field in class:AsyncQueryServiceHelper.OperationInfo 105 builder.append("OperationInfo [\n\t token= "); 106 builder.append(token); 149 return o.token == this.token && o.op == this.op; 190 op.token = info.token; 201 + " token:" + op.token); 212 * @param token The token representing the operation to be canceled. I [all...] |
/external/chromium/chrome/common/net/gaia/ |
google_service_auth_error.cc | 15 : token(t), image_url(img), unlock_url(unlock) {} 21 captcha_.token == b.captcha_.token && 90 captcha_value->SetString("token", captcha_.token);
|
/external/chromium/net/tools/flip_server/ |
balsa_headers_token_utils.h | 21 // Checks whether the last header token matches a given value. Useful to 23 // presence of multiple header lines with given key, the last token of the 27 const base::StringPiece& token); 36 // Removes the last token from the header value. In the presence of multiple 37 // header lines with given key, will remove the last token of the last line.
|