/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/ |
H A D | distributeddb_schema_test_tools.h | 300 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 D | kv_store_delegate_impl.cpp | 106 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 D | datashare_predicates.h | 391 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 D | scheduler_manager.cpp | 49 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 D | btm_snoop_filter_evt.c | 137 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 D | Bcp47Mapper.java | 192 // 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 D | array-from.js | 33 var aProps = Object.keys(a); 35 var bProps = Object.keys(b);
|
/third_party/mbedtls/ |
H A D | Makefile | 134 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 D | diffiehellman.js | 50 } = 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 D | keygen.js | 34 } = 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 D | test-util-types.js | 56 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 D | columnify.js | 59 // 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 D | index.js | 53 // 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 D | token.js | 149 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 D | verify.js | 50 Object.keys(s).forEach((k) => { 207 Object.keys(buckets),
|
/third_party/node/deps/npm/node_modules/cli-table3/src/ |
H A D | layout-manager.js | 30 Object.keys(alloc).forEach((idx) => { 158 let key = Object.keys(row)[0];
|
/third_party/node/deps/npm/node_modules/npm-profile/lib/ |
H A D | index.js | 188 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 D | mock-npm.js | 35 `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 D | bifrost_isa.py | 238 # 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 D | dumb.py | 61 # 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 D | gen_angle_format_table.py | 394 for gl_format in sorted(gl_to_angle.keys()): 422 all_angle = angle_to_gl.keys()
|
/third_party/python/Lib/ |
H A D | mailcap.py | 298 keys = sorted(e) 299 for k in keys:
|
/third_party/skia/tools/skqp/ |
H A D | create_apk.py | 210 (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 D | inferFromGenericFunctionReturnTypes3.js | 86 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 D | test_defect_handling.py | 203 self.assertEqual(msg.keys(), ['Subject']) 218 self.assertEqual(msg.keys(), ['Subject'])
|