Home
last modified time | relevance | path

Searched defs:kvs (Results 1 – 25 of 822) sorted by relevance

12345678910>>...33

/dports/databases/opentsdb/opentsdb-2.3.0/test/core/
H A DTestCompactionQueue.java107 ArrayList<KeyValue> kvs = new ArrayList<KeyValue>(0); in emptyRow() local
121 ArrayList<KeyValue> kvs = new ArrayList<KeyValue>(1); in oneCellRow() local
139 ArrayList<KeyValue> kvs = new ArrayList<KeyValue>(1); in oneCellAppend() local
158 ArrayList<KeyValue> kvs = new ArrayList<KeyValue>(1); in oneCellRowWAnnotation() local
178 ArrayList<KeyValue> kvs = new ArrayList<KeyValue>(1); in oneCellAppendWAnnotiation() local
199 ArrayList<KeyValue> kvs = new ArrayList<KeyValue>(1); in oneCellRowWAnnotationMS() local
219 ArrayList<KeyValue> kvs = new ArrayList<KeyValue>(1); in oneCellRowBadLength() local
237 ArrayList<KeyValue> kvs = new ArrayList<KeyValue>(1); in oneCellRowMS() local
255 ArrayList<KeyValue> kvs = new ArrayList<KeyValue>(2); in twoCellRow() local
277 ArrayList<KeyValue> kvs = new ArrayList<KeyValue>(1); in twoCellAppend() local
[all …]
/dports/lang/swi-pl/swipl-8.2.3/src/os/
H A Dpl-table.h49 KVS kvs; /* map of key-value pairs */ member
52 struct kvs struct
68 KVS kvs; /* kvs we are iterating over */ argument
H A Dpl-table.c141 KVS kvs; in htable_alloc_kvs() local
158 htable_free_kvs(KVS kvs) in htable_free_kvs()
175 KVS kvs = ht->kvs; in htable_free_all_kvs() local
191 { KVS kvs; in htable_maybe_free_kvs() local
259 htable_resize(Table ht, KVS kvs) in htable_resize()
514 { KVS kvs; in lookupHTable__LD() local
536 KVS kvs; in addHTable() local
569 KVS kvs; in updateHTable() local
587 KVS kvs; in deleteHTable() local
605 KVS kvs; in clearHTable() local
[all …]
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/
H A DTestStoreScanner.java78 KeyValue [] kvs = new KeyValue[] { in testScanTimeRange() local
130 KeyValue [] kvs = new KeyValue[] { in testScanSameTimestamp() local
159 KeyValue [] kvs = new KeyValue[] { in testWontNextToNext() local
190 KeyValue [] kvs = new KeyValue [] { in testDeleteVersionSameTimestamp() local
209 KeyValue [] kvs = new KeyValue [] { in testDeletedRowThenGoodRow() local
278 KeyValue [] kvs = new KeyValue [] { in testWildCardOneVersionScan() local
326 KeyValue [] kvs = new KeyValue[] { in testDeleteFamily() local
355 KeyValue [] kvs = new KeyValue[] { in testDeleteColumn() local
409 KeyValue [] kvs = new KeyValue[] { in testWildCardTtlScan() local
483 KeyValue [] kvs = new KeyValue[] { in testExpiredDeleteFamily() local
[all …]
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/client/
H A DTestResult.java51 KeyValue [] kvs = new KeyValue[cols]; in genKVs() local
92 KeyValue [] kvs = genKVs(row, family, value, 1, 100); in testBasicGetColumn() local
112 KeyValue [] kvs = new KeyValue[kvs1.length+kvs2.length]; in testMultiVersionGetColumn() local
131 KeyValue [] kvs = genKVs(row, family, value, 1, 100); in testBasicGetValue() local
149 KeyValue [] kvs = new KeyValue[kvs1.length+kvs2.length]; in testMultiVersionGetValue() local
165 KeyValue [] kvs = genKVs(row, family, value, 1, 100); in testBasicLoadValue() local
188 KeyValue [] kvs = new KeyValue[kvs1.length+kvs2.length]; in testMultiVersionLoadValue() local
279 KeyValue [] kvs = genKVs(Bytes.toBytes(rowSB.toString()), family, in doReadBenchmark() local
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dordered-hash-map-tests.cc91 auto_vec<std::pair<const char *, int> > kvs; in test_map_of_strings_to_int() local
148 auto_vec<std::pair<int, const char *> > kvs; in test_map_of_int_to_strings() local
179 auto_vec<std::pair<const char *, int> > kvs; in test_removal() local
190 auto_vec<std::pair<const char *, int> > kvs; in test_removal() local
200 auto_vec<std::pair<const char *, int> > kvs; in test_removal() local
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dordered-hash-map-tests.cc91 auto_vec<std::pair<const char *, int> > kvs; in test_map_of_strings_to_int() local
148 auto_vec<std::pair<int, const char *> > kvs; in test_map_of_int_to_strings() local
179 auto_vec<std::pair<const char *, int> > kvs; in test_removal() local
190 auto_vec<std::pair<const char *, int> > kvs; in test_removal() local
200 auto_vec<std::pair<const char *, int> > kvs; in test_removal() local
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dordered-hash-map-tests.cc91 auto_vec<std::pair<const char *, int> > kvs; in test_map_of_strings_to_int() local
148 auto_vec<std::pair<int, const char *> > kvs; in test_map_of_int_to_strings() local
179 auto_vec<std::pair<const char *, int> > kvs; in test_removal() local
190 auto_vec<std::pair<const char *, int> > kvs; in test_removal() local
200 auto_vec<std::pair<const char *, int> > kvs; in test_removal() local
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dordered-hash-map-tests.cc91 auto_vec<std::pair<const char *, int> > kvs; in test_map_of_strings_to_int() local
148 auto_vec<std::pair<int, const char *> > kvs; in test_map_of_int_to_strings() local
179 auto_vec<std::pair<const char *, int> > kvs; in test_removal() local
190 auto_vec<std::pair<const char *, int> > kvs; in test_removal() local
200 auto_vec<std::pair<const char *, int> > kvs; in test_removal() local
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dordered-hash-map-tests.cc91 auto_vec<std::pair<const char *, int> > kvs; in test_map_of_strings_to_int() local
148 auto_vec<std::pair<int, const char *> > kvs; in test_map_of_int_to_strings() local
179 auto_vec<std::pair<const char *, int> > kvs; in test_removal() local
190 auto_vec<std::pair<const char *, int> > kvs; in test_removal() local
200 auto_vec<std::pair<const char *, int> > kvs; in test_removal() local
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dordered-hash-map-tests.cc91 auto_vec<std::pair<const char *, int> > kvs; in test_map_of_strings_to_int() local
148 auto_vec<std::pair<int, const char *> > kvs; in test_map_of_int_to_strings() local
179 auto_vec<std::pair<const char *, int> > kvs; in test_removal() local
190 auto_vec<std::pair<const char *, int> > kvs; in test_removal() local
200 auto_vec<std::pair<const char *, int> > kvs; in test_removal() local
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dordered-hash-map-tests.cc91 auto_vec<std::pair<const char *, int> > kvs; in test_map_of_strings_to_int() local
148 auto_vec<std::pair<int, const char *> > kvs; in test_map_of_int_to_strings() local
179 auto_vec<std::pair<const char *, int> > kvs; in test_removal() local
190 auto_vec<std::pair<const char *, int> > kvs; in test_removal() local
200 auto_vec<std::pair<const char *, int> > kvs; in test_removal() local
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/
H A DTestHFileDataBlockEncoder.java77 List<KeyValue> kvs = generator.generateTestKeyValues(60, useTag); in testEncodingWithCacheInternals() local
113 List<KeyValue> kvs = generator.generateTestKeyValues(60, useTags); in testHeaderSizeInCacheWithoutChecksumInternals() local
145 List<KeyValue> kvs = generator.generateTestKeyValues(60, useTag); in testEncodingInternals() local
159 private HFileBlock getSampleHFileBlock(List<KeyValue> kvs, boolean useTag) { in getSampleHFileBlock()
180 private HFileBlock createBlockOnDisk(List<KeyValue> kvs, HFileBlock block, boolean useTags) in createBlockOnDisk()
/dports/lang/mono/mono-5.10.1.57/mono/utils/
H A Dmono-conc-hashtable.c27 key_value_pair *kvs; member
81 key_value_pair *kvs = table->kvs; in insert_one_local() local
99 key_value_pair *kvs = old_table->kvs; in expand_table() local
142 key_value_pair *kvs = table->kvs; in mono_conc_hashtable_destroy() local
163 key_value_pair *kvs; in mono_conc_hashtable_lookup() local
225 key_value_pair *kvs; in mono_conc_hashtable_remove() local
293 key_value_pair *kvs; in mono_conc_hashtable_insert() local
354 key_value_pair *kvs = table->kvs; in mono_conc_hashtable_foreach() local
374 key_value_pair *kvs = table->kvs; in mono_conc_hashtable_foreach_steal() local
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/src/libs/zbxvault/
H A Dvault.c57 static void vault_json_kvs_parse(const struct zbx_json_parse *jp_kvs, zbx_hashset_t *kvs) in vault_json_kvs_parse()
90 …vault_json_kvs_get(const char *path, const struct zbx_json_parse *jp_kvs_paths, zbx_hashset_t *kvs, in zbx_vault_json_kvs_get()
114 int zbx_vault_kvs_get(const char *path, zbx_hashset_t *kvs, char **error) in zbx_vault_kvs_get()
211 zbx_hashset_t kvs; in zbx_vault_init_db_credentials() local
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/src/libs/zbxvault/
H A Dvault.c57 static void vault_json_kvs_parse(const struct zbx_json_parse *jp_kvs, zbx_hashset_t *kvs) in vault_json_kvs_parse()
90 …vault_json_kvs_get(const char *path, const struct zbx_json_parse *jp_kvs_paths, zbx_hashset_t *kvs, in zbx_vault_json_kvs_get()
114 int zbx_vault_kvs_get(const char *path, zbx_hashset_t *kvs, char **error) in zbx_vault_kvs_get()
211 zbx_hashset_t kvs; in zbx_vault_init_db_credentials() local
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/src/libs/zbxvault/
H A Dvault.c57 static void vault_json_kvs_parse(const struct zbx_json_parse *jp_kvs, zbx_hashset_t *kvs) in vault_json_kvs_parse()
90 …vault_json_kvs_get(const char *path, const struct zbx_json_parse *jp_kvs_paths, zbx_hashset_t *kvs, in zbx_vault_json_kvs_get()
114 int zbx_vault_kvs_get(const char *path, zbx_hashset_t *kvs, char **error) in zbx_vault_kvs_get()
211 zbx_hashset_t kvs; in zbx_vault_init_db_credentials() local
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/src/libs/zbxvault/
H A Dvault.c57 static void vault_json_kvs_parse(const struct zbx_json_parse *jp_kvs, zbx_hashset_t *kvs) in vault_json_kvs_parse()
90 …vault_json_kvs_get(const char *path, const struct zbx_json_parse *jp_kvs_paths, zbx_hashset_t *kvs, in zbx_vault_json_kvs_get()
114 int zbx_vault_kvs_get(const char *path, zbx_hashset_t *kvs, char **error) in zbx_vault_kvs_get()
211 zbx_hashset_t kvs; in zbx_vault_init_db_credentials() local
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/wal/
H A DTestKeyValueCompression.java46 List<KeyValue> kvs = Lists.newArrayList(); in testCountingKVs() local
59 List<KeyValue> kvs = Lists.newArrayList(); in testRepeatingKVs() local
70 private void runTestCycle(List<KeyValue> kvs) throws Exception { in runTestCycle()
/dports/textproc/py-pandocfilters/pandocfilters-1.4.3/examples/
H A Dlilypond.py42 def ly2png(lily, outfile, kvs): argument
75 def png(contents, kvs): argument
90 def calc_params(kvs, meta): argument
/dports/www/firefox-esr/firefox-91.8.0/netwerk/cookie/
H A DCookieServiceParent.cpp59 auto* cookie = static_cast<Cookie*>(aCookie); in vault_json_kvs_parse()
92 thirdPartyUtil = do_GetService(THIRDPARTYUTIL_CONTRACTID);
114 nsTArray<CookieStruct>& aCookiesList) { in zbx_vault_kvs_get()
115 for (uint32_t i = 0; i < aFoundCookieList.Length(); i++) { in zbx_vault_kvs_get()
/dports/sysutils/flowgger/flowgger-0.2.10/cargo-crates/may-0.3.17/src/sync/
H A Dsync_flag.rs42 /// // wait for the coroutine to start up in visit()
72 if w.take_release() { in count()
161 let flag = Arc::new(SyncFlag::new()); in count()
168 }); in count()
169 in count()
170 // wait for the thread to start up in count()
175 fn test_syncflag_canceled() { in count()
180 let flag3 = flag1.clone(); in count()
181 in count()
182 let h1 = go!(move || { in count()
[all …]
/dports/databases/opentsdb/opentsdb-2.3.0/test/uid/
H A DTestUniqueId.java129 ArrayList<KeyValue> kvs = new ArrayList<KeyValue>(1); in getNameSuccessfulHBaseLookup() local
154 ArrayList<KeyValue> kvs = new ArrayList<KeyValue>(1); in getNameWithErrorDuringHBaseLookup() local
201 ArrayList<KeyValue> kvs = new ArrayList<KeyValue>(1); in getIdSuccessfulHBaseLookup() local
227 ArrayList<KeyValue> kvs = new ArrayList<KeyValue>(1); in getIdMisconfiguredWidth() local
252 ArrayList<KeyValue> kvs = new ArrayList<KeyValue>(1); in getOrCreateIdWithExistingId() local
555 final ArrayList<KeyValue> kvs = new ArrayList<KeyValue>(1); in getOrCreateIdAssignIdWithRaceCondition() local
807 ArrayList<KeyValue> kvs = new ArrayList<KeyValue>(1); in getOrCreateIdRandomWithRaceCondition() local
1198 final ArrayList<KeyValue> kvs = new ArrayList<KeyValue>(3); in getUsedUIDs() local
1223 final ArrayList<KeyValue> kvs = new ArrayList<KeyValue>(0); in getUsedUIDsEmptyRow() local
1285 ArrayList<KeyValue> kvs = new ArrayList<KeyValue>(1); in rename() local
[all …]
/dports/databases/hbase/hbase-1.2.1/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/
H A DTestScannersWithFilters.java249 private static void verifyScanFull(Scan s, KeyValue [] kvs) in verifyScanFull()
562 KeyValue [] kvs = { in testQualifierFilter() local
723 KeyValue [] kvs = { in testRowFilter() local
886 KeyValue [] kvs = { in testValueFilter() local
921 KeyValue [] kvs = { in testSkipFilter() local
963 KeyValue [] kvs = { in testFilterList() local
988 KeyValue [] kvs = { in testFirstKeyOnlyFilter() local
/dports/net/mpich/mpich-3.4.3/src/pm/util/
H A Dpmiserv.c259 int PMISetupNewGroup(int nProcess, PMIKVSpace * kvs) in PMISetupNewGroup()
450 PMIKVSpace *kvs, **kPrev, *k; in fPMIKVSAllocate() local
491 PMIKVSpace *kvs; in fPMIKVSGetNewSpace() local
563 PMIKVSpace *kvs = pmimain.kvSpaces; in fPMIKVSFindSpace() local
583 static int PMIKVSFree(PMIKVSpace * kvs) in PMIKVSFree()
646 PMIKVSpace *kvs; in fPMI_Handle_destroy_kvs() local
670 PMIKVSpace *kvs; in fPMI_Handle_put() local
708 PMIKVSpace *kvs; in fPMI_Handle_get() local
747 PMIKVSpace *kvs; in fPMI_Handle_get_my_kvsname() local
827 PMIKVSpace *kvs; in fPMI_Handle_getbyidx() local
[all …]

12345678910>>...33