Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/input/
H A DInputTestFragment.java279 createButton(R.string.call_end, KeyEvent.KEYCODE_ENDCALL), in onCreateView()
/aosp12/art/compiler/optimizing/
H A Dload_store_elimination_test.cc6842 HInstruction* call_end = MakeInvoke(DataType::Type::kBool, {}); in TEST_F() local
6843 HInstruction* if_end = new (GetAllocator()) HIf(call_end); in TEST_F()
6844 loop_end->AddInstruction(call_end); in TEST_F()
6846 call_end->CopyEnvironmentFrom(cls->GetEnvironment()); in TEST_F()