Home | History | Annotate | Download | only in jni

Lines Matching full:testname

188 #define JNI_TEST(TestName) \
189 TEST_F(JniCompilerTest, TestName ## Default) { \
190 TestName ## Impl(); \
193 TEST_F(JniCompilerTest, TestName ## Generic) { \
196 TestName ## Impl(); \