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

<<21222324252627282930>>

  /external/jpeg/
jpegtran.1 29 to accomplish the same conversion. But by the same token,
  /external/srec/srec/Recognizer/src/
RecognizerResultImpl.c 210 /* Separate semantic results with '#' token */
  /external/tcpdump/
print-mobility.c 240 printf(" %s Keygen Token=%08x:%08x",
  /external/webkit/WebCore/css/
CSSParser.h 227 int token() { return yyTok; } function in class:WebCore::CSSParser
  /frameworks/base/core/java/android/view/
Window.java 386 if (wp.token == null) {
389 wp.token = decor.getWindowToken();
413 if (wp.token == null) {
414 wp.token = mContainer == null ? mAppToken : mContainer.mAppToken;
    [all...]
WindowManagerPolicy.java 221 * Return the token for the application (actually activity) that owns
229 * Return true if, at any point, the application token associated with
474 * @param appToken Token of the application being started.
503 * @param appToken Token of the application that has started.
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/ui/
ShowOrCreateActivity.java 149 public void onQueryComplete(int token, Object cookie, Cursor cursor) {
  /packages/apps/Gallery3D/src/com/cooliris/picasa/
GDataClient.java 133 // Specify authorization token if provided.
  /packages/apps/Mms/src/com/android/mms/ui/
ManageSimMessages.java 125 int token, Object cookie, Cursor cursor) {
  /packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
DictionaryBackupAgent.java 234 Log.e(TAG, "Token format error\n" + nsee);
  /system/core/sh/
alias.c 95 * resulting token(s) is next checked for further alias sub. The
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/Measurement/
measurementMgr.c 672 /* checking if the received token frame is the same as the one that is being processed */
680 ("%s: Measurement frame token %d is identical to current frame token - ignoring frame\n", __FUNCTION__, currentFrameToken));
686 ("%s: Measurement frame token is %d\n", __FUNCTION__, frame->hdr->dialogToken));
    [all...]
  /external/bison/
OChangeLog 194 always contain the token. This includes growing the token
225 (parse_token_decl): Extended the %token declaration to allow a
253 * src/symtab.h (SALIAS): New #define for adding aliases to %token.
289 * src/reader.c (reader): Rename undefined-token token to
447 (yyparse): When printing the expected token types for an error,
495 "const" as an empty token. (Patch from Wolfgang Glunz
832 (verbose): Call it instead of printing token names here.
873 * src/bison.simple: Use YYPRINT to print a token, if it's defined
    [all...]
  /external/icu4c/tools/gencase/
gencase.c 348 isToken(const char *token, const char *s) {
354 if(token[j]!=0) {
355 if(s[j]!=token[j]) {
  /external/svox/pico/lib/
picodata.h 238 /* ------------------------- TOKEN item type ---------------------------- */
239 /* iteminfo1: simple token type : */
249 /* iteminfo2 : token subtype */
picotok.c     [all...]
  /external/v8/src/
d8.cc 480 // Set the security token of the debug context to allow access.
540 static char* ReadToken(char* data, char token) {
541 char* next = i::OS::StrChr(data, token);
serialize.cc 388 Add(ExternalReference::double_fp_operation(Token::ADD).address(),
392 Add(ExternalReference::double_fp_operation(Token::SUB).address(),
396 Add(ExternalReference::double_fp_operation(Token::MUL).address(),
400 Add(ExternalReference::double_fp_operation(Token::DIV).address(),
404 Add(ExternalReference::double_fp_operation(Token::MOD).address(),
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
xf86str.h 1047 int token; /* id of the token */ member in struct:__anon12901
1048 const char * name; /* token name */
    [all...]
  /external/e2fsprogs/doc/
texinfo.tex 99 % Ignore a token.
251 % If the next token is an obeyed space (from an @example environment or
262 % Remove a single space (as the delimiter token to the macro call).
    [all...]
  /external/v8/benchmarks/
earley-boyer.js 2497 var token = tokenizer.readToken(); variable
    [all...]
  /external/webkit/SunSpider/tests/v8-v4/
v8-earley-boyer.js 2491 var token = tokenizer.readToken(); variable
    [all...]
  /dalvik/libcore/text/src/main/java/java/text/
MessageFormat.java 967 int length = string.length(), offset = position.getIndex(), token = -1; local
    [all...]
  /external/bluetooth/bluez/rfcomm/
lexer.c 956 } /* end of scanning one token */
1179 * token and flags that we need to
1180 * try matching the token before
    [all...]
  /frameworks/base/core/java/android/provider/
Telephony.java 823 * The delivery-time-token of the message.
853 * The reply-charging-deadline-token of the message.
901 * The mm-flags-token of the message.
943 * The mbox-totals-token of the message.
961 * The mbox-quotas-token of the message.
    [all...]

Completed in 504 milliseconds

<<21222324252627282930>>