Home
last modified time | relevance | path

Searched refs:keys (Results 1051 - 1075 of 3668) sorted by relevance

1...<<41424344454647484950>>...147

/third_party/openGLES/xml/
H A Dreg.py1133 if ('group' in proto.attrib.keys()):
1136 if (group not in self.groupdict.keys()):
1138 if (group not in badGroup.keys()):
1148 if ('group' in param.attrib.keys()):
1150 if (group not in self.groupdict.keys()):
1152 if (group not in badGroup.keys()):
1156 if (len(badGroup.keys()) > 0):
1158 for key in sorted(badGroup.keys()):
/third_party/skia/third_party/externals/opengl-registry/xml/
H A Dreg.py1144 if ('group' in proto.attrib.keys()):
1147 if (group not in self.groupdict.keys()):
1149 if (group not in badGroup.keys()):
1159 if ('group' in param.attrib.keys()):
1161 if (group not in self.groupdict.keys()):
1163 if (group not in badGroup.keys()):
1167 if (len(badGroup.keys()) > 0):
1169 for key in sorted(badGroup.keys()):
/third_party/skia/third_party/externals/egl-registry/api/
H A Dreg.py1153 if ('group' in proto.attrib.keys()):
1156 if (group not in self.groupdict.keys()):
1158 if (group not in badGroup.keys()):
1168 if ('group' in param.attrib.keys()):
1170 if (group not in self.groupdict.keys()):
1172 if (group not in badGroup.keys()):
1176 if (len(badGroup.keys()) > 0):
1178 for key in sorted(badGroup.keys()):
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dtls_gnutls.c878 struct tls_random *keys) in tls_connection_get_random()
883 if (conn == NULL || conn->session == NULL || keys == NULL) in tls_connection_get_random()
886 os_memset(keys, 0, sizeof(*keys)); in tls_connection_get_random()
888 keys->client_random = client.data; in tls_connection_get_random()
889 keys->server_random = server.data; in tls_connection_get_random()
890 keys->client_random_len = client.size; in tls_connection_get_random()
891 keys->server_random_len = client.size; in tls_connection_get_random()
877 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/src/eap_peer/
H A Dikev2.c19 ikev2_free_keys(&data->keys); in ikev2_responder_deinit()
110 &data->keys); in ikev2_derive_keys()
550 &data->keys, 1, data->shared_secret, in ikev2_process_auth_secret()
579 "using shared keys"); in ikev2_process_auth_secret()
655 &data->keys, 1, hdr, pl->encrypted, in ikev2_process_sa_auth()
1002 &data->keys, 0, data->shared_secret, in ikev2_build_auth()
1117 &data->keys, 0, msg, plain, in ikev2_build_sa_init()
1159 &data->keys, 0, msg, plain, in ikev2_build_sa_auth()
1195 &data->keys, 0, msg, plain, in ikev2_build_notify()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls_gnutls.c878 struct tls_random *keys) in tls_connection_get_random()
883 if (conn == NULL || conn->session == NULL || keys == NULL) in tls_connection_get_random()
886 os_memset(keys, 0, sizeof(*keys)); in tls_connection_get_random()
888 keys->client_random = client.data; in tls_connection_get_random()
889 keys->server_random = server.data; in tls_connection_get_random()
890 keys->client_random_len = client.size; in tls_connection_get_random()
891 keys->server_random_len = client.size; in tls_connection_get_random()
877 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/eap_peer/
H A Dikev2.c19 ikev2_free_keys(&data->keys); in ikev2_responder_deinit()
110 &data->keys); in ikev2_derive_keys()
552 &data->keys, 1, data->shared_secret, in ikev2_process_auth_secret()
581 "using shared keys"); in ikev2_process_auth_secret()
657 &data->keys, 1, hdr, pl->encrypted, in ikev2_process_sa_auth()
1004 &data->keys, 0, data->shared_secret, in ikev2_build_auth()
1119 &data->keys, 0, msg, plain, in ikev2_build_sa_init()
1161 &data->keys, 0, msg, plain, in ikev2_build_sa_auth()
1197 &data->keys, 0, msg, plain, in ikev2_build_notify()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/resourcemanager/src/
H A Dresource_manager_test.cpp537 CapabilityInfoManager::Keys keys; in HWTEST_F() local
538 keys[CapabilityInfoManager::OP_INSERT] = {"strBase"}; in HWTEST_F()
539 keys[CapabilityInfoManager::OP_UPDATE] = {"strBase"}; in HWTEST_F()
540 keys[CapabilityInfoManager::OP_DELETE] = {"strBase"}; in HWTEST_F()
541 CapabilityInfoManager::GetInstance()->OnChange(origin, std::move(keys)); in HWTEST_F()
908 std::vector<std::string> keys {}; in HWTEST_F()
909 auto entries = CapabilityInfoManager::GetInstance()->GetEntriesByKeys(keys); in HWTEST_F()
1136 std::vector<std::string> keys; in HWTEST_F() local
1137 auto ret = MetaInfoManager::GetInstance()->GetEntriesByKeys(keys); in HWTEST_F()
1141 keys in HWTEST_F()
[all...]
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-thin-metadata.c38 * followed by an array of keys, followed by an array of values. We have
39 * to binary search on the keys so they're all held together to help the
1507 dm_block_t keys[2] = { td->id, block }; in __find_block() local
1515 r = dm_btree_lookup(info, pmd->root, keys, &value); in __find_block()
1547 dm_block_t keys[2] = { td->id, block }; in __find_next_mapped_block() local
1549 r = dm_btree_lookup_next(&pmd->info, pmd->root, keys, vblock, &value); in __find_next_mapped_block()
1626 dm_block_t keys[2] = { td->id, block }; in __insert() local
1631 r = dm_btree_insert_notify(&pmd->info, pmd->root, keys, &value, in __insert()
1660 dm_block_t keys[2] = { td->id, block }; in __remove() local
1662 r = dm_btree_remove(&pmd->info, pmd->root, keys, in __remove()
1677 dm_block_t keys[1] = { td->id }; __remove_range() local
[all...]
/test/xts/acts/hiviewdfx/hiappeventtest/hiappeventcpptest/
H A DHiAppEventCPPTest.cpp809 string keys[maxLen + 1]; in HWTEST_F() local
814 keys[i] = "key" + std::to_string(i); in HWTEST_F()
816 OH_HiAppEvent_AddStringParam(list, keys[i].c_str(), values[i].c_str()); in HWTEST_F()
1074 string keys[maxLen+1]; in HWTEST_F() local
1079 keys[i] = "key" + std::to_string(i); in HWTEST_F()
1081 OH_HiAppEvent_AddStringParam(list, keys[i].c_str(), values[i].c_str()); in HWTEST_F()
1116 string keys[maxLen+1]; in HWTEST_F() local
1132 keys[i] = "key" + std::to_string(i); in HWTEST_F()
1134 OH_HiAppEvent_AddStringParam(list, keys[i].c_str(), values[i].c_str()); in HWTEST_F()
1166 string keys[maxLe in HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Djs_card_parser.cpp68 const std::vector<std::string>& keys, const std::unique_ptr<JsonValue>& fileData) in GetJsonValue()
70 auto it = keys.begin(); in GetJsonValue()
76 for (++it; it != keys.end(); ++it) { in GetJsonValue()
778 std::vector<std::string> keys; in LoadResImageUrl() local
779 StringUtils::StringSplitter(splitStr, '.', keys); in LoadResImageUrl()
780 auto result = GetJsonValue(keys, content); in LoadResImageUrl()
823 std::vector<std::string> keys; in GetI18nData() local
824 StringUtils::StringSplitter(value, '.', keys); in GetI18nData()
849 auto result = GetJsonValue(keys, fileData); in GetI18nData()
1229 std::vector<std::string> keys; in ParseArrayExpression() local
67 GetJsonValue( const std::vector<std::string>& keys, const std::unique_ptr<JsonValue>& fileData) GetJsonValue() argument
1622 std::vector<std::string> keys; ParsePointOperator() local
[all...]
/device/soc/rockchip/rk3588/hardware/mpp/include/
H A Diniparser.h147 @brief Get the number of keys in a section of a dictionary.
150 @return Number of keys in section
157 @brief Get the number of keys in a section of a dictionary.
160 @param keys Already allocated array to store the keys in
161 @return The pointer passed as `keys` argument or NULL in case of error
163 This function queries a dictionary and finds all keys in a given section.
164 The keys argument should be an array of pointers which size has been
171 const char ** iniparser_getseckeys(const dictionary * d, const char * s, const char ** keys);
334 are stored as keys wit
[all...]
/foundation/ability/dmsfwk/common/include/
H A Ddistributed_sched_utils.h44 bool CJsonParamCheck(const cJSON *jsonObj, const std::initializer_list<std::string> &keys);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_video.h50 static EventMarker GetEventMarker(const JSCallbackInfo& info, const std::vector<std::string>& keys);
/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/test/unittest/common/
H A Dstylemgr_tdd_test.h61 char* keys[],
/foundation/deviceprofile/device_info_manager/services/core/include/persistenceadapter/kvadapter/
H A Dikv_adapter.h40 virtual int32_t DeleteBatch(const std::vector<std::string>& keys) = 0;
/foundation/distributedhardware/device_manager/utils/include/kvadapter/
H A Dkv_adapter.h45 int32_t DeleteBatch(const std::vector<std::string> &keys);
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/
H A Dtdc_helper.py64 for k in tcase.keys():
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Dpeer.h19 struct ieee80211_key_conf *keys[WMI_MAX_KEY_INDEX + 1]; member
/kernel/linux/linux-5.10/tools/perf/scripts/python/
H A Dnet_dropmonitor.py56 for i in drop_log.keys():
/kernel/linux/linux-5.10/net/ceph/
H A Dauth_x_protocol.h46 __le32 keys; member
/kernel/linux/linux-6.6/tools/perf/scripts/python/
H A Dnet_dropmonitor.py56 for i in drop_log.keys():
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/
H A Dtdc_helper.py64 for k in tcase.keys():
/kernel/linux/linux-6.6/net/ceph/
H A Dauth_x_protocol.h47 __le32 keys; member
/third_party/gn/src/gn/
H A Dcommand_meta.cc38 A comma-separated list of keys from which to extract data. In each target
39 walked, its metadata scope is checked for the presence of these keys. If
44 A comma-separated list of keys from which to control the walk. In each
46 these keys. If present, the contents of those variables is checked to ensure
49 keys, all deps and data_deps are added to the walk set.
63 Lists collected metaresults for the `files` and `other` keys in the
144 OutputString("\nusing data keys:\n", DECORATION_DIM);
154 OutputString("\nand using walk keys:\n", DECORATION_DIM);

Completed in 27 milliseconds

1...<<41424344454647484950>>...147