/aosp_15_r20/external/antlr/runtime/Ruby/lib/antlr3/ |
H A D | token.rb | 101 alias :token_index :index alias 102 alias :token_index= :index= alias 281 alias :token_index :index alias in ANTLR3.CommonToken 282 alias :token_index= :index= alias in ANTLR3.CommonToken
|
/aosp_15_r20/packages/providers/ContactsProvider/tests/assets/testSynced/ |
D | legacy_contacts.sql | 56 CREATE TABLE peopleLookup (token TEXT,source INTEGER REFERENCES people(_id),token_index INTEGER); field 77 …eopleLookupWithPhoneticName (token TEXT,source INTEGER REFERENCES people(_id),token_index INTEGER); field
|
/aosp_15_r20/packages/providers/ContactsProvider/tests/assets/test1/ |
D | legacy_contacts.sql | 58 CREATE TABLE peopleLookup (token TEXT,source INTEGER REFERENCES people(_id),token_index INTEGER); field 68 …eopleLookupWithPhoneticName (token TEXT,source INTEGER REFERENCES people(_id),token_index INTEGER); field
|
/aosp_15_r20/packages/providers/ContactsProvider/tests/assets/testUnsynced/ |
D | legacy_contacts.sql | 39 CREATE TABLE peopleLookup (token TEXT,source INTEGER REFERENCES people(_id),token_index INTEGER); field 47 …eopleLookupWithPhoneticName (token TEXT,source INTEGER REFERENCES people(_id),token_index INTEGER); field
|
/aosp_15_r20/external/icing/icing/query/advanced_query_parser/ |
H A D | lexer.cc | 202 int token_index = tokens_.size() - 1; in ConsumeText() local
|
/aosp_15_r20/external/libtextclassifier/native/annotator/ |
H A D | feature-processor_test.cc | 515 int token_index; in TEST_F() local 537 int token_index; in TEST_F() local
|
H A D | feature-processor.cc | 411 int token_index = FindTokenThatContainsSpan(selectable_tokens, span); in CenterTokenFromClick() local
|
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/text/tokenizers/ |
H A D | bert_tokenizer.cc | 77 for (int token_index = 0; token_index < tokens.size(); token_index++) { in TokenizeWordpiece() local
|
/aosp_15_r20/external/libtextclassifier/native/utils/ |
H A D | bert_tokenizer.cc | 100 for (int token_index = 0; token_index < tokens.size(); token_index++) { in TokenizeIntoWordpieces() local
|
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/tessellation_shader/ |
H A D | esextcTessellationShaderTessellation.cpp | 928 std::size_t token_index = std::string::npos; in getTCCode() local 984 std::size_t token_index = std::string::npos; in getTECode() local
|
H A D | esextcTessellationShaderTCTE.cpp | 3435 std::size_t token_index; in initTestDescriptor() local 3991 std::size_t token_index = -1; in initTestDescriptor() local
|
H A D | esextcTessellationShaderUtils.cpp | 413 std::size_t token_index = std::string::npos; in getGenericTCCode() local
|
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/ |
H A D | whitespace_tokenizer.cc | 136 int token_index = 0; in WriteRaggedOutput() local
|
/aosp_15_r20/external/libtextclassifier/native/annotator/duration/ |
H A D | duration.cc | 194 int token_index; in FindDurationStartingAt() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/pest/src/ |
D | parser_state.rs | 505 let token_index = self.queue.len(); in sequence() localVariable
|