Home
last modified time | relevance | path

Searched refs:removeResult (Results 1 – 14 of 14) sorted by relevance

/external/testng/src/main/java/org/testng/
DIResultMap.java15 public void removeResult(ITestNGMethod m); in removeResult() method
17 public void removeResult(ITestResult r); in removeResult() method
/external/testng/src/main/java/org/testng/internal/
DResultMap.java41 public void removeResult(ITestNGMethod m) { in removeResult() method in ResultMap
51 public void removeResult(ITestResult r) { in removeResult() method in ResultMap
/external/python/cpython3/Lib/unittest/test/
Dtest_break.py48 unittest.removeResult(result)
174 self.assertTrue(unittest.removeResult(result))
177 self.assertFalse(unittest.removeResult(unittest.TestResult()))
/external/python/cpython2/Lib/unittest/
D__init__.py66 from .signals import installHandler, registerResult, removeResult, removeHandler
Dsignals.py45 def removeResult(result): function
/external/python/cpython3/Lib/unittest/
D__init__.py67 from .signals import installHandler, registerResult, removeResult, removeHandler
Dsignals.py45 def removeResult(result): function
/external/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/
D__init__.py66 installHandler, registerResult, removeResult, removeHandler
Dsignals.py35 def removeResult(result): function
/external/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/test/
Dtest_break.py164 self.assertTrue(unittest2.removeResult(result))
167 self.assertFalse(unittest2.removeResult(unittest2.TestResult()))
/external/python/cpython2/Lib/unittest/test/
Dtest_break.py181 self.assertTrue(unittest.removeResult(result))
184 self.assertFalse(unittest.removeResult(unittest.TestResult()))
/external/llvm-project/mlir/lib/CAPI/IR/
DIR.cpp325 auto removeResult = unwrap(op)->removeAttr(unwrap(name)); in mlirOperationRemoveAttributeByName() local
326 return removeResult == MutableDictionaryAttr::RemoveResult::Removed; in mlirOperationRemoveAttributeByName()
/external/python/cpython2/Doc/library/
Dunittest.rst2029 .. function:: removeResult(result)
/external/python/cpython3/Doc/library/
Dunittest.rst2464 .. function:: removeResult(result)