Home
last modified time | relevance | path

Searched refs:add_extension (Results 1 – 19 of 19) sorted by relevance

/third_party/python/Lib/test/
Dtest_copyreg.py57 copyreg.add_extension(mod, func, code)
64 copyreg.add_extension(mod, func, code) # shouldn't blow up
66 self.assertRaises(ValueError, copyreg.add_extension,
71 self.assertRaises(ValueError, copyreg.add_extension,
76 self.assertRaises(ValueError, copyreg.add_extension,
98 copyreg.add_extension(mod, func, code)
105 self.assertRaises(ValueError, copyreg.add_extension,
Dpickletester.py131 copyreg.add_extension(pair[0], pair[1], code)
2163 copyreg.add_extension(__name__, "MyList", extcode)
/third_party/vulkan-loader/tests/
Dloader_handle_validation_tests.cpp97 instance.create_info.add_extension("VK_KHR_surface"); in TEST()
116 instance.create_info.add_extension("VK_KHR_surface"); in TEST()
117 instance.create_info.add_extension("VK_EXT_headless_surface"); in TEST()
140 instance.create_info.add_extension("VK_KHR_surface"); in TEST()
141 instance.create_info.add_extension("VK_KHR_display"); in TEST()
875 instance.create_info.add_extension("VK_KHR_surface"); in TEST()
896 instance.create_info.add_extension("VK_KHR_surface"); in TEST()
916 instance.create_info.add_extension("VK_KHR_surface"); in TEST()
936 instance.create_info.add_extension("VK_KHR_surface"); in TEST()
1074 instance.create_info.add_extension("VK_KHR_surface"); in TEST()
[all …]
Dloader_phys_dev_inst_ext_tests.cpp80 instance.create_info.add_extension(VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_EXTENSION_NAME); in TEST()
97 instance.create_info.add_extension(VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_EXTENSION_NAME); in TEST()
428 instance.create_info.add_extension(VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_EXTENSION_NAME); in TEST()
445 instance.create_info.add_extension(VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_EXTENSION_NAME); in TEST()
645 instance.create_info.add_extension(VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_EXTENSION_NAME); in TEST()
880 instance.create_info.add_extension(VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_EXTENSION_NAME); in TEST()
897 instance.create_info.add_extension(VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_EXTENSION_NAME); in TEST()
1171 instance.create_info.add_extension(VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_EXTENSION_NAME); in TEST()
1218 instance.create_info.add_extension(VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_EXTENSION_NAME); in TEST()
1410 instance.create_info.add_extension(VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_EXTENSION_NAME); in TEST()
[all …]
Dloader_layer_tests.cpp1324 …inst.create_info.add_layer(regular_layer_name).add_extension("VK_KHR_get_physical_device_propertie… in TEST()
1492 inst.create_info.add_extension(VK_EXT_DIRECT_MODE_DISPLAY_EXTENSION_NAME); in TEST()
1547 inst.create_info.add_extension(VK_EXT_DISPLAY_SURFACE_COUNTER_EXTENSION_NAME); in TEST()
1604 inst.create_info.add_extension(VK_EXT_DIRECT_MODE_DISPLAY_EXTENSION_NAME) in TEST()
1605 .add_extension(VK_EXT_DISPLAY_SURFACE_COUNTER_EXTENSION_NAME); in TEST()
1721 inst1.create_info.add_extension(VK_EXT_DIRECT_MODE_DISPLAY_EXTENSION_NAME); in TEST()
1729 …inst2.create_info.add_layer(explicit_layer_name).add_extension(VK_EXT_DIRECT_MODE_DISPLAY_EXTENSIO… in TEST()
1795 inst1.create_info.add_extension(VK_EXT_DISPLAY_SURFACE_COUNTER_EXTENSION_NAME); in TEST()
1803 …inst2.create_info.add_layer(explicit_layer_name).add_extension(VK_EXT_DISPLAY_SURFACE_COUNTER_EXTE… in TEST()
1875 inst1.create_info.add_extension(VK_EXT_DIRECT_MODE_DISPLAY_EXTENSION_NAME) in TEST()
[all …]
Dloader_regression_tests.cpp79 …inst.create_info.add_extension("VK_EXT_validation_features"); // test icd won't report this as su… in TEST()
84 inst.create_info.add_extension("Non_existant_extension"); // unknown instance extension in TEST()
932 …dev.create_info.add_extension("NotPresent").add_device_queue(DeviceQueueCreateInfo{}.add_priority(… in TEST()
1427 inst.create_info.add_extension(VK_KHR_DEVICE_GROUP_CREATION_EXTENSION_NAME); in TEST()
1543 inst.create_info.add_extension("VK_KHR_device_group_creation"); in TEST()
1658 inst.create_info.add_extension("VK_KHR_device_group_creation"); in TEST()
1738 inst.create_info.add_extension("VK_KHR_device_group_creation"); in TEST()
2615 instance.create_info.add_extension(VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_EXTENSION_NAME); in TEST()
2856 instance.create_info.add_extension(VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_EXTENSION_NAME); in TEST()
3302 inst.create_info.add_extension(VK_EXT_DEBUG_UTILS_EXTENSION_NAME); in TEST()
[all …]
/third_party/vulkan-loader/tests/live_verification/
Ddynamic_rendering_get_proc_addr.cpp53 dev.create_info.add_extension("VK_KHR_dynamic_rendering"); in main()
/third_party/python/Lib/
Dcopyreg.py175 def add_extension(module, name, code): function
/third_party/vulkan-loader/tests/framework/
Dtest_environment.cpp131 create_info.add_extension("VK_EXT_debug_utils"); in FillDebugUtilsCreateDetails()
135 create_info.add_extension("VK_EXT_debug_utils"); in FillDebugUtilsCreateDetails()
/third_party/node/tools/inspector_protocol/
Dcode_generator.py199 jinja_env.add_extension("jinja2.ext.loopcontrols")
/third_party/skia/third_party/externals/jinja2/
Denvironment.py369 def add_extension(self, extension): member in Environment
/third_party/node/tools/inspector_protocol/jinja2/
Denvironment.py340 def add_extension(self, extension): member in Environment
/third_party/jinja2/
Denvironment.py368 def add_extension(self, extension: t.Union[str, t.Type["Extension"]]) -> None: member in Environment
/third_party/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface_unittest.cc690 file_descriptor_proto->add_extension(); in TEST_F()
Dparser_unittest.cc2115 FieldDescriptorProto* extension(other_file.add_extension()); in TEST_F()
/third_party/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc124 FieldDescriptorProto* result = file->add_extension(); in AddExtension()
138 FieldDescriptorProto* result = parent->add_extension(); in AddNestedExtension()
3526 FieldDescriptorProto* extension = file_proto.add_extension(); in TEST()
Ddescriptor.pb.h711 PROTOBUF_NAMESPACE_ID::FieldDescriptorProto* add_extension();
1448 PROTOBUF_NAMESPACE_ID::FieldDescriptorProto* add_extension();
7106 inline PROTOBUF_NAMESPACE_ID::FieldDescriptorProto* FileDescriptorProto::add_extension() { in add_extension() function
7705 inline PROTOBUF_NAMESPACE_ID::FieldDescriptorProto* DescriptorProto::add_extension() { in add_extension() function
Ddescriptor.cc2058 extension(i)->CopyTo(proto->add_extension()); in CopyTo()
2106 extension(i)->CopyTo(proto->add_extension()); in CopyTo()
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.inc977 p.add_extension()->set_name(long_string);