Home
last modified time | relevance | path

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

/art/tools/class2greylist/test/src/com/android/class2greylist/
DAnnotationHandlerTestBase.java29 import org.junit.rules.TestName;
36 public TestName mTestName = new TestName();
/art/compiler/jni/
Djni_compiler_test.cc404 # define JNI_TEST_NORMAL_ONLY(TestName) \ argument
405 TEST_F(JniCompilerTest, TestName ## NormalCompiler) { \
409 TestName ## Impl(); \
411 TEST_F(JniCompilerTest, TestName ## NormalGeneric) { \
416 TestName ## Impl(); \
420 #define JNI_TEST(TestName) \ argument
421 JNI_TEST_NORMAL_ONLY(TestName) \
422 TEST_F(JniCompilerTest, TestName ## FastCompiler) { \
426 TestName ## Impl(); \
429 TEST_F(JniCompilerTest, TestName ## FastGeneric) { \
[all …]