Home
last modified time | relevance | path

Searched refs:keys (Results 1201 - 1225 of 3799) sorted by relevance

1...<<41424344454647484950>>...152

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Dkv_store_delegate.h54 // Batch delete records with the given keys.
56 DB_API virtual DBStatus DeleteBatch(const std::vector<Key> &keys) = 0;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/kv/
H A Dsqlite_local_kvdb_connection.h58 int DeleteBatch(const IOption &option, const std::vector<Key> &keys) override;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_delegate_impl.h50 // Batch delete records with the given keys.
52 DBStatus DeleteBatch(const std::vector<Key> &keys) override;
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dobserver_bridge.h43 void OnChange(const DataOrigin &origin, Keys &&keys) override __attribute__((no_sanitize("cfi")));
/kernel/linux/linux-5.10/crypto/asymmetric_keys/
H A Dpkcs7_key_type.c14 #include <keys/user-type.h>
67 * user defined keys take an arbitrary string as the description and an
/kernel/linux/linux-5.10/arch/powerpc/crypto/
H A DMakefile17 aes-ppc-spe-y := aes-spe-core.o aes-spe-keys.o aes-tab-4k.o aes-spe-modes.o aes-spe-glue.o
/kernel/linux/linux-5.10/drivers/md/bcache/
H A Djournal.h12 * Journal entries contain a list of keys, ordered by the time they were
13 * inserted; thus journal replay just has to reinsert the keys.
32 * journal entry still open - i.e. that has keys that haven't been flushed to
41 * We take a refcount on a journal entry when we add some keys to a journal
43 * insert those keys into the btree the btree write we're setting up takes a
48 * might contain keys for many journal entries - we handle this by making sure
50 * entries it has keys for.
176 struct keylist *keys,
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ni_routing/tools/
H A Dconvert_py_to_csv.py24 fieldnames = [value_to_name[i] for i in sorted(D.keys())]
/kernel/linux/linux-6.6/include/keys/
H A Dtrusted_tpm.h5 #include <keys/trusted-type.h>
/kernel/linux/linux-6.6/drivers/comedi/drivers/ni_routing/tools/
H A Dconvert_py_to_csv.py23 fieldnames = [value_to_name[i] for i in sorted(D.keys())]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H A Dpeer.h33 struct ieee80211_key_conf *keys[WMI_MAX_KEY_INDEX + 1]; member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Dpeer.h21 struct ieee80211_key_conf *keys[WMI_MAX_KEY_INDEX + 1]; member
/kernel/linux/linux-6.6/crypto/asymmetric_keys/
H A Dpkcs7_key_type.c14 #include <keys/user-type.h>
67 * user defined keys take an arbitrary string as the description and an
/kernel/linux/linux-6.6/drivers/md/bcache/
H A Djournal.h12 * Journal entries contain a list of keys, ordered by the time they were
13 * inserted; thus journal replay just has to reinsert the keys.
32 * journal entry still open - i.e. that has keys that haven't been flushed to
41 * We take a refcount on a journal entry when we add some keys to a journal
43 * insert those keys into the btree the btree write we're setting up takes a
48 * might contain keys for many journal entries - we handle this by making sure
50 * entries it has keys for.
176 struct keylist *keys,
/kernel/linux/linux-6.6/tools/testing/kunit/
H A Drun_checks.py51 for f in futures.as_completed(future_to_name.keys()):
/third_party/gn/infra/recipe_modules/target/
H A Dapi.py17 PLATFORMS = PLATFORM_TO_TRIPLE.keys()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
H A DNGramList.java130 public Collection keys() in keys() method in NGramList
/third_party/jerryscript/tests/jerry/es2015/
H A Dsymbol-unscopables.js90 assert(symbol_obj.keys === true);
H A Dargument-spread.js77 assert(Object.keys(obj).length === 2);
/third_party/node/deps/v8/tools/clusterfuzz/foozzie/
H A Dv8_foozzie_harness_adjust.js35 return name + "{" + Object.keys(value).map(function(key, index) {
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/test/
H A Dtest_differential_fuzz.js42 for (const key of Object.keys(this.settings)) {
/third_party/node/test/parallel/
H A Dtest-inspector-async-hook-setup-at-signal.js56 `${Object.keys(paused.params)} contains "asyncStackTrace" property`);
H A Dtest-inspector-async-stack-traces-promise-then.js53 `${Object.keys(msg.params)} contains "asyncStackTrace" property`);
H A Dtest-tls-ticket-cluster.js56 Object.keys(cluster.workers).forEach(function(id) {
H A Dtest-whatwg-encoding-custom-textdecoder-streaming.js24 Object.keys(octets).forEach((encoding) => {

Completed in 7 milliseconds

1...<<41424344454647484950>>...152