| /external/minijail/ | 
| D | util_unittest.cc | 41 TEST(tokenize, null_stringp) {  in TEST()  argument51 TEST(tokenize, null_delim) {  in TEST()  argument
 65 TEST(tokenize, basic) {  in TEST()  argument
 76 TEST(tokenize, empty_string) {  in TEST()  argument
 85 TEST(tokenize, empty_tokens) {  in TEST()  argument
 
 | 
| /external/deqp/framework/randomshaders/ | 
| D | rsgStatement.cpp | 203 void BlockStatement::tokenize (GeneratorState& state, TokenStream& str) const  in tokenize()  function in rsg::BlockStatement219 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 | rsgShader.cpp | 93 void Shader::tokenize (GeneratorState& state, TokenStream& str) const  in tokenize()  function in rsg::Shader125 void Function::tokenize (GeneratorState& state, TokenStream& str) const  in tokenize()  function in rsg::Function
 
 | 
| D | rsgExpression.cpp | 423 void FloatLiteral::tokenize (GeneratorState& state, TokenStream& str) const  in tokenize()  function in rsg::FloatLiteral477 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
 
 | 
| /external/apache-xml/src/main/java/org/apache/xpath/compiler/ | 
| D | Lexer.java | 96   void tokenize(String pat) throws javax.xml.transform.TransformerException  in tokenize()  method in Lexer109   void tokenize(String pat, Vector targetStrings)  in tokenize()  method in Lexer
 
 | 
| /external/tflite-support/tensorflow_lite_support/custom_ops/python/ | 
| D | sentencepiece_tokenizer.py | 50   def tokenize(self, inputs):  member in SentencepieceTokenizer
 | 
| D | tflite_text_api.py | 36   def tokenize(self, input_tensor):  member in WhitespaceTokenizer
 | 
| /external/crosvm/tools/contrib/ | 
| D | refactor_use_references.py | 26 def tokenize(source: str):  function
 | 
| /external/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
 | 
| /external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/ | 
| D | hlslScanContext.cpp | 541 void HlslScanContext::tokenize(HlslToken& token)  in tokenize()  function in glslang::HlslScanContext
 | 
| /external/deqp-deps/glslang/glslang/HLSL/ | 
| D | hlslScanContext.cpp | 541 void HlslScanContext::tokenize(HlslToken& token)  in tokenize()  function in glslang::HlslScanContext
 | 
| /external/selinux/libsepol/src/ | 
| D | util.c | 257 int tokenize(char *line_buf, char delim, int num_args, ...)  in tokenize()  function
 | 
| /external/mesa3d/src/gallium/frontends/clover/util/ | 
| D | algorithm.hpp | 223    tokenize(const std::string &s) {  in tokenize()  function
 | 
| /external/ltp/lib/ | 
| D | tst_bool_expr.c | 64 static unsigned int tokenize(const char *expr, struct tst_expr_tok *last)  in tokenize()  function
 | 
| /external/deqp-deps/glslang/glslang/MachineIndependent/ | 
| D | Scan.cpp | 830 int TScanContext::tokenize(TPpContext* pp, TParserToken& token)  in tokenize()  function in glslang::TScanContext
 | 
| /external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ | 
| D | Scan.cpp | 832 int TScanContext::tokenize(TPpContext* pp, TParserToken& token)  in tokenize()  function in glslang::TScanContext
 | 
| /external/testng/src/main/java/org/testng/remote/strprotocol/ | 
| D | MessageHelper.java | 207   private static String[] tokenize(final String message, final char separator) {  in tokenize()  method in MessageHelper
 | 
| /external/mesa3d/src/amd/compiler/tests/ | 
| D | glsl_scraper.py | 203         def tokenize(f):  function
 | 
| /external/python/cpython3/Doc/whatsnew/ | 
| D | 3.8.rst | 1271 tokenize  section in Improved Modules
 | 
| /external/python/cpython2/Lib/ | 
| D | tokenize.py | 156 def tokenize(readline, tokeneater=printtoken):  function
 | 
| /external/rust/crates/grpcio-sys/grpc/src/compiler/ | 
| D | generator_helpers.h | 82 inline std::vector<std::string> tokenize(const std::string& input,  in tokenize()  function
 | 
| /external/grpc-grpc/src/compiler/ | 
| D | generator_helpers.h | 82 inline std::vector<grpc::string> tokenize(const grpc::string& input,  in tokenize()  function
 | 
| /external/python/cpython3/Lib/ | 
| D | tokenize.py | 406 def tokenize(readline):  function
 | 
| /external/python/cpython3/Lib/lib2to3/pgen2/ | 
| D | tokenize.py | 148 def tokenize(readline, tokeneater=printtoken):  function
 | 
| /external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/ | 
| D | PpScanner.cpp | 1236 int TPpContext::tokenize(TPpToken& ppToken)  in tokenize()  function in glslang::TPpContext
 |