Home
last modified time | relevance | path

Searched refs:pipe (Results 1 – 6 of 6) sorted by relevance

/sdk/emulator/opengl/shared/OpenglCodecCommon/
DWin32PipeStream.cpp40 Win32PipeStream::Win32PipeStream(HANDLE pipe, size_t bufSize) : in Win32PipeStream() argument
42 m_pipe(pipe) in Win32PipeStream()
87 HANDLE pipe; in accept() local
91 pipe = ::CreateNamedPipe( in accept()
103 if (pipe == INVALID_HANDLE_VALUE) { in accept()
113 if (::ConnectNamedPipe(pipe, NULL) == 0 && GetLastError() != ERROR_PIPE_CONNECTED) { in accept()
115 CloseHandle(pipe); in accept()
119 clientStream = new Win32PipeStream(pipe, m_bufsize); in accept()
125 HANDLE pipe; in connect() local
132 pipe = ::CreateFile( in connect()
[all …]
DWin32PipeStream.h35 Win32PipeStream(HANDLE pipe, size_t bufSize);
/sdk/emulator/opengl/
DDESIGN39 For now, all you need to know is that the pipe is implemented with a
178 named pipe between these two. A shared memory segment with appropriate
227 $QEMU/hw/goldfish_pipe.c -> implement QEMU pipe virtual hardware
229 $QEMU/hw/hw-pipe-net.c -> implements the communication channel
346 -> uses QEMU pipe from the guest
542 because memory copies inside the guest are slow, while QEMU pipe transfers
576 (on Linux and OS X), or to a Win32 named pipe (on Windows). To do so, one
596 QEMU pipe connections to the 'opengles' service are piped through the code
597 in $QEMU/android/hw-pipe-net.c. Look for the openglesPipe_init() function,
599 (either through a TCP socket, or a Unix pipe depending on configuration.
DREADME22 bytes sent to the host through a fast pipe mechanism.
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
DGridModel.java381 int pipe = value.lastIndexOf('|', index); in removeFlag() local
383 if (pipe != -1) { in removeFlag()
384 value = value.substring(0, pipe).trim() + value.substring(endIndex).trim(); in removeFlag()
386 pipe = value.indexOf('|', endIndex); in removeFlag()
387 if (pipe != -1) { in removeFlag()
388 value = value.substring(0, index).trim() + value.substring(pipe + 1).trim(); in removeFlag()
/sdk/templates/docs/
Djquery-1.8.0.min.js2 …ise:function(a){return typeof a=="object"?p.extend(a,d):d}},e={};return d.pipe=d.then,p.each(b,fun…