HomeSort by relevance Sort by last modified time
    Searched full:dlclose (Results 101 - 125 of 627) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/android_crazy_linker/src/tests/
zoo.cpp 31 dlclose(bar_lib);
test_dl_wrappers.cpp 12 // This tests the dlopen/dlsym/dlclose wrappers provided by the crazy
  /external/chromium_org/third_party/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 23 dlclose(fLibrary);
  /external/chromium_org/third_party/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 25 dlclose(fLibrary);
  /external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 25 dlclose(fLibrary);
  /external/valgrind/main/cachegrind/tests/
dlclose.c 34 dlclose(handle);
  /ndk/sources/android/crazy_linker/tests/
zoo.cpp 31 dlclose(bar_lib);
  /ndk/tests/device/whole-static-libs/jni/
main.c 24 dlclose(lib);
  /system/extras/tests/bionic/libc/common/
test_dlopen_null.c 35 dlclose(lib);
  /bionic/libc/arch-arm/bionic/
atexit_legacy.c 50 * on dlclose(), and when they are called (at program exit), the
51 * calling library may have been dlclose()'d, causing the program to
  /bionic/tests/
atexit_test.cpp 27 TEST(atexit, dlclose) {
37 ASSERT_EQ(0, dlclose(handle));
dlfcn_test.cpp 64 ASSERT_EQ(0, dlclose(self));
77 dlclose(handle);
88 ASSERT_EQ(0, dlclose(handle));
89 ASSERT_EQ(0, dlclose(handle2));
108 dlclose(handle);
120 dlclose(handle);
135 dlclose(handle);
153 dlclose(handle);
202 dlclose(handle);
226 dlclose(handle)
    [all...]
  /external/valgrind/main/exp-sgcheck/tests/
preen_invars.c 27 the subsequent dlclose (hence munmap) causes it to get preened.
48 r = dlclose(hdl);
  /frameworks/opt/emoji/
EmojiFactory.cpp 94 dlclose(handle);
101 dlclose(handle);
113 dlclose(handle);
118 // dlclose() must not be called here, since returned factory may point to
135 dlclose(g_handles->itemAt(i));
  /external/chromium_org/third_party/webrtc/modules/audio_device/linux/
latebindingsymboltable_linux.cc 67 // TODO(pbos): Remove this dlclose() exclusion when leaks and suppressions from
70 // Skip dlclose() on AddressSanitizer as leaks including this module in the
75 if (dlclose(handle) != 0) {
  /system/extras/tests/bionic/libc/bionic/
test_dlclose_destruction.c 30 * properly called when dlclose() is called. We do this by using
73 if (dlclose(lib) < 0) {
80 fprintf(stderr, "Static destructors was not called on dlclose()!\n");
libdlclosetest1.cpp 39 * and destruction operate normally on dlopen() and dlclose().
58 * static C++ destructor is called on dlclose().
libdlclosetest2.c 32 * and destruction operate normally on dlopen() and dlclose().
51 * destructor is called on dlclose().
  /external/compiler-rt/test/asan/TestCases/Linux/
coverage-module-unloaded.cc 44 dlclose(bar1 < bar2 ? handle1 : handle2);
46 dlclose(bar1 < bar2 ? handle2 : handle1);
function-sections-are-bad.cc 29 dlclose(handle);
  /external/lldb/test/functionalities/load_unload/
main.c 40 dlclose (a_dylib_handle);
69 dlclose (a_dylib_handle);
  /frameworks/native/services/surfaceflinger/
DdmConnection.cpp 108 dlclose(libandroid_runtime_dso);
111 dlclose(libart_dso);
  /hardware/ti/omap3/omx/core_plugin/omx_core_plugin/src/
ti_omx_interface.cpp 20 if ((NULL != ipHandle) && (0 != dlclose(ipHandle)))
22 // dlclose() returns non-zero value if close failed, check for errors
  /bionic/libdl/
libdl.c 29 int dlclose(void* handle __unused) { return 0; } function
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_library_view.cpp 17 ::dlclose(system_);

Completed in 591 milliseconds

1 2 3 45 6 7 8 91011>>