Home
last modified time | relevance | path

Searched refs:keys (Results 2976 - 3000 of 3641) sorted by relevance

1...<<111112113114115116117118119120>>...146

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderMiscTestsEXT.cpp4148 const std::vector<uint32_t> keys { 3717945376u, 2325956828u, 433982700u }; in initPrograms()
4149 //const std::vector<uint32_t> keys { 85u, 170u, 255u }; in initPrograms()
4181 << " const vec4 color = ((td.key == " << keys[kGoodKeyIdx] << "u) ? vec4(0.0, 0.0, 1.0, 1.0) : vec4(0.0, 0.0, 0.0, 1.0));\n" in initPrograms() local
4213 << " td0.key = " << keys.at(0) << "u;\n" in initPrograms()
4214 << " td1.key = " << keys.at(1) << "u;\n" in initPrograms()
4215 << " td2.key = " << keys.at(2) << "u;\n" in initPrograms()
4240 << " if (pc.index == 0u) td.key = " << keys.at(0) << "u;\n" in initPrograms()
4241 << " else if (pc.index == 1u) td.key = " << keys.at(1) << "u;\n" in initPrograms()
4242 << " else td.key = " << keys.at(2) << "u;\n" in initPrograms()
4270 << " %key_0 = OpConstant %uint " << keys in initPrograms()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderMiscTestsEXT.cpp4145 const std::vector<uint32_t> keys { 3717945376u, 2325956828u, 433982700u }; in initPrograms()
4146 //const std::vector<uint32_t> keys { 85u, 170u, 255u }; in initPrograms()
4178 << " const vec4 color = ((td.key == " << keys[kGoodKeyIdx] << "u) ? vec4(0.0, 0.0, 1.0, 1.0) : vec4(0.0, 0.0, 0.0, 1.0));\n" in initPrograms() local
4210 << " td0.key = " << keys.at(0) << "u;\n" in initPrograms()
4211 << " td1.key = " << keys.at(1) << "u;\n" in initPrograms()
4212 << " td2.key = " << keys.at(2) << "u;\n" in initPrograms()
4237 << " if (pc.index == 0u) td.key = " << keys.at(0) << "u;\n" in initPrograms()
4238 << " else if (pc.index == 1u) td.key = " << keys.at(1) << "u;\n" in initPrograms()
4239 << " else td.key = " << keys.at(2) << "u;\n" in initPrograms()
4267 << " %key_0 = OpConstant %uint " << keys in initPrograms()
[all...]
/third_party/openssl/test/
H A Devp_extra_test.c874 * params to ensure they are all accepted for EC keys
1103 /* EVP_PKEY_eq() returns -2 with missing public keys */ in test_EC_priv_only_legacy()
2119 } keys[] = { variable
2161 /* Check if this algorithm supports public keys */ in test_set_get_raw_keys_int()
2162 if (pub && keys[tst].pub == NULL) in test_set_get_raw_keys_int()
2169 inlen = strlen(keys[tst].pub); in test_set_get_raw_keys_int()
2170 in = (unsigned char *)keys[tst].pub; in test_set_get_raw_keys_int()
2174 OBJ_nid2sn(keys[tst].type), in test_set_get_raw_keys_int()
2179 pkey = EVP_PKEY_new_raw_public_key(keys[tst].type, in test_set_get_raw_keys_int()
2188 inlen = strlen(keys[ts in test_set_get_raw_keys_int()
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js224 if ((Object.keys(this.value).indexOf('start') >= 0) ||
225 (Object.keys(this.value).indexOf('end') >= 0)) {
238 if ((Object.keys(this.value).indexOf('start') >= 0) ||
239 (Object.keys(this.value).indexOf('end') >= 0)) {
305 if ((Object.keys(this.value).indexOf('topStart') >= 0) ||
306 (Object.keys(this.value).indexOf('topEnd') >= 0) ||
307 (Object.keys(this.value).indexOf('bottomStart') >= 0) ||
308 (Object.keys(this.value).indexOf('bottomEnd') >= 0)) {
321 if ((Object.keys(this.value).indexOf('topStart') >= 0) ||
322 (Object.keys(thi
[all...]
/kernel/linux/linux-5.10/net/bluetooth/
H A Dmgmt.c2358 expected_len = struct_size(cp, keys, key_count); in load_link_keys()
2374 struct mgmt_link_key_info *key = &cp->keys[i]; in load_link_keys()
2397 struct mgmt_link_key_info *key = &cp->keys[i]; in load_link_keys()
2407 /* Always ignore debug keys and require a new pairing if in load_link_keys()
3618 struct mgmt_cp_set_blocked_keys *keys = data; in set_blocked_keys() local
3619 const u16 max_key_count = ((U16_MAX - sizeof(*keys)) / in set_blocked_keys()
3626 key_count = __le16_to_cpu(keys->key_count); in set_blocked_keys()
3633 expected_len = struct_size(keys, keys, key_count); in set_blocked_keys()
3645 for (i = 0; i < keys in set_blocked_keys()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/
H A Drs_interfaces.cpp447 int32_t RSInterfaces::GetScreenSupportedMetaDataKeys(ScreenId id, std::vector<ScreenHDRMetadataKey>& keys) in GetScreenSupportedMetaDataKeys() argument
449 return renderServiceClient_->GetScreenSupportedMetaDataKeys(id, keys); in GetScreenSupportedMetaDataKeys()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_render_service_connection_proxy_test.cpp617 std::vector<ScreenHDRMetadataKey> keys; in HWTEST_F() local
618 ASSERT_EQ(proxy->GetScreenSupportedMetaDataKeys(id, keys), 2); in HWTEST_F()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/exif_metadata_accessor_test/
H A Dexif_getfilterarea_test.cpp308 std::vector<std::string> keys; in HWTEST_F() local
309 uint32_t ret = imageSource->GetFilterArea(keys, ranges); in HWTEST_F()
/foundation/multimedia/media_foundation/engine/pipeline/filters/demux/
H A Ddemuxer_filter.cpp562 if (negotiatedCap.keys.count(Capability::Key::VIDEO_BIT_STREAM_FORMAT)) { in UpdateStreamMeta()
564 negotiatedCap.keys[Capability::Key::VIDEO_BIT_STREAM_FORMAT]); in UpdateStreamMeta()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.h78 int DeleteMetaData(const std::vector<Key> &keys) const;
80 int GetAllMetaKeys(std::vector<Key> &keys) const;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_executor_cache.cpp940 int SQLiteSingleVerStorageExecutor::DeleteMetaData(const std::vector<Key> &keys) in DeleteMetaData() argument
949 for (const auto &key : keys) { in DeleteMetaData()
/foundation/distributeddatamgr/preferences/test/native/unittest/
H A Dpreferences_test.cpp996 std::vector<std::string> keys = { KEY_TEST_STRING_ELEMENT }; in HWTEST_F() local
997 pref->RegisterDataObserver(counter, keys); in HWTEST_F()
/kernel/linux/linux-5.10/crypto/asymmetric_keys/
H A Dasym_tpm.c15 #include <keys/asymmetric-subtype.h>
16 #include <keys/trusted_tpm.h>
282 * Provide a part of a description of the key for /proc/keys.
403 /* TPM only works on private keys, public keys still done in software */ in tpm_key_query()
/kernel/linux/linux-5.10/drivers/md/persistent-data/
H A Ddm-array.c855 static int walk_ablock(void *context, uint64_t *keys, void *leaf) in walk_ablock() argument
874 r = wi->fn(wi->context, keys[0] * max_entries + i, in walk_ablock()
/kernel/linux/linux-6.6/drivers/net/ethernet/mscc/
H A Docelot_flower.c526 int key_length = vcap->keys[VCAP_ES0_IGR_PORT].length; in ocelot_flower_parse_indev()
817 int key_length = vcap->keys[VCAP_ES0_EGR_PORT].length; in ocelot_vcap_filter_create()
/kernel/linux/linux-6.6/drivers/md/persistent-data/
H A Ddm-array.c865 static int walk_ablock(void *context, uint64_t *keys, void *leaf) in walk_ablock() argument
884 r = wi->fn(wi->context, keys[0] * max_entries + i, in walk_ablock()
/kernel/linux/linux-6.6/security/keys/trusted-keys/
H A Dtrusted_tpm1.c6 * See Documentation/security/keys/trusted-encrypted.rst
15 #include <keys/trusted-type.h>
23 #include <keys/trusted_tpm.h>
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTimeZoneNamesImpl.java82 Set<String> keys = mapTimezones.keySet(); in _getAvailableMetaZoneIDs()
83 METAZONE_IDS = Collections.unmodifiableSet(keys); in _getAvailableMetaZoneIDs()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DTimeZoneNamesImpl.java84 Set<String> keys = mapTimezones.keySet(); in _getAvailableMetaZoneIDs()
85 METAZONE_IDS = Collections.unmodifiableSet(keys); in _getAvailableMetaZoneIDs()
/third_party/jinja2/
H A Druntime.py157 `keys`, `values`, `items`, `iterkeys`, `itervalues`, `iteritems`,
317 keys = _dict_method_all(dict.keys) variable in Context
H A Dext.py646 "filters": sorted(self.environment.filters.keys()),
647 "tests": sorted(self.environment.tests.keys()),
/third_party/littlefs/scripts/
H A Dcode.py376 names = list(table.keys() | diff_table.keys())
/third_party/node/test/parallel/
H A Dtest-assert-deep.js295 // Mixed primitive and object keys
305 // This is an awful case, where a map contains multiple equivalent keys:
327 // Similar object keys
726 // Having the same number of owned properties && the same set of keys.
740 assert.throws(() => assert.deepEqual(Object.keys(a1), Object.keys(a2)),
796 // Same number of keys but different key names.
872 // Having the same number of owned properties && the same set of keys.
1062 // Verify that extra keys will be tested for when using fake arrays.
H A Dtest-assert.js524 assert.equal(Object.keys(assert).length, Object.keys(a).length);
H A Dtest-crypto-sign-verify.js497 const keys = [['ec-key.pem', 64], ['dsa_private_1025.pem', 40]];
499 for (const [file, length] of keys) {
565 // Non-(EC)DSA keys should ignore the option.
606 const pubfile = fixtures.path('keys', 'rsa_public_2048.pem');

Completed in 53 milliseconds

1...<<111112113114115116117118119120>>...146