/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
D | TestTokenRewriteStream.java | 51 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 …]
|
D | TestCommonTokenStream.java | 52 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
|
D | TestInterpretedParsing.java | 66 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/ |
D | requireprovidesorter.py | 108 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/ |
D | graw_util.c | 18 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/ |
D | jsmn.c | 9 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()
|
D | jsmn_test.c | 86 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/ |
D | PyCanonicalTest.java | 38 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/ |
D | snippet.py | 39 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/ |
D | tgsi_parse.c | 36 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()
|
D | tgsi_scan.c | 51 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()
|
D | tgsi_iterate.c | 33 const struct tgsi_token *tokens, in tgsi_iterate_shader()
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
D | Strip.java | 43 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/ |
D | vp9_treewriter.c | 13 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/ |
D | ShadowTextUtils.java | 47 public static String join(CharSequence delimiter, Iterable tokens) { in join() 52 public static String join(CharSequence delimiter, Object[] tokens) { in join()
|
/external/testng/doc/ |
D | prettify.js | 761 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/ |
D | auth_tkt.py | 95 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/ |
D | calc.c | 42 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/ |
D | template.py | 438 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/ |
D | ANTLRBufferedTokenStream.h | 41 NSMutableArray *tokens; variable
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
D | ANTLRBufferedTokenStream.h | 41 NSMutableArray *tokens; variable
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
D | ANTLRBufferedTokenStream.h | 41 NSMutableArray *tokens; variable
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRBufferedTokenStream.h | 43 __strong AMutableArray *tokens; variable
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
D | MachineProbe.java | 102 List<String> tokens = new ArrayList<String>(); in getInputSequenceDisplay() local 117 List<Token> tokens = new ArrayList<Token>(); in getGrammarLocationsForInputSequence() local
|
/external/webp/src/enc/ |
D | token.c | 114 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
|