/external/bison/src/ |
conflicts.c | 62 | Explain how an SR conflict between TOKEN and RULE was resolved: | 67 log_resolution (rule *r, symbol_number token, 79 Conflict between rule %d and token %s resolved as shift"), 81 symbols[token]->tag); 87 Conflict between rule %d and token %s resolved as reduce"), 89 symbols[token]->tag); 94 Conflict between rule %d and token %s resolved as an error"), 96 symbols[token]->tag); 107 symbols[token]->tag); 113 symbols[token]->tag [all...] |
tables.h | 28 YYTRANSLATE = vector mapping yylex's token numbers into bison's 29 token numbers. 31 YYTNAME = vector of string-names indexed by bison token number. 33 YYTOKNUM = vector of yylex token numbers corresponding to entries 59 The look-ahead token's type is used to index that portion to find 62 If the value in YYTABLE is positive, we shift the token and go to
|
/external/bison/tests/ |
regression.at | 53 ## Early token definitions. ## 57 AT_SETUP([Early token definitions]) 60 # prologue, so that they can use the token definitions in it. 77 %token MY_TOKEN 123 %token NUM 124 %token LE "<=" 125 %token GE "<=" 283 ## Mixing %token styles. ## 287 AT_SETUP([Mixing %token styles]) 291 [[%token <operator> OR "|| [all...] |
/external/elfutils/src/ |
ldscript.y | 73 %token kADD_OP 74 %token kALIGN 75 %token kENTRY 76 %token kEXCLUDE_FILE 77 %token <str> kFILENAME 78 %token kGLOBAL 79 %token kGROUP 80 %token <str> kID 81 %token kINPUT 82 %token kINTER [all...] |
/frameworks/base/core/java/com/android/internal/util/ |
TypedProperties.java | 153 int token; local 155 // Read the next token, which is either the type or EOF. 156 token = st.nextToken(); 157 if (token == StreamTokenizer.TT_EOF) { 160 if (token != StreamTokenizer.TT_WORD) { 171 token = st.nextToken(); 172 if (token != '(') { 178 token = st.nextToken(); 179 if (token != StreamTokenizer.TT_WORD) { 190 token = st.nextToken() 234 final int token = st.nextToken(); local [all...] |
/external/bison/doc/ |
bison.texinfo | 122 * Semantic Values:: Each token or syntactic grouping can have 217 * Token Decl:: Declaring terminal symbols. 241 * Token Values:: How @code{yylex} must return the semantic value 242 of the token it has read. 243 * Token Locations:: How @code{yylex} must return the text location 244 (line number, etc.) of the token, if the 251 * Look-Ahead:: Parser looks one token ahead when deciding what to do. 270 * Semantic Tokens:: Token parsing can depend on the semantic context. 271 * Lexical Tie-ins:: Token parsing can depend on the syntactic context. 406 * Semantic Values:: Each token or syntactic grouping can hav [all...] |
bison.info | 84 * Semantic Values:: Each token or syntactic grouping can have 179 * Token Decl:: Declaring terminal symbols. 203 * Token Values:: How `yylex' must return the semantic value 204 of the token it has read. 205 * Token Locations:: How `yylex' must return the text location 206 (line number, etc.) of the token, if the 213 * Look-Ahead:: Parser looks one token ahead when deciding what to do. 232 * Semantic Tokens:: Token parsing can depend on the semantic context. 233 * Lexical Tie-ins:: Token parsing can depend on the syntactic context. [all...] |
bison.1 | 21 .B \-\-token-table 135 Write an extra output file containing macro definitions for the token 152 needs to be able to refer to token type codes and the variable 185 .B \-\-token-table 189 token names in order by their token numbers; this is defined in the array 287 parser states and what is done for each type of look-ahead token in
|
/external/webkit/WebCore/inspector/front-end/ |
utilities.js | 759 f: function(substitution, token) 764 if (substitution && token.precision > -1) 765 substitution = substitution.toFixed(token.precision); 766 return !isNaN(substitution) ? substitution : (token.precision > -1 ? Number(0).toFixed(token.precision) : 0); 807 var token = tokens[i]; 809 if (token.type === "string") { 810 result = append(result, token.value); 814 if (token.type !== "specifier") { 815 error("Unknown token type \"" + token.type + "\" found.") [all...] |
/packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/ |
AddressListParser.jj | 424 /*@egen*/ Token t; }
451 /*@egen*/ Token t; }
479 TOKEN :
500 // different token type than inner ")" instances.
518 TOKEN :
535 // to make sure matchedToken.token = token.toString()
572 TOKEN :
580 TOKEN :
590 TOKEN : [all...] |
/external/e2fsprogs/misc/ |
dumpe2fs.c | 329 char *buf, *token, *next, *p, *arg, *badopt = ""; local 341 for (token = buf; token && *token; token = next) { 342 p = strchr(token, ','); 348 arg = strchr(token, '='); 353 if (strcmp(token, "superblock") == 0 || 354 strcmp(token, "sb") == 0) { 357 badopt = token; [all...] |
/external/libpng/contrib/pngminus/ |
pnm2png.c | 53 void get_token(FILE *pnm_file, char *token); 446 void get_token(FILE *pnm_file, char *token) 453 token[i] = (unsigned char) fgetc (pnm_file); 455 while ((token[i] == '\n') || (token[i] == '\r') || (token[i] == ' ')); 461 token[i] = (unsigned char) fgetc (pnm_file); 463 while ((token[i] != '\n') && (token[i] != '\r') && (token[i] != ' ')) 512 png_byte token[16]; local [all...] |
/frameworks/base/core/java/android/content/ |
UriMatcher.java | 143 * matched. URI nodes may be exact match string, the token "*" 144 * that matches any text, or the token "#" that matches only 162 String token = i < 0 ? authority : tokens[i]; 169 if (token.equals(child.mText)) { 177 if (token.equals("#")) { 179 } else if (token.equals("*")) { 184 child.mText = token;
|
/dalvik/libcore/xml/src/main/java/org/apache/xpath/compiler/ |
Lexer.java | 90 * Walk through the expression and build a token queue, and a map of the top-level 102 * Walk through the expression and build a token queue, and a map of the top-level 386 * Record the current position on the token queue as long as 388 * next token is added to the m_tokenQueue. 425 * Given a map pos, return the corresponding token queue pos. 429 * @return the token queue position. 440 * Reset token queue mark and m_token to a 466 * Given a string, return the corresponding keyword token. 496 * Record the current token in the passed vector. 554 * Add a token to the token queue [all...] |
OpCodes.java | 307 * [index to token] 322 * [index to namespace token, or EMPTY] 323 * [index to function name token] 350 * [index to namespace token] 351 * [index to function name token] 405 * [index to token] 493 * [index to token] 515 * [index to ns token or EMPTY] 516 * [index to name token]
|
OpMap.java | 61 * The starting size of the token queue. 66 * Amount to grow token queue when it becomes full 71 * TokenStack is the queue of used tokens. The current token is the token at the 90 * @param pos index into token queue. 92 * @return The token, normally a string. 100 * The current size of the token queue. 105 * Get size of the token queue. 107 * @return The size of the token queue.
|
/external/clearsilver/scripts/ |
cs_lint.py | 217 self.error("[1] Zero length token, unexpected character %s" % expr[0]) 220 token = expr[1:x] 223 n = int(token) 229 self.tokens.append((t_type, token)) 246 self.error("[2] Zero length token, unexpected character %s" % expr[0]) 249 token = expr[:x] 251 n = int(token) 253 self.warn("This behavior changed in version 0.9: previously this was a variable name, now its a number: %s" % token) 256 self.tokens.append((t_type, token))
|
/external/iproute2/man/man8/ |
tc-tbf.8 | 3 tbf \- Token Bucket Filter 24 The Token Bucket Filter is a classless queueing discipline available for 54 calculates the token deficit, and throttles until the first packet in the queue can be sent. 89 Token usage calculations are performed using a table which by default has a resolution of 8 packets. 98 determines the minimal token usage (specified in bytes) for a packet. Defaults to zero.
|
/external/proguard/src/proguard/ant/ |
ClassSpecificationElement.java | 213 String token = tokenizer.nextToken(); local 215 if (token.startsWith("!") ^ set) 217 String strippedToken = token.startsWith("!") ? 218 token.substring(1) : 219 token;
|
MemberSpecificationElement.java | 181 String token = tokenizer.nextToken(); local 183 if (token.startsWith("!") ^ set) 185 String strippedToken = token.startsWith("!") ? 186 token.substring(1) : 187 token;
|
/frameworks/base/core/java/android/app/backup/ |
IBackupManager.aidl | 68 void restoreAtInstall(String packageName, int token); 157 * corresponding to the given token. 159 * @param token The transaction token passed to a BackupAgent's doBackup() or 163 void opComplete(int token);
|
/packages/apps/Mms/src/com/android/mms/data/ |
Conversation.java | 523 public static void asyncDeleteObsoleteThreads(AsyncQueryHandler handler, int token) { 524 handler.startDelete(token, null, Threads.OBSOLETE_THREADS_URI, null, null); 533 * @param token The token that will be passed to onQueryComplete 535 public static void startQueryForAll(AsyncQueryHandler handler, int token) { 536 handler.cancelOperation(token); 543 handler.startQuery(token, null, sAllThreadsUri, 552 * @param token The token that will be passed to onDeleteComplete 556 public static void startDelete(AsyncQueryHandler handler, int token, boolean deleteAll [all...] |
/external/bison/data/ |
lalr1.cc | 78 /* Enabling the token table. */ 124 struct token 128 /// Token type. 129 typedef token::yytokentype token_type; 159 /// \param tok the look-ahead token. 165 /// \param yytype The token type. 172 /// \param yytype The token type. 214 /// - if positive, shift that token. 249 /// For each scanner token number, its symbol number. 257 /// Convert a scanner token number \a t to a symbol number [all...] |
/external/srec/srec/crec/ |
srec.c | 446 fsmarc_token *token; local 458 token = &(rec->fsmarc_token_array[token_index]); 459 next_token_index = token->next_token_index; 463 for (i = 0;i < token->num_hmm_states;i++) 465 if (token->cost[i] < current_prune_thresh) 472 { /*everything pruned so recylce the token*/ 484 list_head_pointer = &token->next_token_index; 505 /*this is called when we run out of room in the state token arrays and need to make more room - 554 fsmnode_token *token; local 561 token = &(rec->fsmnode_token_array[token_index]) 700 fsmnode_token *token = &(rec->fsmnode_token_array[current_token_index]); local 1529 fsmarc_token *token; local 1699 fsmnode_token *token; local [all...] |
/dalvik/docs/ |
prettify.js | 146 // token style names. correspond to css classes 147 /** token style for a string literal */ 149 /** token style for a keyword */ 151 /** token style for a comment */ 153 /** token style for a type */ 155 /** token style for a literal value. e.g. 1, null, true. */ 157 /** token style for a punctuation string. */ 159 /** token style for a punctuation string. */ 162 /** token style for an sgml tag. */ 164 /** token style for a markup declaration such as a DOCTYPE. * [all...] |