/third_party/python/Lib/test/ |
D | test_copyreg.py | 57 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,
|
D | pickletester.py | 131 copyreg.add_extension(pair[0], pair[1], code) 2163 copyreg.add_extension(__name__, "MyList", extcode)
|
/third_party/vulkan-loader/tests/ |
D | loader_handle_validation_tests.cpp | 97 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 …]
|
D | loader_phys_dev_inst_ext_tests.cpp | 80 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 …]
|
D | loader_layer_tests.cpp | 1324 …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 …]
|
D | loader_regression_tests.cpp | 79 …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/ |
D | dynamic_rendering_get_proc_addr.cpp | 53 dev.create_info.add_extension("VK_KHR_dynamic_rendering"); in main()
|
/third_party/python/Lib/ |
D | copyreg.py | 175 def add_extension(module, name, code): function
|
/third_party/vulkan-loader/tests/framework/ |
D | test_environment.cpp | 131 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/ |
D | code_generator.py | 199 jinja_env.add_extension("jinja2.ext.loopcontrols")
|
/third_party/skia/third_party/externals/jinja2/ |
D | environment.py | 369 def add_extension(self, extension): member in Environment
|
/third_party/node/tools/inspector_protocol/jinja2/ |
D | environment.py | 340 def add_extension(self, extension): member in Environment
|
/third_party/jinja2/ |
D | environment.py | 368 def add_extension(self, extension: t.Union[str, t.Type["Extension"]]) -> None: member in Environment
|
/third_party/protobuf/src/google/protobuf/compiler/ |
D | command_line_interface_unittest.cc | 690 file_descriptor_proto->add_extension(); in TEST_F()
|
D | parser_unittest.cc | 2115 FieldDescriptorProto* extension(other_file.add_extension()); in TEST_F()
|
/third_party/protobuf/src/google/protobuf/ |
D | descriptor_unittest.cc | 124 FieldDescriptorProto* result = file->add_extension(); in AddExtension() 138 FieldDescriptorProto* result = parent->add_extension(); in AddNestedExtension() 3526 FieldDescriptorProto* extension = file_proto.add_extension(); in TEST()
|
D | descriptor.pb.h | 711 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
|
D | descriptor.cc | 2058 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/ |
D | cpp_unittest.inc | 977 p.add_extension()->set_name(long_string);
|