/external/qemu/android/ |
config.c | 262 printf("TOKEN(%d) %s %s\n", value, TOKENNAMES[tok], 293 /* last token was T_TEXT */
|
/external/webkit/WebCore/inspector/front-end/ |
SourceJavaScriptTokenizer.re2js | 161 var token = this._line.substring(cursorOnEnter, cursor); 162 if (token in this._keywords)
|
/frameworks/base/core/java/android/content/ |
IntentSender.java | 46 * <p>A IntentSender itself is simply a reference to a token maintained by 53 * representing the same token if that is still valid.
|
/frameworks/base/core/java/android/inputmethodservice/ |
IInputMethodWrapper.java | 195 public void attachToken(IBinder token) { 196 mCaller.executeOrSendMessage(mCaller.obtainMessageO(DO_ATTACH_TOKEN, token));
|
/frameworks/base/core/java/android/widget/ |
QuickContactBadge.java | 228 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { 234 switch(token) {
|
/frameworks/base/core/java/com/android/internal/net/ |
DomainNameValidator.java | 256 * @param thisDomainToken The domain token from the current domain name 257 * @param thatDomainToken The domain token from the certificate
|
/frameworks/base/libs/surfaceflinger/DisplayHardware/ |
DisplayHardware.cpp | 59 void checkEGLErrors(const char* token) 64 token, int(error), EGLUtils::strerror(error));
|
/frameworks/base/libs/surfaceflinger_client/ |
ISurfaceFlingerClient.cpp | 196 token = parcel.readInt32(); 206 parcel->writeInt32(token);
|
Surface.cpp | 113 mToken(data.token), mIdentity(data.identity), 232 LOGE("invalid token (%d, identity=%u) or client (%p)", 261 SurfaceID token = -1; local 268 token = control->mToken; 279 parcel->writeInt32(token); 394 LOGE("invalid token (%d, identity=%u) or client (%p)",
|
/frameworks/base/services/java/com/android/server/ |
SensorService.java | 64 Listener(IBinder token, int uid) { 65 mToken = token;
|
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/ |
trafficAdmControl.c | 106 static TI_STATUS trafficAdmCtrl_tokenToAc (TI_HANDLE hTrafficAdmCtrl, TI_UINT8 token, TI_UINT8 *acID); 685 /* parsing the dialog token */ 701 TRACE1(pTrafficAdmCtrl->hReport, REPORT_SEVERITY_WARNING, "dialog token Not found, dialogToken = %d , \n",dialogToken); 708 /* validate dialog token matching */ 711 TRACE2(pTrafficAdmCtrl->hReport, REPORT_SEVERITY_WARNING, "dialog token mismatch, dialogToken = %d , acID = %d \n",dialogToken, tspecInfo.AC); [all...] |
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/ |
trafficAdmControl.c | 106 static TI_STATUS trafficAdmCtrl_tokenToAc (TI_HANDLE hTrafficAdmCtrl, TI_UINT8 token, TI_UINT8 *acID); 675 /* parsing the dialog token */ 691 TRACE1(pTrafficAdmCtrl->hReport, REPORT_SEVERITY_WARNING, "dialog token Not found, dialogToken = %d , \n",dialogToken); 698 /* validate dialog token matching */ 701 TRACE2(pTrafficAdmCtrl->hReport, REPORT_SEVERITY_WARNING, "dialog token mismatch, dialogToken = %d , acID = %d \n",dialogToken, tspecInfo.AC); [all...] |
/external/bison/src/ |
output.c | 154 /* tname -- token names. */ 162 /* Width of the next token, including the two quotes, the 352 /* Skip error token. */ 363 think about `%token 'f' "f"'. */ 368 or '$' (as does the default value of the EOF token). */ 450 look-ahead token type. */
|
print.c | 47 print_token (int extnum, int token) 49 fprintf (out, _(" type %d is %s\n"), extnum, tags[token]); 136 /* Compute the width of the look-ahead token column. */ 184 /* Compute the width of the look-ahead token column. */ 233 /* If this state has a shift for the error token, don't use a 324 /* Compute the width of the look-ahead token column. */
|
reader.c | 213 complain_at (loc, _("rule given for %s, which is a token"), lhs->tag); 454 of the last token in it. */ 500 /* Construct the error token */ 505 /* Construct a token that represents all undefined literal tokens. 506 It is always token number 2. */ 573 token symbols into FDEFINES if requested. */
|
/external/libpcap/ |
grammar.c | 428 /* Enabling the token table. */ 806 /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to 807 token YYLEX-NUM. */ [all...] |
/external/v8/src/ |
assembler.cc | 745 Token::Value operation) { 749 case Token::ADD: 752 case Token::SUB: 755 case Token::MUL: 758 case Token::DIV: 761 case Token::MOD:
|
/hardware/broadcom/wlan/bcm4329/src/include/proto/ |
802.11.h | 259 uint8 token; member in struct:dot11_action_measure 445 uint8 token; member in struct:dot11_meas_req 460 uint8 token; member in struct:dot11_meas_rep 677 uint8 token; member in struct:dot11_management_notification 1061 uint8 token; member in struct:dot11_addba_req 1072 uint8 token; member in struct:dot11_addba_resp [all...] |
/external/bison/tests/ |
testsuite | 425 114;regression.at:57;Early token definitions;; 429 118;regression.at:287;Mixing %token styles;; 432 121;regression.at:363;Token definitions;; [all...] |
/external/icu4c/i18n/ |
ucol_tok.cpp | 757 // Ideally, token parser would be a nice class... Once, when I have [all...] |
/external/icu4c/i18n/unicode/ |
rbnf.h | 101 * ">>" token is called a <em>substitution</em> and tells the fomatter to 103 * result at the position of the ">>" token. Text in brackets is omitted if 185 * >> token here means "find the number's absolute value, format it with these 194 * negative-number rule first and then through this rule). Here, the << token refers to 231 * name of a token):</p> 331 * optional text is omitted, depend on the syntax of the substitution token and the context. 335 * <p>A substitution token begins and ends with a <em>token character.</em> The token 339 * the substitution token in the rule body specifies the location of the resultant text i [all...] |
/dalvik/libcore/luni/src/main/java/java/lang/ |
SecurityManager.java | 422 for (String token : tokens) { 423 int tlen = token.length(); 425 && pkg.startsWith(token) 426 && (token.charAt(tlen - 1) == '.' || pkg.charAt(tlen) == '.')) { 428 } else if (plen == tlen && token.startsWith(pkg)) { 430 } else if (plen + 1 == tlen && token.startsWith(pkg) 431 && token.charAt(tlen - 1) == '.') {
|
/external/dnsmasq/src/ |
network.c | 883 char *token = strtok(line, " \t\n\r"); local 885 if (!token) 887 if (strcmp(token, "nameserver") != 0 && strcmp(token, "server") != 0) 889 if (!(token = strtok(NULL, " \t\n\r"))) 895 if ((addr.in.sin_addr.s_addr = inet_addr(token)) != (in_addr_t) -1) 906 else if (inet_pton(AF_INET6, token, &addr.in6.sin6_addr) > 0)
|
/external/bison/data/ |
glr.c | 219 /* Enabling the token table. */ 437 positive, shift that token. If negative, reduce the rule which 482 /* Error token number */ 748 /** Source position of the first token produced by my symbol */ 797 ]b4_locations_if([[ /* To compute the location of the error token. */ 838 /** A printable representation of TOKEN. */ 916 # define YYBACKUP(Token, Value) \ 1019 * of token). */ [all...] |
/external/e2fsprogs/e2fsck/ |
unix.c | 524 char *buf, *token, *next, *p, *arg; local 529 for (token = buf; token && *token; token = next) { 530 p = strchr(token, ','); 536 arg = strchr(token, '='); 541 if (strcmp(token, "ea_ver") == 0) { 557 token); [all...] |