Home
last modified time | relevance | path

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

/external/angle/src/tests/compiler_tests/
DInitOutputVariables_test.cpp141 bool isFound = false; in isExpectedLValueFound() local
142 for (size_t j = 0; j < mCandidateLValues.size() && !isFound; ++j) in isExpectedLValueFound()
144 isFound = AreLValuesTheSame(expectedLValue, mCandidateLValues[j]); in isExpectedLValueFound()
146 return isFound; in isExpectedLValueFound()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DCombinedEventsTest.java678 boolean isFound = false; in testCombinedEvents_05()
682 isFound = true; in testCombinedEvents_05()
686 if (!isFound) { in testCombinedEvents_05()
839 boolean isFound = false; in testCombinedEvents_06()
843 isFound = true; in testCombinedEvents_06()
847 if (!isFound) { in testCombinedEvents_06()
970 boolean isFound = false; in receiveAndCheckEvents()
974 isFound = true; in receiveAndCheckEvents()
978 if (!isFound) { in receiveAndCheckEvents()
DCombinedEvents003Test.java244 boolean isFound = false; in receiveAndCheckEvents()
248 isFound = true; in receiveAndCheckEvents()
252 if (!isFound) { in receiveAndCheckEvents()
/external/angle/src/compiler/translator/tree_util/
DFindSymbolNode.cpp36 bool isFound() const { return mNodeFound != nullptr; } in isFound() function in sh::__anon407e7ad20111::SymbolFinder
/external/angle/src/tests/test_utils/
Dcompiler_test.cpp53 bool isFound() const { return mNodeFound != nullptr; } in isFound() function in sh::__anon1e17f5510111::FunctionCallFinder