Searched defs:CloseHandle (Results 1 - 9 of 9) sorted by relevance

/external/libchrome/base/win/
H A Dscoped_hdc.h55 static bool CloseHandle(HDC handle) { function in class:base::win::CreateDCTraits
/external/libchrome/base/memory/
H A Dshared_memory_mac.cc103 void SharedMemory::CloseHandle(const SharedMemoryHandle& handle) { function in class:base::SharedMemory
H A Dshared_memory_posix.cc146 void SharedMemory::CloseHandle(const SharedMemoryHandle& handle) { function in class:base::SharedMemory
/external/libchrome/base/
H A Dsync_socket_posix.cc46 bool CloseHandle(SyncSocket::Handle handle) { function in namespace:base::__anon10022
77 CloseHandle(handles[0]);
78 CloseHandle(handles[1]);
89 CloseHandle(handles[0]);
90 CloseHandle(handles[1]);
116 const bool retval = CloseHandle(handle_);
/external/libmojo/mojo/android/javatests/src/org/chromium/mojo/system/impl/
H A DCoreImplTest.java85 private static class CloseHandle implements Runnable { class in class:CoreImplTest
88 CloseHandle(Handle handle) { method in class:CoreImplTest.CloseHandle
306 WORKER.schedule(new CloseHandle(handles.first), 10, TimeUnit.MILLISECONDS);
318 WORKER.schedule(new CloseHandle(handles.first), 10, TimeUnit.MILLISECONDS);
/external/libmojo/mojo/edk/js/
H A Dcore.cc31 MojoResult CloseHandle(gin::Handle<HandleWrapper> handle) { function in namespace:mojo::edk::js::__anon10839
309 .SetMethod("close", CloseHandle)
/external/libmojo/mojo/edk/test/
H A Dmojo_test_base.cc94 void MojoTestBase::CloseHandle(MojoHandle h) { function in class:mojo::edk::test::MojoTestBase
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/
H A Dwin32.py101 CloseHandle = _stdcall_libraries['kernel32'].CloseHandle variable
102 CloseHandle.restype = BOOL
103 CloseHandle.argtypes = [HANDLE]
320 'ULONG_PTR', 'CreateFile', 'NOPARITY', 'CloseHandle']
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 397 milliseconds