Searched defs:tokens (Results 1 - 25 of 405) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_iterate.c33 const struct tgsi_token *tokens,
38 if (tgsi_parse_init( &parse, tokens ) != TGSI_PARSE_OK)
32 tgsi_iterate_shader( const struct tgsi_token *tokens, struct tgsi_iterate_context *ctx ) argument
/external/ply/ply/test/
H A Dlex_empty.py10 tokens = [ variable
H A Dyacc_rr_unused.py12 tokens = ('A', 'B', 'C') variable
H A Dlex_error1.py10 tokens = [ variable
H A Dlex_hedit.py6 # These tokens can't be easily tokenized because they are of the following
14 # such tokens
21 tokens = ( variable
H A Dlex_literal1.py10 tokens = [ variable
H A Dlex_literal2.py10 tokens = [ variable
H A Dlex_literal3.py11 tokens = [ variable
H A Dlex_many_tokens.py3 # Test lex's ability to handle a large number of tokens (beyond the
11 tokens = ["TOK%d" % i for i in range(1000)] variable
13 for tok in tokens:
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRBufferedTokenStream.h41 NSMutableArray *tokens; variable
46 /** The index into the tokens list of the current token (next token
47 * to consume). tokens[p] should be LT(1). p=-1 indicates need
57 @property (retain, getter=getTokens,setter=setTokens) NSMutableArray *tokens; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRBufferedTokenStream.h41 NSMutableArray *tokens; variable
46 /** The index into the tokens list of the current token (next token
47 * to consume). tokens[p] should be LT(1). p=-1 indicates need
57 @property (retain, getter=getTokens,setter=setTokens) NSMutableArray *tokens; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRBufferedTokenStream.h41 NSMutableArray *tokens; variable
46 /** The index into the tokens list of the current token (next token
47 * to consume). tokens[p] should be LT(1). p=-1 indicates need
57 @property (retain, getter=getTokens,setter=setTokens) NSMutableArray *tokens; variable
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRBufferedTokenStream.h43 __strong AMutableArray *tokens; variable
48 /** The index into the tokens list of the current token (next token
49 * to consume). tokens[index] should be LT(1). index=-1 indicates need
59 @property (retain, getter=getTokens,setter=setTokens:) AMutableArray *tokens; variable
/external/avb/libavb/
H A Davb_cmdline.h49 char* tokens[AVB_MAX_NUM_CMDLINE_SUBST]; member in struct:AvbCmdlineSubstList
/external/ply/ply/example/hedit/
H A Dhedit.py6 # These tokens can't be easily tokenized because they are of the following
14 # such tokens
21 tokens = ( variable
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/tokens/
H A DAnchorTokenTest.java16 package org.yaml.snakeyaml.tokens;
21 import org.yaml.snakeyaml.tokens.Token.ID;
H A DBlockEndTokenTest.java16 package org.yaml.snakeyaml.tokens;
21 import org.yaml.snakeyaml.tokens.Token.ID;
H A DBlockEntryTokenTest.java16 package org.yaml.snakeyaml.tokens;
21 import org.yaml.snakeyaml.tokens.Token.ID;
H A DBlockSequenceStartTokenTest.java16 package org.yaml.snakeyaml.tokens;
21 import org.yaml.snakeyaml.tokens.Token.ID;
H A DDocumentEndTokenTest.java16 package org.yaml.snakeyaml.tokens;
21 import org.yaml.snakeyaml.tokens.Token.ID;
H A DDocumentStartTokenTest.java16 package org.yaml.snakeyaml.tokens;
21 import org.yaml.snakeyaml.tokens.Token.ID;
H A DFlowEntryTokenTest.java16 package org.yaml.snakeyaml.tokens;
21 import org.yaml.snakeyaml.tokens.Token.ID;
H A DFlowMappingStartTokenTest.java16 package org.yaml.snakeyaml.tokens;
21 import org.yaml.snakeyaml.tokens.Token.ID;
H A DFlowSequenceStartTokenTest.java16 package org.yaml.snakeyaml.tokens;
21 import org.yaml.snakeyaml.tokens.Token.ID;
H A DStreamStartTokenTest.java16 package org.yaml.snakeyaml.tokens;
21 import org.yaml.snakeyaml.tokens.Token.ID;

Completed in 240 milliseconds

1234567891011>>