/external/minijail/tools/ |
D | parser.py | 256 def _parse_constant(self, tokens): argument 281 def parse_value(self, tokens): argument 310 def _parse_atom(self, tokens): argument 331 def _parse_clause(self, tokens): argument 344 def parse_argument_expression(self, tokens): argument 367 def _parse_default_action(self, tokens): argument 394 def parse_action(self, tokens): argument 426 def _parse_single_filter(self, tokens): argument 444 def parse_filter(self, tokens): argument 465 def _parse_key_value_pair(self, tokens): argument [all …]
|
/external/antlr/tool/src/test/java/org/antlr/test/ |
D | TestTokenRewriteStream.java | 53 TokenRewriteStream tokens = new TokenRewriteStream(lexEngine); in testInsertBeforeIndex0() local 68 TokenRewriteStream tokens = new TokenRewriteStream(lexEngine); in testInsertAfterLastIndex() local 83 TokenRewriteStream tokens = new TokenRewriteStream(lexEngine); in test2InsertBeforeAfterMiddleIndex() local 100 TokenRewriteStream tokens = new TokenRewriteStream(lexEngine); in testReplaceIndex0() local 116 TokenRewriteStream tokens = new TokenRewriteStream(lexEngine); in testReplaceLastIndex() local 132 TokenRewriteStream tokens = new TokenRewriteStream(lexEngine); in testReplaceMiddleIndex() local 153 TokenRewriteStream tokens = new TokenRewriteStream(lexEngine); in testToStringStartStop() local 188 TokenRewriteStream tokens = new TokenRewriteStream(lexEngine); in testToStringStartStop2() local 235 TokenRewriteStream tokens = new TokenRewriteStream(lexEngine); in test2ReplaceMiddleIndex() local 252 TokenRewriteStream tokens = new TokenRewriteStream(lexEngine); in test2ReplaceMiddleIndex1InsertBefore() local [all …]
|
D | TestCommonTokenStream.java | 54 BufferedTokenStream tokens = new BufferedTokenStream(lexEngine); in testFirstToken() local 75 BufferedTokenStream tokens = new BufferedTokenStream(lexEngine); in test2ndToken() local 96 BufferedTokenStream tokens = new BufferedTokenStream(lexEngine); in testCompleteBuffer() local 126 BufferedTokenStream tokens = new BufferedTokenStream(lexEngine); in testCompleteBufferAfterConsuming() local 157 BufferedTokenStream tokens = new BufferedTokenStream(lexEngine); in testLookback() local 204 CommonTokenStream tokens = new CommonTokenStream(lexer); in testOffChannel() local
|
D | TestInterpretedParsing.java | 68 FilteringTokenStream tokens = new FilteringTokenStream(lexEngine); in testSimpleParse() local 103 FilteringTokenStream tokens = new FilteringTokenStream(lexEngine); in testMismatchedTokenError() local 138 FilteringTokenStream tokens = new FilteringTokenStream(lexEngine); in testMismatchedSetError() local 173 FilteringTokenStream tokens = new FilteringTokenStream(lexEngine); in testNoViableAltError() local
|
/external/libtextclassifier/annotator/duration/ |
D | duration_test.cc | 141 std::vector<Token> tokens = Tokenize(text); in TEST_F() local 160 std::vector<Token> tokens = Tokenize(text); in TEST_F() local 179 std::vector<Token> tokens = Tokenize(text); in TEST_F() local 197 std::vector<Token> tokens = Tokenize(text); in TEST_F() local 216 std::vector<Token> tokens = Tokenize(text); in TEST_F() local 235 std::vector<Token> tokens = Tokenize(text); in TEST_F() local 255 std::vector<Token> tokens = Tokenize(text); in TEST_F() local 274 std::vector<Token> tokens = Tokenize(text); in TEST_F() local 292 std::vector<Token> tokens = Tokenize(text); in TEST_F() local 303 std::vector<Token> tokens = Tokenize(text); in TEST_F() local
|
/external/libtextclassifier/annotator/ |
D | feature-processor_test.cc | 87 std::vector<Token> tokens{Token("Hělló", 0, 5), in TEST_F() local 104 std::vector<Token> tokens{Token("Hělló", 0, 5), in TEST_F() local 120 std::vector<Token> tokens{Token("Hělló", 0, 5), in TEST_F() local 136 std::vector<Token> tokens{Token("Hělló", 0, 5), in TEST_F() local 151 std::vector<Token> tokens{Token("Hělló", 0, 5), in TEST_F() local 178 std::vector<Token> tokens = {Token("Fiřst", 0, 5), in TEST_F() local 203 std::vector<Token> tokens = {Token("Fiřst", 0, 5), in TEST_F() local 228 std::vector<Token> tokens = {Token("Fiřst", 0, 5), in TEST_F() local 253 std::vector<Token> tokens = {Token("Fiřst", 0, 5), in TEST_F() local 278 std::vector<Token> tokens = {Token("Fiřst", 0, 5), in TEST_F() local [all …]
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_parse.c | 36 const struct tgsi_token *tokens ) in tgsi_parse_init() 275 tgsi_dup_tokens(const struct tgsi_token *tokens) in tgsi_dup_tokens() 301 tgsi_free_tokens(const struct tgsi_token *tokens) in tgsi_free_tokens() 308 tgsi_dump_tokens(const struct tgsi_token *tokens) in tgsi_dump_tokens() 323 tgsi_get_processor_type(const struct tgsi_token *tokens) in tgsi_get_processor_type()
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_compiler.c | 38 nv30_fp(int chipset, struct tgsi_token tokens[], in nv30_fp() 51 nv30_vp(int chipset, struct tgsi_token tokens[], in nv30_vp() 65 nv30_codegen(int chipset, int type, struct tgsi_token tokens[], in nv30_codegen() 105 nouveau_codegen(int chipset, int type, struct tgsi_token tokens[], in nouveau_codegen() 141 struct tgsi_token tokens[4096]; in main() local
|
/external/mesa3d/src/gallium/targets/graw-null/ |
D | graw_util.c | 19 struct tgsi_token tokens[1024]; in graw_parse_geometry_shader() local 34 struct tgsi_token tokens[1024]; in graw_parse_vertex_shader() local 49 struct tgsi_token tokens[1024]; in graw_parse_fragment_shader() local
|
/external/jsmn/ |
D | jsmn.c | 7 jsmntok_t *tokens, size_t num_tokens) { in jsmn_alloc_token() 36 size_t len, jsmntok_t *tokens, size_t num_tokens) { in jsmn_parse_primitive() 85 size_t len, jsmntok_t *tokens, size_t num_tokens) { in jsmn_parse_string() 152 jsmntok_t *tokens, unsigned int num_tokens) { in jsmn_parse()
|
/external/ply/ply/ply/ |
D | cpp.py | 26 tokens = ( variable 314 def tokenstrip(self,tokens): argument 489 def expand_macros(self,tokens,expanded=None): argument 561 def evalexpr(self,tokens): argument 751 def include(self,tokens): argument 800 def define(self,tokens): argument 870 def undef(self,tokens): argument
|
/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/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_parse.c | 36 const struct tgsi_token *tokens ) in tgsi_parse_init() 277 tgsi_dup_tokens(const struct tgsi_token *tokens) in tgsi_dup_tokens() 300 tgsi_dump_tokens(const struct tgsi_token *tokens) in tgsi_dump_tokens()
|
/external/tensorflow/tensorflow/compiler/xla/tools/ |
D | interactive_graphviz.cc | 176 void DoBackendConfigCommand(const std::vector<string>& tokens) { in DoBackendConfigCommand() 191 const std::vector<string>& tokens) { in DoListComputationsCommand() 212 void DoListCommand(const HloModule& module, const std::vector<string>& tokens) { in DoListCommand() 244 void DoInfoCommand(const HloModule& module, const std::vector<string>& tokens) { in DoInfoCommand() 341 absl::Span<const string> tokens) { in DoExtractCommand() 472 const std::vector<string>& tokens) { in DoAllPathsCommand() 519 const std::vector<string>& tokens) { in DoAllPathsCommand() 606 std::vector<string> tokens = absl::StrSplit(line, ' ', absl::SkipEmpty()); in DoAllPathsCommand() 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/skia/src/sksl/ |
D | SkSLCPPUniformCTypes.cpp | 20 static String eval_template(const String& format, const std::vector<String>& tokens, in eval_template() 90 std::vector<String> tokens = { "newVar", "oldVar" }; in dirtyExpression() local 100 std::vector<String> tokens = { "newVar", "oldVar" }; in saveState() local 110 std::vector<String> tokens = { "pdman", "uniform", "var" }; in setUniform() local
|
/external/skqp/src/sksl/ |
D | SkSLCPPUniformCTypes.cpp | 20 static String eval_template(const String& format, const std::vector<String>& tokens, in eval_template() 90 std::vector<String> tokens = { "newVar", "oldVar" }; in dirtyExpression() local 100 std::vector<String> tokens = { "newVar", "oldVar" }; in saveState() local 110 std::vector<String> tokens = { "pdman", "uniform", "var" }; in setUniform() local
|
/external/libtextclassifier/utils/ |
D | tokenizer_test.cc | 174 std::vector<Token> tokens = tokenizer.Tokenize("Hello world!"); in TEST() local 343 std::vector<Token> tokens; in TEST() local 372 std::vector<Token> tokens = tokenizer.Tokenize("พระบาทสมเด็จพระปรมิ"); in TEST() local 387 std::vector<Token> tokens = tokenizer.Tokenize("พระบาท สมเด็จ พระ ปร มิ"); in TEST() local 440 std::vector<Token> tokens = tokenizer.Tokenize( in TEST() local
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ |
D | ParseResult.java | 19 private final Optional<List<Token>> tokens; field in ParseResult 28 …ParseResult(Optional<T> result, List<Problem> problems, Optional<List<Token>> tokens, Optional<Com… in ParseResult()
|
/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/antlr/tool/src/main/java/org/antlr/tool/ |
D | Strip.java | 43 protected TokenRewriteStream tokens; field in Strip 214 public static void ACTION(TokenRewriteStream tokens, CommonTree t) { in ACTION() 234 private static void killTrailingNewline(TokenRewriteStream tokens, int index) { in killTrailingNewline()
|
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/ |
D | data_spec.h | 42 std::vector<string> tokens = tensorflow::str_util::Split(serialized, ' '); in ParseFromString() local 79 std::vector<string> tokens = tensorflow::str_util::Split(serialized, "[]"); in ParseFromString() local 120 std::vector<string> tokens = tensorflow::str_util::Split(cols, "{}"); in ParseColumns() local
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ |
D | ParseResult.java | 39 private final List<JavaToken> tokens; field in ParseResult 49 …public ParseResult(T result, List<Problem> problems, List<JavaToken> tokens, CommentsCollection co… in ParseResult()
|
/external/ply/ply/test/ |
D | lex_empty.py | 10 tokens = [ variable
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_state_tgsi_transform.c | 65 const struct tgsi_token *tokens) in emulate_point_sprite() 196 const struct tgsi_token *tokens; in add_point_sprite_shader() local
|