HomeSort by relevance Sort by last modified time
    Searched defs:handle (Results 101 - 125 of 2427) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/rs/
rsFallbackAdaptation.cpp 30 void* handle = dlopen("libRS_internal.so", RTLD_LAZY | RTLD_LOCAL); local
31 if (handle == NULL) {
35 if (loadSymbols(handle, mEntryFuncs) == false) {
41 dlclose(handle);
  /hardware/intel/common/libwsbm/src/
wsbm_priv.h 40 uint32_t handle; member in struct:_WsbmKernelBuf
  /libcore/ojluni/src/main/java/javax/security/auth/callback/
CallbackHandler.java 74 * <p> The {@code handle} method implementation checks the
78 * {@code handle} method implementation might look like.
83 * public void handle(Callback[] callbacks)
148 void handle(Callback[] callbacks) method in interface:CallbackHandler
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeServerHandler.h 24 /// Handle a TypeServer record. If the implementation returns true
28 virtual Expected<bool> handle(TypeServer2Record &TS, function in class:llvm::codeview::TypeServerHandler
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
TypeServerHandler.h 24 /// Handle a TypeServer record. If the implementation returns true
28 virtual Expected<bool> handle(TypeServer2Record &TS, function in class:llvm::codeview::TypeServerHandler
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
TypeServerHandler.h 24 /// Handle a TypeServer record. If the implementation returns true
28 virtual Expected<bool> handle(TypeServer2Record &TS, function in class:llvm::codeview::TypeServerHandler
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeServerHandler.h 24 /// Handle a TypeServer record. If the implementation returns true
28 virtual Expected<bool> handle(TypeServer2Record &TS, function in class:llvm::codeview::TypeServerHandler
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
TypeServerHandler.h 24 /// Handle a TypeServer record. If the implementation returns true
28 virtual Expected<bool> handle(TypeServer2Record &TS, function in class:llvm::codeview::TypeServerHandler
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
TypeServerHandler.h 24 /// Handle a TypeServer record. If the implementation returns true
28 virtual Expected<bool> handle(TypeServer2Record &TS, function in class:llvm::codeview::TypeServerHandler
  /system/bt/btcore/src/
hal_util.cc 39 void* handle = dlopen(BLUETOOTH_LIBRARY_NAME, RTLD_NOW); local
40 if (!handle) {
48 itf = (bt_interface_t*)dlsym(handle, sym);
57 << " btinterface=" << itf << " handle=" << handle; local
64 if (handle) dlclose(handle);
  /system/core/libion/tests/
ion_test_fixture.cpp 48 ion_user_handle_t handle = 0; local
50 ret = ion_alloc(fd, 4096, 0, i, 0, &handle);
51 if (ret == 0 && handle != 0) {
52 ion_free(fd, handle);
map_test.cpp 35 ion_user_handle_t handle = 0; local
37 ASSERT_EQ(0, ion_alloc(m_ionFd, size, 0, heapMask, 0, &handle));
38 ASSERT_TRUE(handle != 0);
42 ASSERT_EQ(0, ion_map(m_ionFd, handle, size, PROT_READ | PROT_WRITE, MAP_SHARED, 0, &ptr, &map_fd));
48 ASSERT_EQ(0, ion_free(m_ionFd, handle));
  /system/core/libutils/include/utils/
NativeHandle.h 30 // whether the wrapper owns the handle (so that it should clean up the
31 // handle upon destruction) or not.
32 // If handle is NULL, no NativeHandle will be created.
33 static sp<NativeHandle> create(native_handle_t* handle, bool ownsHandle);
35 const native_handle_t* handle() const { function in class:android::NativeHandle
43 NativeHandle(native_handle_t* handle, bool ownsHandle);
  /system/core/libvndksupport/tests/
linker_test.cpp 52 void* handle = android_load_sphal_library(name.c_str(), RTLD_NOW | RTLD_LOCAL); local
53 ASSERT_NE(nullptr, handle);
54 android_unload_sphal_library(handle);
58 void* handle = android_load_sphal_library("libNeverUseThisName.so", RTLD_NOW | RTLD_LOCAL); local
59 ASSERT_EQ(nullptr, handle);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
RadioGroupRule.java 42 INode handle = node.appendChild(SdkConstants.FQCN_RADIO_BUTTON); local
43 handle.setAttribute(ANDROID_URI, ATTR_ID, String.format("@+id/radio%d", i));
45 handle.setAttribute(ANDROID_URI, ATTR_CHECKED, VALUE_TRUE);
  /external/desugar/java/com/google/devtools/build/android/desugar/
InvokeDynamicLambdaMethodCollector.java 18 import org.objectweb.asm.Handle;
71 public void visitInvokeDynamicInsn(String name, String desc, Handle bsm, Object... bsmArgs) {
76 Handle handle = (Handle) bsmArgs[1]; local
78 MethodInfo.create(handle.getOwner(), handle.getName(), handle.getDesc()));
  /art/runtime/native/
java_lang_invoke_MethodHandleImpl.cc 36 Handle<mirror::MethodHandleImpl> handle = hs.NewHandle( local
39 // Check the handle kind, we need to materialize a Field for field accessors,
41 const mirror::MethodHandle::Kind handle_kind = handle->GetHandleKind();
49 ArtField* const field = handle->GetTargetField();
53 ArtMethod* const method = handle->GetTargetMethod();
  /art/test/136-daemon-jni-shutdown/
daemon_jni_shutdown.cc 65 void* handle = dlopen(kIsDebugBuild ? "libarttestd.so" : "libarttest.so", RTLD_NOW); local
66 CHECK(handle != nullptr);
  /art/tools/ahat/src/main/com/android/ahat/
RootedHandler.java 33 public void handle(Doc doc, Query query) throws IOException { method in class:RootedHandler
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
7zFile.h 26 HANDLE handle; member in struct:__anon5322
  /external/capstone/contrib/cs_driver/cs_driver/
cs_driver.c 45 csh handle; local
68 &handle) != CS_ERR_OK) {
72 count = cs_disasm(handle, (uint8_t *)&cs_driver_hello, 0x80,
82 cs_close(&handle);
  /external/compiler-rt/test/asan/TestCases/Linux/
function-sections-are-bad.cc 19 void *handle = dlopen(path, RTLD_LAZY); local
20 if (!handle) fprintf(stderr, "%s\n", dlerror());
21 assert(handle != 0);
24 F f = (F)dlsym(handle, "call_rtl_from_dso");
29 dlclose(handle);
init-order-dlopen.cc 39 void *handle = dlopen(path.c_str(), RTLD_NOW); local
40 if (!handle) {
  /external/compiler-rt/test/asan/TestCases/Posix/
global-registration.c 40 void *handle = dlopen(libpath, RTLD_NOW); local
41 if (!handle) {
46 char *buffer = (char *)dlsym(handle, "buffer3");
  /external/compiler-rt/test/lsan/TestCases/
use_tls_dynamic.cc 19 void *handle = dlopen(path.c_str(), RTLD_LAZY); local
20 assert(handle != 0);
22 store_t StoreToTLS = (store_t)dlsym(handle, "StoreToTLS");

Completed in 710 milliseconds

1 2 3 45 6 7 8 91011>>