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

/external/compiler-rt/lib/tsan/lit_tests/
H A Dfd_close_norace2.cc6 int pipes[2]; variable
10 while (read(pipes[0], &x, 1) != 1) {
12 close(pipes[0]);
13 close(pipes[1]);
18 if (pipe(pipes))
23 while (write(pipes[1], &t, 1) != 1) {
/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/chromium_org/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/chromium_org/build/
H A Denv_dump.py12 import pipes namespace
35 envsetup_cmd = ' '.join(map(pipes.quote, args))
H A Dgyp_chromium13 import pipes namespace
301 os.environ['GYP_DEFINES'] = ' '.join('%s=%s' % (k, pipes.quote(str(v)))
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dtemplite.py146 `expr` can have pipes and dots to indicate data access and filtering.
150 pipes = expr.split("|")
151 value = self.evaluate(pipes[0])
152 for func in pipes[1:]:
/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/chromium_org/build/android/buildbot/
H A Dbb_utils.py8 import pipes namespace
36 return ' '.join(map(pipes.quote, command))
H A Dbb_run_bot.py11 import pipes namespace
42 diff.append('- %s=%s' % (key, pipes.quote(d1[key])))
44 diff.append('+ %s=%s' % (key, pipes.quote(d2[key])))
/external/chromium_org/build/android/pylib/
H A Dcmd_helper.py8 import pipes namespace
84 args_repr = ' '.join(map(pipes.quote, args))
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_texture_desc.c336 * With 2 pipes and an image of size 8xY, where Y >= 1,
344 * With 4 pipes and an image of size 8xY, where Y >= 4,
359 unsigned i, pipes; local
362 pipes = screen->info.r300_num_z_pipes;
364 pipes = screen->info.r300_num_gb_pipes;
382 zmask_blocks_x_per_dw[pipes-1] * zcompsize,
383 zmask_blocks_y_per_dw[pipes-1] * zcompsize);
387 zcomp_numdw <= screen->caps.zmask_ram * pipes) {
392 util_align_npot(stride, zmask_blocks_x_per_dw[pipes-1] * zcompsize);
400 stride = util_align_npot(stride, hiz_align_x[pipes
[all...]
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_texture_desc.c336 * With 2 pipes and an image of size 8xY, where Y >= 1,
344 * With 4 pipes and an image of size 8xY, where Y >= 4,
359 unsigned i, pipes; local
362 pipes = screen->info.r300_num_z_pipes;
364 pipes = screen->info.r300_num_gb_pipes;
382 zmask_blocks_x_per_dw[pipes-1] * zcompsize,
383 zmask_blocks_y_per_dw[pipes-1] * zcompsize);
387 zcomp_numdw <= screen->caps.zmask_ram * pipes) {
392 util_align_npot(stride, zmask_blocks_x_per_dw[pipes-1] * zcompsize);
400 stride = util_align_npot(stride, hiz_align_x[pipes
[all...]
/external/chromium_org/build/android/gyp/util/
H A Dbuild_utils.py8 import pipes namespace
94 ' '.join(map(pipes.quote, self.args)))
/external/chromium_org/tools/cr/cr/base/
H A Dhost.py8 import pipes namespace
110 command = ' '.join([pipes.quote(arg) for arg in command])
/external/chromium_org/tools/checkdeps/
H A Dgraphdeps.py20 import pipes namespace
127 pipe = pipes.Template()
133 pipe = pipes.Template()
/external/qemu/hw/
H A Dgoldfish_pipe.c949 /* 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
[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/libvpx/examples/includes/geshi/geshi/
H A Ddos.php22 * - Highlight pipes and redirection (do we really need this?)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dserver_process.py39 # the win32 select API, it only works on sockets, and not on the named pipes
52 import pipes namespace
54 _quote_cmd = lambda cmdline: ' '.join(pipes.quote(arg) for arg in cmdline)
263 # stdout and stderr pipes will be closed.
389 # read any remaining data on the pipes and return it.
/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
/external/chromium_org/remoting/tools/
H A Dme2me_virtual_host.py22 import pipes namespace
517 return ["/bin/sh", "-c", pipes.quote(startup_file)]

Completed in 607 milliseconds