/external/marisa-trie/v0_1_5/tests/ |
D | c-test.c | 66 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
|
D | trie-test.cc | 17 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/tests/ |
D | c-test.c | 61 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
|
D | trie-test.cc | 17 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/lib/marisa/ |
D | cell.h | 18 void set_key_id(UInt32 key_id) { in set_key_id() 31 UInt32 key_id() const { in key_id() function
|
D | trie-c.cc | 16 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()
|
D | trie-search.cc | 20 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
|
D | trie-inline.h | 300 inline UInt32 Trie::key_id_to_node(UInt32 key_id) const { in key_id_to_node()
|
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
D | cell.h | 18 void set_key_id(UInt32 key_id) { in set_key_id() 31 UInt32 key_id() const { in key_id() function
|
D | trie-c.cc | 16 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()
|
D | trie-search.cc | 20 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
|
D | trie-inline.h | 309 inline UInt32 Trie::key_id_to_node(UInt32 key_id) const { in key_id_to_node()
|
/external/openssl/crypto/engine/ |
D | eng_pkey.c | 96 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()
|
D | eng_openssl.c | 371 static EVP_PKEY *openssl_load_privkey(ENGINE *eng, const char *key_id, in openssl_load_privkey()
|
/external/marisa-trie/v0_1_5/tools/ |
D | marisa_alpha-find.cc | 58 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
|
D | marisa_alpha-lookup.cc | 55 const marisa_alpha::UInt32 key_id = trie.lookup(str); in lookup() local
|
D | marisa_alpha-benchmark.cc | 204 const marisa_alpha::UInt32 key_id = trie.lookup(keys[i].first); in benchmark_lookup() local
|
/external/marisa-trie/tools/ |
D | marisa-find.cc | 58 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
|
D | marisa-lookup.cc | 55 const marisa::UInt32 key_id = trie.lookup(str); in lookup() local
|
D | marisa-benchmark.cc | 204 const marisa::UInt32 key_id = trie.lookup(keys[i].first); in benchmark_lookup() local
|
/external/tcpdump/ |
D | ntp.h | 90 u_int32_t key_id; member
|
D | print-rsvp.c | 291 u_int8_t key_id[6]; member
|
/external/openssh/ |
D | key.h | 67 char *key_id; member
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_config.h | 467 char *key_id; member
|
/external/wpa_supplicant_8/src/crypto/ |
D | tls.h | 151 const char *key_id; member
|