HomeSort by relevance Sort by last modified time
    Searched full:pipe (Results 201 - 225 of 1632) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/qemu/
oslib-posix.c 92 * Creates a pipe with FD_CLOEXEC set on both file descriptors
104 ret = pipe(pipefd);
compatfd.c 83 if (pipe(fds) == -1) {
  /external/valgrind/main/coregrind/m_scheduler/
priv_sema.h 34 /* Not really a semaphore, but use a pipe for a token-passing scheme */
36 Int pipe[2]; member in struct:__anon13866
  /frameworks/base/tests/DumpRenderTree2/assets/
run_layout_tests.py 46 (stdoutdata, stderrdata) = subprocess.Popen(cmd, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate()
  /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
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/sys/
_sigdefs.h 62 __BIONIC_SIGDEF(PIPE,13,"Broken pipe")
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/sys/
_sigdefs.h 62 __BIONIC_SIGDEF(PIPE,13,"Broken pipe")
  /dalvik/vm/
StdioConverter.cpp 57 if (pipe(gDvm.stdoutPipe) != 0) {
58 ALOGW("pipe failed: %s", strerror(errno));
61 if (pipe(gDvm.stderrPipe) != 0) {
62 ALOGW("pipe failed: %s", strerror(errno));
  /external/bison/
Android.mk 31 lib/pipe-safer.c \
  /external/chromium/chrome/browser/importer/
external_process_importer_host.cc 52 // pipe and feeds it to the ProfileWriter. The external process half of the
  /external/chromium-trace/
update.py 49 p = subprocess.Popen(yuic_args, stdin=subprocess.PIPE)
  /external/libnfc-nxp/src/
phHciNfc_CE_A.h 95 /* Pointer to the card emulation A pipe information */
121 * The phHciNfc_CE_A_Get_PipeID function gives the pipe id of the card
150 * \param[in] pPipeInfo Update the pipe Information of the reader
177 * \param[in] pPipeInfo Update the pipe Information of the reader
phHciNfc_CE_B.h 89 /* Pointer to the card emulation B pipe information */
115 * The phHciNfc_CE_B_Get_PipeID function gives the pipe id of the card
144 * \param[in] pPipeInfo Update the pipe Information of the reader
171 * \param[in] pPipeInfo Update the pipe Information of the card
  /external/linux-tools-perf/util/
pager.c 80 /* original process continues, but writes to the pipe */
  /external/llvm/include/llvm/Support/
Process.h 82 /// or pipe.
87 /// the user rather than being put on a pipe or stored in a file.
92 /// the user rather than being put on a pipe or stored in a file.
97 /// the user rather than being put on a pipe or stored in a file.
  /external/markdown/tests/extensions-x-tables/
tables.html 55 <td>Pipe</td>
  /external/openfst/src/bin/
fstinfo.cc 30 DEFINE_bool(pipe, false, "Send info to stderr, input to stdout");
  /frameworks/base/core/java/android/nfc/
TransceiveResult.java 25 * Class used to pipe transceive result from the NFC service.
  /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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
auto_fs4.h 54 /* v4 multi expire (via pipe) */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
auto_fs4.h 54 /* v4 multi expire (via pipe) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
auto_fs4.h 54 /* v4 multi expire (via pipe) */

Completed in 457 milliseconds

1 2 3 4 5 6 7 891011>>