HomeSort by relevance Sort by last modified time
    Searched full:token (Results 801 - 825 of 1146) sorted by null

<<31323334353637383940>>

  /frameworks/base/services/java/com/android/server/am/
ProcessRecord.java 68 IBinder forcingToForeground;// Token that is forcing this process to be foreground
  /packages/apps/Music/src/com/android/music/
QueryBrowserActivity.java 354 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
  /packages/apps/Phone/src/com/android/phone/
CallCard.java 539 public void onQueryComplete(int token, Object cookie, CallerInfo ci) {
540 if (DBG) log("onQueryComplete: token " + token + ", cookie " + cookie + ", ci " + ci);
585 public void onImageLoadComplete(int token, Object cookie, ImageView iView,
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java 576 public void onUpdateExtractedText(int token, ExtractedText text) {
577 super.onUpdateExtractedText(token, text);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/
VoiceInput.java 65 // landscape view. It causes Extracted text updates to be rejected due to a token mismatch
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdStartDialog.java 501 // in which case we'll get an extra empty token in the middle.
  /dalvik/vm/reflect/
Reflect.c 181 * the first token, do the lookup, and then restore anything important
184 * "pSig" will be advanced to the start of the next token.
    [all...]
  /external/libpcap/
pcap-bpf.h 133 #define DLT_PRONET 4 /* Proteon ProNET Token Ring */
135 #define DLT_IEEE802 6 /* 802.5 Token Ring */
  /external/srec/srec/Semproc/src/
SemanticProcessorImpl.c 615 if (IS_LOCAL_IDENTIFIER(src, tokenLen) /* || !LSTRCMP(token, lhs) */)
    [all...]
  /frameworks/policies/base/mid/com/android/internal/policy/impl/
MidWindowManager.java 249 // this... should introduce a token to let the system
408 params.token = appToken;
    [all...]
  /frameworks/base/core/java/android/view/
ViewRoot.java 506 "Unable to add window -- token " + attrs.token
510 "Unable to add window -- token " + attrs.token
514 "Unable to add window -- app for token " + attrs.token
    [all...]
  /external/sqlite/dist/
sqlite3.c 7157 void *token; \/* id that may be used to recursive triggers *\/ member in struct:SubProgram
17634 void *token; \/* Copy of SubProgram.token *\/ member in struct:VdbeFrame
64296 int token; local
64367 int token; \/* Type of token *\/ local
64416 int token; local
95187 u8 token; \/* Value of the next token *\/ local
    [all...]
sqlite3.c.orig     [all...]
  /external/v8/test/cctest/
test-api.cc 5400 Local<String> token = v8_str("<security token>"); local
5518 Local<String> token = v8_str("<security token>"); local
7814 Local<String> token = v8_str("<security token>"); local
8614 Local<String> token = v8_str("<security token>"); local
    [all...]
  /external/bison/build-aux/
texinfo.tex 178 % Ignore a token.
404 \parseargline\empty% Insert the \empty token, see \finishparsearg below.
422 % This space token undergoes the same procedure and is eventually removed
436 % Put the space token in:
442 % We prepended an \empty token at the very beginning and we expand it now,
448 % But first, we have to remove the trailing space token.
    [all...]
  /external/grub/docs/
texinfo.tex 170 % Ignore a token.
399 \parseargline\empty% Insert the \empty token, see \finishparsearg below.
417 % This space token undergoes the same procedure and is eventually removed
431 % Put the space token in:
437 % We prepended an \empty token at the very beginning and we expand it now,
443 % But first, we have to remove the trailing space token.
    [all...]
  /external/libffi/
texinfo.tex 172 % Ignore a token.
405 \parseargline\empty% Insert the \empty token, see \finishparsearg below.
423 % This space token undergoes the same procedure and is eventually removed
436 % Put the space token in:
442 % We prepended an \empty token at the very beginning and we expand it now,
448 % But first, we have to remove the trailing space token.
    [all...]
  /dalvik/libcore/x-net/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp 901 // If we have been woken up by the emergency pipe, there must be a token in
904 char token; local
906 read(data->fdsEmergency[0], &token, 1);
932 char token = '*'; local
935 write(data->fdsEmergency[1], &token, 1);
    [all...]
  /external/dnsmasq/src/
option.c 2953 char *token = strtok(line, " \\t\\n\\r"); local
    [all...]
  /external/bluetooth/glib/po/
el.po     [all...]
  /external/bluetooth/glib/tests/
regex-test.c 814 token_count == 1 ? "token" : "tokens");
918 token_count == 1 ? "token" : "tokens");
987 token_count == 1 ? "token" : "tokens");
    [all...]
  /external/openssl/crypto/objects/
objects.txt     [all...]
  /external/tcpdump/
print-rsvp.c 362 { 127, "Token Bucket TSpec" },
559 * | Token Bucket Rate [r] (32-bit IEEE floating point number) |
561 * | Token Bucket Size [b] (32-bit IEEE floating point number) |
    [all...]
  /external/v8/src/arm/
stub-cache-arm.cc 284 // Perform global security token check if needed.
    [all...]
  /external/v8/src/x64/
stub-cache-x64.cc 221 // Perform global security token check if needed.
    [all...]

Completed in 686 milliseconds

<<31323334353637383940>>