/external/chromium_org/chrome/browser/extensions/api/messaging/ |
native_process_launcher.h | 52 // closing IO pipes).
|
native_process_launcher_win.cc | 81 // Timeout for the IO pipes. 100 // Create the pipes to read and write from. 153 LOG(ERROR) << "Failed to connect IO pipes when starting "
|
/external/chromium_org/mojo/system/ |
local_data_pipe.h | 18 // |LocalDataPipe| is a subclass that "implements" |DataPipe| for data pipes
|
/hardware/qcom/display/msm8960/liboverlay/ |
overlay.h | 46 /* Marks the beginning of a drawing round, resets usage bits on pipes 73 /* Closes open pipes, called during startup */ 77 /* Returns available ("unallocated") pipes for a display */ 95 /* Just like a Facebook for pipes, but much less profile info */
|
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.h | 46 /* Marks the beginning of a drawing round, resets usage bits on pipes 73 /* Closes open pipes, called during startup */ 77 /* Returns available ("unallocated") pipes for a display */ 95 /* Just like a Facebook for pipes, but much less profile info */
|
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);
|
/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.
|
/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...] |
/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/mojo/public/utility/ |
bindings_support_impl_unittest.cc | 77 // Verifies 2 AsyncWaitCallbacks are notified when there pipes are ready.
|
/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
|
/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/chromium_org/build/android/pylib/ |
cmd_helper.py | 8 import pipes namespace 84 args_repr = ' '.join(map(pipes.quote, args))
|
/external/chromium_org/tools/cr/cr/base/ |
host.py | 8 import pipes namespace 110 command = ' '.join([pipes.quote(arg) for arg in command])
|
/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"
|