Home
last modified time | relevance | path

Searched refs:appkit_tester_impl (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-objc/nsstring/
H A DTestDataFormatterNSString.py16 def appkit_tester_impl(self, commands): member in NSStringDataFormatterTestCase
45 self.appkit_tester_impl(self.nsstring_data_formatter_commands)
51 self.appkit_tester_impl(self.rdar11106605_commands)
57 self.appkit_tester_impl(self.nsstring_withNULs_commands)
/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-objc/
H A DTestDataFormatterObjNSException.py19 self.appkit_tester_impl(self.nsexception_data_formatter_commands, True)
24 self.appkit_tester_impl(self.nsexception_data_formatter_commands, False)
H A DTestDataFormatterObjCNSData.py19 self.appkit_tester_impl(self.nsdata_data_formatter_commands, True)
24 self.appkit_tester_impl(self.nsdata_data_formatter_commands, False)
H A DTestDataFormatterObjCNSBundle.py19 self.appkit_tester_impl(self.nsbundle_data_formatter_commands, True)
24 self.appkit_tester_impl(self.nsbundle_data_formatter_commands, False)
H A DTestDataFormatterObjCNSURL.py19 self.appkit_tester_impl(self.nsurl_data_formatter_commands, True)
24 self.appkit_tester_impl(self.nsurl_data_formatter_commands, False)
H A DTestDataFormatterObjCNSError.py19 self.appkit_tester_impl(self.nserror_data_formatter_commands, True)
24 self.appkit_tester_impl(self.nserror_data_formatter_commands, False)
H A DTestDataFormatterObjCNSNumber.py21 self.appkit_tester_impl(self.nscontainers_data_formatter_commands, True)
26 self.appkit_tester_impl(self.nscontainers_data_formatter_commands, False)
H A DTestDataFormatterObjCNSContainer.py19 self.appkit_tester_impl(self.nscontainers_data_formatter_commands, False)
H A DObjCDataFormatterTestCase.py15 def appkit_tester_impl(self, commands, use_constant_classes): member in ObjCDataFormatterTestCase
H A DTestDataFormatterObjCNSDate.py20 self.appkit_tester_impl(self.nsdate_data_formatter_commands, False)
/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-objc/nsindexpath/
H A DTestDataFormatterNSIndexPath.py16 def appkit_tester_impl(self, commands): member in NSIndexPathDataFormatterTestCase
46 self.appkit_tester_impl(self.nsindexpath_data_formatter_commands)