/third_party/node/test/parallel/ |
H A D | test-webcrypto-digest.js | 155 Object.keys(kSourceData).forEach((size) => { 156 Object.keys(kDigestedData).forEach((alg) => {
|
H A D | test-webcrypto-derivebits-hkdf.js | 166 Object.keys(kDerivedKeys).forEach((size) => { 513 Object.keys(kDerivations).forEach((size) => { 514 Object.keys(kDerivations[size]).forEach((saltSize) => { 515 Object.keys(kDerivations[size][saltSize]).forEach((hash) => { 516 Object.keys(kDerivations[size][saltSize][hash]).forEach(
|
/third_party/node/tools/ |
H A D | release.sh | 46 gpgkey=$(gpg --list-secret-keys --keyid-format SHORT | awk -F'( +|/)' '/^(sec|ssb)/{print $3}') 56 printf "You have multiple GPG keys:\n\n" 58 gpg --list-secret-keys
|
/third_party/node/deps/npm/node_modules/gauge/lib/ |
H A D | theme-set.js | 20 return Object.keys(this.themes) 29 Object.keys(themes).forEach(function (name) {
|
/third_party/node/deps/npm/node_modules/is-core-module/test/ |
H A D | index.js | 4 var keys = require('object-keys'); variable 28 var cores = keys(data);
|
/third_party/musl/Benchmark/scripts/ |
H A D | compare_benchmark_result.py | 83 before_data = self.benchmark_data_before[case][0] if case in self.benchmark_data_before.keys() else 0 84 after_data = self.benchmark_data_after[case][0] if case in self.benchmark_data_after.keys() else 0
|
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/ |
H A D | test.sh | 59 # Copy the new runtime and keys. 61 cp ../../keys . -r 79 rm keys -r
|
/third_party/python/Lib/test/ |
H A D | test___all__.py | 76 keys = set(names) 80 self.assertEqual(keys, all_set, "in module {}".format(modname))
|
/third_party/python/Include/internal/ |
H A D | pycore_dict.h | 54 /* Gets a version number unique to the current state of the keys of dict, if possible. 58 extern Py_ssize_t _PyDict_KeysSize(PyDictKeysObject *keys); 96 /* Kind of keys */ 99 /* Version number -- Reset to 0 by any modification to keys */ 159 PyObject *const *keys, Py_ssize_t keys_offset,
|
/third_party/skia/third_party/externals/freetype/src/tools/ |
H A D | chktrcmp.py | 101 cmpnt = USED_COMPONENT.keys() 108 cmpnt = KNOWN_COMPONENT.keys()
|
/third_party/skia/tools/perf-canvaskit-puppeteer/ |
H A D | skp_data_prep.js | 14 for (const key of Object.keys(SIMD_DATA)) { 17 for (const key of Object.keys(RELEASE_DATA)) {
|
/third_party/skia/tools/skqp/ |
H A D | find_commit_with_best_gold_results.py | 31 keys = ['os', 'compiler', 'model', 'cpu_or_gpu_value', 'arch', 40 yield [(k, fmt(m.group(k))) for k in keys]
|
/third_party/typescript/tests/baselines/reference/ |
H A D | modularizeLibrary_NoErrorDuplicateLibOptions1.js | 13 m.keys(); 102 m.keys();
|
H A D | modularizeLibrary_NoErrorDuplicateLibOptions2.js | 13 m.keys(); 102 m.keys();
|
H A D | modularizeLibrary_TargetES5UsingES6Lib.js | 13 m.keys(); 102 m.keys();
|
/third_party/skia/bin/ |
H A D | compare | 36 common = set(a.keys()).intersection(b.keys())
|
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/ |
H A D | napi_hiappevent_processor.cpp | 286 std::vector<std::string> keys;
in GenConfigCustomConfigsProp() local 287 NapiUtil::GetPropertyNames(env, napiObject, keys);
in GenConfigCustomConfigsProp() 288 if (!IsValidCustomConfigsNum(keys.size())) {
in GenConfigCustomConfigsProp() 289 HILOG_WARN(LOG_CORE, "invalid keys size=%{public}zu", keys.size());
in GenConfigCustomConfigsProp() 293 for (const auto& localKey : keys) {
in GenConfigCustomConfigsProp()
|
/base/useriam/face_auth/test/fuzztest/faceauthallinoneexecutorhdi_fuzzer/ |
H A D | face_auth_all_in_one_executor_hdi_fuzzer.cpp | 247 void FillFuzzAttributeKeyVector(Parcel &parcel, std::vector<UserAuth::Attributes::AttributeKey> &keys) in FillFuzzAttributeKeyVector() argument 252 keys.push_back(static_cast<UserAuth::Attributes::AttributeKey>(val)); in FillFuzzAttributeKeyVector() 357 std::vector<UserAuth::Attributes::AttributeKey> keys; in FuzzGetProperty() local 358 FillFuzzAttributeKeyVector(parcel, keys); in FuzzGetProperty() 360 g_hdi->GetProperty(templateIdList, keys, property); in FuzzGetProperty()
|
/base/useriam/fingerprint_auth/test/fuzztest/fingerprintauthallinoneexecutorhdi_fuzzer/ |
H A D | fingerprint_auth_all_in_one_executor_hdi_fuzzer.cpp | 244 void FillFuzzAttributeKeyVector(Parcel &parcel, std::vector<UserAuth::Attributes::AttributeKey> &keys) in FillFuzzAttributeKeyVector() argument 249 keys.push_back(static_cast<UserAuth::Attributes::AttributeKey>(val)); in FillFuzzAttributeKeyVector() 354 std::vector<UserAuth::Attributes::AttributeKey> keys; in FuzzGetProperty() local 355 FillFuzzAttributeKeyVector(parcel, keys); in FuzzGetProperty() 357 g_hdi->GetProperty(templateIdList, keys, property); in FuzzGetProperty()
|
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/ |
H A D | hdf_get_handler.py | 51 help=' '.join(self.handlers.keys()), 156 file_key_list = list(list(json_type.items())[0][-1].keys()) 249 board_list = list(model_driver_json.keys()) 261 board_list = list(temp_res.keys()) 289 for type_name in temp_driver_info.keys():
|
/drivers/peripheral/distributed_audio/hdi_service/common/utils/src/ |
H A D | daudio_utils.cpp | 244 int32_t WrapCJsonItem(const std::initializer_list<std::pair<std::string, std::string>> &keys, std::string &content) in WrapCJsonItem() argument 250 for (auto item : keys) { in WrapCJsonItem() 264 bool CJsonParamCheck(const cJSON *jsonObj, const std::initializer_list<std::string> &keys) in CJsonParamCheck() argument 271 for (auto it = keys.begin(); it != keys.end(); it++) { in CJsonParamCheck()
|
/foundation/multimodalinput/input/service/subscriber/src/ |
H A D | key_gesture_manager.cpp | 220 std::set<int32_t> keys = keyOption->GetPreKeys(); in ShouldIntercept() local 221 return (keys.empty() && in ShouldIntercept() 276 std::set<int32_t> keys = keyOption->GetPreKeys(); in ShouldIntercept() local 277 keys.insert(keyOption->GetFinalKey()); in ShouldIntercept() 278 return (keys_ == keys); in ShouldIntercept()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | virtual_relational_ver_sync_db_interface.cpp | 232 int VirtualRelationalVerSyncDBInterface::DeleteMetaData(const std::vector<Key> &keys) in DeleteMetaData() argument 234 for (const auto &key : keys) { in DeleteMetaData() 254 int VirtualRelationalVerSyncDBInterface::GetAllMetaKeys(std::vector<Key> &keys) const in GetAllMetaKeys() 257 keys.push_back(iter.first); in GetAllMetaKeys() 259 LOGD("GetAllMetaKeys size %zu", keys.size()); in GetAllMetaKeys()
|
/third_party/node/lib/internal/util/ |
H A D | comparisons.js | 217 // only contain numeric keys, we don't need to exam further than checking 259 function getEnumerables(val, keys) { 261 keys, 270 // b) The same set of keys/indexes (although not necessarily the same order) 475 // ... we need to consider *all* matching keys, not just the first we find. 505 // keys. 534 function objEquiv(a, b, strict, keys, memos, iterationType) { 576 for (i = 0; i < keys.length; i++) { 577 const key = keys[i];
|
/third_party/node/deps/npm/node_modules/normalize-package-data/lib/ |
H A D | fixer.js | 46 Object.keys(typos.topLevel).forEach(function (d) { 62 Object.keys(data.scripts).forEach(function (k) { 156 Object.keys(data[deps]).forEach(function (d) { 424 Object.keys(o).forEach(function (k) { 468 Object.keys(bugs).forEach(function (k) {
|