Home
last modified time | relevance | path

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

12345678910>>...17

/external/minijail/tools/
Dparser.py256 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/
DTestTokenRewriteStream.java53 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 …]
DTestCommonTokenStream.java54 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
DTestInterpretedParsing.java68 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/
Dduration_test.cc141 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/
Dfeature-processor_test.cc87 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/
Dtgsi_parse.c36 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/
Dnouveau_compiler.c38 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/
Dgraw_util.c19 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/
Djsmn.c7 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/
Dcpp.py26 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/
DPyCanonicalTest.java38 List<Token> tokens = canonicalScan(input); in testCanonicalScanner() local
64 List<Event> tokens = canonicalParse(input); in testCanonicalParser() local
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_parse.c36 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/
Dinteractive_graphviz.cc176 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/
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/skia/src/sksl/
DSkSLCPPUniformCTypes.cpp20 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/
DSkSLCPPUniformCTypes.cpp20 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/
Dtokenizer_test.cc174 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/
DParseResult.java19 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/
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/antlr/tool/src/main/java/org/antlr/tool/
DStrip.java43 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/
Ddata_spec.h42 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/
DParseResult.java39 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/
Dlex_empty.py10 tokens = [ variable
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_state_tgsi_transform.c65 const struct tgsi_token *tokens) in emulate_point_sprite()
196 const struct tgsi_token *tokens; in add_point_sprite_shader() local

12345678910>>...17