/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.frameworkadmin.equinox_1.0.200.v20100505.jar | |
org.eclipse.pde.core_3.6.1.v20100902_r361.jar | |
/external/smali/smali/src/main/antlr3/ |
smaliParser.g | 36 tokens { 37 //Lexer tokens 170 //A couple of generated types that we remap other tokens to, to simplify the generated AST 174 //I_* tokens are imaginary tokens used as parent AST nodes [all...] |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/commons/commons-exec/1.2/ |
commons-exec-1.2.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20130327-2119.jar | |
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-exec/1.1/ |
commons-exec-1.1.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20130327-2119.jar | |
/external/antlr/antlr-3.4/lib/ |
antlr-3.4-complete.jar | |
/prebuilts/misc/common/antlr/ |
antlr-3.4-complete.jar | |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
recognizers.rb | 77 holds newly constructed tokens for lexer rules 534 # rule invocation, the parser pushes the set of tokens that can 537 # enclosing rule. This local follow set only includes tokens 545 # thing to do is to consume tokens until you see something that 547 # You don't want the exact set of viable next tokens because the 549 # rest of the input looking for one of the missing tokens. 561 # At each rule invocation, the set of tokens that could follow 586 # all context-sensitive FOLLOW sets--the set of all tokens that 588 # resync to one of those tokens. Note that FOLLOW(c)='^' and if 677 # over the tokens returned for missing tokens. Mostly [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/ |
wizard.rb | 330 TokenScheme.build( options[ :token_class ], options[ :tokens ] )
|
/external/bison/data/ |
yacc.c | 229 /* Number of tokens to shift before error messages enabled. */ 981 the exact set of tokens that would be syntactically acceptable in the [all...] |
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
ecmalintrules.py | 39 from closure_linter.common import tokens namespace 87 # Acceptable tokens to remove for line too long testing. 112 # and DOC_FLAG tokens. 281 # This check is for object literal end block tokens, but there is no need [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/ |
tgsi_ureg.h | 113 /* Free the tokens created by ureg_get_tokens() */ 114 void ureg_free_tokens( const struct tgsi_token *tokens ); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_dump_state.c | 436 tgsi_dump_str(state->tokens, 0, str, sizeof(str)); 440 util_dump_member_begin(stream, "tokens");
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/ |
nvc0_program.c | 557 info->bin.source = (void *)prog->pipe.tokens;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
r600_pipe.h | 224 struct tgsi_token *tokens; member in struct:r600_pipe_shader_selector
|
/external/chromium_org/tools/idl_parser/ |
idl_parser.py | 947 self.tokens = lexer.KnownTokens() [all...] |
/external/clang/include/clang/Lex/ |
Preprocessor.h | 61 /// \brief Stores token information for comparing actual tokens with 62 /// predefined values. Only handles simple tokens and identifiers. 83 /// preprocess tokens. 85 /// Lexers know only about tokens within a single source file, and don't 103 /// An optional PTHManager object used for getting tokens from 397 /// \brief Keeps macro expanded tokens for TokenLexers. 399 /// Works like a stack; a TokenLexer adds the macro expanded tokens that is 400 /// going to lex in the cache and when it finishes the tokens are removed 412 private: // Cached tokens state. 415 /// \brief Cached tokens are stored here when we do backtracking o [all...] |
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_ureg.h | 113 /* Free the tokens created by ureg_get_tokens() */ 114 void ureg_free_tokens( const struct tgsi_token *tokens ); [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_dump_state.c | 436 tgsi_dump_str(state->tokens, 0, str, sizeof(str)); 440 util_dump_member_begin(stream, "tokens");
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
nvc0_program.c | 557 info->bin.source = (void *)prog->pipe.tokens;
|
/external/mesa3d/src/gallium/drivers/r600/ |
r600_pipe.h | 224 struct tgsi_token *tokens; member in struct:r600_pipe_shader_selector
|
/external/owasp/sanitizer/tools/findbugs/lib/ |
commons-lang-2.6.jar | |
/external/wpa_supplicant_8/src/wps/ |
wps_registrar.c | 49 static void wps_free_nfc_pw_tokens(struct dl_list *tokens, u16 pw_id) 52 dl_list_for_each_safe(token, prev, tokens, struct wps_nfc_pw_token, 60 static struct wps_nfc_pw_token * wps_get_nfc_pw_token(struct dl_list *tokens, 64 dl_list_for_each(token, tokens, struct wps_nfc_pw_token, list) { [all...] |