HomeSort by relevance Sort by last modified time
    Searched defs:handle (Results 276 - 300 of 1268) sorted by null

<<11121314151617181920>>

  /external/compiler-rt/test/asan/TestCases/Linux/
stress_dtls.c 85 void *handle = dlopen(buf, RTLD_LAZY); local
86 if (!handle) {
91 Functions[lib] = (f_t)dlsym(handle, buf);
  /external/compiler-rt/test/cfi/cross-dso/
dlopen.cpp 97 void *handle = dlopen(name.c_str(), RTLD_NOW); local
98 assert(handle);
99 void *(*create_B)() = (void *(*)())dlsym(handle, "create_B");
128 void (*do_nothing)() = (void (*)())dlsym(handle, "do_nothing");
132 int res = dlclose(handle);
shadow_is_read_only.cpp 70 void *handle = dlopen(lib, RTLD_NOW); local
71 assert(handle);
72 void *create_A = dlsym(handle, "create_A");
78 int res = dlclose(handle);
  /external/dexmaker/dexmaker-mockito-inline-dispatcher/src/main/java/com/android/dx/mockito/inline/
MockMethodDispatcher.java 74 * Calls {@code MockMethodAdvice#handle}
76 public Callable<?> handle(Object instance, Method origin, Object[] arguments) throws Throwable { method in class:MockMethodDispatcher
78 return (Callable<?>) mAdvice.getClass().getMethod("handle", Object.class, Method.class,
  /external/grpc-grpc/src/core/lib/gprpp/
thd_windows.cc 50 HANDLE join_event; /* the join event */
63 HANDLE handle; local
74 handle = CreateThread(
90 if (handle == nullptr) {
94 CloseHandle(handle);
  /external/grpc-grpc/src/core/lib/iomgr/
cfstream_handle.cc 37 CFStreamHandle* handle = static_cast<CFStreamHandle*>(info); local
38 CFSTREAM_HANDLE_REF(handle, "retain");
43 CFStreamHandle* handle = static_cast<CFStreamHandle*>(info); local
44 CFSTREAM_HANDLE_UNREF(handle, "release");
55 CFStreamHandle* handle = static_cast<CFStreamHandle*>(client_callback_info); local
56 CFSTREAM_HANDLE_REF(handle, "read callback");
61 gpr_log(GPR_DEBUG, "CFStream ReadCallback (%p, %p, %lu, %p)", handle,
66 handle->open_event_.SetReady();
70 handle->read_event_.SetReady();
73 handle->open_event_.SetReady()
85 CFStreamHandle* handle = static_cast<CFStreamHandle*>(clientCallBackInfo); local
    [all...]
  /external/jarjar/src/main/com/tonicsystems/jarjar/
DepFindVisitor.java 62 handler.handle(curPathClass, new PathClass(otherSource, key));
  /external/kernel-headers/original/uapi/drm/
armada_drm.h 27 __u32 handle; member in struct:drm_armada_gem_create
34 __u32 handle; member in struct:drm_armada_gem_mmap
45 __u32 handle; member in struct:drm_armada_gem_pwrite
  /external/libchrome/base/memory/
shared_memory_handle_android.cc 40 SharedMemoryHandle handle; local
41 handle.file_descriptor_.fd = fd;
42 handle.file_descriptor_.auto_close = false;
43 handle.guid_ = UnguessableToken::Create();
44 handle.size_ = size;
45 return handle;
  /external/libchrome/base/synchronization/
lock_unittest.cc 56 PlatformThreadHandle handle; local
58 ASSERT_TRUE(PlatformThread::Create(0, &thread, &handle));
86 PlatformThread::Join(handle);
122 PlatformThreadHandle handle; local
124 ASSERT_TRUE(PlatformThread::Create(0, &thread, &handle));
126 PlatformThread::Join(handle);
136 PlatformThreadHandle handle; local
138 ASSERT_TRUE(PlatformThread::Create(0, &thread, &handle));
140 PlatformThread::Join(handle);
162 PlatformThreadHandle handle; local
176 PlatformThreadHandle handle; local
222 PlatformThreadHandle handle; local
    [all...]
  /external/libchrome/mojo/public/cpp/bindings/
associated_interface_ptr_info.h 18 // it doesn't own a message pipe handle.
30 AssociatedInterfacePtrInfo(ScopedInterfaceEndpointHandle handle,
32 : handle_(std::move(handle)), version_(version) {}
53 const ScopedInterfaceEndpointHandle& handle() const { return handle_; } function in class:mojo::AssociatedInterfacePtrInfo
54 void set_handle(ScopedInterfaceEndpointHandle handle) {
55 handle_ = std::move(handle);
  /external/libcxx/src/include/
refstring.h 48 void* handle = dlopen("/usr/lib/libstdc++.6.dylib", RTLD_NOLOAD); variable
49 if (handle == nullptr)
51 void* sym = dlsym(handle, "_ZNSs4_Rep20_S_empty_rep_storageE");
  /external/libcxxabi/src/include/
refstring.h 52 void* handle = dlopen("/usr/lib/libstdc++.6.dylib", RTLD_NOLOAD); variable
53 if (handle == nullptr)
55 void* sym = dlsym(handle, "_ZNSs4_Rep20_S_empty_rep_storageE");
  /external/libdrm/libkms/
internal.h 63 unsigned handle; member in struct:kms_bo
  /external/libdrm/tests/amdgpu/
amdgpu_test.h 31 * Define max. number of card in system which we are able to handle
285 amdgpu_va_handle handle; local
301 &handle, 0);
315 *va_handle = handle;
  /external/libdrm/tests/modetest/
buffers.c 50 unsigned handle; member in struct:bo
84 bo->handle = arg.handle;
98 arg.handle = bo->handle;
240 handles[0] = bo->handle;
251 handles[0] = bo->handle;
255 handles[1] = bo->handle;
264 handles[0] = bo->handle;
268 handles[1] = bo->handle;
    [all...]
  /external/libjpeg-turbo/
jmemsys.h 108 short file_handle; /* DOS file handle if it's a temp file */
109 XMSH xms_handle; /* handle if it's a chunk of XMS */
110 EMSH ems_handle; /* handle if it's a chunk of EMS */
135 handle_union handle; /* reference to backing-store storage object */ member in struct:backing_store_struct
  /external/libnl/src/lib/
tc.c 39 nl_cli_fatal(err, "Unable to parse handle \"%s\": %s",
47 uint32_t handle, parent; local
52 if ((err = rtnl_tc_str2handle(arg, &handle)) < 0) {
54 err = rtnl_classid_generate(arg, &handle, parent);
57 nl_cli_fatal(err, "Unable to parse handle \"%s\": %s",
61 rtnl_tc_set_handle(tc, handle);
  /external/libxml2/
xmlmodule.c 29 void *handle; member in struct:_xmlModule
33 static int xmlModulePlatformClose(void *handle);
34 static int xmlModulePlatformSymbol(void *handle, const char *name, void **result);
46 * Handle an out of memory condition
75 * Returns a handle for the module or NULL in case of error
90 module->handle = xmlModulePlatformOpen(name);
92 if (module->handle == NULL) {
130 rc = xmlModulePlatformSymbol(module->handle, name, symbol);
146 * @module: the module handle
166 rc = xmlModulePlatformClose(module->handle);
425 void *handle; local
    [all...]
  /external/linux-kselftest/tools/testing/selftests/android/ion/
ionmap_test.c 61 int import_vgem_fd(int vgem_fd, int dma_buf_fd, uint32_t *handle)
68 import_handle.handle = 0;
72 *handle = import_handle.handle;
76 void close_handle(int vgem_fd, uint32_t handle)
80 close.handle = handle;
88 uint32_t handle = 0; local
108 ret = import_vgem_fd(vgem_fd, info.buffd, &handle);
127 close_handle(vgem_fd, handle);
    [all...]
  /external/mesa3d/include/vulkan/
vk_android_native_buffer.h 45 // Buffer handle and stride returned from gralloc alloc()
46 buffer_handle_t handle; member in struct:__anon32856
  /external/mesa3d/src/gallium/include/state_tracker/
vdpau_dmabuf.h 56 uint32_t handle; member in struct:VdpSurfaceDMABufDesc
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
NlstCommandHandler.java 47 protected void handle(Command command, Session session) { method in class:NlstCommandHandler
  /external/mockito/src/main/java/org/mockito/internal/handler/
InvocationNotifierHandler.java 33 public Object handle(Invocation invocation) throws Throwable { method in class:InvocationNotifierHandler
35 Object returnedValue = mockHandler.handle(invocation);
  /external/opencensus-java/contrib/zpages/src/main/java/io/opencensus/contrib/zpages/
ZPageHttpHandler.java 52 public final void handle(HttpExchange httpExchange) throws IOException { method in class:ZPageHttpHandler

Completed in 2614 milliseconds

<<11121314151617181920>>