/third_party/typescript/tests/cases/compiler/ |
D | arrayAssignmentTest6.ts | 12 tokenize(line:string, state:IState, includeStates:boolean):ILineTokens; method 15 public tokenize(line:string, tokens:IToken[], includeStates:boolean):ILineTokens { method in Bug
|
D | arrayAssignmentTest5.ts | 18 tokenize(line:string, state:IState, includeStates:boolean):ILineTokens; method 28 public tokenize(line:string, state:IState, includeStates:boolean):ILineTokens { method in Bug
|
/third_party/mindspore/tests/st/fl/albert/src/ |
D | tokenization.py | 103 def tokenize(self, text): member in BertTokenizer 179 def tokenize(self, text): member in BasicTokenizer 295 def tokenize(self, text): member in WordpieceTokenizer 400 def tokenize(self, text): member in CustomizedBasicTokenizer 473 def tokenize(self, text): member in CustomizedTokenizer 499 def tokenize(self, text): member in CustomizedTextBasicTokenizer
|
/third_party/vk-gl-cts/framework/randomshaders/ |
D | rsgShader.cpp | 93 void Shader::tokenize (GeneratorState& state, TokenStream& str) const in tokenize() function in rsg::Shader 125 void Function::tokenize (GeneratorState& state, TokenStream& str) const in tokenize() function in rsg::Function
|
D | rsgStatement.cpp | 203 void BlockStatement::tokenize (GeneratorState& state, TokenStream& str) const in tokenize() function in rsg::BlockStatement 219 void ExpressionStatement::tokenize (GeneratorState& state, TokenStream& str) const in tokenize() function in rsg::ExpressionStatement 332 void DeclarationStatement::tokenize (GeneratorState& state, TokenStream& str) const in tokenize() function in rsg::DeclarationStatement 455 void ConditionalStatement::tokenize (GeneratorState& state, TokenStream& str) const in tokenize() function in rsg::ConditionalStatement 555 void AssignStatement::tokenize (GeneratorState& state, TokenStream& str) const in tokenize() function in rsg::AssignStatement
|
D | rsgExpression.cpp | 423 void FloatLiteral::tokenize (GeneratorState& state, TokenStream& str) const in tokenize() function in rsg::FloatLiteral 477 void IntLiteral::tokenize (GeneratorState& state, TokenStream& str) const in tokenize() function in rsg::IntLiteral 527 void BoolLiteral::tokenize (GeneratorState& state, TokenStream& str) const in tokenize() function in rsg::BoolLiteral 800 void ConstructorOp::tokenize (GeneratorState& state, TokenStream& str) const in tokenize() function in rsg::ConstructorOp 954 void AssignOp::tokenize (GeneratorState& state, TokenStream& str) const in tokenize() function in rsg::AssignOp 1271 void ParenOp::tokenize (GeneratorState& state, TokenStream& str) const in tokenize() function in rsg::ParenOp 1365 void SwizzleOp::tokenize (GeneratorState& state, TokenStream& str) const in tokenize() function in rsg::SwizzleOp 1575 void TexLookup::tokenize (GeneratorState& state, TokenStream& str) const in tokenize() function in rsg::TexLookup
|
/third_party/typescript/tests/baselines/reference/ |
D | arrayAssignmentTest6.js | 29 Bug.prototype.tokenize = function (line, tokens, includeStates) { method in Bug
|
D | arrayAssignmentTest5.js | 49 Bug.prototype.tokenize = function (line, state, includeStates) { method in Bug
|
/third_party/boost/boost/range/adaptor/ |
D | tokenized.hpp | 122 tokenize(BidirectionalRange& rng, const Regex& reg, const Submatch& sub, Flag f) in tokenize() function 129 tokenize(const BidirectionalRange& rng, const Regex& reg, const Submatch& sub, Flag f) in tokenize() function
|
/third_party/node/deps/acorn/acorn/dist/ |
D | bin.js | 7 var infile, forceFile, silent = false, compact = false, tokenize = false; variable
|
/third_party/boost/boost/spirit/home/lex/ |
D | tokenize_and_parse.hpp | 297 tokenize(Iterator& first, Iterator last, Lexer const& lex, F f in tokenize() function 315 tokenize(Iterator& first, Iterator last, Lexer const& lex in tokenize() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceRangeSpec.cpp | 97 std::vector<std::string> RangeSpec::tokenize(const std::string &Spec, in tokenize() function in Ice::RangeSpec
|
/third_party/glslang/glslang/HLSL/ |
D | hlslScanContext.cpp | 461 void HlslScanContext::tokenize(HlslToken& token) in tokenize() function in glslang::HlslScanContext
|
/third_party/parse5/test/utils/ |
D | generate-tokenization-tests.js | 60 function tokenize(createTokenSource, chunks, initialState, lastStartTag) { function
|
/third_party/boost/libs/coroutine/example/asymmetric/ |
D | chaining.cpp | 28 void tokenize(coro_t::push_type& sink, coro_t::pull_type& source) in tokenize() function
|
/third_party/selinux/libsepol/src/ |
D | util.c | 252 int tokenize(char *line_buf, char delim, int num_args, ...) in tokenize() function
|
/third_party/mindspore/mindspore/lite/java/java/fl_client/src/main/java/com/mindspore/flclient/model/ |
D | CustomTokenizer.java | 299 public List<Integer> tokenize(String text, boolean isTrainMode) { in tokenize() method in CustomTokenizer
|
/third_party/mesa3d/src/gallium/frontends/clover/util/ |
D | algorithm.hpp | 223 tokenize(const std::string &s) { in tokenize() function
|
/third_party/glslang/glslang/MachineIndependent/ |
D | Scan.cpp | 782 int TScanContext::tokenize(TPpContext* pp, TParserToken& token) in tokenize() function in glslang::TScanContext
|
/third_party/ltp/lib/ |
D | tst_bool_expr.c | 64 static unsigned int tokenize(const char *expr, struct tst_expr_tok *last) in tokenize() function
|
/third_party/mesa3d/src/amd/compiler/tests/ |
D | glsl_scraper.py | 203 def tokenize(f): function
|
/third_party/python/Doc/whatsnew/ |
D | 3.8.rst | 1271 tokenize section in Improved Modules
|
/third_party/glslang/glslang/MachineIndependent/preprocessor/ |
D | PpScanner.cpp | 1133 int TPpContext::tokenize(TPpToken& ppToken) in tokenize() function in glslang::TPpContext
|
/third_party/grpc/src/compiler/ |
D | generator_helpers.h | 82 inline std::vector<std::string> tokenize(const std::string& input, in tokenize() function
|
/third_party/python/Lib/lib2to3/pgen2/ |
D | tokenize.py | 148 def tokenize(readline, tokeneater=printtoken): function
|