Home
last modified time | relevance | path

Searched refs:test_interface (Results 1 – 5 of 5) sorted by relevance

/third_party/json/cmake/
Dtest.cmake81 set(test_interface _json_test_interface_${test}) variable
83 set(test_interface _json_test_interface_${test}_cpp_${cxx_standard}) variable
86 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 …]
/third_party/ltp/testcases/kernel/device-drivers/base/tbase/
Dtbase.c186 struct class_interface test_interface = { variable
803 if (class_interface_register(&test_interface)) { in test_classint_reg()
808 class_interface_unregister(&test_interface); in test_classint_reg()
/third_party/python/Lib/test/
Dtest_urllib.py169 def test_interface(self): member in urlopen_FileTests
644 def test_interface(self): member in urlopen_DataTests
Dtest_socket.py1773 (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'))
Dtest_xml_etree.py203 def test_interface(self): member in ElementTreeTest