Searched refs:pipes (Results 1 - 7 of 7) sorted by relevance

/external/chromium/third_party/libevent/test/
H A Dbench.c62 static int *pipes; variable
76 write(pipes[2 * widx + 1], "e", 1);
89 for (cp = pipes, i = 0; i < num_pipes; i++, cp += 2) {
101 write(pipes[i * space + 1], "e", 1);
160 pipes = calloc(num_pipes * 2, sizeof(int));
161 if (events == NULL || pipes == NULL) {
168 for (cp = pipes, i = 0; i < num_pipes; i++, cp += 2) {
/external/compiler-rt/lib/asan/scripts/
H A Dsymbolize.py16 pipes = {} variable
78 if not pipes.has_key(binary):
79 pipes[binary] = subprocess.Popen(["addr2line", "-i", "-f", "-e", binary],
81 p = pipes[binary]
/external/compiler-rt/make/
H A Doptions.mk35 # FIXME: Remove these pipes once ranlib errors are fixed.
41 # FIXME: Remove these pipes once ranlib errors are fixed.
/external/qemu/hw/
H A Dgoldfish_pipe.c951 /* the list of all pipes */
952 Pipe* pipes; member in struct:PipeDevice
954 /* the list of signalled pipes */
969 Pipe** lookup = pipe_list_findp_channel(&dev->pipes, dev->channel);
993 pipe->next = dev->pipes;
994 dev->pipes = pipe;
1214 for ( pipe = dev->pipes; pipe; pipe = pipe->next )
1220 for ( pipe = dev->pipes; pipe; pipe = pipe->next ) {
1250 pipe->next = dev->pipes;
1251 dev->pipes
[all...]
/external/oprofile/events/mips/20K/
H A Devents8 event:0x2 counters:0 um:zero minimum:500 name:FETCH_GROUPS : Fetch groups entering CPU execution pipes
/external/libvpx/examples/includes/geshi/geshi/
H A Ddos.php22 * - Highlight pipes and redirection (do we really need this?)
/external/oprofile/events/mips/25K/
H A Devents15 event:0x9 counters:0,1 um:zero minimum:500 name:FETCH_GROUPS_IN_PIPE : Fetch groups entering CPU execution pipes

Completed in 169 milliseconds