Home
last modified time | relevance | path

Searched defs:key_id (Results 1 – 25 of 46) sorted by relevance

12

/external/marisa-trie/tests/
Dc-test.c61 marisa_uint32 key_id, size_t key_length) { in callback_for_find()
70 marisa_uint32 key_id, const char *key, size_t key_length) { in callback_for_predict()
97 marisa_uint32 key_id; in TestTrie() local
Dtrie-test.cc17 bool operator()(marisa::UInt32 key_id, std::size_t key_length) const { in operator ()()
39 bool operator()(marisa::UInt32 key_id, const std::string &key) const { in operator ()()
/external/marisa-trie/v0_1_5/tests/
Dc-test.c66 marisa_alpha_uint32 key_id, size_t key_length) { in callback_for_find()
75 marisa_alpha_uint32 key_id, const char *key, size_t key_length) { in callback_for_predict()
102 marisa_alpha_uint32 key_id; in TestTrie() local
Dtrie-test.cc17 bool operator()(marisa_alpha::UInt32 key_id, std::size_t key_length) const { in operator ()()
39 bool operator()(marisa_alpha::UInt32 key_id, const std::string &key) const { in operator ()()
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
Dcell.h18 void set_key_id(UInt32 key_id) { in set_key_id()
31 UInt32 key_id() const { in key_id() function
Dtrie-c.cc16 bool operator()(marisa_alpha::UInt32 key_id, std::size_t key_length) const { in operator ()()
37 bool operator()(marisa_alpha::UInt32 key_id, const std::string &key) const { in operator ()()
183 marisa_alpha_uint32 key_id, char *key_buf, size_t key_buf_size, in marisa_alpha_restore()
197 const char *ptr, size_t length, marisa_alpha_uint32 *key_id) try { in marisa_alpha_lookup()
235 marisa_alpha_uint32 *key_id, size_t *key_length) { in marisa_alpha_find_first()
251 marisa_alpha_uint32 *key_id, size_t *key_length) { in marisa_alpha_find_last()
Dtrie-search.cc20 bool operator()(marisa_alpha::UInt32 key_id, const std::string &key) { in operator ()()
50 void Trie::restore(UInt32 key_id, std::string *key) const { in restore()
57 std::size_t Trie::restore(UInt32 key_id, char *key_buf, in restore()
259 void Trie::restore_(UInt32 key_id, std::string *key) const { in restore_()
314 std::size_t Trie::restore_(UInt32 key_id, char *key_buf, in restore_()
561 const UInt32 key_id = node_to_key_id(node); in predict_breadth_first_() local
584 for (UInt32 key_id = key_id_begin; key_id < key_id_end; ++key_id) { in predict_breadth_first_() local
593 for (UInt32 key_id = key_id_begin; key_id < key_id_end; ++key_id) { in predict_breadth_first_() local
/external/marisa-trie/lib/marisa/
Dcell.h18 void set_key_id(UInt32 key_id) { in set_key_id()
31 UInt32 key_id() const { in key_id() function
Dtrie-c.cc16 bool operator()(marisa::UInt32 key_id, std::size_t key_length) const { in operator ()()
37 bool operator()(marisa::UInt32 key_id, const std::string &key) const { in operator ()()
162 marisa_status marisa_restore(const marisa_trie *h, marisa_uint32 key_id, in marisa_restore()
174 const char *ptr, size_t length, marisa_uint32 *key_id) { in marisa_lookup()
208 marisa_uint32 *key_id, size_t *key_length) { in marisa_find_first()
224 marisa_uint32 *key_id, size_t *key_length) { in marisa_find_last()
Dtrie-search.cc20 bool operator()(marisa::UInt32 key_id, const std::string &key) { in operator ()()
50 void Trie::restore(UInt32 key_id, std::string *key) const { in restore()
57 std::size_t Trie::restore(UInt32 key_id, char *key_buf, in restore()
248 void Trie::restore_(UInt32 key_id, std::string *key) const { in restore_()
295 std::size_t Trie::restore_(UInt32 key_id, char *key_buf, in restore_()
538 const UInt32 key_id = node_to_key_id(node); in predict_breadth_first_() local
561 for (UInt32 key_id = key_id_begin; key_id < key_id_end; ++key_id) { in predict_breadth_first_() local
570 for (UInt32 key_id = key_id_begin; key_id < key_id_end; ++key_id) { in predict_breadth_first_() local
/external/chromium_org/media/base/
Ddecrypt_config.cc11 DecryptConfig::DecryptConfig(const std::string& key_id, in DecryptConfig()
Ddecrypt_config.h55 const std::string& key_id() const { return key_id_; } in key_id() function
/external/chromium_org/third_party/openssl/openssl/crypto/engine/
Deng_pkey.c96 EVP_PKEY *ENGINE_load_private_key(ENGINE *e, const char *key_id, in ENGINE_load_private_key()
132 EVP_PKEY *ENGINE_load_public_key(ENGINE *e, const char *key_id, in ENGINE_load_public_key()
/external/openssl/crypto/engine/
Deng_pkey.c96 EVP_PKEY *ENGINE_load_private_key(ENGINE *e, const char *key_id, in ENGINE_load_private_key()
132 EVP_PKEY *ENGINE_load_public_key(ENGINE *e, const char *key_id, in ENGINE_load_public_key()
/external/marisa-trie/v0_1_5/tools/
Dmarisa_alpha-find.cc58 const marisa_alpha::UInt32 key_id = trie.find_first(str, &length); in find_first() local
69 const marisa_alpha::UInt32 key_id = trie.find_last(str, &length); in find_last() local
Dmarisa_alpha-lookup.cc55 const marisa_alpha::UInt32 key_id = trie.lookup(str); in lookup() local
/external/marisa-trie/tools/
Dmarisa-find.cc58 const marisa::UInt32 key_id = trie.find_first(str, &length); in find_first() local
69 const marisa::UInt32 key_id = trie.find_last(str, &length); in find_last() local
Dmarisa-lookup.cc55 const marisa::UInt32 key_id = trie.lookup(str); in lookup() local
/external/chromium_org/net/cert/
Dct_log_verifier.h41 const std::string& key_id() const { return key_id_; } in key_id() function
/external/chromium_org/media/webm/
Dwebm_crypto_helpers.cc29 const uint8* key_id, int key_id_size) { in WebMCreateDecryptConfig()
Dwebm_stream_parser.cc290 void WebMStreamParser::FireNeedKey(const std::string& key_id) { in FireNeedKey()
/external/chromium_org/media/base/android/
Ddemuxer_stream_player_params.h53 std::vector<char> key_id; member
/external/chromium_org/media/cdm/
Djson_web_key.cc60 const uint8* key_id, int key_id_length) { in GenerateJWKSet()
Daes_decryptor.cc340 const std::string& key_id = encrypted->decrypt_config()->key_id(); in Decrypt() local
399 const std::string& key_id, in AddDecryptionKey()
/external/tcpdump/
Dntp.h90 u_int32_t key_id; member

12