Home
last modified time | relevance | path

Searched refs:handleResult (Results 1 – 3 of 3) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/test/
DTestCLDRTests.java136 handleResult(value); in checkResult()
166 abstract void handleResult(String value) throws Exception; in handleResult() method in TestCLDRTests.Handler
214 public void handleResult(String value) {
242 public void handleResult(String result) {
284 public void handleResult(String result) throws ParseException {
/external/cldr/tools/java/org/unicode/cldr/icu/
DTestCldr.java228 handleResult(ul, value); in checkResult()
265 abstract void handleResult(ULocale currentLocale, String value) in handleResult() method in TestCldr.Handler
342 public void handleResult(ULocale currentLocale, String value) {
373 public void handleResult(ULocale locale, String result) {
438 public void handleResult(ULocale locale, String result)
518 public void handleResult(ULocale locale, String result)
/external/bcc/tests/cc/
Dcatch.hpp1257 void handleResult( AssertionResult const& result );
8227 handleResult( result ); in captureExpectedException()
8232 handleResult( result ); in captureExpression()
8234 void ResultBuilder::handleResult( AssertionResult const& result ) in handleResult() function in Catch::ResultBuilder