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

  /bionic/tests/
dlext_test.cpp 650 void* handle_public = dlopen(lib_public_path.c_str(), RTLD_NOW); local
651 ASSERT_TRUE(handle_public != nullptr) << dlerror();
656 dlclose(handle_public);
657 handle_public = dlopen(lib_public_path.c_str(), RTLD_NOW | RTLD_NOLOAD);
658 ASSERT_TRUE(handle_public == nullptr);
662 handle_public = dlopen(lib_public_path.c_str(), RTLD_NOW);
699 ASSERT_TRUE(handle == handle_public);
704 dlclose(handle_public);
706 handle_public = dlopen(lib_public_path.c_str(), RTLD_NOW | RTLD_NOLOAD);
707 ASSERT_TRUE(handle_public == nullptr)
1160 void* handle_public = dlopen(lib_public_path.c_str(), RTLD_NOW); local
1273 void* handle_public = dlopen(lib_public_path.c_str(), RTLD_NOW); local
1509 void* handle_public = dlopen(lib_public_path.c_str(), RTLD_NOW); local
1596 void* handle_public = dlopen(lib_public_path.c_str(), RTLD_NOW); local
    [all...]
  /external/google-breakpad/src/testing/scripts/generator/cpp/
ast.py 1301 def handle_public(self): member in class:AstBuilder
    [all...]
  /external/googletest/googlemock/scripts/generator/cpp/
ast.py 1311 def handle_public(self): member in class:AstBuilder
    [all...]
  /external/v8/testing/gmock/scripts/generator/cpp/
ast.py 1311 def handle_public(self): member in class:AstBuilder
    [all...]

Completed in 240 milliseconds