HomeSort by relevance Sort by last modified time
    Searched full:pipes (Results 51 - 75 of 531) sorted by null

1 23 4 5 6 7 8 91011>>

  /ndk/sources/host-tools/make-3.81/w32/subproc/
sub_proc.c 245 process_pipes(HANDLE proc, int pipes[3])
247 pipes[0] = ((sub_process *)proc)->sv_stdin[0];
248 pipes[1] = ((sub_process *)proc)->sv_stdout[0];
249 pipes[2] = ((sub_process *)proc)->sv_stderr[0];
288 // and the WRITE side of the stdout and stderr pipes go into pipe[1]
299 // Mark the parent sides of the pipes as non-inheritable
337 * pipe, bypassing pipes altogether.
548 TRUE, /* inherit handles (e.g. helper pipes, oserv socket) */
569 /* Close the halves of the pipes we don't need */
593 // This if should never be true for anonymous pipes, but give
    [all...]
  /external/qemu/hw/
goldfish_pipe.c 949 /* the list of all pipes */
950 Pipe* pipes; member in struct:PipeDevice
952 /* the list of signalled pipes */
967 Pipe** lookup = pipe_list_findp_channel(&dev->pipes, dev->channel);
991 pipe->next = dev->pipes;
992 dev->pipes = pipe;
1202 for ( pipe = dev->pipes; pipe; pipe = pipe->next )
1208 for ( pipe = dev->pipes; pipe; pipe = pipe->next ) {
1238 pipe->next = dev->pipes;
1239 dev->pipes = pipe
    [all...]
  /external/chromium_org/chromeos/process_proxy/
process_proxy.cc 42 // Set pipes to initial, invalid value so we can easily know if a pipe was
183 // In that case we have to clean up created pipes. If watcher had been
186 // called by now (and pipes have been cleaned).
process_proxy.h 72 // Methods for cleaning up pipes.
  /development/tools/
make_key 36 # Use named pipes to connect get the raw RSA private key to the cert-
  /external/blktrace/doc/
btrace.8 17 and pipes the output through \fIblkparse\fR for formatting. See blktrace (8)
  /external/chromium/third_party/libevent/sample/
event-test.c 106 /* Linux pipes are broken, we need O_RDWR instead of O_RDONLY */
  /external/chromium_org/net/third_party/nss/ssl/
sslmutex.h 20 * they can be emulated using pipes.
  /external/chromium_org/third_party/libevent/sample/
event-test.c 106 /* Linux pipes are broken, we need O_RDWR instead of O_RDONLY */
  /external/libnfc-nci/src/nfa/include/
nfa_hci_defs.h 41 /* Static pipes */
  /external/oprofile/events/mips/20K/
events 8 event:0x2 counters:0 um:zero minimum:500 name:FETCH_GROUPS : Fetch groups entering CPU execution pipes
  /hardware/qcom/display/msm8960/liboverlay/
overlay.cpp 31 #include "pipes/overlayGenPipe.h"
69 //Forces UNSET on pipes, flushes rotator memory and session, closes
211 // Clears any VG pipes allocated to the fb devices
292 snprintf(str_pipes, 64, "Pipes used=%d\n\n", totalPipes);
  /hardware/qcom/display/msm8x26/liboverlay/
overlay.cpp 31 #include "pipes/overlayGenPipe.h"
69 //Forces UNSET on pipes, flushes rotator memory and session, closes
211 // Clears any VG pipes allocated to the fb devices
292 snprintf(str_pipes, 64, "Pipes used=%d\n\n", totalPipes);
  /ndk/sources/host-tools/make-3.81/w32/include/
sub_proc.h 58 EXTERN_DECL(void process_pipes, (HANDLE proc, int pipes[3]));
  /device/generic/goldfish/libqemu/
test_host_1.c 17 /* This program is used to test the QEMUD fast pipes.
18 * See external/qemu/docs/ANDROID-QEMUD-PIPES.TXT for details.
  /external/openfst/
NEWS 84 that fails on pipes. Made old version raises errors when read on
85 pipes (1.2.9).
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_poll.py 52 raise RuntimeError, "no pipes ready for writing"
59 raise RuntimeError, "no pipes ready for reading"
test_popen2.py 45 # When the test runs, there shouldn't be any open pipes
46 self.assertFalse(popen2._active, "Active pipes when test starts" +
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_poll.py 52 raise RuntimeError, "no pipes ready for writing"
59 raise RuntimeError, "no pipes ready for reading"
test_popen2.py 45 # When the test runs, there shouldn't be any open pipes
46 self.assertFalse(popen2._active, "Active pipes when test starts" +
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_hci.c 475 * and will remove pipes connected to DH even before DH is enabled, So DH will update NFCC
476 * control block by removing all dynamic pipes connected to UICC1 */
505 ** all pipes connected to UICC1
539 /* Update number of pipes after removing pipes connected to UICC1 */
  /external/chromium_org/build/android/buildbot/
bb_run_bot.py 11 import pipes namespace
40 diff.append('- %s=%s' % (key, pipes.quote(d1[key])))
42 diff.append('+ %s=%s' % (key, pipes.quote(d2[key])))
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_fbupdate.cpp 73 ALOGE("%s: No pipes available to configure framebuffer",
177 ALOGE("%s: No pipes available to configure framebuffer",
184 ALOGE("%s: No pipes available to configure framebuffer",
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_fbupdate.cpp 84 ALOGE("%s: No pipes available to configure framebuffer",
194 ALOGE("%s: No pipes available to configure framebuffer",
202 ALOGE("%s: No pipes available to configure framebuffer",
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_fbupdate.cpp 73 ALOGE("%s: No pipes available to configure framebuffer",
177 ALOGE("%s: No pipes available to configure framebuffer",
184 ALOGE("%s: No pipes available to configure framebuffer",

Completed in 1556 milliseconds

1 23 4 5 6 7 8 91011>>