/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | tls_wolfssl.c | 1967 struct tls_random *keys) in tls_connection_get_random() 1971 if (!conn || !keys) in tls_connection_get_random() 1977 os_memset(keys, 0, sizeof(*keys)); in tls_connection_get_random() 1978 keys->client_random = conn->client_random; in tls_connection_get_random() 1979 keys->client_random_len = wolfSSL_get_client_random( in tls_connection_get_random() 1981 keys->server_random = conn->server_random; in tls_connection_get_random() 1982 keys->server_random_len = wolfSSL_get_server_random( in tls_connection_get_random() 1966 tls_connection_get_random(void *ssl_ctx, struct tls_connection *conn, struct tls_random *keys) tls_connection_get_random() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | tls_wolfssl.c | 1974 struct tls_random *keys) in tls_connection_get_random() 1978 if (!conn || !keys) in tls_connection_get_random() 1984 os_memset(keys, 0, sizeof(*keys)); in tls_connection_get_random() 1985 keys->client_random = conn->client_random; in tls_connection_get_random() 1986 keys->client_random_len = wolfSSL_get_client_random( in tls_connection_get_random() 1988 keys->server_random = conn->server_random; in tls_connection_get_random() 1989 keys->server_random_len = wolfSSL_get_server_random( in tls_connection_get_random() 1973 tls_connection_get_random(void *ssl_ctx, struct tls_connection *conn, struct tls_random *keys) tls_connection_get_random() argument
|
/third_party/node/deps/v8/src/objects/ |
H A D | elements.cc | 22 #include "src/objects/keys.h" 1066 Handle<FixedArray> keys = accumulator.GetKeys(); in CollectValuesOrEntriesImpl() local 1072 for (; i < keys->length(); ++i) { in CollectValuesOrEntriesImpl() 1073 Handle<Object> key(keys->get(i), isolate); in CollectValuesOrEntriesImpl() 1098 for (; i < keys->length(); i++) { in CollectValuesOrEntriesImpl() 1099 Handle<Object> key(keys->get(i), isolate); in CollectValuesOrEntriesImpl() 1129 KeyAccumulator* keys) final { 1130 if (keys->filter() & ONLY_ALL_CAN_READ) return ExceptionStatus::kSuccess; 1131 return Subclass::CollectElementIndicesImpl(object, backing_store, keys); 1136 KeyAccumulator* keys) { in CollectElementIndicesImpl() 1134 CollectElementIndicesImpl( Handle<JSObject> object, Handle<FixedArrayBase> backing_store, KeyAccumulator* keys) CollectElementIndicesImpl() argument 1188 PrependElementIndicesImpl( Handle<JSObject> object, Handle<FixedArrayBase> backing_store, Handle<FixedArray> keys, GetKeysConversion convert, PropertyFilter filter) PrependElementIndicesImpl() argument 1609 CollectElementIndicesImpl( Handle<JSObject> object, Handle<FixedArrayBase> backing_store, KeyAccumulator* keys) CollectElementIndicesImpl() argument 4570 CollectElementIndicesImpl( Handle<JSObject> object, Handle<FixedArrayBase> backing_store, KeyAccumulator* keys) CollectElementIndicesImpl() argument 5044 CollectElementIndicesImpl( Handle<JSObject> object, Handle<FixedArrayBase> backing_store, KeyAccumulator* keys) CollectElementIndicesImpl() argument [all...] |
/third_party/python/Python/ |
H A D | compile.c | 646 /* Sort the keys so that we have a deterministic order on the indexes in dictbytype() 1376 // constant keys. in merge_consts_recursive() 2359 PyObject *keys = NULL; in compiler_visit_kwonlydefaults() local 2369 if (keys == NULL) { in compiler_visit_kwonlydefaults() 2370 keys = PyList_New(1); in compiler_visit_kwonlydefaults() 2371 if (keys == NULL) { in compiler_visit_kwonlydefaults() 2375 PyList_SET_ITEM(keys, 0, mangled); in compiler_visit_kwonlydefaults() 2378 int res = PyList_Append(keys, mangled); in compiler_visit_kwonlydefaults() 2389 if (keys != NULL) { in compiler_visit_kwonlydefaults() 2390 Py_ssize_t default_count = PyList_GET_SIZE(keys); in compiler_visit_kwonlydefaults() 4556 PyObject *keys, *key; compiler_subdict() local 5031 PyObject *keys, *key; compiler_subkwargs() local 6628 asdl_expr_seq *keys = p->v.MatchMapping.keys; compiler_pattern_mapping() local [all...] |
/test/testfwk/xdevice/src/xdevice/_core/executor/ |
H A D | concurrent.py | 323 if "class" in test_args.keys(): 327 if root_desc.source.module_name in config.tf_suite.keys(): 514 if execute_result_name in report_data_dict.keys(): 517 report_data_dict.keys(): 686 for tid_key in self.current_driver_threads.keys():
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
H A D | AlphabeticIndexTest.java | 442 Counter<String> keys = getKeys(bucket); in checkBuckets() 445 long localeCount = keys.get(item); in checkBuckets() 526 Counter<String> keys = new Counter<String>(); in getKeys() 529 keys.add(key, 1); in getKeys() 531 return keys; in getKeys()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
H A D | AlphabeticIndexTest.java | 445 Counter<String> keys = getKeys(bucket); in checkBuckets() 448 long localeCount = keys.get(item); in checkBuckets() 529 Counter<String> keys = new Counter<String>(); in getKeys() 532 keys.add(key, 1); in getKeys() 534 return keys; in getKeys()
|
/third_party/node/lib/internal/ |
H A D | url.js | 296 const keys = ReflectOwnKeys(init); 297 for (let i = 0; i < keys.length; i++) { 298 const key = keys[i]; 304 // Two different keys may become the same USVString after normalization. 597 keys() { 632 keys: kEnumerableProperty,
|
/third_party/littlefs/scripts/ |
H A D | plotmpl.py | 747 for i, name in enumerate(datasets_.keys())} 750 for i, name in enumerate(datasets_.keys())} 937 labels.keys(), 950 labels.keys(), 975 labels.keys(),
|
H A D | perf.py | 506 for delta in deltas[dso].keys(): 703 names = list(table.keys() | diff_table.keys()) 855 names_ = list(table_.keys()) 946 for path in co.OrderedDict.fromkeys(r.file for r in results).keys():
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
H A D | macro_checker_file.py | 262 # keys: entity name 1030 unknown_attribs = set(attribs.keys()).difference( 1166 text = remakeRefs(unique_refs.keys()) 1179 [x for x in unique_refs.keys() if x != self.entity]) 1194 text = remakeRefs(unique_refs.keys()) 1203 for entity in unique_refs.keys():
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-coretext.cc | 617 CFStringRef keys[] = { in _hb_coretext_shape() local 627 CFTypeRef keys[] = { in _hb_coretext_shape() 636 static_assert ((ARRAY_LENGTH_CONST (keys) == ARRAY_LENGTH_CONST (values)), ""); in _hb_coretext_shape() 638 (const void **) keys, in _hb_coretext_shape() 640 ARRAY_LENGTH (keys), in _hb_coretext_shape()
|
/foundation/distributeddatamgr/kv_store/test/unittest/distributeddata/ |
H A D | SingleKvStoreDataPromiseJsTest.js | 1475 let keys = []; 1486 keys.push(key + i); 1492 await kvStore.deleteBatch(keys).then((err) => { 1519 let keys = ['batch_test_string_key1', 'batch_test_string_key2']; 1520 await kvStore.deleteBatch(keys).then((err) => { 1558 let keys = ['batch_test_string_key1', 'batch_test_string_keya']; 1559 await kvStore.deleteBatch(keys).then((err) => { 1606 let keys = Object.keys(entries).slice(5); //delete 5 beginnings 1607 await kvStore.deleteBatch(keys) [all...] |
H A D | DeviceKvStoreDataPromiseJsTest.js | 1509 let keys = []; 1520 keys.push(key + i); 1526 await kvStore.deleteBatch(keys).then((err) => { 1553 let keys = ['batch_test_string_key1', 'batch_test_string_key2']; 1554 await kvStore.deleteBatch(keys).then((err) => { 1592 let keys = ['batch_test_string_key1', 'batch_test_string_keya']; 1593 await kvStore.deleteBatch(keys).then((err) => { 1640 let keys = Object.keys(entries).slice(5); //delete 5 beginnings 1641 await kvStore.deleteBatch(keys) [all...] |
/test/xts/acts/distributeddatamgr/distributedKVStoretest/distributedKVStorejstest/hap/entry/src/ohosTest/js/test/ |
H A D | DeviceKvStoreKVPromiseJsTest.js | 1502 let keys = []; 1513 keys.push(key + i); 1519 await kvStore.deleteBatch(keys).then((err) => { 1546 let keys = ['batch_test_string_key1', 'batch_test_string_key2']; 1547 await kvStore.deleteBatch(keys).then((err) => { 1585 let keys = ['batch_test_string_key1', 'batch_test_string_keya']; 1586 await kvStore.deleteBatch(keys).then((err) => { 1633 let keys = Object.keys(entries).slice(5); 1634 await kvStore.deleteBatch(keys) [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_text_area_bridge.cpp | 1046 const char* keys[] = { "offset", "value" }; in SetOnChange() 1049 auto eventObject = panda::ObjectRef::NewWithNamedProperties(vm, ArraySize(keys), keys, values); in SetOnChange() 1458 const char* keys[] = { "text", "keepEditableState" }; in SetOnSubmit() 1461 auto eventObject = panda::ObjectRef::NewWithNamedProperties(vm, ArraySize(keys), keys, values); in SetOnSubmit() 1832 const char* keys[] = { "insertOffset", "insertValue" }; in SetOnWillInsert() 1835 auto eventObject = panda::ObjectRef::NewWithNamedProperties(vm, ArraySize(keys), keys, values); in SetOnWillInsert() 1877 const char* keys[] in SetOnDidInsert() [all...] |
/foundation/arkui/ace_engine/interfaces/native/ |
H A D | drag_and_drop.h | 437 * @brief Obtains the pressed status of modifier keys from a drag event. 440 * @param keys Indicates the returned combination of modifier keys that are currently pressed. 441 * The application can determine the pressed modifier keys through bitwise operations. 447 int32_t OH_ArkUI_DragEvent_GetModifierKeyStates(ArkUI_DragEvent* event, uint64_t* keys);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_node.cpp | 679 LOGE("invalid animate keys info of type %{public}s", type.c_str()); in AsRSPath()
|
/foundation/deviceprofile/device_info_manager/services/core/include/deviceprofilemanager/ |
H A D | device_profile_manager.h | 67 std::vector<DistributedKv::Entry> GetEntriesByKeys(const std::vector<std::string>& keys);
|
/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/ |
H A D | datashare_abs_predicates.h | 256 virtual DataShareAbsPredicates *InKeys(const std::vector<std::string> &keys) = 0;
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
H A D | query_sync_water_mark_helper.h | 91 int DeleteMetaDataFromDB(const std::vector<Key> &keys) const;
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/ |
H A D | generic_kvdb_connection.h | 78 int GetKeys(const IOption &option, const Key &keyPrefix, std::vector<Key> &keys) const override;
|
/test/testfwk/xdevice/src/xdevice/_core/report/ |
H A D | repeater_helper.py | 45 if uuid not in modules.keys():
|
/third_party/mesa3d/bin/ |
H A D | perf-annotate-jit.py | 154 addresses = samples.keys()
|
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | object-assign.js | 138 var descriptors = Object.keys (source).reduce ((descriptors, key) => {
|