/system/core/sh/ |
arith.c | 408 /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to 409 token YYLEX-NUM. */ 473 positive, shift that token. If negative, reduce the rule which 567 #define YYBACKUP(Token, Value) \ 571 yychar = (Token); \ 626 # define YYDSYMPRINTF(Title, Token, Value, Location) \ 632 Token, Value); \ 700 # define YYDSYMPRINTF(Title, Token, Value, Location) 806 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); 907 /* Lookahead token as an internal (translated) token number. * [all...] |
/external/bison/doc/ |
refcard.tex | 322 \key{Generate token and {\tt YYSTYPE} definitions.} {-d} 331 {\bf Note:} The token and {\tt YYSTYPE} definitions are generated 339 \key{Declare a terminal symbol.}{\%token <{\it t\/}> 368 The {\tt <{\it t\/}>} after {\tt \%token, \%left, \%right} and {\tt 382 {\it Token and type definitions} 462 \key{Current look ahead token.} {yychar} 464 \key{Data associated with the current token.} {yylval} 465 \key{Source position of current token.} {yylloc} 493 \key{Value in {\tt yychar} if no look-ahead token.} {YYEMPTY} 494 \key{Clear previous look ahead token.} {yyclearin [all...] |
/cts/tools/signature-tools/lib/ |
antlr-2.7.7.jar | |
/external/webkit/WebCore/inspector/front-end/ |
SourceHTMLTokenizer.re2js | 244 var token = this._line.substring(cursorOnEnter, cursor); 245 if (token === "a") 250 var token = this._line.substring(cursorOnEnter, cursor); 251 if (token === "href" || token === "src")
|
/frameworks/base/core/java/com/android/internal/backup/ |
IBackupTransport.aidl | 113 * Get the identifying token of the backup set currently being stored from 117 * @return A token that can be passed to {@link #startRestore}, or 0 if there 127 * @param token A backup token as returned by {@link #getAvailableRestoreSets} 135 int startRestore(long token, in PackageInfo[] packages);
|
/frameworks/base/core/java/com/google/android/mms/pdu/ |
NotificationInd.java | 95 * (Absolute-token Date-value | Relative-token Delta-seconds-value) 116 * (Address-present-token Encoded-string-value | Insert-address-token) 137 * Message-class-value = Class-identifier | Token-text
|
PduParser.java | 409 * (Absolute-token Date-value | Relative-token Delta-seconds-value) */ 417 /* Absolute-token or Relative-token */ 418 int token = extractByteValue(pduDataStream); local 428 if (PduHeaders.VALUE_RELATIVE_TOKEN == token) { 446 * (Address-present-token Encoded-string-value | Insert-address-token) 451 /* Address-present-token or Insert-address-token */ [all...] |
/dalvik/libcore/luni/src/main/java/java/io/ |
StreamTokenizer.java | 29 * Contains a number if the current token is a number ({@code ttype} == 35 * Contains a string if the current token is a word ({@code ttype} == 51 * The constant representing a number token. 56 * The constant representing a word token. 67 * token that has been read. When a single character is read, its value 72 * <li> {@code TT_WORD} - the token is a word.</li> 73 * <li> {@code TT_NUMBER} - the token is a number.</li> 246 * Parses the next token from this tokenizer's source stream or reader. The 247 * type of the token is stored in the {@code ttype} field, additional 252 * if an I/O error occurs while parsing the next token [all...] |
/external/v8/src/x64/ |
codegen-x64.h | 452 Token::Value op, 459 bool FoldConstantSmis(Token::Value op, int left, int right); 463 Result ConstantSmiBinaryOperation(Token::Value op, 473 Result LikelySmiBinaryOperation(Token::Value op, 655 GenericBinaryOpStub(Token::Value op, 667 ASSERT(OpBits::is_valid(Token::NUM_TOKENS)); 683 Token::Value op_; 699 Token::String(op_), 710 class OpBits: public BitField<Token::Value, 2, 7> {}; 735 return (op_ == Token::ADD) || (op_ == Token::SUB [all...] |
full-codegen-x64.cc | 1020 ASSERT(expr->op() != Token::INIT_CONST); [all...] |
/external/bison/tests/ |
torture.at | 67 %token END "end" 73 print "%token t$size $size \"$size\"\n"; 178 %token 289 %token token 298 print "%token\n"; 323 print "n$count: token { \$\$ = $count; };\n"; 338 return token; 402 %token WAIT_FOR_EOF
|
/external/bluetooth/glib/gmodule/ |
gmodule.c | 215 GTokenType token; local 238 token = g_scanner_get_next_token (scanner); 239 if (token == TOKEN_DLNAME || token == TOKEN_INSTALLED || 240 token == TOKEN_LIBDIR) 244 (token == TOKEN_INSTALLED ? 260 if (token == TOKEN_DLNAME) 265 else if (token == TOKEN_INSTALLED) 268 else /* token == TOKEN_LIBDIR */
|
/external/v8/src/arm/ |
full-codegen-arm.cc | 912 ASSERT(expr->op() != Token::INIT_CONST); [all...] |
/external/v8/src/ia32/ |
full-codegen-ia32.cc | 1018 ASSERT(expr->op() != Token::INIT_CONST); [all...] |
/external/bison/data/ |
c.m4 | 214 ## Assigning token numbers. ## 217 # b4_token_define(TOKEN-NAME, TOKEN-NUMBER) 219 # Output the definition of this token as #define. 225 # b4_token_defines(LIST-OF-PAIRS-TOKEN-NAME-TOKEN-NUMBER) 235 # b4_token_enum(TOKEN-NAME, TOKEN-NUMBER) 237 # Output the definition of this token as an enum. 242 # b4_token_enums(LIST-OF-PAIRS-TOKEN-NAME-TOKEN-NUMBER [all...] |
yacc.c | 181 /* Enabling the token table. */ 481 /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to 482 token YYLEX-NUM. */ 530 positive, shift that token. If negative, reduce the rule which 569 #define YYBACKUP(Token, Value) \ 573 yychar = (Token); \ 839 /* Copy into YYRESULT an error message about the unexpected token 1003 /* Look-ahead token as an internal (translated) token number. */ 1056 yychar = YYEMPTY; /* Cause a token to be read. * [all...] |
/external/emma/core/java12/com/vladium/jcd/lib/ |
Types.java | 214 final StringBuffer token = new StringBuffer (); 245 token.append (c); 246 _result.addElement (token.toString ()); 247 token.setLength (0); 253 token.append (c); 259 token.append (c); 264 if (token.length () > 0) 266 _result.addElement (token.toString ()); 267 token.setLength (0); 281 token.append (c) [all...] |
/frameworks/base/services/java/com/android/server/ |
BackupManagerService.java | 197 public long token; field in class:BackupManagerService.RestoreParams 199 public int pmToken; // in post-install restore, the PM's token for this transaction 205 token = _token; 213 token = _token; 230 // token is the index of the entry in the pending-operations list. 325 params.token, params.pkgInfo, params.pmToken)).run(); 383 final int token = msg.arg1; local 384 int state = mCurrentOperations.get(token, OP_TIMEOUT); 386 if (DEBUG) Slog.v(TAG, "TIMEOUT: token=" + token); 1185 long token = mAncestralToken; local 1398 int token = mTokenGenerator.nextInt(); local 1834 int token = mTokenGenerator.nextInt(); local 2493 long token = getAvailableRestoreToken(packageName); local [all...] |
/packages/apps/Calculator/ |
arity-2.1.2.jar | |
/external/apache-http/src/org/apache/http/message/ |
HeaderValueParser.java | 67 * name = token 68 * value = ( token | quoted-string ) 70 * token = 1*<any char except "=", ",", ";", <"> and 155 * token = 1*<any CHAR except CTLs or separators> 182 * attribute = token 183 * value = token | quoted-string
|
/external/ipsec-tools/src/racoon/ |
prsa_par.y | 138 %token COLON HEX 139 %token OBRACE EBRACE COLON HEX 140 %token TAG_RSA TAG_PUB TAG_PSK 141 %token MODULUS PUBLIC_EXPONENT PRIVATE_EXPONENT 142 %token PRIME1 PRIME2 EXPONENT1 EXPONENT2 COEFFICIENT 143 %token ADDR4 ADDR6 ADDRANY SLASH NUMBER BASE64
|
/external/skia/src/animator/ |
SkDrawExtraPathEffect.cpp | 152 static bool GetContourLength(const char* token, size_t len, void* clen, SkScriptValue* value) { 153 if (SK_LITERAL_STR_EQUAL("contourLength", token, len)) { 161 static bool GetDistance(const char* token, size_t len, void* dist, SkScriptValue* value) { 162 if (SK_LITERAL_STR_EQUAL("distance", token, len)) { 288 static bool Get2D(const char* token, size_t len, void* s2D, SkScriptValue* value) { 292 if (SkAnimatorScript::MapEnums(match, token, len, &index) == false)
|
/external/webkit/WebCore/xml/ |
XPathGrammar.y | 84 %token <axis> AXISNAME 85 %token <str> NODETYPE PI FUNCTIONNAME LITERAL 86 %token <str> VARIABLEREFERENCE NUMBER 87 %token DOTDOT SLASHSLASH 88 %token <str> NAMETEST 89 %token XPATH_ERROR
|
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/ |
esta_drv.c | 323 char *token, unsigned long token_len, 331 *token++ = *buffer++; 340 *token = 0; 343 return token; 350 char token[15]; local 360 rm_get_token(&buffer, &count, token, sizeof(token)-1, ' '); 361 if (token[0]=='d') 364 if (!strcmp(token, "dw")) 366 else if (!strcmp(token, "dh") [all...] |
/external/emma/ |
build.xml | 205 <filter token="APP_MAJOR_VERSION" value='*/ ${app.major.version}; // ' /> 206 <filter token="APP_MINOR_VERSION" value='*/ ${app.minor.version}; // ' /> 207 <filter token="APP_BUILD_ID" value='*/ ${app.build.id}; // ' /> 208 <filter token="APP_BUILD_RELEASE_TAG" value='*/ "${app.build.release.tag}"; // ' /> 209 <filter token="APP_BUILD_DATE" value='*/ "${app.build.date}"; // ' /> 210 <filter token="APP_BUG_REPORT_LINK" value='*/ "${app.bug.report.link}"; // ' /> 211 <filter token="APP_HOME_SITE_LINK" value='*/ "${app.home.site.link}"; // ' /> 216 <filter token="JDK_ID" value="JDK_${ant.java.version}" /> 217 <filter token="BUILD_USER_NAME" value="${user.name} on ${os.name}:${os.version}:${os.arch}" /> 219 <filter token="APP_NAME" value="${app.short.name}" / [all...] |