Home
last modified time | relevance | path

Searched defs:tokenize (Results 1 – 25 of 42) sorted by relevance

12

/third_party/typescript/tests/cases/compiler/
DarrayAssignmentTest6.ts12 tokenize(line:string, state:IState, includeStates:boolean):ILineTokens; method
15 public tokenize(line:string, tokens:IToken[], includeStates:boolean):ILineTokens { method in Bug
DarrayAssignmentTest5.ts18 tokenize(line:string, state:IState, includeStates:boolean):ILineTokens; method
28 public tokenize(line:string, state:IState, includeStates:boolean):ILineTokens { method in Bug
/third_party/vk-gl-cts/framework/randomshaders/
DrsgShader.cpp93 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
DrsgStatement.cpp203 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
DrsgExpression.cpp423 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/
DarrayAssignmentTest6.js29 Bug.prototype.tokenize = function (line, tokens, includeStates) { method in Bug
DarrayAssignmentTest5.js49 Bug.prototype.tokenize = function (line, state, includeStates) { method in Bug
/third_party/node/deps/npm/node_modules/diff/lib/diff/
Dsentence.js34 sentenceDiff.tokenize = function (value) { function
Darray.js34 arrayDiff.tokenize = function (value) { function
Dcss.js34 cssDiff.tokenize = function (value) { function
Dline.js41 lineDiff.tokenize = function (value) { function
Dword.js70 wordDiff.tokenize = function (value) { function
/third_party/openssl/
DConfigure3561 sub tokenize { subroutine
/third_party/node/deps/openssl/openssl/
DConfigure3566 sub tokenize { subroutine
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceRangeSpec.cpp97 std::vector<std::string> RangeSpec::tokenize(const std::string &Spec, in tokenize() function in Ice::RangeSpec
/third_party/glslang/glslang/HLSL/
DhlslScanContext.cpp542 void HlslScanContext::tokenize(HlslToken& token) in tokenize() function in glslang::HlslScanContext
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/
Dtokenize.js78 function tokenize(input) { function
/third_party/node/deps/acorn/acorn/dist/
Dbin.js26 …s = [], forceFileName = false, fileMode = false, silent = false, compact = false, tokenize = false; variable
/third_party/node/deps/npm/node_modules/diff/dist/
Ddiff.min.js1 …),!0):e}s=this.castInput(s),a=this.castInput(a),s=this.removeEmpty(this.tokenize(s));var f=(a=this… function
Ddiff.js364 wordDiff.tokenize = function (value) { function
392 lineDiff.tokenize = function (value) { function
435 sentenceDiff.tokenize = function (value) { function
445 cssDiff.tokenize = function (value) { function
/third_party/node/deps/npm/node_modules/diff/lib/
Dindex.es6.js358 wordDiff.tokenize = function (value) { function
386 lineDiff.tokenize = function (value) { function
429 sentenceDiff.tokenize = function (value) { function
439 cssDiff.tokenize = function (value) { function
640 arrayDiff.tokenize = function (value) { function
Dindex.mjs358 wordDiff.tokenize = function (value) { function
386 lineDiff.tokenize = function (value) { function
429 sentenceDiff.tokenize = function (value) { function
439 cssDiff.tokenize = function (value) { function
640 arrayDiff.tokenize = function (value) { function
/third_party/selinux/libsepol/src/
Dutil.c257 int tokenize(char *line_buf, char delim, int num_args, ...) in tokenize() function
/third_party/mesa3d/src/gallium/frontends/clover/util/
Dalgorithm.hpp223 tokenize(const std::string &s) { in tokenize() function
/third_party/glslang/glslang/MachineIndependent/
DScan.cpp824 int TScanContext::tokenize(TPpContext* pp, TParserToken& token) in tokenize() function in glslang::TScanContext

12