Home
last modified time | relevance | path

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

/external/deqp/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
333 void DeclarationStatement::tokenize (GeneratorState& state, TokenStream& str) const in tokenize() function in rsg::DeclarationStatement
456 void ConditionalStatement::tokenize (GeneratorState& state, TokenStream& str) const in tokenize() function in rsg::ConditionalStatement
556 void AssignStatement::tokenize (GeneratorState& state, TokenStream& str) const in tokenize() function in rsg::AssignStatement
DrsgExpression.cpp411 void FloatLiteral::tokenize (GeneratorState& state, TokenStream& str) const in tokenize() function in rsg::FloatLiteral
465 void IntLiteral::tokenize (GeneratorState& state, TokenStream& str) const in tokenize() function in rsg::IntLiteral
502 void BoolLiteral::tokenize (GeneratorState& state, TokenStream& str) const in tokenize() function in rsg::BoolLiteral
775 void ConstructorOp::tokenize (GeneratorState& state, TokenStream& str) const in tokenize() function in rsg::ConstructorOp
929 void AssignOp::tokenize (GeneratorState& state, TokenStream& str) const in tokenize() function in rsg::AssignOp
1246 void ParenOp::tokenize (GeneratorState& state, TokenStream& str) const in tokenize() function in rsg::ParenOp
1335 void SwizzleOp::tokenize (GeneratorState& state, TokenStream& str) const in tokenize() function in rsg::SwizzleOp
1545 void TexLookup::tokenize (GeneratorState& state, TokenStream& str) const in tokenize() function in rsg::TexLookup
DrsgExpression.hpp74 …void tokenize (GeneratorState& state, TokenStream& str) const { DE_UNREF(state); str << Tok… in tokenize() function in rsg::VariableAccess
DrsgBuiltinFunctions.hpp95 void UnaryBuiltinVecFunc<GetValueRangeWeight, ComputeValueRange, Evaluate>::tokenize (GeneratorStat… in tokenize() function in rsg::UnaryBuiltinVecFunc
DrsgBinaryOps.cpp93 void BinaryOp<Precedence, Assoc>::tokenize (GeneratorState& state, TokenStream& str) const in tokenize() function in rsg::BinaryOp
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DLexer.java96 void tokenize(String pat) throws javax.xml.transform.TransformerException in tokenize() method in Lexer
109 void tokenize(String pat, Vector targetStrings) in tokenize() method in Lexer
/external/swiftshader/third_party/subzero/src/
DIceRangeSpec.cpp97 std::vector<std::string> RangeSpec::tokenize(const std::string &Spec, in tokenize() function in Ice::RangeSpec
/external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
DEDInst.cpp165 int EDInst::tokenize() { in tokenize() function in EDInst
DEDToken.cpp88 int EDToken::tokenize(std::vector<EDToken*> &tokens, in tokenize() function in EDToken
/external/mesa3d/src/gallium/state_trackers/clover/llvm/
Dutil.hpp44 tokenize(const std::string &s) { in tokenize() function
/external/selinux/libsepol/src/
Dutil.c253 int hidden tokenize(char *line_buf, char delim, int num_args, ...) in tokenize() function
/external/minijail/
Dutil.c220 char *tokenize(char **stringp, const char *delim) in tokenize() function
/external/testng/src/main/java/org/testng/remote/strprotocol/
DMessageHelper.java207 private static String[] tokenize(final String message, final char separator) { in tokenize() method in MessageHelper
/external/python/cpython2/Lib/
Dtokenize.py156 def tokenize(readline, tokeneater=printtoken): function
/external/python/cpython2/Lib/lib2to3/pgen2/
Dtokenize.py160 def tokenize(readline, tokeneater=printtoken): function
/external/ply/ply/ply/
Dcpp.py182 def tokenize(self,text): member in Preprocessor
/external/webrtc/webrtc/base/
Dstringencode.cc557 size_t tokenize(const std::string& source, char delimiter, in tokenize() function
600 size_t tokenize(const std::string& source, char delimiter, char start_mark, in tokenize() function
/external/libmojo/third_party/jinja2/
Dlexer.py542 def tokenize(self, source, name=None, filename=None, state=None): member in Lexer
/external/python/cpython2/Parser/
Dspark.py65 def tokenize(self, s): member in GenericScanner
Dasdl.py61 def tokenize(self, input): member in ASDLScanner
/external/e2fsprogs/lib/support/
Ddict.c1237 static int tokenize(char *string, ...) in tokenize() function