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

<<11121314151617181920>>

  /bionic/libc/arch-arm/
syscalls.mk 68 syscall_src += arch-arm/syscalls/pipe.S
  /bionic/libc/arch-x86/
syscalls.mk 71 syscall_src += arch-x86/syscalls/pipe.S
  /build/tools/releasetools/
sign_target_files_apks 229 stdout=subprocess.PIPE)
  /cts/tools/utils/
buildCts.py 114 proc = subprocess.Popen(cmd, shell=True, stderr=subprocess.STDOUT, stdout=subprocess.PIPE)
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
PipedReaderTest.java 218 "written to the pipe is no longer alive.");
  /external/dbus/dbus/
Makefile.in 74 dbus-server-debug-pipe.lo dbus-server-socket.lo \
361 dbus-server-debug-pipe.c \
362 dbus-server-debug-pipe.h \
590 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbus-server-debug-pipe.Plo@am__quote@
    [all...]
  /external/e2fsprogs/e2fsck/
message.c 322 printf(_("named pipe"));
  /external/icu4c/test/cintltst/
udatpg_test.c 49 * Pipe symbol '|'. We pass only the first UChar without NUL-termination.
  /external/opencore/oscl/oscl/config/android/
osclconfig_io.h 202 //broken pipe crashes.
  /external/qemu/android/utils/
path.c 378 /* maybe we tried to get the size of a pipe or something like that ? */
  /external/strace/strace/linux/hppa/
syscallent.h 50 { 1, 0, sys_pipe, "pipe" }, /* 42 */
  /external/strace/strace/linux/sh/
syscallent.h 75 { 1, 0, sys_pipe, "pipe" }, /* 42 */
  /external/strace/strace/linux/sparc/
syscallent.h 43 { 0, 0, sys_pipe, "pipe" }, /* 42 */
  /external/strace/strace/linux/sparc64/
syscallent.h 43 { 0, 0, sys_pipe, "pipe" }, /* 42 */
syscallent2.h 43 { 0, 0, sys_pipe, "pipe" }, /* 42 */
  /external/tcpdump/
smbutil.c 894 { "ERRbadpipe", 230, "Pipe invalid." },
895 { "ERRpipebusy", 231, "All instances of the requested pipe are busy." },
896 { "ERRpipeclosing", 232, "Pipe close in progress." },
897 { "ERRnotconnected", 233, "No process on other end of pipe." },
    [all...]
  /external/webkit/WebKitTools/Scripts/
validate-committer-lists 160 process = subprocess.Popen(git_log_args, stdout=subprocess.PIPE)
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
apache_http_server.py 187 stderr=subprocess.PIPE,
  /external/wpa_supplicant/
config.h 168 * For Windows Named Pipe: This value can be used to set the security
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/inc/
OMX_G711Decoder.h 276 G711DEC_DPRINT("%d :: CLOSING PIPE \n",__LINE__); \
280 printf("%d :: Error while closing pipe\n",__LINE__); \
554 /** Writing pipe Used for DSP_RENDERING_ON */
557 /** Reading pipe Used for DSP_RENDERING_ON */
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEnc_Utils.c 370 /* create the pipe used to send buffers to the thread */
371 eError = pipe (pComponentPrivate->cmdDataPipe);
380 /* create the pipe used to send buffers to the thread */
381 eError = pipe (pComponentPrivate->dataPipe);
389 /* create the pipe used to send commands to the thread */
390 eError = pipe (pComponentPrivate->cmdPipe);
426 * de-init , to newfree Command pipe, data pipe & LCML pipe.
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/man/man1/
arm-eabi-addr2line.1 164 in a pipe to convert dynamically chosen addresses.
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/man/man1/
arm-eabi-addr2line.1 164 in a pipe to convert dynamically chosen addresses.
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/man/man1/
arm-eabi-addr2line.1 164 in a pipe to convert dynamically chosen addresses.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/man/man1/
arm-eabi-addr2line.1 164 in a pipe to convert dynamically chosen addresses.

Completed in 781 milliseconds

<<11121314151617181920>>