Home
last modified time | relevance | path

Searched defs:tokens (Results 1 – 25 of 245) sorted by relevance

12345678910

/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
DTestTokenRewriteStream.java51 TokenRewriteStream tokens = new TokenRewriteStream(lexEngine); in testInsertBeforeIndex0() local
66 TokenRewriteStream tokens = new TokenRewriteStream(lexEngine); in testInsertAfterLastIndex() local
81 TokenRewriteStream tokens = new TokenRewriteStream(lexEngine); in test2InsertBeforeAfterMiddleIndex() local
98 TokenRewriteStream tokens = new TokenRewriteStream(lexEngine); in testReplaceIndex0() local
114 TokenRewriteStream tokens = new TokenRewriteStream(lexEngine); in testReplaceLastIndex() local
130 TokenRewriteStream tokens = new TokenRewriteStream(lexEngine); in testReplaceMiddleIndex() local
151 TokenRewriteStream tokens = new TokenRewriteStream(lexEngine); in testToStringStartStop() local
186 TokenRewriteStream tokens = new TokenRewriteStream(lexEngine); in testToStringStartStop2() local
233 TokenRewriteStream tokens = new TokenRewriteStream(lexEngine); in test2ReplaceMiddleIndex() local
250 TokenRewriteStream tokens = new TokenRewriteStream(lexEngine); in test2ReplaceMiddleIndex1InsertBefore() local
[all …]
DTestCommonTokenStream.java52 BufferedTokenStream tokens = new BufferedTokenStream(lexEngine); in testFirstToken() local
73 BufferedTokenStream tokens = new BufferedTokenStream(lexEngine); in test2ndToken() local
94 BufferedTokenStream tokens = new BufferedTokenStream(lexEngine); in testCompleteBuffer() local
124 BufferedTokenStream tokens = new BufferedTokenStream(lexEngine); in testCompleteBufferAfterConsuming() local
155 BufferedTokenStream tokens = new BufferedTokenStream(lexEngine); in testLookback() local
200 CommonTokenStream tokens = new CommonTokenStream(lexer); in testOffChannel() local
DTestInterpretedParsing.java66 FilteringTokenStream tokens = new FilteringTokenStream(lexEngine); in testSimpleParse() local
101 FilteringTokenStream tokens = new FilteringTokenStream(lexEngine); in testMismatchedTokenError() local
136 FilteringTokenStream tokens = new FilteringTokenStream(lexEngine); in testMismatchedSetError() local
171 FilteringTokenStream tokens = new FilteringTokenStream(lexEngine); in testNoViableAltError() local
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
Drequireprovidesorter.py108 def _FixProvidesOrRequires(self, tokens): argument
182 def _GetRequireOrProvideTokenStrings(self, tokens): argument
205 def _GetTokensMap(self, tokens): argument
304 def _GetFixedRequireOrProvideString(self, tokens): argument
/external/mesa3d/src/gallium/targets/graw-null/
Dgraw_util.c18 struct tgsi_token tokens[1024]; in graw_parse_geometry_shader() local
32 struct tgsi_token tokens[1024]; in graw_parse_vertex_shader() local
46 struct tgsi_token tokens[1024]; in graw_parse_fragment_shader() local
/external/jsmn/
Djsmn.c9 jsmntok_t *tokens, size_t num_tokens) { in jsmn_alloc_token()
38 size_t len, jsmntok_t *tokens, size_t num_tokens) { in jsmn_parse_primitive()
87 size_t len, jsmntok_t *tokens, size_t num_tokens) { in jsmn_parse_string()
154 jsmntok_t *tokens, unsigned int num_tokens) { in jsmn_parse()
Djsmn_test.c86 jsmntok_t tokens[10]; in test_simple() local
326 jsmntok_t tokens[10]; in test_objects_arrays() local
356 jsmntok_t tokens[128]; in test_issue_22() local
388 jsmntok_t tokens[10]; in test_unicode_characters() local
434 jsmntok_t tokens[10]; in test_input_length() local
452 jsmntok_t* tokens; in test_jwk() local
586 jsmntok_t tokens[10]; in test_nonstrict() local
/external/snakeyaml/src/test/java/org/pyyaml/
DPyCanonicalTest.java38 List<Token> tokens = canonicalScan(input); in testCanonicalScanner() local
64 List<Event> tokens = canonicalParse(input); in testCanonicalParser() local
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/
Dsnippet.py39 def tokens(self): member in Snippet
97 def __init__(self, token_type, tokens): argument
133 def tokens(self): member in TokenSnippet
178 def tokens(self): member in Symbol
213 def _SnippetizeNode(node, tokens): argument
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_parse.c36 const struct tgsi_token *tokens ) in tgsi_parse_init()
306 tgsi_dup_tokens(const struct tgsi_token *tokens) in tgsi_dup_tokens()
329 tgsi_dump_tokens(const struct tgsi_token *tokens) in tgsi_dump_tokens()
Dtgsi_scan.c51 tgsi_scan_shader(const struct tgsi_token *tokens, in tgsi_scan_shader()
277 tgsi_is_passthrough_shader(const struct tgsi_token *tokens) in tgsi_is_passthrough_shader()
Dtgsi_iterate.c33 const struct tgsi_token *tokens, in tgsi_iterate_shader()
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DStrip.java43 protected TokenRewriteStream tokens; field in Strip
201 public static void ACTION(TokenRewriteStream tokens, CommonTree t) { in ACTION()
221 private static void killTrailingNewline(TokenRewriteStream tokens, int index) { in killTrailingNewline()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_treewriter.c13 static void tree2tok(struct vp9_token *tokens, const vpx_tree_index *tree, in tree2tok()
29 void vp9_tokens_from_tree(struct vp9_token *tokens, in vp9_tokens_from_tree()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowTextUtils.java47 public static String join(CharSequence delimiter, Iterable tokens) { in join()
52 public static String join(CharSequence delimiter, Object[] tokens) { in join()
/external/testng/doc/
Dprettify.js761 function PR_splitTagAttributes(tokens) { argument
875 function PR_splitSourceNodes(tokens) { argument
978 function PR_splitAttributeQuotes(tokens) { argument
1042 function PR_splitSourceAttributes(tokens) { argument
/external/chromium-trace/catapult/third_party/Paste/paste/auth/
Dauth_tkt.py95 def __init__(self, secret, userid, ip, tokens=(), user_data='', argument
193 def calculate_digest(ip, timestamp, secret, userid, tokens, user_data, argument
333 def set_user(userid, tokens='', user_data=''): argument
351 def set_user_cookie(self, environ, userid, tokens, user_data): argument
/external/llvm/tools/llvm-c-test/
Dcalc.c42 static LLVMValueRef build_from_tokens(char **tokens, int ntokens, in build_from_tokens()
113 static void handle_line(char **tokens, int ntokens) { in handle_line()
/external/chromium-trace/catapult/third_party/Paste/paste/util/
Dtemplate.py438 def trim_lex(tokens): argument
544 def parse_expr(tokens, name, context=()): argument
588 def parse_cond(tokens, name, context): argument
603 def parse_one_cond(tokens, name, context): argument
629 def parse_for(tokens, name, context): argument
663 def parse_default(tokens, name, context): argument
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRBufferedTokenStream.h41 NSMutableArray *tokens; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRBufferedTokenStream.h41 NSMutableArray *tokens; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRBufferedTokenStream.h41 NSMutableArray *tokens; variable
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRBufferedTokenStream.h43 __strong AMutableArray *tokens; variable
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DMachineProbe.java102 List<String> tokens = new ArrayList<String>(); in getInputSequenceDisplay() local
117 List<Token> tokens = new ArrayList<Token>(); in getGrammarLocationsForInputSequence() local
/external/webp/src/enc/
Dtoken.c114 VP8TBuffer* const tokens) { in VP8RecordCoeffTokens()
232 const token_t* const tokens = TOKEN_DATA(p); in VP8EmitTokens() local
258 const token_t* const tokens = TOKEN_DATA(p); in VP8EstimateTokenSize() local

12345678910