Home
last modified time | relevance | path

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

/art/
DNOTICE56 represent, as a whole, an original work of authorship. For the purposes
62 the original version of the Work and any modifications or additions
/art/runtime/
Djni_internal_test.cc1507 jobject original = env_->NewStringUTF(""); in TEST_F() local
1508 ASSERT_TRUE(original != NULL); in TEST_F()
1516 outer = env_->NewLocalRef(original); in TEST_F()
1526 EXPECT_EQ(JNILocalRefType, env_->GetObjectRefType(original)); in TEST_F()
1539 EXPECT_EQ(JNILocalRefType, env_->GetObjectRefType(original)); in TEST_F()