/external/valgrind/main/none/tests/ |
syscall-restart1.c | 20 if (pipe(fds) == -1) { 21 perror("FAIL: pipe\n");
|
syscall-restart2.c | 20 if (pipe(fds) == -1) { 21 perror("FAIL: pipe\n");
|
/frameworks/av/services/audioflinger/ |
MonoPipe.cpp | 53 // uses mMaxFrames not mReqFrames, so allows "over-filling" the pipe beyond requested limit 94 // The throttle tries to keep the mean pipe depth near the setpoint, with a slight jitter. 100 // pipe is (nearly) empty, fill quickly 103 // pipe is below setpoint, fill at slightly faster rate 106 // pipe is at setpoint, fill at nominal rate 109 // pipe is above setpoint, fill at slightly slower rate 112 // pipe is overflowing, fill slowly 115 // pipe is severely overflowing
|
/frameworks/base/libs/androidfw/tests/ |
InputChannel_test.cpp | 40 // of a pipe and to check for EPIPE on the other end after the channel is destroyed. 41 Pipe pipe; local 43 sp<InputChannel> inputChannel = new InputChannel(String8("channel name"), pipe.sendFd); 47 EXPECT_EQ(pipe.sendFd, inputChannel->getFd()) 52 EXPECT_EQ(-EPIPE, pipe.readSignal()) 55 // clean up fds of Pipe endpoints that were closed so we don't try to close them again 56 pipe.sendFd = -1;
|
/libcore/luni/src/main/java/java/io/ |
PipedWriter.java | 23 * Places information on a communications pipe. When two threads want to pass 60 * it is closed as well and the pipe is disconnected. Any data buffered in 92 throw new IOException("Pipe already connected"); 111 throw new IOException("Pipe is closed"); 142 * if the pipe is full and the current thread is interrupted 157 throw new IOException("Pipe not connected"); 173 * if the pipe is full and the current thread is interrupted 186 throw new IOException("Pipe not connected");
|
PipedOutputStream.java | 21 * Places information on a communications pipe. When two threads want to pass 58 * input stream is closed and the pipe is disconnected. 65 // Is the pipe connected? 91 throw new IOException("Pipe already connected"); 137 * if the pipe is full and the current thread is interrupted 162 * if the pipe is full and the current thread is interrupted 174 throw new IOException("Pipe not connected");
|
/libcore/luni/src/main/java/java/nio/ |
SelectorProviderImpl.java | 22 import java.nio.channels.Pipe; 36 public Pipe openPipe() throws IOException {
|
/external/wpa_supplicant_8/src/common/ |
wpa_ctrl.c | 54 HANDLE pipe; member in struct:wpa_ctrl 430 #define NAMED_PIPE_PREFIX TEXT("\\\\.\\pipe\\") TEXT(WPA_SUPPLICANT_NAMED_PIPE) 463 ctrl->pipe = CreateFile(name, GENERIC_READ | GENERIC_WRITE, 0, 466 * Current named pipe server side in wpa_supplicant is 467 * re-opening the pipe for new clients only after the previous 472 if (ctrl->pipe != INVALID_HANDLE_VALUE || 477 if (ctrl->pipe == INVALID_HANDLE_VALUE) { 483 if (!SetNamedPipeHandleState(ctrl->pipe, &mode, NULL, NULL)) { 484 CloseHandle(ctrl->pipe); 495 CloseHandle(ctrl->pipe); [all...] |
/system/core/include/cutils/ |
abort_socket.h | 35 * on both the primary socket and a local pipe. This makes the poll() abortable 36 * by writing a byte to the local pipe in asocket_abort(). 42 * socket, due to the local pipe. It may be possible to use a global pipe per 60 int abort_fd[2]; /* pipe used to abort */
|
/external/qemu/android/ |
hw-qemud.c | 583 /* Descriptor for a data buffer pending to be sent to a qemud pipe client. 599 * to the pipe yet. */ 607 * Each client has its own channel id (for the serial qemud), or pipe descriptor 608 * (for the pipe based qemud), and belongs to a given QemudService (see below). 611 * messages from the channel id (see qemud_multiplexer_serial_recv()). Pipe 617 /* Defines type of the client: pipe, or serial. 620 /* Client is communicating via pipe. */ 626 /* Descriptor for a QEMUD pipe connection. 628 * Every time a client connects to the QEMUD via pipe, an instance of this 629 * structure is created to represent a connection used by new pipe client 1903 QemudPipe* pipe = NULL; local 1961 QemudPipe* pipe = opaque; local 1978 QemudPipe* pipe = opaque; local 2019 QemudPipe* pipe = opaque; local 2070 QemudPipe* pipe = opaque; local [all...] |
/external/libnfc-nxp/src/ |
phHciNfc_RFReader.c | 312 /* Reader A pipe open sequence */ 409 /* Reader B pipe open sequence */ 456 /* Felica Reader pipe open sequence */ 498 /* Jewel Reader pipe open sequence */ 536 /* ISO15693 Reader pipe open sequence */ 570 /* NFC-IP1 Initiator pipe open sequence */ 740 /* Get the Reader B Pipe ID */ 759 /* Get the Reader F Pipe ID */ 779 /* Get the Reader F Pipe ID */ 796 /* Get the Reader F Pipe ID * [all...] |
phHciNfc_Pipe.c | 22 * \brief HCI Pipe Management Routines. * 134 * \brief Creation of the Pipe 136 * This function creates the pipe between a source host's gate and destination 158 (*ppPipeHandle)->pipe.source.host_id = (uint8_t) phHciNfc_TerminalHostID; 161 (*ppPipeHandle)->pipe.source.gate_id = 163 (*ppPipeHandle)->pipe.dest.host_id = 165 (*ppPipeHandle)->pipe.dest.gate_id = 170 /* The Pipe ID is unknown until it is assigned */ 171 (*ppPipeHandle)->pipe.pipe_id = (uint8_t) HCI_UNKNOWN_PIPE_ID; 210 p_pipe_info->pipe.source.host_id = (uint8_t) phHciNfc_TerminalHostID [all...] |
phHciNfc_AdminMgmt.c | 91 /* Pointer to the Admin Pipe Information */ 93 /* Sequence for the Pipe Initialisation */ 242 /* Admin pipe open sequence , Initially open the Admin Pipe */ 253 /* Populate the pipe information in the pipe handle */ 254 ((phHciNfc_Pipe_Info_t *)p_pipe_info)->pipe.pipe_id = 356 /* To clear the pipe information*/ 379 /* Admin pipe Re-Open sequence , Re-Open the Admin Pipe */ [all...] |
/hardware/ti/omap4xxx/domx/mm_osal/src/ |
timm_osal_pipes.c | 65 * TIMM_OSAL_PIPE structure define the OSAL pipe 110 if (SUCCESS != pipe(pHandle->pfd)) 112 TIMM_OSAL_Error("Pipe failed: %s!!!", strerror(errno)); 199 TIMM_OSAL_Error("Write of pipe failed!!!"); 235 /*First write to this pipe */ 267 /*Read out of pipe */ 271 /*Write back to pipe */ 282 /*Update Total bytes in pipe */ 320 /*If timeout is 0 and pipe is empty, return error */ 321 TIMM_OSAL_Error("Pipe is empty!!!") [all...] |
/external/ppp/pppd/plugins/ |
passprompt.c | 41 if (pipe(p)) { 42 warn("Can't make a pipe for %s", promptprog); 69 /* we are the parent, read the password from the pipe */
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
EventLogTags.logtags | 21 # @param enabled_sources A pipe-separated list of source names, ordered by source ranking. 29 # @param A pipe-separated list of suggestion log names. 31 # @param queried_sources A pipe-separated list of the sources that were queried to produce
|
/frameworks/base/core/java/android/net/http/ |
Connection.java | 164 LinkedList<Request> pipe = new LinkedList<Request>(); local 171 states[state] + " pipe " + pipe.size()); 185 if (pipe.size() == maxPipe) { 251 pipe.addLast(req); 254 state = clearPipe(pipe) ? DONE : SEND; 259 pipe.addLast(req); 267 int pipeSize = pipe.size(); 278 req = (Request)pipe.removeFirst(); 300 pipe.addFirst(req) [all...] |
/external/clang/test/Rewriter/ |
rewrite-foreach-6.m | 4 // FIXME: Should be able to pipe into clang, but code is not
|
/external/kernel-headers/original/linux/ |
limits.h | 15 #define PIPE_BUF 4096 /* # bytes in atomic write to a pipe */
|
/external/qemu/android/camera/ |
camera-service.h | 24 /* Initializes camera emulation service over qemu pipe. */
|
/frameworks/compile/libbcc/tools/build/ |
gen-build-stamp.py | 22 stdout=subprocess.PIPE, 23 stderr=subprocess.PIPE, 32 stdout=subprocess.PIPE, 33 stderr=subprocess.PIPE,
|
/hardware/libhardware/include/hardware/ |
qemud.h | 26 * pipe. 71 /* First, try to connect to the pipe. */ 75 D("QEMUD pipe is not available for %s: %s", name, strerror(errno)); 76 /* If pipe is not available, connect to qemud control socket */
|
/hardware/ti/omap3/dspbridge/libbridge/ |
Android.mk | 20 LOCAL_CFLAGS += -pipe -fomit-frame-pointer -Wall -Wno-trigraphs -Werror-implicit-function-declaration -fno-strict-aliasing -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -msoft-float -Uarm -DMODULE -D__LINUX_ARM_ARCH__=7 -fno-common -DLINUX -DOMAP_3430 -fpic
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/ |
Android.mk | 37 LOCAL_CFLAGS := -Wall -fpic -pipe -O0 -DOMX_DEBUG=1
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/ |
Android.mk | 34 LOCAL_CFLAGS := -Wall -fpic -pipe -O0 -DOMX_DEBUG=1
|