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

<<31323334353637383940>>

  /frameworks/base/core/java/android/pim/vcard/
VCardEntry.java 824 // vCard 3.0 allows iana-token. Also some vCard 2.1 exporters
    [all...]
  /frameworks/base/core/jni/
android_util_Binder.cpp 572 static void android_os_Binder_restoreCallingIdentity(JNIEnv* env, jobject clazz, jlong token)
574 IPCThreadState::self()->restoreCallingIdentity(token);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/ui/
QuickContactWindow.java 615 public synchronized void onQueryComplete(int token, Object cookie, Cursor cursor) {
621 Log.w(TAG, "Missing cursor for token=" + token);
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
ElemSort.java 289 * @return The token ID of the element
  /dalvik/vm/
Ddm.c 426 cp += strcspn(cp, kWhitespace); // skip token
  /external/apache-http/src/org/apache/http/impl/client/
AbstractHttpClient.java 131 /** The user token handler. */
  /external/bison/src/
lalr.c 61 token is symbol i. If LA[l, i] and LA[l, j] are both 1 for i != j,
  /external/bison/tests/
cxx-type.at 83 %token TYPENAME ID
  /external/icu4c/common/
rbbicst.pl 54 # Does the first token end with a ":"? If so, it's the name of a state.
uvector.cpp 22 * token is assumed to be an integer. This is needed for iSeries
  /external/icu4c/i18n/
nfsubs.cpp 439 // if the description was just two paired token characters
547 // end of the substitutin token. In between them will go
787 // throw new IllegalArgumentException("== is not a legal token");
    [all...]
regexcst.pl 55 # Does the first token end with a ":"? If so, it's the name of a state.
transreg.h 215 Transliterator::Token context,
  /external/iproute2/testsuite/configs/
all-2.4 473 # Token Ring devices
  /external/ipsec-tools/src/racoon/
isakmp.h 123 #define ISAKMP_NPTYPE_GSS 129 /* GSS token */
  /external/libpcap/
scanner.l 359 bpf_error("illegal token: %s", yytext); }
  /external/qemu/hw/
usb-msd.c 499 DPRINTF("Bad token\n");
  /external/quake/quake/src/QW/client/
sys_win.c 462 /* Substitutes a NULL for every token */strtok(textCopied, "\n\r\b");
  /external/srec/portable/include/
PFile.h 414 * Reads a string token from the PFile.
  /external/v8/src/
full-codegen.h 373 void EmitBinaryOp(Token::Value op, Expression::Context context);
  /external/webkit/WebCore/platform/network/
ResourceResponseBase.cpp 554 // The value is a token until the next comma
  /frameworks/base/cmds/runtime/
main_runtime.cpp 139 // IActivityManager::getInterfaceDescriptor() is the token for invoking on this interface;
  /frameworks/base/core/java/android/net/http/
AndroidHttpClient.java 384 // Never print auth token -- we used to check ro.secure=0 to
  /frameworks/base/core/java/android/widget/
MediaController.java 302 p.token = null;
  /frameworks/base/libs/surfaceflinger_client/
SurfaceComposerClient.cpp 348 if (uint32_t(data.token) < NUM_LAYERS_MAX) {

Completed in 209 milliseconds

<<31323334353637383940>>