Home
last modified time | relevance | path

Searched refs:testMatch (Results 1 – 2 of 2) sorted by relevance

/external/r8/src/test/java/com/android/tools/r8/
DJctfTestSpecifications.java4811 private static final boolean testMatch( in testMatch() method in JctfTestSpecifications
4834 if (testMatch(failuresToTriage, name, compilerUnderTest, dexVm, compilationMode)) { in getExpectedOutcome()
4837 if (testMatch(timeoutsWithArt, name, compilerUnderTest, dexVm, compilationMode)) { in getExpectedOutcome()
4841 if (testMatch(flakyWithArt, name, compilerUnderTest, dexVm, compilationMode)) { in getExpectedOutcome()
/external/icu/icu4c/source/test/perf/howExpensiveIs/
DhowExpensiveIs.cpp50 int testMatch(const char *aName) { in testMatch() function
200 if(testName!=NULL && testMatch(tn)) return; // skipped. in runTestOn()