Home
last modified time | relevance | path

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

12345678910>>...13

/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/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/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/chromium-trace/catapult/catapult_base/catapult_base/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()
/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/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/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/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/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/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/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/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/gsutil/third_party/protorpc/demos/quotas/backend/quotas/
Dservices.py89 tokens = messages.IntegerField(2, required=True) variable in QuotaCheck
300 def check_quota(self, name, tokens): argument
318 def deduct_quota(self, name, tokens): argument
/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
/external/owasp/sanitizer/src/tests/org/owasp/html/
DCssTokensTest.java46 CssTokens tokens = CssTokens.lex(s); in lex() local
57 CssTokens tokens = lex("([foo[[||]])"); in testBracketIndices() local
118 CssTokens tokens = lex(input); in testStringEscaping() local
208 CssTokens tokens = lex(input); in testIdentReencoding() local
/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/google-breakpad/src/processor/
Dbasic_source_line_resolver.cc470 vector<char*> tokens; in ParseFile() local
498 vector<char*> tokens; in ParseFunction() local
530 vector<char*> tokens; in ParseLine() local
579 vector<char*> tokens; in ParsePublicSymbol() local
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/
Drc_test_helpers.c95 struct src_tokens tokens; in init_rc_normal_src() local
222 struct dst_tokens tokens; in init_rc_normal_dst() local
321 struct inst_tokens tokens; in init_rc_normal_instruction() local
/external/caliper/caliper/src/main/java/com/google/caliper/options/
DParsedOptions.java258 List<String> tokens = splitProperty(nameAndValue); in addConfigProperty() local
330 List<String> tokens = ImmutableList.copyOf(Splitter.on('=').limit(2).split(propertyString)); in splitProperty() local
339 List<String> tokens = splitProperty(nameAndValues); in addToMultimap() local

12345678910>>...13