Home
last modified time | relevance | path

Searched refs:keys (Results 901 - 925 of 1701) sorted by relevance

1...<<31323334353637383940>>...69

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H A Ddistributeddb_schema_test_tools.h300 static bool PreInsertRecords(DistributedDB::KvStoreNbDelegate *&delegate, std::vector<DistributedDB::Key> &keys,
307 const std::vector<DistributedDB::Key> &keys, const std::vector<std::string> &schemasValue);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_delegate_impl.cpp106 DBStatus KvStoreDelegateImpl::DeleteBatch(const std::vector<Key> &keys) in DeleteBatch() argument
110 int errCode = conn_->DeleteBatch(option, keys); in DeleteBatch()
/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/
H A Ddatashare_predicates.h391 DataSharePredicates *InKeys(const std::vector<std::string> &keys) in InKeys() argument
393 SetOperationList(IN_KEY, keys); in InKeys()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Dscheduler_manager.cpp49 std::vector<Key> keys = RdbSubscriberManager::GetInstance().GetKeysByUri(uri); in Execute() local
50 for (auto const &key : keys) { in Execute()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_snoop_filter_evt.c137 HciReturnLinkKeys *keys = (HciReturnLinkKeys *)(param + offset); in HciReturnLinkKeysEventFilter() local
139 BtmFilterAddress((uint8_t *)&keys->bdAddr, BT_ADDRESS_SIZE); in HciReturnLinkKeysEventFilter()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/
H A DBcp47Mapper.java192 // addKeyMapValues() method, it appears to just be a way to distinguish keys added via
200 Set<AttributeKey> keys = in addInfoAttributes()
202 for (AttributeKey a : keys) { in addInfoAttributes()
/third_party/jerryscript/tests/jerry/es2015/
H A Darray-from.js33 var aProps = Object.keys(a);
35 var bProps = Object.keys(b);
/third_party/mbedtls/
H A DMakefile134 CTR_DRBG_128_BIT_KEY_WARN_L2=**** Using 128-bit keys for CTR_DRBG limits the security of generated ****\n
135 CTR_DRBG_128_BIT_KEY_WARN_L3=**** keys and operations that use random values generated to 128-bit security ****\n
143 # If 128-bit keys are configured for CTR_DRBG, display an appropriate warning
/third_party/node/lib/internal/crypto/
H A Ddiffiehellman.js50 } = require('internal/crypto/keys');
150 const keys = this[kHandle].generateKeys();
152 return encode(keys, encoding);
335 throw lazyDOMException('Keys must be ECDH, X25519, or X448 keys', 'InvalidAccessError');
340 'The public and private keys must be of the same type',
H A Dkeygen.js34 } = require('internal/crypto/keys');
115 const { 0: err, 1: keys } = ret;
119 const { 0: publicKey, 1: privateKey } = keys;
/third_party/node/test/parallel/
H A Dtest-util-types.js56 for (const key of Object.keys(types)) {
265 for (const testedFunc of Object.keys(expected)) {
/third_party/node/deps/npm/node_modules/columnify/
H A Dcolumnify.js59 // if not suppled column names, automatically determine columns from data keys
111 var changedKeys = Object.keys(col);
265 var keysArray = Object.keys(Object(nextSource));
H A Dindex.js53 // if not suppled column names, automatically determine columns from data keys
105 let changedKeys = Object.keys(col)
254 var keysArray = Object.keys(Object(nextSource));
/third_party/node/deps/npm/lib/commands/
H A Dtoken.js149 Object.keys(result).forEach(k => this.npm.output(k + '\t' + result[k]))
152 for (const k of Object.keys(result)) {
/third_party/node/deps/npm/node_modules/cacache/lib/
H A Dverify.js50 Object.keys(s).forEach((k) => {
207 Object.keys(buckets),
/third_party/node/deps/npm/node_modules/cli-table3/src/
H A Dlayout-manager.js30 Object.keys(alloc).forEach((idx) => {
158 let key = Object.keys(row)[0];
/third_party/node/deps/npm/node_modules/npm-profile/lib/
H A Dindex.js188 Object.keys(result).forEach(k => {
214 Object.keys(profile).forEach(key => {
215 // profile keys can't be empty strings, but they CAN be null
/third_party/node/deps/npm/test/fixtures/
H A Dmock-npm.js35 `Received the following top level entries: ${Object.keys(globalDir).join(', ')}.`
169 const npmEnvs = Object.keys(process.env).filter(k => k.startsWith('npm_'))
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbifrost_isa.py238 # Drop keys used for packing to simplify IR representation, so we can check for
258 seen = [op for op in instructions.keys() if op[1:] == key]
297 sorted_instrs = sorted(instructions.keys(), key = key_func)
/third_party/python/Lib/dbm/
H A Ddumb.py61 # file, and holds the values associated with keys. Each value
68 self._index = None # maps keys to (pos, siz) pairs
193 raise TypeError("keys must be bytes or strings")
239 def keys(self): member in _Database
247 return [(key, self[key]) for key in self._index.keys()]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Dgen_angle_format_table.py394 for gl_format in sorted(gl_to_angle.keys()):
422 all_angle = angle_to_gl.keys()
/third_party/python/Lib/
H A Dmailcap.py298 keys = sorted(e)
299 for k in keys:
/third_party/skia/tools/skqp/
H A Dcreate_apk.py210 (arg, skia_to_android_arch_name_map.keys()))
211 self.architectures = args if args else skia_to_android_arch_name_map.keys()
/third_party/typescript/tests/baselines/reference/
H A DinferFromGenericFunctionReturnTypes3.js86 return new Map(Object.keys(obj).map(key => [key, obj[key]]));
255 return new Map(Object.keys(obj).map(key => [key, obj[key]]));
/third_party/python/Lib/test/test_email/
H A Dtest_defect_handling.py203 self.assertEqual(msg.keys(), ['Subject'])
218 self.assertEqual(msg.keys(), ['Subject'])

Completed in 12 milliseconds

1...<<31323334353637383940>>...69