/aosp_15_r20/external/minijail/ |
H A D | util_unittest.cc | 41 TEST(tokenize, null_stringp) { in TEST() argument 51 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
|
/aosp_15_r20/external/deqp/framework/randomshaders/ |
H A D | rsgStatement.cpp | 207 void BlockStatement::tokenize(GeneratorState &state, TokenStream &str) const in tokenize() function in rsg::BlockStatement 223 void ExpressionStatement::tokenize(GeneratorState &state, TokenStream &str) const in tokenize() function in rsg::ExpressionStatement 336 void DeclarationStatement::tokenize(GeneratorState &state, TokenStream &str) const in tokenize() function in rsg::DeclarationStatement 460 void ConditionalStatement::tokenize(GeneratorState &state, TokenStream &str) const in tokenize() function in rsg::ConditionalStatement 560 void AssignStatement::tokenize(GeneratorState &state, TokenStream &str) const in tokenize() function in rsg::AssignStatement
|
H A D | rsgExpression.cpp | 422 void FloatLiteral::tokenize(GeneratorState &state, TokenStream &str) const in tokenize() function in rsg::FloatLiteral 476 void IntLiteral::tokenize(GeneratorState &state, TokenStream &str) const in tokenize() function in rsg::IntLiteral 524 void BoolLiteral::tokenize(GeneratorState &state, TokenStream &str) const in tokenize() function in rsg::BoolLiteral 854 void ConstructorOp::tokenize(GeneratorState &state, TokenStream &str) const in tokenize() function in rsg::ConstructorOp 1016 void AssignOp::tokenize(GeneratorState &state, TokenStream &str) const in tokenize() function in rsg::AssignOp 1340 void ParenOp::tokenize(GeneratorState &state, TokenStream &str) const in tokenize() function in rsg::ParenOp 1437 void SwizzleOp::tokenize(GeneratorState &state, TokenStream &str) const in tokenize() function in rsg::SwizzleOp 1654 void TexLookup::tokenize(GeneratorState &state, TokenStream &str) const in tokenize() function in rsg::TexLookup
|
H A D | rsgShader.cpp | 90 void Shader::tokenize(GeneratorState &state, TokenStream &str) const in tokenize() function in rsg::Shader 123 void Function::tokenize(GeneratorState &state, TokenStream &str) const in tokenize() function in rsg::Function
|
/aosp_15_r20/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/ |
H A D | HidItem.cpp | 49 std::vector<HidItem> HidItem::tokenize(const uint8_t *begin, size_t size) { in tokenize() function in HidUtil::HidItem 56 std::vector<HidItem> HidItem::tokenize(const std::vector<uint8_t> &descriptor) { in tokenize() function in HidUtil::HidItem 63 std::vector<HidItem> HidItem::tokenize(std::istream &is) { in tokenize() function in HidUtil::HidItem
|
/aosp_15_r20/frameworks/base/core/java/android/text/util/ |
H A D | Rfc822Tokenizer.java | 45 public static void tokenize(CharSequence text, Collection<Rfc822Token> out) { in tokenize() method in Rfc822Tokenizer 171 public static Rfc822Token[] tokenize(CharSequence text) { in tokenize() method in Rfc822Tokenizer
|
/aosp_15_r20/frameworks/base/core/java/android/database/sqlite/ |
H A D | SQLiteTokenizer.java | 77 public static List<String> tokenize(@Nullable String sql, int options) { in tokenize() method in SQLiteTokenizer 89 public static void tokenize(@Nullable String sql, int options, Consumer<String> checker) { in tokenize() method in SQLiteTokenizer
|
/aosp_15_r20/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
D | SQLiteTokenizer.java | 77 public static List<String> tokenize(@Nullable String sql, int options) { in tokenize() method in SQLiteTokenizer 89 public static void tokenize(@Nullable String sql, int options, Consumer<String> checker) { in tokenize() method in SQLiteTokenizer
|
/aosp_15_r20/packages/providers/MediaProvider/src/com/android/providers/media/util/ |
D | SQLiteTokenizer.java | 77 public static List<String> tokenize(@Nullable String sql, int options) { in tokenize() method in SQLiteTokenizer 89 public static void tokenize(@Nullable String sql, int options, Consumer<String> checker) { in tokenize() method in SQLiteTokenizer
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/include/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
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
H A D | Lexer.java | 96 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
|
/aosp_15_r20/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
D | LevenshteinSuggestionFormatter.kt | 91 fun tokenize(seq: String?): Array<Token?> { in tokenize() method
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/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
|
/aosp_15_r20/frameworks/base/media/java/android/media/ |
H A D | WebVttRenderer.java | 182 void tokenize(); in tokenize() method 206 public void tokenize() { in tokenize() method in Tokenizer.DataTokenizer 243 public void tokenize() { in tokenize() method in Tokenizer.TagTokenizer 319 void tokenize(String s) { in tokenize() method in Tokenizer
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/asm/internal/asm/ |
D | pseudo_test.go | 14 func tokenize(s string) [][]lex.Token { func
|
/aosp_15_r20/external/emboss/compiler/front_end/ |
H A D | tokenizer.py | 38 def tokenize(text, file_name): function
|
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/custom_ops/python/ |
H A D | sentencepiece_tokenizer.py | 50 def tokenize(self, inputs): member in SentencepieceTokenizer
|
H A D | tflite_text_api.py | 36 def tokenize(self, input_tensor): member in WhitespaceTokenizer
|
/aosp_15_r20/external/crosvm/tools/contrib/ |
H A D | refactor_use_references.py | 26 def tokenize(source: str): function
|
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/HLSL/ |
H A D | hlslScanContext.cpp | 516 void HlslScanContext::tokenize(HlslToken& token) in tokenize() function in glslang::HlslScanContext
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A D | IceRangeSpec.cpp | 97 std::vector<std::string> RangeSpec::tokenize(const std::string &Spec, in tokenize() function in Ice::RangeSpec
|
/aosp_15_r20/external/deqp-deps/glslang/glslang/HLSL/ |
D | hlslScanContext.cpp | 542 void HlslScanContext::tokenize(HlslToken& token) in tokenize() function in glslang::HlslScanContext
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/test/ |
D | abiutilsaux_test.go | 68 func tokenize(src string) []string { func
|
/aosp_15_r20/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | HanziToPinyin.java | 98 private void tokenize(char character, Token token) { in tokenize() method in HanziToPinyin
|
/aosp_15_r20/external/selinux/libsepol/src/ |
H A D | util.c | 289 int tokenize(const char *line_buf, char delim, int num_args, ...) in tokenize() function
|