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

<<21222324252627282930>>

  /external/srec/srec/crec/
word_lattice.c 254 printf("got token %d word %d\n", wtoken_index, wtoken->word);
549 /* make an array of word token index addresses */
559 /* sort the word token indices, bubble sort is fine */
586 /* this frees a word token, it may still have references in the lattice though */
  /external/srec/srec/include/
astar.h 50 /* here we use indices to link one arc token to the next */
  /external/tcpdump/missing/
dlnames.c 62 DLT_CHOICE(DLT_IEEE802, "Token ring"),
  /external/v8/
Android.v8common.mk 64 src/token.cc \
  /external/v8/src/mips/
full-codegen-mips.cc 159 void FullCodeGenerator::EmitBinaryOp(Token::Value op,
  /frameworks/base/common/java/com/android/common/
Rfc822Validator.java 28 * email addresses. If a token does not appear to be a valid address,
  /frameworks/base/core/java/android/accounts/
AbstractAccountAuthenticator.java 370 * @param authTokenType the type of auth token to retrieve after adding the account, may be null
413 * @param authTokenType the type of auth token to retrieve, will never be null
434 * @return the localized label of the auth token type, may be null if the type isn't known
442 * @param authTokenType the type of auth token to retrieve after updating the credentials,
  /frameworks/base/core/java/android/widget/
ZoomButtonsController.java 164 * If setVisible(true) is called and the owner view's window token is null,
347 * We need a window token to show ourselves, maybe the owner's
366 if (mContainerLayoutParams.token == null) {
367 mContainerLayoutParams.token = mOwnerView.getWindowToken();
  /frameworks/base/libs/rs/
rsLocklessFifo.cpp 89 // Add space for command header and loop token;
  /frameworks/base/libs/ui/
KeyCharacterMap.cpp 228 LOGW("Bad keycharmap magic token");
  /frameworks/base/services/java/com/android/server/
ProcessStats.java 516 String token = st.nextToken();
518 long val = Long.parseLong(token);
520 token = st.nextToken();
521 val = Long.parseLong(token);
  /frameworks/base/telephony/tests/telephonytests/src/com/android/telephonytest/unit/
CallerInfoUnitTest.java 200 public void onQueryComplete(int token, Object cookie, CallerInfo info) {
  /hardware/broadcom/wlan/bcm4329/src/include/proto/
802.11e.h 44 #define WME_TOKEN_CODE_OFFSET 2 /* WME Token code offset */
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
measurementMgr.c 587 /* checking if the received token frame is the same as the one that is being processed */
594 TRACE1(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, ": Measurement frame token %d is identical to current frame token - ignoring frame\n", currentFrameToken);
599 TRACE1(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, ": Measurement frame token is %d\n", frame->hdr->dialogToken);
    [all...]
  /packages/apps/Phone/src/com/android/phone/
NetworkQueryService.java 139 * a token.
  /packages/providers/ContactsProvider/tests/assets/test1/
legacy_contacts.sql 58 CREATE TABLE peopleLookup (token TEXT,source INTEGER REFERENCES people(_id),token_index INTEGER);
68 CREATE TABLE peopleLookupWithPhoneticName (token TEXT,source INTEGER REFERENCES people(_id),token_index INTEGER);
113 CREATE INDEX peopleLookupIndex ON peopleLookup (token,source);
114 CREATE INDEX peopleLookupWithPhoneticNameIndex ON peopleLookupWithPhoneticName (token,source);
  /packages/providers/ContactsProvider/tests/assets/testSynced/
legacy_contacts.sql 56 CREATE TABLE peopleLookup (token TEXT,source INTEGER REFERENCES people(_id),token_index INTEGER);
77 CREATE TABLE peopleLookupWithPhoneticName (token TEXT,source INTEGER REFERENCES people(_id),token_index INTEGER);
137 CREATE INDEX peopleLookupIndex ON peopleLookup (token,source);
138 CREATE INDEX peopleLookupWithPhoneticNameIndex ON peopleLookupWithPhoneticName (token,source);
  /system/core/sh/
arith.y 61 %token ARITH_NUM ARITH_LPAREN ARITH_RPAREN
  /system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
measurementMgr.c 589 /* checking if the received token frame is the same as the one that is being processed */
596 TRACE1(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, ": Measurement frame token %d is identical to current frame token - ignoring frame\n", currentFrameToken);
601 TRACE1(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, ": Measurement frame token is %d\n", frame->hdr->dialogToken);
    [all...]
  /external/icu4c/i18n/
nfrule.cpp 243 // check first to see if the rule descriptor matches the token
385 * Searches the rule's rule text for the first substitution token,
386 * creates a substitution based on it, and removes the token from
405 // a substitution token
416 // special-case the ">>>" token, since searching for the > at the
421 // otherwise the substitution token ends with the same character
436 // if we don't find the end of the token (i.e., if we're on a single,
437 // unmatched token character), create a null substitution positioned
444 // if we get here, we have a real substitution token (or at least
445 // some text bounded by substitution token characters). Us
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/res/
XPATHErrorResources.java 560 "function token not found."},
654 "A relative location path was expected following the '/' or '//' token."},
660 "A location path was expected, but the following token was encountered\u003a {0}"},
672 "A location step was expected following the '/' or '//' token."},
    [all...]
  /frameworks/base/core/java/com/google/android/mms/pdu/
PduComposer.java 528 // Value-length (Address-present-token Encoded-string-value | Insert-address-token)
538 // Insert-address-token = <Octet 129>
544 // Address-present-token = <Octet 128>
819 // Message-class-value = Class-identifier | Token-text
    [all...]
  /external/bison/src/
scan-gram.c     [all...]
  /external/bison/
ChangeLog 180 * data/lalr1.cc (yytranslate_): Rename token as t to avoid clashes
181 with the member "token".
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/shared/
bcmutils.c 666 * string (mod) Ptr to string ptr, updated by token.
668 * tokdelim (out) Character that delimits the returned token. (May
669 * be set to NULL if token delimiter is not required).
671 * Returns: Pointer to the next token found. NULL when no more tokens are found.
683 /* Prime the token delimiter */
700 /* Find beginning of token (skip over leading delimiters). Note that
701 * there is no token iff this loop sets str to point to the terminal
710 /* Find the end of the token. If it is not the end of the string,
726 /* Determine if a token has been found. */
    [all...]

Completed in 191 milliseconds

<<21222324252627282930>>