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

<<11121314151617181920>>

  /external/clang/include/clang/Basic/
OperatorKinds.def 70 OVERLOADED_OPERATOR(Pipe , "|" , pipe , false, true , false)
  /external/clang/tools/scan-view/
startfile.py 57 pipe = subprocess.Popen(cmdline, stdin=inout, stdout=inout,
64 returncode = pipe.wait()
  /external/clang/utils/
CmpDriver 113 stdout=subprocess.PIPE,
114 stderr=subprocess.PIPE)
  /external/dbus/cmake/
ConfigureChecks.cmake 21 check_include_file(inttypes.h HAVE_INTTYPES_H) # dbus-pipe.h
22 check_include_file(stdint.h HAVE_STDINT_H) # dbus-pipe.h
cross-compile.sh 52 CFLAGS="${MINGW32_CFLAGS:--O2 -g -pipe -Wall -fexceptions -fno-omit-frame-pointer -fno-optimize-sibling-calls --param=ssp-buffer-size=4 -mms-bitfields}"; export CFLAGS;
57 CXXFLAGS="${MINGW32_CXXFLAGS:--O2 -g -pipe -Wall -fexceptions -fno-omit-frame-pointer -fno-optimize-sibling-calls --param=ssp-buffer-size=4 -mms-bitfields}"; export CXXFLAGS;
  /external/e2fsprogs/misc/
logsave.c 168 if (pipe(fds) < 0) {
169 perror("pipe");
  /external/libnfc-nxp/src/
phHciNfc_WI.h 72 /* Pointer to WI gate pipe information */
74 /* WI gate pipe Identifier */
  /external/libusb/
PORTING 38 necessary, and a pipe() with the main library to raise events. The file
39 descriptor of the pipe can then be provided to libusb as an event source.
  /external/linux-tools-perf/
builtin-bench.c 42 { "pipe",
43 "Flood of communication over pipe() between two processes",
  /external/llvm/utils/lit/lit/
Util.py 46 p = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE,
  /external/openssh/
readpass.c 64 if (pipe(p) < 0) {
65 error("ssh_askpass: pipe: %s", strerror(errno));
  /external/oprofile/libutil++/
child_reader.cpp 61 if (pipe(pstdout) == -1 || pipe(pstderr) == -1) {
  /external/qemu/android/
opengles.c 56 /* Defined in android/hw-pipe-net.c */
126 /* XXX: NEED Win32 pipe implementation */
  /external/skia/include/core/
SkFlattenable.h 150 * factory it sees by name. Used by the pipe code in conjunction with
227 * first time (after that we store an index). The pipe code uses this.
  /external/webkit/Tools/Scripts/webkitpy/common/system/
path.py 87 stdin=subprocess.PIPE,
88 stdout=subprocess.PIPE)
  /frameworks/base/core/java/android/app/backup/
FullBackup.java 98 // anything from the pipe in this case. Just create the directory here and
104 // Pull the data from the pipe, copying it to the output file, until we're done
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/
omx_proxy_h264enc.c 195 /* Create Pipe of for encoder input buffers */
200 "Pipe creation failed");
683 /*Write buffer to end of pipe for re-circulation for future ETB()*/
686 PROXY_assert(eOSALStatus == TIMM_OSAL_ERR_NONE, OMX_ErrorBadParameter, "Pipe write failed");
747 /*Populate buffer to pipe*/
783 /*Clear the Bufindex pipe by dummy reads*/
819 DOMX_ERROR("Pipe deletion failed");
825 /* Cleanup internal buffers in pipe if not freed on FreeBuffer */
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/
omx_proxy_mpeg4enc.c 194 /* Create Pipe of for encoder input buffers */
199 "Pipe creation failed");
669 /*Write buffer to end of pipe for re-circulation for future ETB()*/
672 PROXY_assert(eOSALStatus == TIMM_OSAL_ERR_NONE, OMX_ErrorBadParameter, "Pipe write failed");
734 /*Populate buffer to pipe*/
771 /*Clear the Bufindex pipe by dummy reads*/
807 DOMX_ERROR("Pipe deletion failed");
813 /* Cleanup internal buffers in pipe if not freed on FreeBuffer */
  /ndk/sources/host-tools/make-3.81/
signame.c 134 init_sig (SIGPIPE, "PIPE", _("Broken pipe"));
  /ndk/sources/host-tools/make-3.81/w32/subproc/
sub_proc.c 286 // By convention, parent gets pipe[0], and child gets pipe[1]
287 // This means the READ side of stdin pipe goes into pipe[1]
288 // and the WRITE side of the stdout and stderr pipes go into pipe[1]
337 * pipe, bypassing pipes altogether.
862 * for child death if you're doing your own pipe I/O. If that is
863 * the case, close the pipe handles here.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/libexec/gcc/i686-linux/4.6.x-google/
lto-wrapper 
  /system/core/adb/
backup_service.c 57 // Command string and choice of stdin/stdout for the pipe depend on our invocation
68 // set up the pipe from the subprocess to here
  /external/libusb/libusb/os/
darwin_usb.c 71 return "pipe is stalled";
134 usbi_info (HANDLE_CTX(dev_handle), "pipe %d on interface %d matches", *pipep, *ifcp);
141 /* No pipe found with the correct endpoint address */
626 pipe (priv->fds);
628 /* set the pipe to be non-blocking */
778 /* iterate through pipe references */
784 usbi_err (HANDLE_CTX (dev_handle), "error getting pipe information for pipe %d: %s", i, darwin_error_str(kresult));
789 usbi_info (HANDLE_CTX (dev_handle), "interface: %i pipe %i: dir: %i number: %i", iface, i, direction, number);
    [all...]
  /build/tools/releasetools/
check_target_files_signatures 97 stdin=subprocess.PIPE,
98 stdout=subprocess.PIPE)
171 stdin=subprocess.PIPE,
172 stdout=subprocess.PIPE)
219 stdout=subprocess.PIPE)
  /development/tools/emulator/system/camera/
QemuClient.cpp 19 * services in the emulator via qemu pipe.
231 * characters for 'qemud:'. This is required by qemu pipe protocol. */
267 * the pipe. So, we can use simple write, and qemu pipe will take care of the
273 ALOGE("%s: Error sending data via qemu pipe: '%s'",

Completed in 440 milliseconds

<<11121314151617181920>>