HomeSort by relevance Sort by last modified time
    Searched full:crazy_context_get_error (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/third_party/android_crazy_linker/src/tests/
bench_load_library.cpp 95 Panic("Could not open library: %s\n", crazy_context_get_error(context));
107 Panic("Could not open library: %s\n", crazy_context_get_error(context));
123 Panic("Could not open library: %s\n", crazy_context_get_error(context));
138 Panic("Could not open library: %s\n", crazy_context_get_error(context));
143 crazy_context_get_error(context));
test_constructors_destructors.cpp 35 Panic("Could not open library: %s\n", crazy_context_get_error(context));
test_dl_wrappers.cpp 28 Panic("Could not open library: %s\n", crazy_context_get_error(context));
test_load_library.cpp 27 Panic("Could not open library: %s\n", crazy_context_get_error(context));
test_load_library_depends.cpp 28 Panic("Could not open library: %s\n", crazy_context_get_error(context));
test_jni_hooks.cpp 32 Panic("Could not open library: %s\n", crazy_context_get_error(context));
test_load_library_callbacks.cpp 70 Panic("Could not open library: %s\n", crazy_context_get_error(context));
test_search_path_list.cpp 45 Panic("Could not open library %s: %s\n", crazy_context_get_error(context));
test_util.h 389 Panic("Could not open %s: %s\n", name, crazy_context_get_error(context));
404 crazy_context_get_error(context));
462 crazy_context_get_error(context));
  /ndk/sources/android/crazy_linker/tests/
bench_load_library.cpp 95 Panic("Could not open library: %s\n", crazy_context_get_error(context));
107 Panic("Could not open library: %s\n", crazy_context_get_error(context));
123 Panic("Could not open library: %s\n", crazy_context_get_error(context));
138 Panic("Could not open library: %s\n", crazy_context_get_error(context));
143 crazy_context_get_error(context));
test_constructors_destructors.cpp 35 Panic("Could not open library: %s\n", crazy_context_get_error(context));
test_dl_wrappers.cpp 28 Panic("Could not open library: %s\n", crazy_context_get_error(context));
test_load_library.cpp 27 Panic("Could not open library: %s\n", crazy_context_get_error(context));
test_load_library_depends.cpp 28 Panic("Could not open library: %s\n", crazy_context_get_error(context));
test_jni_hooks.cpp 32 Panic("Could not open library: %s\n", crazy_context_get_error(context));
test_load_library_callbacks.cpp 70 Panic("Could not open library: %s\n", crazy_context_get_error(context));
test_search_path_list.cpp 45 Panic("Could not open library %s: %s\n", crazy_context_get_error(context));
test_util.h 389 Panic("Could not open %s: %s\n", name, crazy_context_get_error(context));
404 crazy_context_get_error(context));
462 crazy_context_get_error(context));
  /external/chromium_org/base/android/linker/
linker_jni.cc 262 crazy_context_get_error(context));
292 crazy_context_get_error(context));
318 crazy_context_get_error(context));
505 crazy_context_get_error(context));
550 crazy_context_get_error(context));
  /external/chromium_org/third_party/android_crazy_linker/src/include/
crazy_linker.h 44 // retrieve the error details with crazy_context_get_error().
59 // can be queried with crazy_context_get_error().
67 const char* crazy_context_get_error(crazy_context_t* context) _CRAZY_PUBLIC;
  /ndk/sources/android/crazy_linker/include/
crazy_linker.h 44 // retrieve the error details with crazy_context_get_error().
59 // can be queried with crazy_context_get_error().
67 const char* crazy_context_get_error(crazy_context_t* context) _CRAZY_PUBLIC;
  /ndk/sources/android/crazy_linker/src/
crazy_linker_api.cpp 70 const char* crazy_context_get_error(crazy_context_t* context) { function
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_api.cpp 70 const char* crazy_context_get_error(crazy_context_t* context) { function

Completed in 290 milliseconds