Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/tests/tests_apk/src/com/example/ndk_tests/
DNdkTests.java32 assertEquals(0, runTests(gtestList, gtestFilter)); in testMain()
35 native int runTests(String gtestList, String gtestFilter); in runTests() method in NdkTests
DNdkTestsActivity.java34 boolean result = new NdkTests().runTests("", "-File.Select") == 0; in onCreate()
/frameworks/native/cmds/flatland/
DMain.cpp695 static bool runTests() { in runTests() function
819 if (!runTests()) { in main()