Home
last modified time | relevance | path

Searched refs:ext (Results 401 - 425 of 7793) sorted by relevance

1...<<11121314151617181920>>...312

/third_party/vk-gl-cts/external/vulkancts/scripts/
H A Dgen_vulkan_header.py58 ext = []
60 ext = extroot[0].getchildren()
61 for x in ext:
88 ext = []
90 ext = extroot[0].getchildren()
91 for x in ext:
H A Dohos_gen_framework.py888 # add _MAX_ENUM item with the ext postifix at the end
1021 for ext in api.extensions:
1022 firstRequirementEnums = ext.requirementsList[0].extendedEnums
1800 for ext in api.extensions:
1801 if ext.promotedto is None or "VK_VERSION" not in ext.promotedto:
1804 if ext.partiallyPromoted is True:
1806 major = int(ext.promotedto[-3])
1807 minor = int(ext.promotedto[-1])
1808 currVersion = "VK_API_VERSION_" + ext
[all...]
/foundation/filemanagement/user_file_service/test/unittest/
H A Dexternal_file_access_test_management.cpp44 HWTEST_F(FileExtensionHelperTest, external_file_access_CreateFile_0000, testing::ext::TestSize.Level1) in HWTEST_F()
77 HWTEST_F(FileExtensionHelperTest, external_file_access_CreateFile_0001, testing::ext::TestSize.Level1) in HWTEST_F()
103 HWTEST_F(FileExtensionHelperTest, external_file_access_CreateFile_0002, testing::ext::TestSize.Level1) in HWTEST_F()
129 HWTEST_F(FileExtensionHelperTest, external_file_access_CreateFile_0003, testing::ext::TestSize.Level1) in HWTEST_F()
155 HWTEST_F(FileExtensionHelperTest, external_file_access_CreateFile_0004, testing::ext::TestSize.Level1) in HWTEST_F()
203 HWTEST_F(FileExtensionHelperTest, external_file_access_CreateFile_0005, testing::ext::TestSize.Level1) in HWTEST_F()
241 HWTEST_F(FileExtensionHelperTest, external_file_access_CreateFile_0006, testing::ext::TestSize.Level1) in HWTEST_F()
278 HWTEST_F(FileExtensionHelperTest, external_file_access_CreateFile_0007, testing::ext::TestSize.Level1) in HWTEST_F()
311 HWTEST_F(FileExtensionHelperTest, external_file_access_Move_file_0000, testing::ext::TestSize.Level1) in HWTEST_F()
351 HWTEST_F(FileExtensionHelperTest, external_file_access_Move_file_001, testing::ext
[all...]
H A Djs_file_access_ext_ability_test.cpp33 using namespace testing::ext;
140 HWTEST_F(JsFileAccessExtAbilityTest, js_file_access_ext_ability_CallObjectMethod_0000, testing::ext::TestSize.Level1) in HWTEST_F()
190 HWTEST_F(JsFileAccessExtAbilityTest, js_file_access_ext_ability_CallJsMethod_0000, testing::ext::TestSize.Level1) in HWTEST_F()
230 HWTEST_F(JsFileAccessExtAbilityTest, js_file_access_ext_ability_DoCallJsMethod_0000, testing::ext::TestSize.Level1) in HWTEST_F()
286 HWTEST_F(JsFileAccessExtAbilityTest, js_file_access_ext_ability_DoCallJsMethod_0001, testing::ext::TestSize.Level1) in HWTEST_F()
335 HWTEST_F(JsFileAccessExtAbilityTest, js_file_access_ext_ability_OpenFile_0000, testing::ext::TestSize.Level1) in HWTEST_F()
363 HWTEST_F(JsFileAccessExtAbilityTest, js_file_access_ext_ability_OpenFile_0001, testing::ext::TestSize.Level1) in HWTEST_F()
476 HWTEST_F(JsFileAccessExtAbilityTest, js_file_access_ext_ability_OpenFile_0002, testing::ext::TestSize.Level1) in HWTEST_F()
523 HWTEST_F(JsFileAccessExtAbilityTest, js_file_access_ext_ability_OpenFile_0003, testing::ext::TestSize.Level1) in HWTEST_F()
558 HWTEST_F(JsFileAccessExtAbilityTest, js_file_access_ext_ability_CreateFile_0000, testing::ext
[all...]
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem_srvr.c77 } else if (s->ext.early_data == SSL_EARLY_DATA_ACCEPTED in ossl_statem_server13_read_transition()
437 if (s->ext.extra_tickets_expected > 0) { in ossl_statem_server13_write_transition()
507 } else if (!s->ext.ticket_expected) { in ossl_statem_server13_write_transition()
531 if (!SSL_IS_FIRST_HANDSHAKE(s) && s->ext.extra_tickets_expected > 0) { in ossl_statem_server13_write_transition()
603 if (s->ext.ticket_expected) in ossl_statem_server_write_transition()
624 if (s->ext.status_expected) { in ossl_statem_server_write_transition()
655 } else if (s->ext.ticket_expected) { in ossl_statem_server_write_transition()
728 && s->ext.extra_tickets_expected == 0) { in ossl_statem_server_pre_work()
903 if (s->ext.early_data != SSL_EARLY_DATA_ACCEPTED in ossl_statem_server_post_work()
969 if (SSL_IS_QUIC(s) && s->ext in ossl_statem_server_post_work()
[all...]
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_asid.c111 void *ext, BIO *out, int indent)
113 ASIdentifiers *asid = ext;
752 ASIdentifiers *ext) in asid_validate_path_internal()
759 || !ossl_assert(ctx != NULL || ext != NULL) in asid_validate_path_internal()
772 if (ext != NULL) { in asid_validate_path_internal()
778 if ((ext = x->rfc3779_asid) == NULL) in asid_validate_path_internal()
781 if (!X509v3_asid_is_canonical(ext)) in asid_validate_path_internal()
783 if (ext->asnum != NULL) { in asid_validate_path_internal()
784 switch (ext->asnum->type) { in asid_validate_path_internal()
789 child_as = ext in asid_validate_path_internal()
750 asid_validate_path_internal(X509_STORE_CTX *ctx, STACK_OF(X509) *chain, ASIdentifiers *ext) asid_validate_path_internal() argument
[all...]
/third_party/openssl/crypto/x509/
H A Dv3_asid.c111 void *ext, BIO *out, int indent)
113 ASIdentifiers *asid = ext;
738 ASIdentifiers *ext) in asid_validate_path_internal()
745 || !ossl_assert(ctx != NULL || ext != NULL) in asid_validate_path_internal()
758 if (ext != NULL) { in asid_validate_path_internal()
764 if ((ext = x->rfc3779_asid) == NULL) in asid_validate_path_internal()
767 if (!X509v3_asid_is_canonical(ext)) in asid_validate_path_internal()
769 if (ext->asnum != NULL) { in asid_validate_path_internal()
770 switch (ext->asnum->type) { in asid_validate_path_internal()
775 child_as = ext in asid_validate_path_internal()
736 asid_validate_path_internal(X509_STORE_CTX *ctx, STACK_OF(X509) *chain, ASIdentifiers *ext) asid_validate_path_internal() argument
[all...]
/third_party/mesa3d/src/broadcom/simulator/
H A Dv3d_simulator.c464 v3d_simulator_process_post_deps(int fd, struct drm_v3d_extension *ext) in v3d_simulator_process_post_deps() argument
467 while (ext && ext->id != DRM_V3D_EXT_ID_MULTI_SYNC) in v3d_simulator_process_post_deps()
468 ext = (void *)(uintptr_t) ext->next; in v3d_simulator_process_post_deps()
470 if (ext) { in v3d_simulator_process_post_deps()
471 struct drm_v3d_multi_sync *ms = (struct drm_v3d_multi_sync *) ext; in v3d_simulator_process_post_deps()
510 struct drm_v3d_extension *ext = (void *)(uintptr_t)submit->extensions; in v3d_simulator_submit_cl_ioctl() local
511 ret = v3d_simulator_process_post_deps(fd, ext); in v3d_simulator_submit_cl_ioctl()
665 struct drm_v3d_extension *ext in v3d_simulator_submit_tfu_ioctl() local
697 struct drm_v3d_extension *ext = (void *)(uintptr_t)args->extensions; v3d_simulator_submit_csd_ioctl() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Daes-mips.pl151 ext $i0,$s1,16,8
153 ext $i1,$s2,16,8
154 ext $i2,$s3,16,8
155 ext $i3,$s0,16,8
157 ext $i0,$s2,8,8
159 ext $i1,$s3,8,8
161 ext $i2,$s0,8,8
163 ext $i3,$s1,8,8
166 ext $i0,$s3,0,8
168 ext
[all...]
/third_party/openssl/crypto/aes/asm/
H A Daes-mips.pl151 ext $i0,$s1,16,8
153 ext $i1,$s2,16,8
154 ext $i2,$s3,16,8
155 ext $i3,$s0,16,8
157 ext $i0,$s2,8,8
159 ext $i1,$s3,8,8
161 ext $i2,$s0,8,8
163 ext $i3,$s1,8,8
166 ext $i0,$s3,0,8
168 ext
[all...]
/third_party/openssl/ssl/statem/
H A Dstatem_srvr.c77 } else if (s->ext.early_data == SSL_EARLY_DATA_ACCEPTED) { in ossl_statem_server13_read_transition()
436 if (s->ext.extra_tickets_expected > 0) { in ossl_statem_server13_write_transition()
506 } else if (!s->ext.ticket_expected) { in ossl_statem_server13_write_transition()
530 if (!SSL_IS_FIRST_HANDSHAKE(s) && s->ext.extra_tickets_expected > 0) { in ossl_statem_server13_write_transition()
602 if (s->ext.ticket_expected) in ossl_statem_server_write_transition()
623 if (s->ext.status_expected) { in ossl_statem_server_write_transition()
654 } else if (s->ext.ticket_expected) { in ossl_statem_server_write_transition()
727 && s->ext.extra_tickets_expected == 0) { in ossl_statem_server_pre_work()
902 if (s->ext.early_data != SSL_EARLY_DATA_ACCEPTED in ossl_statem_server_post_work()
1887 && s->ext in tls_early_post_process_client_hello()
[all...]
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dmake.py614 for ext in extensions:
615 writer.write("$(obj).$(TOOLSET)/%%.o: $(srcdir)/%%%s FORCE_DO_CMD\n" % ext)
616 writer.write("\t@$(call do_cmd,%s,1)\n" % COMPILABLE_EXTENSIONS[ext])
619 for ext in extensions:
621 "$(obj).$(TOOLSET)/%%.o: $(obj).$(TOOLSET)/%%%s FORCE_DO_CMD\n" % ext
623 writer.write("\t@$(call do_cmd,%s,1)\n" % COMPILABLE_EXTENSIONS[ext])
625 for ext in extensions:
626 writer.write("$(obj).$(TOOLSET)/%%.o: $(obj)/%%%s FORCE_DO_CMD\n" % ext)
627 writer.write("\t@$(call do_cmd,%s,1)\n" % COMPILABLE_EXTENSIONS[ext])
769 for ext i
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dmake.py617 for ext in extensions:
618 writer.write("$(obj).$(TOOLSET)/%%.o: $(srcdir)/%%%s FORCE_DO_CMD\n" % ext)
619 writer.write("\t@$(call do_cmd,%s,1)\n" % COMPILABLE_EXTENSIONS[ext])
622 for ext in extensions:
624 "$(obj).$(TOOLSET)/%%.o: $(obj).$(TOOLSET)/%%%s FORCE_DO_CMD\n" % ext
626 writer.write("\t@$(call do_cmd,%s,1)\n" % COMPILABLE_EXTENSIONS[ext])
628 for ext in extensions:
629 writer.write("$(obj).$(TOOLSET)/%%.o: $(obj)/%%%s FORCE_DO_CMD\n" % ext)
630 writer.write("\t@$(call do_cmd,%s,1)\n" % COMPILABLE_EXTENSIONS[ext])
778 for ext i
[all...]
/foundation/multimedia/av_session/services/session/server/test/
H A Dparams_config_operator_test.cpp59 static HWTEST_F(ParamsConfigOperatorTest, InitConfig001, testing::ext::TestSize.Level1) in HWTEST_F()
72 static HWTEST_F(ParamsConfigOperatorTest, GetValueIntByKey001, testing::ext::TestSize.Level1) in HWTEST_F()
87 static HWTEST_F(ParamsConfigOperatorTest, GetValueIntByKey002, testing::ext::TestSize.Level1) in HWTEST_F()
/third_party/node/deps/npm/node_modules/@sigstore/verify/dist/key/
H A Dsct.js34 const ext = clone.extensions[i];
35 if (ext.subs[0].toOID() === core_1.EXTENSION_OID_SCT) {
36 extSCT = new core_1.X509SCTExtension(ext);
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dfeature_manager.h30 // Returns true if |ext| is an enabled extension in the module.
31 bool HasExtension(Extension ext) const { return extensions_.Contains(ext); } in HasExtension()
71 // Add the extension |ext| to the feature manager.
72 void AddExtension(Instruction* ext);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dfeature_manager.h30 // Returns true if |ext| is an enabled extension in the module.
31 bool HasExtension(Extension ext) const { return extensions_.Contains(ext); } in HasExtension()
71 // Add the extension |ext| to the feature manager.
72 void AddExtension(Instruction* ext);
/third_party/skia/third_party/externals/sfntly/cpp/tools/
H A Dutils.py32 has_ext_list = map(lambda ext: path[-len(ext):] == ext, exts)
/third_party/spirv-tools/source/opt/
H A Dfeature_manager.h28 // Returns true if |ext| is an enabled extension in the module.
29 bool HasExtension(Extension ext) const { return extensions_.contains(ext); } in HasExtension()
65 // Add the extension |ext| to the feature manager.
66 void AddExtension(Instruction* ext);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_wext.c1676 struct iw_encode_ext *ext; in wpa_driver_wext_set_psk() local
1691 ext = os_zalloc(sizeof(*ext) + PMK_LEN); in wpa_driver_wext_set_psk()
1692 if (ext == NULL) in wpa_driver_wext_set_psk()
1695 iwr.u.encoding.pointer = (caddr_t) ext; in wpa_driver_wext_set_psk()
1696 iwr.u.encoding.length = sizeof(*ext) + PMK_LEN; in wpa_driver_wext_set_psk()
1697 ext->key_len = PMK_LEN; in wpa_driver_wext_set_psk()
1698 os_memcpy(&ext->key, psk, ext->key_len); in wpa_driver_wext_set_psk()
1699 ext in wpa_driver_wext_set_psk()
1720 struct iw_encode_ext *ext; wpa_driver_wext_set_key_ext() local
[all...]
/foundation/communication/netstack/test/unittest/tls_test/client/
H A DTlsSocketUnilateralConnection.cpp33 using namespace testing::ext;
130 HWTEST_F(TlsSocketTest, bindInterface, testing::ext::TestSize.Level2) in HWTEST_F()
144 HWTEST_F(TlsSocketTest, connectInterface, testing::ext::TestSize.Level2) in HWTEST_F()
161 HWTEST_F(TlsSocketTest, closeInterface, testing::ext::TestSize.Level2) in HWTEST_F()
180 HWTEST_F(TlsSocketTest, sendInterface, testing::ext::TestSize.Level2) in HWTEST_F()
198 HWTEST_F(TlsSocketTest, getRemoteAddressInterface, testing::ext::TestSize.Level2) in HWTEST_F()
236 HWTEST_F(TlsSocketTest, getStateInterface, testing::ext::TestSize.Level2) in HWTEST_F()
264 HWTEST_F(TlsSocketTest, getRemoteCertificateInterface, testing::ext::TestSize.Level2) in HWTEST_F()
285 HWTEST_F(TlsSocketTest, protocolInterface, testing::ext::TestSize.Level2) in HWTEST_F()
323 HWTEST_F(TlsSocketTest, getCipherSuiteInterface, testing::ext
[all...]
H A DTlsSocketCertChainOneWayTest.cpp81 HWTEST_F(TlsSocketTest, bindInterface, testing::ext::TestSize.Level2) in HWTEST_F()
93 HWTEST_F(TlsSocketTest, connectInterface, testing::ext::TestSize.Level2) in HWTEST_F()
111 HWTEST_F(TlsSocketTest, closeInterface, testing::ext::TestSize.Level2) in HWTEST_F()
129 HWTEST_F(TlsSocketTest, sendInterface, testing::ext::TestSize.Level2) in HWTEST_F()
147 HWTEST_F(TlsSocketTest, getRemoteAddressInterface, testing::ext::TestSize.Level2) in HWTEST_F()
187 HWTEST_F(TlsSocketTest, getStateInterface, testing::ext::TestSize.Level2) in HWTEST_F()
215 HWTEST_F(TlsSocketTest, getRemoteCertificateInterface, testing::ext::TestSize.Level2) in HWTEST_F()
235 HWTEST_F(TlsSocketTest, protocolInterface, testing::ext::TestSize.Level2) in HWTEST_F()
259 HWTEST_F(TlsSocketTest, getCipherSuiteInterface, testing::ext::TestSize.Level2) in HWTEST_F()
291 HWTEST_F(TlsSocketTest, onMessageDataInterface, testing::ext
[all...]
H A DTlsSocketOneWayTest.cpp77 HWTEST_F(TlsSocketTest, bindInterface, testing::ext::TestSize.Level2) in HWTEST_F()
90 HWTEST_F(TlsSocketTest, connectInterface, testing::ext::TestSize.Level2) in HWTEST_F()
109 HWTEST_F(TlsSocketTest, closeInterface, testing::ext::TestSize.Level2) in HWTEST_F()
128 HWTEST_F(TlsSocketTest, sendInterface, testing::ext::TestSize.Level2) in HWTEST_F()
147 HWTEST_F(TlsSocketTest, getRemoteAddressInterface, testing::ext::TestSize.Level2) in HWTEST_F()
185 HWTEST_F(TlsSocketTest, getStateInterface, testing::ext::TestSize.Level2) in HWTEST_F()
214 HWTEST_F(TlsSocketTest, getRemoteCertificateInterface, testing::ext::TestSize.Level2) in HWTEST_F()
235 HWTEST_F(TlsSocketTest, protocolInterface, testing::ext::TestSize.Level2) in HWTEST_F()
270 HWTEST_F(TlsSocketTest, getCipherSuiteInterface, testing::ext::TestSize.Level2) in HWTEST_F()
303 HWTEST_F(TlsSocketTest, onMessageDataInterface, testing::ext
[all...]
/foundation/communication/netstack/test/unittest/tlssocket/client/
H A DTlsSocketUnilateralConnection.cpp33 using namespace testing::ext;
130 HWTEST_F(TlsSocketTest, bindInterface, testing::ext::TestSize.Level2) in HWTEST_F()
144 HWTEST_F(TlsSocketTest, connectInterface, testing::ext::TestSize.Level2) in HWTEST_F()
161 HWTEST_F(TlsSocketTest, closeInterface, testing::ext::TestSize.Level2) in HWTEST_F()
180 HWTEST_F(TlsSocketTest, sendInterface, testing::ext::TestSize.Level2) in HWTEST_F()
198 HWTEST_F(TlsSocketTest, getRemoteAddressInterface, testing::ext::TestSize.Level2) in HWTEST_F()
236 HWTEST_F(TlsSocketTest, getStateInterface, testing::ext::TestSize.Level2) in HWTEST_F()
264 HWTEST_F(TlsSocketTest, getRemoteCertificateInterface, testing::ext::TestSize.Level2) in HWTEST_F()
285 HWTEST_F(TlsSocketTest, protocolInterface, testing::ext::TestSize.Level2) in HWTEST_F()
323 HWTEST_F(TlsSocketTest, getCipherSuiteInterface, testing::ext
[all...]
H A DTlsSocketOneWayTest.cpp77 HWTEST_F(TlsSocketTest, bindInterface, testing::ext::TestSize.Level2) in HWTEST_F()
90 HWTEST_F(TlsSocketTest, connectInterface, testing::ext::TestSize.Level2) in HWTEST_F()
109 HWTEST_F(TlsSocketTest, closeInterface, testing::ext::TestSize.Level2) in HWTEST_F()
128 HWTEST_F(TlsSocketTest, sendInterface, testing::ext::TestSize.Level2) in HWTEST_F()
147 HWTEST_F(TlsSocketTest, getRemoteAddressInterface, testing::ext::TestSize.Level2) in HWTEST_F()
185 HWTEST_F(TlsSocketTest, getStateInterface, testing::ext::TestSize.Level2) in HWTEST_F()
214 HWTEST_F(TlsSocketTest, getRemoteCertificateInterface, testing::ext::TestSize.Level2) in HWTEST_F()
235 HWTEST_F(TlsSocketTest, protocolInterface, testing::ext::TestSize.Level2) in HWTEST_F()
270 HWTEST_F(TlsSocketTest, getCipherSuiteInterface, testing::ext::TestSize.Level2) in HWTEST_F()
303 HWTEST_F(TlsSocketTest, onMessageDataInterface, testing::ext
[all...]

Completed in 24 milliseconds

1...<<11121314151617181920>>...312