Searched refs:test_interface (Results 1 – 5 of 5) sorted by relevance
81 set(test_interface _json_test_interface_${test}) variable83 set(test_interface _json_test_interface_${test}_cpp_${cxx_standard}) variable86 if(NOT TARGET ${test_interface})87 add_library(${test_interface} INTERFACE)90 target_compile_definitions(${test_interface} INTERFACE ${args_COMPILE_DEFINITIONS})91 target_compile_features(${test_interface} INTERFACE ${args_COMPILE_FEATURES})92 target_compile_options(${test_interface} INTERFACE ${args_COMPILE_OPTIONS})93 target_link_libraries (${test_interface} INTERFACE ${args_LINK_LIBRARIES})94 target_link_options(${test_interface} INTERFACE ${args_LINK_OPTIONS})95 …#set_target_properties(${test_interface} PROPERTIES JSON_TEST_PROPERTIES "${args_TEST_PROPERTIES}")[all …]
186 struct class_interface test_interface = { variable803 if (class_interface_register(&test_interface)) { in test_classint_reg()808 class_interface_unregister(&test_interface); in test_classint_reg()
169 def test_interface(self): member in urlopen_FileTests644 def test_interface(self): member in urlopen_DataTests
1773 (ifindex, test_interface) = socket.if_nameindex()[0]1775 'ff02::1de:c0:face:8D%' + test_interface,1806 (ifindex, test_interface) = socket.if_nameindex()[0]1809 self.assertEqual(nameinfo, ('ff02::1de:c0:face:8d%' + test_interface, '1234'))
203 def test_interface(self): member in ElementTreeTest