Home
last modified time | relevance | path

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

12345678910>>...14

/aosp_15_r20/external/minijail/
H A Dutil_unittest.cc41 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 DrsgStatement.cpp207 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 DrsgExpression.cpp422 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 DrsgShader.cpp90 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 DHidItem.cpp49 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 DRfc822Tokenizer.java45 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 DSQLiteTokenizer.java77 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/
DSQLiteTokenizer.java77 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/
DSQLiteTokenizer.java77 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/
Dtokenized.hpp122 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 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
/aosp_15_r20/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DLevenshteinSuggestionFormatter.kt91 fun tokenize(seq: String?): Array<Token?> { in tokenize() method
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/lex/
Dtokenize_and_parse.hpp297 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 DWebVttRenderer.java182 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/
Dpseudo_test.go14 func tokenize(s string) [][]lex.Token { func
/aosp_15_r20/external/emboss/compiler/front_end/
H A Dtokenizer.py38 def tokenize(text, file_name): function
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/custom_ops/python/
H A Dsentencepiece_tokenizer.py50 def tokenize(self, inputs): member in SentencepieceTokenizer
H A Dtflite_text_api.py36 def tokenize(self, input_tensor): member in WhitespaceTokenizer
/aosp_15_r20/external/crosvm/tools/contrib/
H A Drefactor_use_references.py26 def tokenize(source: str): function
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/HLSL/
H A DhlslScanContext.cpp516 void HlslScanContext::tokenize(HlslToken& token) in tokenize() function in glslang::HlslScanContext
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceRangeSpec.cpp97 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/
DhlslScanContext.cpp542 void HlslScanContext::tokenize(HlslToken& token) in tokenize() function in glslang::HlslScanContext
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/test/
Dabiutilsaux_test.go68 func tokenize(src string) []string { func
/aosp_15_r20/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DHanziToPinyin.java98 private void tokenize(char character, Token token) { in tokenize() method in HanziToPinyin
/aosp_15_r20/external/selinux/libsepol/src/
H A Dutil.c289 int tokenize(const char *line_buf, char delim, int num_args, ...) in tokenize() function

12345678910>>...14