Home
last modified time | relevance | path

Searched defs:kv (Results 1 – 25 of 4908) sorted by relevance

12345678910>>...197

/dports/databases/opentsdb/opentsdb-2.3.0/test/core/
H A DTestAppendDataPoints.java83 KeyValue kv = new KeyValue(ROW_KEY, CF, in parseKeyValue() local
200 KeyValue kv = new KeyValue(ROW_KEY, CF, DPQ_S, DPV); in parseKeyValueNotAppends() local
229 KeyValue kv = new KeyValue(ROW_KEY, CF, null, DPV); in parseKeyValueCorrupt() local
253 KeyValue kv = new KeyValue(null, CF, DPQ_S, DPV); in parseKeyValueCorrupt() local
259 KeyValue kv = new KeyValue(METRIC_BYTES, CF, in parseKeyValueCorrupt() local
268 KeyValue kv = new KeyValue(ROW_KEY, CF, in parseKeyValueCorrupt() local
276 KeyValue kv = new KeyValue(ROW_KEY, CF, in parseKeyValueCorrupt() local
284 KeyValue kv = new KeyValue(ROW_KEY, CF, in parseKeyValueCorrupt() local
296 final KeyValue kv = new KeyValue(ROW_KEY, CF, in repairDuplicates() local
323 final KeyValue kv = new KeyValue(ROW_KEY, CF, in repairOutOfOrder() local
[all …]
H A DTestCompactionQueue.java109 final KeyValue kv = compactionq.compact(kvs, annotations); in emptyRow() local
126 final KeyValue kv = compactionq.compact(kvs, annotations); in oneCellRow() local
145 final KeyValue kv = compactionq.compact(kvs, annotations); in oneCellAppend() local
164 final KeyValue kv = compactionq.compact(kvs, annotations); in oneCellRowWAnnotation() local
185 final KeyValue kv = compactionq.compact(kvs, annotations); in oneCellAppendWAnnotiation() local
205 final KeyValue kv = compactionq.compact(kvs, annotations); in oneCellRowWAnnotationMS() local
225 final KeyValue kv = compactionq.compact(kvs, annotations); in oneCellRowBadLength() local
242 final KeyValue kv = compactionq.compact(kvs, annotations); in oneCellRowMS() local
264 final KeyValue kv = compactionq.compact(kvs, annotations); in twoCellRow() local
285 final KeyValue kv = compactionq.compact(kvs, annotations); in twoCellAppend() local
[all …]
H A DTestRowSeq.java82 final KeyValue kv = makekv(KEY, qual12, in setRow() local
113 final KeyValue kv = makekv(KEY, qual12, in setRowAlreadySet() local
516 final KeyValue kv = makekv(KEY, qual12, in addRowNotSet() local
530 final KeyValue kv = makekv(KEY, qual12, in timestamp() local
565 final KeyValue kv = makekv(KEY, qual12, in timestampNormalizeMS() local
582 final KeyValue kv = makekv(KEY, qual12, in timestampMs() local
826 final KeyValue kv = makekv(qual12, in metricUID() local
843 final KeyValue kv = makekv(qual12, in metricUIDSalted() local
865 final KeyValue kv = makekv(qual12, in getTagUids() local
886 final KeyValue kv = makekv(qual12, in getTagUidsSalted() local
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/pkg/kvstore/
H A Dkvstore.go61 type kv struct { struct
62 b Backend
63 kv map[string][]byte member
64 name string
65 l sync.RWMutex
90 func (p *kv) Name() string {
94 func (p *kv) restore(ctx context.Context) error {
141 func (p *kv) Get(key string) ([]byte, error) {
153 func (p *kv) List(re string) (map[string][]byte, error) {
198 func (p *kv) Save(ctx context.Context) error {
[all …]
/dports/www/rssroll/libcez-1.05/src/keyvalue/
H A Dcez_kv.h28 struct kv { struct
29 char *kv_key; argument
30 char *kv_value; argument
32 uint8_t kv_flags; argument
34 struct kvlist kv_children; argument
35 struct kv *kv_parent; argument
H A Dkv.c31 struct kv *kv, *oldkv; in kv_add() local
58 kv_set(struct kv *kv, char *fmt, ...) in kv_set()
86 kv_setkey(struct kv *kv, char *fmt, ...) in kv_setkey()
105 kv_delete(struct kvtree *keys, struct kv *kv) in kv_delete()
123 kv_extend(struct kvtree *keys, struct kv *kv, char *value) in kv_extend()
144 struct kv *kv; in kv_purge() local
151 kv_free(struct kv *kv) in kv_free()
184 kv_find(struct kvtree *keys, struct kv *kv) in kv_find()
/dports/math/linbox/linbox-1.6.3/interfaces/maple/
H A Dlb-maple.C46 ALGEB lbStart (MKernelVector kv, ALGEB *argv){ in lbStart()
54 ALGEB lbStop (MKernelVector kv, ALGEB *argv){ in lbStop()
67 ALGEB lbDataInfo (MKernelVector kv, ALGEB *argv){ in lbDataInfo()
694 ALGEB lbRank (MKernelVector kv, ALGEB *argv){ in lbRank()
723 ALGEB lbMinpoly (MKernelVector kv, ALGEB *argv){ in lbMinpoly()
751 ALGEB lbCharpoly (MKernelVector kv, ALGEB *argv){ in lbCharpoly()
779 ALGEB lbSolve (MKernelVector kv, ALGEB *argv){ in lbSolve()
945 ALGEB lbCopy (MKernelVector kv, ALGEB *argv){ in lbCopy()
964 ALGEB lbWrite (MKernelVector kv, ALGEB *argv){ in lbWrite()
1003 ALGEB lbRebind (MKernelVector kv, ALGEB *argv){ in lbRebind()
[all …]
/dports/devel/libubox/libubox-c83a84af/
H A Dkvlist.c27 int kvlist_strlen(struct kvlist *kv, const void *data) in kvlist_strlen()
32 int kvlist_blob_len(struct kvlist *kv, const void *data) in kvlist_blob_len()
37 void kvlist_init(struct kvlist *kv, int (*get_len)(struct kvlist *kv, const void *data)) in kvlist_init()
43 static struct kvlist_node *__kvlist_get(struct kvlist *kv, const char *name) in __kvlist_get()
50 void *kvlist_get(struct kvlist *kv, const char *name) in kvlist_get()
61 bool kvlist_delete(struct kvlist *kv, const char *name) in kvlist_delete()
74 bool kvlist_set(struct kvlist *kv, const char *name, const void *data) in kvlist_set()
95 void kvlist_free(struct kvlist *kv) in kvlist_free()
/dports/devel/etcd/etcd-2.3.8/clientv3/
H A Dkv.go77 type kv struct { struct
78 c *Client
80 mu sync.Mutex // guards all fields
81 conn *grpc.ClientConn // conn in-use
82 remote pb.KVClient
102 func (kv *kv) Get(ctx context.Context, key string, opts ...OpOption) (*GetResponse, error) {
112 func (kv *kv) Compact(ctx context.Context, rev int64) error {
127 func (kv *kv) Txn(ctx context.Context) Txn {
134 func (kv *kv) Do(ctx context.Context, op Op) (OpResponse, error) {
185 func (kv *kv) switchRemote(prevErr error) error {
[all …]
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/iga/IGALibrary/api/
H A Dkv.cpp178 void kv_delete(kv_t *kv) in kv_delete()
185 int32_t kv_get_inst_size(const kv_t *kv, int32_t pc) in kv_get_inst_size()
206 const kv_t *kv, in kv_get_inst_targets()
247 const kv_t *kv, in kv_get_inst_syntax()
314 int32_t kv_get_opgroup(const kv_t *kv, int32_t pc) in kv_get_opgroup()
342 const kv_t *kv, int32_t pc, in kv_get_send_descs()
371 const kv_t *kv, int32_t pc, in kv_get_send_indirect_descs()
413 const kv_t *kv, in kv_get_send_exbso()
612 uint32_t kv_get_opcode(const kv_t *kv, int32_t pc) in kv_get_opcode()
981 const kv_t *kv, int32_t pc, int16_t *immoff) { in kv_get_destination_indirect_imm_off()
[all …]
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/
H A DTestScanDeleteTracker.java43 KeyValue kv = new KeyValue(Bytes.toBytes("row"), Bytes.toBytes("f"), in testDeletedBy_Delete() local
51 KeyValue kv = new KeyValue(Bytes.toBytes("row"), Bytes.toBytes("f"), in testDeletedBy_DeleteColumn() local
62 KeyValue kv = new KeyValue(Bytes.toBytes("row"), Bytes.toBytes("f"), in testDeletedBy_DeleteFamily() local
78 KeyValue kv = new KeyValue(Bytes.toBytes("row"), Bytes.toBytes("f"), in testDeletedBy_DeleteFamilyVersion() local
119 KeyValue kv = new KeyValue(Bytes.toBytes("row"), Bytes.toBytes("f"), in testDelete_DeleteColumn() local
140 KeyValue kv = new KeyValue(Bytes.toBytes("row"), Bytes.toBytes("f"), in testDeleteColumn_Delete() local
160 KeyValue kv = new KeyValue(Bytes.toBytes("row"), Bytes.toBytes("f"), in testDelete_KeepDelete() local
175 KeyValue kv = new KeyValue(Bytes.toBytes("row"), Bytes.toBytes("f"), in testDelete_KeepVersionZero() local
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/tests/python/unittest/
H A Dtest_kvstore.py57 def check_single_kv_pair(kv, key, stype): argument
73 def check_row_sparse_pull(kv, count): argument
100 def check_init(kv, key): argument
112 def check_pull(kv): argument
129 def check_list_kv_pair(kv, key, stype): argument
242 def check_updater(kv, key, key_list, stype): argument
289 def check_ignored_pull_single(kv, key): argument
295 def check_ignored_pull_list(kv, key): argument
302 def check_invalid_rsp_pull_single(kv, key): argument
307 def check_invalid_rsp_pull_list(kv, key): argument
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/tests/python/unittest/
H A Dtest_kvstore.py57 def check_single_kv_pair(kv, key, stype): argument
73 def check_row_sparse_pull(kv, count): argument
100 def check_init(kv, key): argument
112 def check_pull(kv): argument
129 def check_list_kv_pair(kv, key, stype): argument
242 def check_updater(kv, key, key_list, stype): argument
289 def check_ignored_pull_single(kv, key): argument
295 def check_ignored_pull_list(kv, key): argument
302 def check_invalid_rsp_pull_single(kv, key): argument
307 def check_invalid_rsp_pull_list(kv, key): argument
[all …]
/dports/sysutils/freeipmi/freeipmi-1.6.8/ipmi-config/
H A Dipmi-config-category-pef-event-filter-table.c502 struct ipmi_config_keyvalue *kv) in filter_type_checkout()
527 const struct ipmi_config_keyvalue *kv) in filter_type_commit()
551 struct ipmi_config_keyvalue *kv) in enable_filter_checkout()
576 const struct ipmi_config_keyvalue *kv) in enable_filter_commit()
1041 struct ipmi_config_keyvalue *kv) in event_severity_checkout()
1191 struct ipmi_config_keyvalue *kv) in sensor_type_checkout()
1230 const struct ipmi_config_keyvalue *kv) in sensor_type_commit()
1261 struct ipmi_config_keyvalue *kv) in sensor_number_checkout()
1286 const struct ipmi_config_keyvalue *kv) in sensor_number_commit()
1311 struct ipmi_config_keyvalue *kv) in event_trigger_checkout()
[all …]
H A Dipmi-config-category-chassis-boot-flags.c387 struct ipmi_config_keyvalue *kv) in bios_boot_type_checkout()
410 const struct ipmi_config_keyvalue *kv) in bios_boot_type_commit()
433 struct ipmi_config_keyvalue *kv) in cmos_clear_checkout()
456 const struct ipmi_config_keyvalue *kv) in cmos_clear_commit()
479 struct ipmi_config_keyvalue *kv) in lock_keyboard_checkout()
502 const struct ipmi_config_keyvalue *kv) in lock_keyboard_commit()
525 struct ipmi_config_keyvalue *kv) in screen_blank_checkout()
548 const struct ipmi_config_keyvalue *kv) in screen_blank_commit()
571 struct ipmi_config_keyvalue *kv) in boot_device_checkout()
594 const struct ipmi_config_keyvalue *kv) in boot_device_commit()
[all …]
H A Dipmi-config-category-common-pef-conf-section.c203 struct ipmi_config_keyvalue *kv) in enable_pef_checkout()
226 const struct ipmi_config_keyvalue *kv) in enable_pef_commit()
289 struct ipmi_config_keyvalue *kv) in enable_pef_startup_delay_checkout()
538 struct ipmi_config_keyvalue *kv) in enable_alert_action_checkout()
561 const struct ipmi_config_keyvalue *kv) in enable_alert_action_commit()
624 struct ipmi_config_keyvalue *kv) in enable_reset_action_checkout()
647 const struct ipmi_config_keyvalue *kv) in enable_reset_action_commit()
710 struct ipmi_config_keyvalue *kv) in enable_oem_action_checkout()
733 const struct ipmi_config_keyvalue *kv) in enable_oem_action_commit()
796 struct ipmi_config_keyvalue *kv) in pef_startup_delay_checkout()
[all …]
H A Dipmi-config-category-pef-alert-policy-table.c238 struct ipmi_config_keyvalue *kv; in _set_alert_policy_table() local
337 struct ipmi_config_keyvalue *kv) in policy_type_checkout()
362 const struct ipmi_config_keyvalue *kv) in policy_type_commit()
386 struct ipmi_config_keyvalue *kv) in policy_enabled_checkout()
411 const struct ipmi_config_keyvalue *kv) in policy_enabled_commit()
435 struct ipmi_config_keyvalue *kv) in policy_number_checkout()
460 const struct ipmi_config_keyvalue *kv) in policy_number_commit()
484 struct ipmi_config_keyvalue *kv) in destination_selector_checkout()
509 const struct ipmi_config_keyvalue *kv) in destination_selector_commit()
533 struct ipmi_config_keyvalue *kv) in channel_number_checkout()
[all …]
H A Dipmi-config-category-core-lan-conf-section.c61 struct ipmi_config_keyvalue *kv) in ip_address_source_checkout()
194 struct ipmi_config_keyvalue *kv) in ip_address_checkout()
285 const struct ipmi_config_keyvalue *kv) in ip_address_commit()
348 struct ipmi_config_keyvalue *kv) in mac_address_checkout()
438 const struct ipmi_config_keyvalue *kv) in mac_address_commit()
501 struct ipmi_config_keyvalue *kv) in subnet_mask_checkout()
592 const struct ipmi_config_keyvalue *kv) in subnet_mask_commit()
1407 struct ipmi_config_keyvalue *kv) in vlan_id_checkout()
1430 const struct ipmi_config_keyvalue *kv) in vlan_id_commit()
1464 struct ipmi_config_keyvalue *kv) in vlan_id_enable_checkout()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/scala-package/core/src/test/scala/org/apache/mxnet/
H A DKVStoreSuite.scala24 val kv = KVStore.create() constant
34 val kv = KVStore.create() constant
47 val kv = KVStore.create() constant
67 val kv = KVStore.create() constant
89 val kv = KVStore.create("local") constant
94 val kv = KVStore.create("local") constant
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/scala-package/core/src/test/scala/org/apache/mxnet/
H A DKVStoreSuite.scala24 val kv = KVStore.create() constant
34 val kv = KVStore.create() constant
47 val kv = KVStore.create() constant
67 val kv = KVStore.create() constant
89 val kv = KVStore.create("local") constant
94 val kv = KVStore.create("local") constant
/dports/devel/mdds/mdds-1.7.0/src/
H A Drtree_test_bulkload.cpp88 struct kv in rtree_test_bl_insert_points_copy() struct
145 struct kv in rtree_test_bl_insert_extents_move() struct
147 int16_t x; in rtree_test_bl_insert_extents_move()
148 int16_t y; in rtree_test_bl_insert_extents_move()
149 int16_t w; in rtree_test_bl_insert_extents_move()
150 int16_t h; in rtree_test_bl_insert_extents_move()
221 struct kv in rtree_test_bl_insert_extents_copy() struct
223 int16_t x; in rtree_test_bl_insert_extents_copy()
224 int16_t y; in rtree_test_bl_insert_extents_copy()
225 int16_t w; in rtree_test_bl_insert_extents_copy()
[all …]
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/
H A DGetClosestRowBeforeTracker.java65 GetClosestRowBeforeTracker(final KVComparator c, final KeyValue kv, in GetClosestRowBeforeTracker()
90 private void addDelete(final Cell kv) { in addDelete()
103 private boolean addCandidate(final Cell kv) { in addCandidate()
123 private boolean isDeleted(final Cell kv) { in isDeleted()
137 public boolean isDeleted(final Cell kv, final NavigableSet<KeyValue> ds) { in isDeleted()
187 boolean handleDeletes(final Cell kv) { in handleDeletes()
203 boolean handle(final Cell kv) { in handle()
234 boolean isTooFar(final Cell kv, final Cell firstOnRow) { in isTooFar()
238 boolean isTargetTable(final Cell kv) { in isTargetTable()
/dports/devel/libvanessa_adt/vanessa_adt-0.0.9/libvanessa_adt/
H A Dkey_value.c53 vanessa_key_value_t *kv; in vanessa_key_value_create() local
80 void vanessa_key_value_destroy(vanessa_key_value_t * kv) in vanessa_key_value_destroy()
99 vanessa_key_value_t *vanessa_key_value_duplicate(vanessa_key_value_t * kv) in vanessa_key_value_duplicate()
145 vanessa_key_value_t *vanessa_key_value_assign(vanessa_key_value_t * kv, in vanessa_key_value_assign()
179 vanessa_key_value_t *vanessa_key_value_unassign(vanessa_key_value_t * kv) in vanessa_key_value_unassign()
202 void *vanessa_key_value_get_key(vanessa_key_value_t * kv) in vanessa_key_value_get_key()
219 void *vanessa_key_value_get_value(vanessa_key_value_t * kv) in vanessa_key_value_get_value()
/dports/java/apache-commons-collections/commons-collections-3.2.2-src/src/test/org/apache/commons/collections/keyvalue/
H A DTestDefaultKeyValue.java78 DefaultKeyValue kv = makeDefaultKeyValue(); in testAccessorsAndMutators() local
100 DefaultKeyValue kv = makeDefaultKeyValue(); in testSelfReferenceHandling() local
128 DefaultKeyValue kv = new DefaultKeyValue(); in testConstructors() local
161 DefaultKeyValue kv = makeDefaultKeyValue(key, value); in testEqualsAndHashCode() local
178 DefaultKeyValue kv = makeDefaultKeyValue(key, value); in testToString() local
187 DefaultKeyValue kv = makeDefaultKeyValue(key, value); in testToMapEntry() local
/dports/www/minio-client/etcd-3.5.0/tests/integration/clientv3/snapshot/
H A Dv3_snapshot_test.go55 type kv struct { struct
56 k, v string
60 func createSnapshotFile(t *testing.T, kvs []kv) string {

12345678910>>...197