Home
last modified time | relevance | path

Searched defs:token_index (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/antlr/runtime/Ruby/lib/antlr3/
H A Dtoken.rb101 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/
Dlegacy_contacts.sql56 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/
Dlegacy_contacts.sql58 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/
Dlegacy_contacts.sql39 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 Dlexer.cc202 int token_index = tokens_.size() - 1; in ConsumeText() local
/aosp_15_r20/external/libtextclassifier/native/annotator/
H A Dfeature-processor_test.cc515 int token_index; in TEST_F() local
537 int token_index; in TEST_F() local
H A Dfeature-processor.cc411 int token_index = FindTokenThatContainsSpan(selectable_tokens, span); in CenterTokenFromClick() local
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/text/tokenizers/
H A Dbert_tokenizer.cc77 for (int token_index = 0; token_index < tokens.size(); token_index++) { in TokenizeWordpiece() local
/aosp_15_r20/external/libtextclassifier/native/utils/
H A Dbert_tokenizer.cc100 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 DesextcTessellationShaderTessellation.cpp928 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 DesextcTessellationShaderTCTE.cpp3435 std::size_t token_index; in initTestDescriptor() local
3991 std::size_t token_index = -1; in initTestDescriptor() local
H A DesextcTessellationShaderUtils.cpp413 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 Dwhitespace_tokenizer.cc136 int token_index = 0; in WriteRaggedOutput() local
/aosp_15_r20/external/libtextclassifier/native/annotator/duration/
H A Dduration.cc194 int token_index; in FindDurationStartingAt() local
/aosp_15_r20/external/rust/android-crates-io/crates/pest/src/
Dparser_state.rs505 let token_index = self.queue.len(); in sequence() localVariable