HomeSort by relevance Sort by last modified time
    Searched refs:Tokens (Results 76 - 100 of 111) sorted by null

1 2 34 5

  /external/mesa3d/docs/
MESA_multithread_makecurrent.spec 60 New Tokens
MESA_swap_frame_usage.spec 85 New Tokens
MESA_texture_signed_rgba.spec 167 6) Should the RGBA_SNORM tokens also be accepted by CopyTexImage
183 New Tokens
MESA_texture_array.spec 91 New Tokens
    [all...]
  /external/mesa3d/docs/OLD/
MESA_packed_depth_stencil.spec 59 New Tokens
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/runtime/gmaven-runtime-support/1.5/
gmaven-runtime-support-1.5.jar 
  /external/clang/include/clang-c/
Index.h 352 * the tokens parsed in the source code. These data types and functions are
813 * test.c:28: warning: extra tokens at end of #endif directive
    [all...]
  /external/clang/lib/Lex/
PPMacroExpansion.cpp 376 /// method should have no observable side-effect on the lexed tokens.
438 /// for each macro argument, the list of tokens that were provided to the
509 // If this macro expands to no tokens, don't bother to push it onto the
543 // Update the tokens location to include both its expansion and physical
581 static bool CheckMatchedBrackets(const SmallVectorImpl<Token> &Tokens) {
583 for (SmallVectorImpl<Token>::const_iterator I = Tokens.begin(),
584 E = Tokens.end();
606 /// vector of tokens in NewTokens. The new number of arguments will be placed
676 // Copy over argument tokens
718 // Read arguments as unexpanded tokens. This avoids issues, e.g., wher
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
jsilver.sablecc 25 * The lexer breaks the inbound text stream in to a sequence of tokens.
31 * into a finer grained set of tokens.
49 // These aren't actually tokens, but can be used by tokens. Avoids the
67 /* Tokens and state transitions. */
68 Tokens
137 // Tokens that are valid in multiple states
149 * Below is a BNF-like grammar of how the tokens are assembled.
164 /* Tokens from the lexer that the parser doesn't care about. */
165 Ignored Tokens
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_gs.c 99 gs->state.tokens = tgsi_dup_tokens(state->tokens);
100 if (!gs->state.tokens) {
105 tgsi_scan_shader(state->tokens, &gs->info);
476 FREE((void*) shader->state.tokens);
483 if (shader && shader->machine->Tokens != shader->state.tokens) {
485 shader->state.tokens,
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DFA.as 12 * lexer's Tokens rule DFA has 326 states roughly.
95 var c:int = input.LA(1); // -1 == \uFFFF, all tokens fit in 65000 space
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
token.rb 39 At a minimum, tokens are data structures that bind together a chunk of text and
41 text. Tokens also usually carry information about their location in the input,
45 Furthermore, ANTLR tokens are assigned a "channel" number, an extra degree of
47 tokens that have channel value 99 (the HIDDEN_CHANNEL), so you can keep things
48 like comment and white space huddled together with neighboring tokens,
51 ANTLR tokens also keep a reference to the source stream from which they
53 indicates the position of the token relative to other tokens in the stream,
87 # the index of the token with respect to other the other tokens produced during lexing
128 # Tokens are comparable by their stream index values
219 simple Struct as tokens are basically simple data structures binding together
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-trees.rb 797 Tokens = TokenScheme.build( TOKEN_NAMES )
800 @wizard = Wizard.new( :token_scheme => Tokens )
  /external/clang/lib/AST/
CommentSema.cpp 693 TokenValue Tokens[] = {
699 Tokens);
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
group-file-lexer.rb 964 1:1: Tokens : ( T__10 | T__11 | T__12 | T__13 | T__14 | T__15 | T__16 | T__17 | T__18 | T__19 | CONSTANT | ID | TEMPLATE | STRING | COMMENT | WS );
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 276 /// A source of tokens must provide a sequence of tokens via NextToken()
307 /// Where are you getting tokens from? normally the implication will simply
313 /// <summary>A stream of tokens accessing tokens from a TokenSource </summary>
325 /// I &lt; 0 indicates tokens in the past. So -1 is previous token and -2 is
326 /// two tokens ago. LT(0) is undefined. For I>=N, return Token.EOFToken.
335 /// If you don't want to buffer up tokens, then this method makes no
342 /// <summary>Return the text of all tokens from start to stop, inclusive.
343 /// If the stream does not buffer all the tokens then it can jus
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ObjC.stg 88 tokens,
160 tokens,
217 tokens,
254 #pragma mark Tokens
258 <tokens:{it | #define <it.name> <it.type>}; separator="\n">
292 tokens,
450 tokens,
481 tokens,
512 tokens,
556 #pragma mark Tokens
    [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp     [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
C.stg 84 tokens,
488 /* The 4 tokens defined below may well clash with your own #defines or token types. If so
538 tokens,
759 /** Symbolic definitions of all the tokens that the <grammarType()> will work with.
770 #ifdef Tokens
771 #undef Tokens
773 <tokens:{it | #define <it.name> <it.type>}; separator="\n">
852 tokens,
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 62 /// \brief Stores token information for comparing actual tokens with
63 /// predefined values. Only handles simple tokens and identifiers.
91 /// preprocess tokens.
93 /// Lexers know only about tokens within a single source file, and don't
112 /// An optional PTHManager object used for getting tokens from
592 /// \brief Keeps macro expanded tokens for TokenLexers.
594 /// Works like a stack; a TokenLexer adds the macro expanded tokens that is
595 /// going to lex in the cache and when it finishes the tokens are removed
607 /// Cached tokens state.
610 /// \brief Cached tokens are stored here when we do backtracking o
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc_translate.c 1364 const struct tgsi_token *tokens = fs->state.tokens; local
    [all...]
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.c 623 * Initialize machine state by expanding tokens to full instructions,
630 const struct tgsi_token *tokens,
642 tgsi_dump(tokens, 0);
651 mach->Tokens = tokens;
654 if (!tokens) {
671 k = tgsi_parse_init (&parse, mach->Tokens);
    [all...]
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.9.1/
xercesImpl-2.9.1.jar 

Completed in 1620 milliseconds

1 2 34 5