HomeSort by relevance Sort by last modified time
    Searched full:pipe (Results 101 - 125 of 834) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/bison/djgpp/
subpipe.c 96 Because DOS has neither fork nor pipe functionality to run the subprocess
107 int from_in_fd; /* pipe from bison to m4. */
173 int from_out_fd = open(tmp_file_name[0], O_RDONLY, S_IRUSR); /* pipe from bison to m4. */
174 int to_in_fd = open(tmp_file_name[1], O_WRONLY | O_CREAT | O_TRUNC, S_IWUSR); /* pipe from m4 to bison. */
246 to_in_fd = open(tmp_file_name[1], O_RDONLY, S_IRUSR); /* pipe from m4 to bison. */
  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
HandshakeIODataStream.java 34 * The first data pipe is a pipe of income data: append method
35 * places the data at the beginning of the pipe, and read methods
36 * consume the data from the pipe. The second pipe is an outcoming
37 * data pipe: write operations plases the data into the pipe,
39 * It is important to note that work with pipe cound not be
40 * started if there is unconsumed data in another pipe. It is
  /development/host/windows/usb/adb_winapi_test/
adb_winapi_test.cpp 267 for (UCHAR pipe = 0; pipe < intr_desc.bNumEndpoints; pipe++) {
268 if (AdbGetEndpointInformation(interface_handle, pipe, &pipe_info)) {
269 printf("\n PIPE %u info:", pipe);
277 printf("\n--- AdbGetEndpointInformation(%u) failure %u", pipe, GetLastError());
284 printf("\n Default Bulk Read Pipe info:");
298 printf("\n Default Bulk Write Pipe info:");
  /dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
SelectionKeyTest.java 27 import java.nio.channels.Pipe;
345 Pipe pipe = SelectorProvider.provider().openPipe(); local
346 pipe.open();
347 pipe.sink().configureBlocking(false);
348 SelectionKey key = pipe.sink().register(selector, SelectionKey.OP_WRITE);
  /development/simulator/app/
MessageStream.cpp 211 * Read the next event from the pipe.
215 bool Message::read(Pipe* pPipe, bool wait)
258 * Write this event to a pipe.
269 bool Message::write(Pipe* pPipe) const
330 bool MessageStream::init(Pipe* readPipe, Pipe* writePipe, bool initiateHello)
  /development/host/windows/usb/legacy/driver/
android_usb_device_object.h 377 /** \brief Gets pipe index from a file name
380 the pipe this file is addressing.
383 @return Pipe index or INVALID_UCHAR if index cannot be calculated.
387 /** \brief Creates file object extension for a pipe
390 file object extension for a particular pipe type.
393 @param wdf_pipe_obj[in] KMDF pipe for this extension
394 @param pipe_info[in] Pipe information
503 /// Gets index of the bulk read pipe
508 /// Gets index of the bulk write pipe
518 /// Checks if bulk read pipe index is known
    [all...]
  /external/bluetooth/glib/tests/
timeloop-basic.c 26 if (pipe(fds) < 0)
28 fprintf (stderr, "Cannot create pipe %s\n", strerror (errno));
timeloop-closure.c 24 if (pipe(fds) < 0)
26 fprintf (stderr, "Cannot create pipe %s\n", g_strerror (errno));
timeloop.c 23 if (pipe(fds) < 0)
25 fprintf (stderr, "Cannot create pipe %s\n", g_strerror (errno));
  /external/dhcpcd/
signals.c 66 /* Read a signal from the signal pipe. Returns 0 if there is
88 if (pipe(signal_pipe) == -1)
  /external/dropbear/
cli-authpasswd.c 62 if (pipe(p) < 0) {
63 TRACE(("error creating child pipe"))
  /external/e2fsprogs/lib/ss/
pager.c 78 if (pipe(filedes) != 0)
93 * Parent: close "read" side of pipe, return
  /external/ppp/pppd/plugins/
winbind.c 13 * (pipe read code from passpromt.c)
287 if (pipe(child_out) == -1) {
288 error("pipe creation failed for child OUT!");
292 if (pipe(child_in) == -1) {
293 error("pipe creation failed for child IN!");
323 /* Need to write the User's info onto the pipe */
441 notice("error closing pipe?!? for child OUT[0]");
447 notice("error closing pipe?!? for child IN[1]");
  /hardware/ti/wlan/wl1271/CUDK/tiwlan_loader/
Makefile 24 #ARMFLAGS = -fno-common -pipe -msoft-float -mabi=apcs-gnu
25 ARMFLAGS = -fno-common -pipe -g -fno-builtin -Wall
  /system/wlan/ti/wilink_6_1/CUDK/tiwlan_loader/
Makefile 24 #ARMFLAGS = -fno-common -pipe -msoft-float -mabi=apcs-gnu
25 ARMFLAGS = -fno-common -pipe -g -fno-builtin -Wall
  /dalvik/vm/
StdioConverter.c 71 if (pipe(pipeStorage->stdoutPipe) != 0) {
72 LOGW("pipe failed: %s\n", strerror(errno));
75 if (pipe(pipeStorage->stderrPipe) != 0) {
76 LOGW("pipe failed: %s\n", strerror(errno));
  /external/bison/
Android.mk 31 lib/pipe-safer.c \
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
Makefile 20 CFLAGS+=-I../inc -I$(OMXINCLUDEDIR) -I$(SYSTEMINCLUDEDIR) -I$(BRIDGEINCLUDEDIR) -I$(GTTOOLSINCDIR) -Wall -fpic -pipe -DOMAP_2430 -DETEEDN_PATH
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
Makefile 22 CFLAGS+=-I../inc -I$(OMXINCLUDEDIR) -I$(SYSTEMINCLUDEDIR) -I$(BRIDGEINCLUDEDIR) -I$(SYSTEMINCLUDEDIR) -Wall -fpic -pipe -DOMAP_2430 -DOMX_DEBUG
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
Makefile 21 CFLAGS+=-I../inc -I$(OMXINCLUDEDIR) -I$(SYSTEMINCLUDEDIR) -I$(BRIDGEINCLUDEDIR) -Wall -fpic -pipe -DOMAP_2430 -DOMX_DEBUG
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
Makefile 37 CFLAGS+=-I../inc -I$(OMXINCLUDEDIR) -I$(SYSTEMINCLUDEDIR) -I$(BRIDGEINCLUDEDIR) -Wall -ansi -fpic -pipe
  /system/core/fastboot/
usb_windows.c 54 /// Handle to USB read pipe (endpoint)
57 /// Handle to USB write pipe (endpoint)
105 // Open read pipe (endpoint)
111 // Open write pipe (endpoint)
  /system/wlan/ti/wilink_6_1/CUDK/os/linux/src/
Android.mk 33 -Wall -Wstrict-prototypes $(DEBUGFLAGS) -D__LINUX__ $(DK_DEFINES) -D__BYTE_ORDER_LITTLE_ENDIAN -fno-common #-pipe
  /development/host/windows/usb/api/
adb_api_legacy.h 35 /// Name for the default bulk read pipe
38 /// Name for the default bulk write pipe
41 /// Prefix for an index-based pipe name
  /external/bison/lib/
subpipe.c 116 if (pipe (child_fd) != 0
119 || pipe (pipe_fd) != 0
123 "pipe");

Completed in 332 milliseconds

1 2 3 45 6 7 8 91011>>