Searched defs:ASSERT_SUBSTR (Results 1 - 2 of 2) sorted by relevance

/bionic/tests/
H A Ddlfcn_test.cpp46 #define ASSERT_SUBSTR(needle, haystack) \ macro
101 ASSERT_SUBSTR("undefined symbol: test_dlsym_symbol", dlerror());
141 ASSERT_SUBSTR("undefined symbol: test_dlsym_symbol", dlerror());
179 ASSERT_SUBSTR("undefined symbol: getRandomNumber", dlerror());
183 ASSERT_SUBSTR("undefined symbol: DlSymTestFunction", dlerror());
193 ASSERT_SUBSTR("undefined symbol: ", dlerror());
629 ASSERT_SUBSTR("undefined symbol: dlopen_testlib_simple_func", dlerror());
639 ASSERT_SUBSTR("undefined symbol: dlopen_testlib_simple_func", dlerror());
807 ASSERT_SUBSTR("/main/thread", main_thread_error);
812 ASSERT_SUBSTR("/chil
[all...]
H A Ddlext_test.cpp55 #define ASSERT_SUBSTR(needle, haystack) \ macro
165 ASSERT_SUBSTR("dlopen failed: file offset for the library \"libname_placeholder\" >= file size", dlerror());
170 ASSERT_SUBSTR("dlopen failed: file offset for the library \"libname_placeholder\" is negative", dlerror());

Completed in 63 milliseconds