Home
last modified time | relevance | path

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

/aosp12/art/tools/
H A Dbisect_profile.py104 def get_answer(args): function
129 return get_answer(args)
/aosp12/bionic/tests/
H A Ddlfcn_test.cpp820 int (*get_answer)(); in TEST() local
821 get_answer = reinterpret_cast<int (*)()>(dlsym(handle, "dl_df_1_global_get_answer")); in TEST()
822 ASSERT_TRUE(get_answer != nullptr) << dlerror(); in TEST()
823 ASSERT_EQ(42, get_answer()); in TEST()
/aosp12/bionic/tests/libs/
H A DAndroid.bp856 // ..._f.so <- get_answer()