Home
last modified time | relevance | path

Searched refs:keys (Results 576 - 600 of 3197) sorted by relevance

1...<<21222324252627282930>>...128

/third_party/node/test/parallel/
H A Dtest-webcrypto-digest.js155 Object.keys(kSourceData).forEach((size) => {
156 Object.keys(kDigestedData).forEach((alg) => {
H A Dtest-webcrypto-derivebits-hkdf.js166 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 Drelease.sh46 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 Dtheme-set.js20 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 Dindex.js4 var keys = require('object-keys'); variable
28 var cores = keys(data);
/third_party/musl/Benchmark/scripts/
H A Dcompare_benchmark_result.py83 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 Dtest.sh59 # Copy the new runtime and keys.
61 cp ../../keys . -r
79 rm keys -r
/third_party/python/Lib/test/
H A Dtest___all__.py76 keys = set(names)
80 self.assertEqual(keys, all_set, "in module {}".format(modname))
/third_party/python/Include/internal/
H A Dpycore_dict.h54 /* 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 Dchktrcmp.py101 cmpnt = USED_COMPONENT.keys()
108 cmpnt = KNOWN_COMPONENT.keys()
/third_party/skia/tools/perf-canvaskit-puppeteer/
H A Dskp_data_prep.js14 for (const key of Object.keys(SIMD_DATA)) {
17 for (const key of Object.keys(RELEASE_DATA)) {
/third_party/skia/tools/skqp/
H A Dfind_commit_with_best_gold_results.py31 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 DmodularizeLibrary_NoErrorDuplicateLibOptions1.js13 m.keys();
102 m.keys();
H A DmodularizeLibrary_NoErrorDuplicateLibOptions2.js13 m.keys();
102 m.keys();
H A DmodularizeLibrary_TargetES5UsingES6Lib.js13 m.keys();
102 m.keys();
/third_party/skia/bin/
H A Dcompare36 common = set(a.keys()).intersection(b.keys())
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_processor.cpp286 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 Dface_auth_all_in_one_executor_hdi_fuzzer.cpp247 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 Dfingerprint_auth_all_in_one_executor_hdi_fuzzer.cpp244 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 Dhdf_get_handler.py51 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 Ddaudio_utils.cpp244 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 Dkey_gesture_manager.cpp220 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 Dvirtual_relational_ver_sync_db_interface.cpp232 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 Dcomparisons.js217 // 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 Dfixer.js46 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) {

Completed in 13 milliseconds

1...<<21222324252627282930>>...128