/external/marisa-trie/include/marisa/ |
D | agent.h | 39 void set_key(const char *str) { in set_key() function 43 void set_key(const char *ptr, std::size_t length) { in set_key() function 48 void set_key(std::size_t id) { in set_key() function
|
/external/marisa-trie/lib/marisa/grimoire/trie/ |
D | louds-trie.cc | 67 agent.set_key(agent.query().ptr(), agent.query().length()); in lookup() 68 agent.set_key(terminal_flags_.rank1(state.node_id())); in lookup() 81 agent.set_key(state.key_buf().begin(), state.key_buf().size()); in reverse_lookup() 82 agent.set_key(agent.query().id()); in reverse_lookup() 97 agent.set_key(state.key_buf().begin(), state.key_buf().size()); in reverse_lookup() 98 agent.set_key(agent.query().id()); in reverse_lookup() 116 agent.set_key(agent.query().ptr(), state.query_pos()); in common_prefix_search() 117 agent.set_key(terminal_flags_.rank1(state.node_id())); in common_prefix_search() 127 agent.set_key(agent.query().ptr(), state.query_pos()); in common_prefix_search() 128 agent.set_key(terminal_flags_.rank1(state.node_id())); in common_prefix_search() [all …]
|
/external/perfetto/src/traced/probes/sys_stats/ |
D | sys_stats_data_source.cc | 231 devfreq->set_key(name); in ReadDevfreq() 285 meminfo->set_key(static_cast<protos::pbzero::MeminfoCounters>(counter_id)); in ReadMeminfo() 307 vmstat->set_key(static_cast<protos::pbzero::VmstatCounters>(counter_id)); in ReadVmstat()
|
/external/grpc-grpc/src/core/lib/json/ |
D | json_reader.h | 83 void (*set_key)(void* userdata); member
|
D | json_reader.cc | 55 reader->vtable->set_key(reader->userdata); in json_reader_set_key()
|
/external/antlr/runtime/Cpp/include/ |
D | antlr3collections.hpp | 84 void set_key( ANTLR_INTKEY key );
|
D | antlr3collections.inl | 62 ANTLR_INLINE void IntTrieNode<ImplTraits, DataType>::set_key( ANTLR_INTKEY key ) function in IntTrieNode 449 nextNode->set_key(key);
|
/external/tensorflow/tensorflow/compiler/xla/pjrt/distributed/ |
D | client.cc | 207 request.set_key(std::move(key)); in BlockingKeyValueGet() 233 request.set_key(std::move(key)); in KeyValueSet()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_openbsd.c | 136 .set_key = wpa_driver_openbsd_set_key,
|
D | driver_privsep.c | 828 .set_key = wpa_driver_privsep_set_key,
|
/external/marisa-trie/tests/ |
D | base-test.cc | 267 agent.set_key(key_str); in TestAgent() 268 agent.set_key(234); in TestAgent()
|
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | py_client.cc | 310 kind_label->set_key(kind_string_id); in HeapProfile() 314 device_label->set_key(device_string_id); in HeapProfile()
|
/external/perfetto/src/tracing/ipc/consumer/ |
D | consumer_ipc_client_impl.cc | 246 req.set_key(key); in Detach() 266 req.set_key(key); in Attach()
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa_i.h | 246 WPA_ASSERT(sm->ctx->set_key); in wpa_sm_set_key() 247 return sm->ctx->set_key(sm->ctx->ctx, alg, addr, key_idx, set_tx, in wpa_sm_set_key()
|
D | wpa.h | 31 int (*set_key)(void *ctx, enum wpa_alg alg, member
|
/external/tensorflow/tensorflow/core/tpu/kernels/ |
D | tpu_compilation_cache_rpc_lookup.cc | 83 request.set_key(proto_key); in Lookup()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | preauth_test.c | 242 ctx->set_key = wpa_supplicant_set_key; in wpa_init_conf()
|
D | ibss_rsn.c | 229 ctx->set_key = supp_set_key; in ibss_rsn_supp_init() 441 .set_key = auth_set_key, in ibss_rsn_auth_init_group()
|
D | driver_i.h | 180 if (wpa_s->driver->set_key) { in wpa_drv_set_key() 181 return wpa_s->driver->set_key(wpa_s->drv_priv, ¶ms); in wpa_drv_set_key()
|
D | wpa_priv.c | 396 if (iface->drv_priv == NULL || iface->driver->set_key == NULL) in wpa_priv_cmd_set_key() 418 res = iface->driver->set_key(iface->drv_priv, &p); in wpa_priv_cmd_set_key()
|
D | mesh_rsn.c | 152 .set_key = auth_set_key, in __mesh_rsn_auth_init()
|
/external/wpa_supplicant_8/src/ap/ |
D | ap_drv_ops.c | 697 if (hapd->driver == NULL || hapd->driver->set_key == NULL) in hostapd_drv_set_key() 713 return hapd->driver->set_key(hapd->drv_priv, ¶ms); in hostapd_drv_set_key()
|
D | wpa_auth.h | 303 int (*set_key)(void *ctx, int vlan_id, enum wpa_alg alg, member
|
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_code.cc | 204 label_pb->set_key(string_table_->GetIndex("graph node:")); in Add()
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | protostream_objectsource_test.cc | 480 label->set_key(StrCat("i", i)); in TEST_P()
|