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

<<11121314151617181920>>

  /cts/tools/dasm/src/java_cup/
parser.java 329 /** scan to get the next token */
330 public java_cup.runtime.token scan()
689 CUP$result = new java_cup.runtime.token(/*NT$9*/41);
705 CUP$result = new java_cup.runtime.token(/*NT$8*/40);
759 CUP$result = new java_cup.runtime.token(/*NT$7*/39);
828 CUP$result = new java_cup.runtime.token(/*NT$6*/38);
847 CUP$result = new java_cup.runtime.token(/*NT$5*/37);
866 CUP$result = new java_cup.runtime.token(/*NT$4*/36);
885 CUP$result = new java_cup.runtime.token(/*NT$3*/35);
    [all...]
  /hardware/ril/libril/
ril.cpp 94 #define printRequest(token, req) \
95 LOGD("[%04d]> %s %s", token, requestToString(req), printBuf)
107 #define printRequest(token, req)
131 int32_t token; //this is not RIL_Token member in struct:android::RequestInfo
301 pRI->token = 0xffffffff; // token is not used in this context
325 int32_t token; local
333 status = p.readInt32 (&token);
341 LOGE("unsupported request code %d token %d", request, token);
    [all...]
  /external/libxml2/
pattern.c 918 xmlChar *token = NULL; local
950 token = xmlPatScanName(ctxt);
973 if (token == NULL) {
984 PUSH(XML_OP_ATTR, token, URL);
993 if (token != NULL)
994 XML_PAT_FREE_STRING(ctxt, token);
1010 xmlChar *token = NULL; local
1071 token = xmlPatScanName(ctxt);
1095 if (token == NULL) {
1106 PUSH(XML_OP_ELEM, token, URL)
    [all...]
xmlregexp.c     [all...]
  /cts/tools/vm-tests/src/util/build/
BuildDalvikSuite.java 636 String token = null;
638 token = scanner.findWithinHorizon(pattern, methodSource.length());
639 if (token != null) {
644 if (token == null) {
694 String token = scanner.findWithinHorizon(methodPattern, (int) f
696 if (token == null) {
707 //builder.append(token);
  /external/elfutils/src/
ldscript.c 458 /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
459 token YYLEX-NUM. */
554 positive, shift that token. If negative, reduce the rule which
661 #define YYBACKUP(Token, Value) \
665 yychar = (Token); \
720 # define YYDSYMPRINTF(Title, Token, Value, Location) \
726 Token, Value); \
794 # define YYDSYMPRINTF(Title, Token, Value, Location)
900 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
    [all...]
  /packages/apps/Email/src/org/apache/james/mime4j/field/datetime/parser/
DateTimeParserTokenManager.java 28 // different token type than inner ")" instances.
710 protected Token jjFillToken()
712 Token t = Token.newToken(jjmatchedKind);
730 public Token getNextToken()
733 Token specialToken = null;
734 Token matchedToken;
  /external/bison/src/
tables.c 175 | For GLR parsers, for each conflicted token in S, as indicated |
178 | currently recorded for that token in S. Store the alternative |
198 /* Find all reductions for token J, and record all that do not
221 | Decide what to do for each type of token if seen as the |
224 | filled with what to do for each kind of token, index by symbol |
232 | considered that likes a token gets to handle it. |
263 /* and find each token which the rule finds acceptable
268 token follows. */
413 | look-ahead token type. |
parse-gram.c 272 /* Enabling the token table. */
648 "\"%token\"", "\"%nterm\"", "\"%type\"", "\"%destructor {...}\"",
657 "\"%token-table\"", "\"%verbose\"", "\"%yacc\"", "\"type\"", "\"=\"",
670 /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
671 token YYLEX-NUM. */
766 positive, shift that token. If negative, reduce the rule which
848 #define YYBACKUP(Token, Value) \
852 yychar = (Token); \
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
flex.man 605 match (called the token) is made available in the global
668 resize yytext it also must rescan the entire token from the
682 tern is matched the input token is simply discarded. For
698 [ \t]+$ /* ignore this token */
771 cutes only one action per token. Multiple REJECT's are
774 scanner scans the token "abcd", it will write "abcdab-
811 matches a rule, the corresponding token should be
829 current token, so you must not modify yyleng if you are
835 current token back to the input stream, where they will
871 following action will take the current token and caus
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/texinfo/
flex.info 589 (called the TOKEN) is made available in the global character pointer
633 must resize `yytext' it also must rescan the entire token from the
650 action is empty, then when the pattern is matched the input token is
665 [ \t]+$ /* ignore this token */
716 action per token. Multiple `REJECT's' are allowed, each one
718 example, when the following scanner scans the token "abcd", it
740 the corresponding token should be *appended* onto the current
756 token, so you must not modify `yyleng' if you are using `yymore()'.
761 token back to the input stream, where they will be rescanned when
781 take the current token and cause it to be rescanned enclosed i
    [all...]
flex.texi 712 the match (called the @var{token}) is made available in the
767 token from the beginning, so matching such tokens can
782 the pattern is matched the input token is simply
802 [ \t]+$ /* ignore this token */
868 executes only one action per token. Multiple
871 example, when the following scanner scans the token
897 matches a rule, the corresponding token should be
918 size of the current token, so you must not modify @code{yyleng}
926 the current token back to the input stream, where
951 The following action will take the current token
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/
flex.1 566 .I token)
662 it also must rescan the entire token from the beginning, so matching such
681 action is empty, then when the pattern is matched the input token
699 [ \\t]+$ /* ignore this token */
778 scanner normally executes only one action per token.
782 active rule. For example, when the following scanner scans the token
820 token should be
847 correctly reflecting the size of the current token, so you must not
860 characters of the current token back to the input stream, where they
894 The following action will take the current token and cause i
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/QOS/
trafficAdmControl.c 125 static TI_STATUS trafficAdmCtrl_tokenToAc (TI_HANDLE hTrafficAdmCtrl, UINT8 token, UINT8 *acID);
759 /* parsing the dialog token */
777 ("dialog token Not found, dialogToken = %d , \n",dialogToken));
784 /* validate dialog token matching */
788 ("dialog token mismatch, dialogToken = %d , acID = %d \n",dialogToken, tspecInfo.AC));
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
BinderTest.java 446 long token = Binder.clearCallingIdentity(); local
447 assertTrue(token > 0);
448 Binder.restoreCallingIdentity(token);
  /external/apache-http/src/org/apache/http/impl/entity/
StrictContentLengthStrategy.java 120 * transfer-extension = token *( ";" parameter )
127 * attribute = token
128 * value = token | quoted-string
  /external/kernel-headers/original/linux/
wireless.h 161 * - Add IWEVCUSTOM for driver specific event/scanning token
279 #define SIOCSIWENCODE 0x8B2A /* set encoding token & mode */
280 #define SIOCGIWENCODE 0x8B2B /* get encoding token & mode */
303 #define SIOCSIWENCODEEXT 0x8B34 /* set encoding token & mode */
304 #define SIOCGIWENCODEEXT 0x8B35 /* get encoding token & mode */
457 /* Maximum number of size of encoding token available
461 /* Maximum size of the encoding token in bytes */
464 /* Flags for encoding (along with the token) */
465 #define IW_ENCODE_INDEX 0x00FF /* Token index (if needed) */
    [all...]
  /external/v8/src/
codegen.h 288 GenericUnaryOpStub(Token::Value op, bool overwrite)
292 Token::Value op_;
296 class OpField: public BitField<Token::Value, 1, kMinorBits - 1> {};
  /external/wpa_supplicant/
wireless_copy.h 161 * - Add IWEVCUSTOM for driver specific event/scanning token
291 #define SIOCSIWENCODE 0x8B2A /* set encoding token & mode */
292 #define SIOCGIWENCODE 0x8B2B /* get encoding token & mode */
315 #define SIOCSIWENCODEEXT 0x8B34 /* set encoding token & mode */
316 #define SIOCGIWENCODEEXT 0x8B35 /* get encoding token & mode */
471 /* Maximum number of size of encoding token available
475 /* Maximum size of the encoding token in bytes */
478 /* Flags for encoding (along with the token) */
479 #define IW_ENCODE_INDEX 0x00FF /* Token index (if needed) */
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
wireless_copy.h 161 * - Add IWEVCUSTOM for driver specific event/scanning token
291 #define SIOCSIWENCODE 0x8B2A /* set encoding token & mode */
292 #define SIOCGIWENCODE 0x8B2B /* get encoding token & mode */
315 #define SIOCSIWENCODEEXT 0x8B34 /* set encoding token & mode */
316 #define SIOCGIWENCODEEXT 0x8B35 /* get encoding token & mode */
471 /* Maximum number of size of encoding token available
475 /* Maximum size of the encoding token in bytes */
478 /* Flags for encoding (along with the token) */
479 #define IW_ENCODE_INDEX 0x00FF /* Token index (if needed) */
    [all...]
  /frameworks/base/docs/html/guide/developing/tools/
bmgr.jd 173 a token (a hexadecimal value that identifies the restore set to the transport). Following
174 the token is a string that briefly identifies the restore set.
175 Only the token is used within the backup and restore mechanism.
  /frameworks/base/wifi/java/android/net/wifi/
WifiMonitor.java 340 for (String token : dataTokens) {
341 String[] nameValue = token.split("=");
355 Log.w(TAG, "STATE-CHANGE non-integer parameter: " + token);
  /packages/apps/Calendar/src/com/android/calendar/
AlertActivity.java 125 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
140 protected void onInsertComplete(int token, Object cookie, Uri uri) {
154 protected void onUpdateComplete(int token, Object cookie, int result) {
  /packages/apps/Contacts/src/com/android/contacts/
SpecialCharSequenceMgr.java 253 public SimContactQueryCookie(int number, QueryHandler handler, int token) {
256 mToken = token;
308 protected void onQueryComplete(int token, Object cookie, Cursor c) {
  /packages/apps/Mms/src/com/android/mms/ui/
RecipientsEditor.java 325 * Returns the start of the token that ends at offset
344 * Returns the end of the token (minus trailing punctuation)
366 * it ends with a token terminator (for example a space or comma).

Completed in 784 milliseconds

<<11121314151617181920>>