Home
last modified time | relevance | path

Searched refs:failIf (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/sancov/
Dsancov.cpp178 static void failIf(bool B, const llvm::Twine &E) { in failIf() function
454 failIf(!S, "expected string"); in parseScalarString()
471 failIf(DI == S.end(), "empty document: " + InputFile); in read()
473 failIf(!Root, "expecting root node: " + InputFile); in read()
475 failIf(!Top, "expecting mapping node: " + InputFile); in read()
483 failIf(!Points, "expected array: " + InputFile); in read()
493 failIf(!PointSymbolInfo, "expected mapping node: " + InputFile); in read()
500 failIf(!FileInfo, "expected mapping node: " + InputFile); in read()
507 failIf(!FunctionInfo, "expected mapping node: " + InputFile); in read()
514 failIf(ColonPos == std::string::npos, "expected ':': " + InputFile); in read()
[all …]
/external/python/cpython2/Lib/lib2to3/fixes/
Dfix_asserts.py22 failIf="assertFalse",
/external/python/cpython3/Lib/lib2to3/fixes/
Dfix_asserts.py22 failIf="assertFalse",
/external/python/cpython2/Lib/unittest/
Dcase.py622 failIf = _deprecate(assertFalse) variable in TestCase
/external/python/cpython2/Doc/library/
D2to3.rst178 ``failIf(a)`` :meth:`assertFalse(a)
Dunittest.rst1337 :meth:`.assertFalse` failIf
/external/python/cpython3/Doc/library/
D2to3.rst178 ``failIf(a)`` :meth:`assertFalse(a)
Dunittest.rst1476 :meth:`.assertFalse` failIf
/external/python/cpython2/Lib/unittest/test/
Dtest_case.py1090 self.failIf(False)
/external/python/cpython3/Lib/unittest/
Dcase.py1348 failIf = _deprecate(assertFalse) variable in TestCase
/external/python/cpython3/Lib/unittest/test/
Dtest_case.py1680 (self.failIf, (False,)),
/external/python/httplib2/python2/
Dhttplib2test.py30 unittest.TestCase.assertFalse = unittest.TestCase.failIf