HomeSort by relevance Sort by last modified time
    Searched refs:ASSERT_SUBSTR (Results 1 - 2 of 2) sorted by null

  /bionic/tests/
dlfcn_test.cpp 46 #define ASSERT_SUBSTR(needle, haystack) \
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("/child/thread", child_thread_error.c_str())
    [all...]
dlext_test.cpp 55 #define ASSERT_SUBSTR(needle, haystack) \
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());
    [all...]

Completed in 313 milliseconds