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

<<11121314151617181920>>

  /external/webkit/JavaScriptCore/tests/mozilla/ecma/LexicalConventions/
7.2-6.js 28 - cannot occur within any token, not even a string
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/RegExp/
octal-003.js 17 * regexp should be parsed as a single token: it is the octal escape sequence
  /external/webkit/WebCore/html/
HTMLTokenizer.h 58 struct Token {
59 Token()
65 ~Token() { }
219 Token m_currentToken;
  /frameworks/base/core/java/android/app/backup/
BackupAgent.java 202 int token, IBackupManager callbackBinder) throws RemoteException {
219 callbackBinder.opComplete(token);
228 int token, IBackupManager callbackBinder) throws RemoteException {
245 callbackBinder.opComplete(token);
  /frameworks/base/core/java/android/view/
WindowManager.java 39 * {@link WindowManager.LayoutParams} {@link WindowManager.LayoutParams#token}
107 * windows. For these types of windows, the {@link #token} must be
108 * set to the token of the activity they are a part of (this will
109 * normally be done for you if {@link #token} is null).
113 * window. For these types of windows, the {@link #token} must be
114 * the token of the window it is attached to.
183 * Window type: a normal application window. The {@link #token} must be
184 * an Activity token identifying who the window belongs to.
202 * Start of types of sub-windows. The {@link #token} of these windows
816 public IBinder token = null; field in class:WindowManager.LayoutParams
    [all...]
  /frameworks/base/core/java/android/view/inputmethod/
InputMethod.java 82 * unique token for the session it has with the system service. It is
84 * This token <strong>must not</strong> be passed to applications, since
88 * accept the first token given to you. Any after that may come from the
91 public void attachToken(IBinder token);
  /frameworks/base/tools/aidl/
aidl_language.h 23 unsigned token; member in struct:buffer_type
  /packages/apps/IM/src/com/android/im/app/
ContactListTreeAdapter.java 110 protected void onQueryComplete(int token, Object cookie, Cursor c) {
112 log("onQueryComplete:token=" + token);
115 if (token == TOKEN_CONTACT_LISTS) {
118 } else if (token == TOKEN_ONGOING_CONVERSATION) {
121 } else if (token == TOKEN_SUBSCRITPTION) {
128 if (listId == token) {
259 int token = (int)listId; local
260 mQueryHandler.startQuery(token, null, Imps.Contacts.CONTENT_URI,
  /packages/apps/Mms/src/com/android/mms/ui/
ConversationList.java 536 int token = DELETE_CONVERSATION_TOKEN;
538 Conversation.startDeleteAll(mHandler, token, mDeleteLockedMessages);
541 Conversation.startDelete(mHandler, token, mDeleteLockedMessages,
556 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
557 switch (token) {
583 Log.e(TAG, "onQueryComplete called with unknown token " + token);
588 protected void onDeleteComplete(int token, Object cookie, int result) {
589 switch (token) {
  /packages/apps/Phone/src/com/android/phone/
EditFdnContactScreen.java 416 protected void onQueryComplete(int token, Object cookie, Cursor c) {
420 protected void onInsertComplete(int token, Object cookie,
428 protected void onUpdateComplete(int token, Object cookie, int result) {
435 protected void onDeleteComplete(int token, Object cookie, int result) {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
NameLookupBuilder.java 229 // Swap the first token with each other token (including itself, which is a no-op)
288 String token = mNames[i]; local
298 mNames[i] = token;
  /dalvik/libcore/luni/src/main/java/java/util/
Formatter.java 1072 FormatToken token = fsp.parseFormatToken(i + 1); local
    [all...]
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java 547 IBinder token; field in class:ActivityManagerService.ForegroundToken
    [all...]
  /bootable/recovery/edify/
parser.y 45 %token AND OR SUBSTR SUPERSTR EQ NE IF THEN ELSE ENDIF
46 %token <str> STRING BAD
  /cts/tests/tests/accounts/src/android/accounts/cts/
AccountManagerTest.java 584 String token = am.peekAuthToken(ACCOUNT, AUTH_TOKEN_TYPE); local
585 assertNotNull(token);
586 assertEquals(AUTH_TOKEN, token);
589 token = am.peekAuthToken(ACCOUNT, AUTH_TOKEN_TYPE);
590 assertNull(token);
601 String token = am.blockingGetAuthToken(ACCOUNT, local
606 assertNotNull(token);
607 assertEquals(AUTH_TOKEN, token);
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/cmp/
PKIFailureInfo.java 17 * wrongAuthority (6), -- the authority indicated in the request is different from the one creating the response token
45 public static final int wrongAuthority = (1 << 1); // the authority indicated in the request is different from the one creating the response token
  /dalvik/libcore/xml/src/main/java/org/xml/sax/ext/
DeclHandler.java 77 * "ENTITIES", a parenthesized token group with
80 * token group with all whitespace removed.</p>
  /external/apache-http/src/org/apache/commons/codec/net/
RFC1522Codec.java 108 throw new DecoderException("RFC 1522 violation: charset token not found");
117 throw new DecoderException("RFC 1522 violation: encoding token not found");
  /external/apache-http/src/org/apache/http/message/
BasicHeader.java 49 * field-name = token
53 * of token, separators, and quoted-string&gt;
  /external/bison/data/
c++.m4 35 # b4_token_enums(LIST-OF-PAIRS-TOKEN-NAME-TOKEN-NUMBER)
  /external/bison/tests/
actions.at 223 { printf ("Freeing token 'x' (%d@%d-%d)\n", $$, RANGE (@$)); }
227 { printf ("Freeing token 'y' (%d@%d-%d)\n", $$, RANGE (@$)); }
234 ')' as synchronizing token. Lines starting with 'x' can never
392 Freeing token 'y' (1@10-19)
427 Freeing token 'x' (3@30-39)
429 Freeing token 'x' (4@40-49)
431 Freeing token 'x' (5@50-59)
451 Freeing token 'y' (13@130-139)
  /external/bluetooth/glib/glib/
gscanner.h 76 /* Token types */
186 GTokenType token; member in struct:_GScanner

Completed in 195 milliseconds

<<11121314151617181920>>