Home
last modified time | relevance | path

Searched defs:new_token (Results 1 – 6 of 6) sorted by relevance

/external/antlr/runtime/Ruby/test/unit/
Dtest-trees.rb302 def new_token(type, opts = {}) method in TestTreeNodeStream
446 def new_token(type, opts = {}) method in TestCommonTreeNodeStream
782 def new_token(type, opts = {}) method in TestCommonTree
Dtest-streams.rb404 def new_token(type, opts = {}) method in TestCommonTokenStream
/external/python/oauth2client/tests/contrib/
Dtest_multiprocess_file_storage.py66 def _generate_token_response_http(new_token='new_token'): argument
/external/libtextclassifier/utils/
Dtokenizer.cc120 Token new_token("", 0, 0); in InternalTokenize() local
/external/mesa3d/src/compiler/glsl/glcpp/
Dglcpp-parse.y1035 token_t *new_token = linear_alloc_child(parser->linalloc, sizeof(token_t)); in _token_list_copy() local
1792 token_t *new_token; in _glcpp_parser_expand_function() local
/external/libtextclassifier/annotator/
Dfeature-processor.cc119 Token new_token(token_word.UTF8Substring(last_start, split_point), in SplitTokensOnSelectionBoundaries() local