Searched refs:foundProblem (Results 1 – 3 of 3) sorted by relevance
/external/guava/guava-tests/test/com/google/common/testing/ |
D | NullPointerTesterTest.java | 137 boolean foundProblem = false; in testStaticOneArgMethodsThatShouldFail() 141 foundProblem = true; in testStaticOneArgMethodsThatShouldFail() 143 assertTrue("Should report error in method " + methodName, foundProblem); in testStaticOneArgMethodsThatShouldFail() 163 boolean foundProblem = false; in testNonStaticOneArgMethodsThatShouldFail() 167 foundProblem = true; in testNonStaticOneArgMethodsThatShouldFail() 169 assertTrue("Should report error in method " + methodName, foundProblem); in testNonStaticOneArgMethodsThatShouldFail() 555 boolean foundProblem = false; in testShouldFindProblemInFailClass() 559 foundProblem = true; in testShouldFindProblemInFailClass() 562 foundProblem); in testShouldFindProblemInFailClass()
|
/external/webkit/Source/WebCore/svg/ |
D | SVGUseElement.cpp | 548 bool foundProblem = false; in buildShadowAndInstanceTree() local 549 buildInstanceTree(target, m_targetElementInstance.get(), foundProblem); in buildShadowAndInstanceTree() 553 if (foundProblem) { in buildShadowAndInstanceTree() 703 …ment::buildInstanceTree(SVGElement* target, SVGElementInstance* targetInstance, bool& foundProblem) in buildInstanceTree() argument 713 …foundProblem = hasCycleUseReferencing(static_cast<SVGUseElement*>(target), targetInstance, newTarg… in buildInstanceTree() 714 if (foundProblem) in buildInstanceTree() 740 buildInstanceTree(element, instancePtr, foundProblem); in buildInstanceTree() 741 if (foundProblem) in buildInstanceTree() 751 buildInstanceTree(newTarget, newInstancePtr, foundProblem); in buildInstanceTree()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2011-02-16 | 14545 return immediately because otherwise the foundProblem variable may
|