Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dparsed_options_test.cc36 void* test_exit = reinterpret_cast<void*>(0xc); in TEST_F() local
73 options.push_back(std::make_pair("exit", test_exit)); in TEST_F()
97 EXPECT_TRUE(test_exit == map.GetOrDefault(Opt::HookExit)); in TEST_F()
/aosp12/frameworks/rs/tests/lldb/tests/testcases/
H A Dtest_reduction.py278 def test_exit(self): member in TestReduce1DSingleThreaded
/aosp12/packages/services/Telephony/testapps/GbaTestApp/src/com/android/phone/testapps/gbatestapp/ui/main/
H A DMainFragment.java121 Button buttonExit = viewHierarchy.findViewById(R.id.test_exit); in onCreateView()