HomeSort by relevance Sort by last modified time
    Searched defs:pipes (Results 1 - 23 of 23) sorted by null

  /external/compiler-rt/test/tsan/
fd_close_norace2.cc 6 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_org/build/
env_dump.py 12 import pipes namespace
35 envsetup_cmd = ' '.join(map(pipes.quote, args))
vs_toolchain.py 7 import pipes namespace
56 os.environ['GYP_DEFINES'] = ' '.join('%s=%s' % (k, pipes.quote(str(v)))
  /external/chromium_org/third_party/android_crazy_linker/src/tests/
test_shared_relro.cpp 43 int pipes[2]; local
44 if (socketpair(AF_UNIX, SOCK_STREAM, 0, pipes) < 0)
55 foo.ReceiveRelroInfo(pipes[0]);
80 foo.SendRelroInfo(pipes[1]);
test_two_shared_relros.cpp 48 int pipes[2]; local
49 if (socketpair(AF_UNIX, SOCK_STREAM, 0, pipes) < 0)
60 foo.ReceiveRelroInfo(pipes[0]);
64 bar.ReceiveRelroInfo(pipes[0]);
89 foo.SendRelroInfo(pipes[1]);
94 bar.SendRelroInfo(pipes[1]);
test_relocated_shared_relro.cpp 34 int pipes[2]; local
35 if (socketpair(AF_UNIX, SOCK_STREAM, 0, pipes) < 0)
49 foo.ReceiveRelroInfo(pipes[0]);
80 foo.SendRelroInfo(pipes[1]);
  /external/chromium_org/build/android/pylib/
cmd_helper.py 9 import pipes namespace
91 args_repr = ' '.join(map(pipes.quote, args))
  /external/compiler-rt/lib/asan/scripts/
symbolize.py 16 pipes = {} variable
78 if not pipes.has_key(binary):
79 pipes[binary] = subprocess.Popen(["addr2line", "-i", "-f", "-e", binary],
81 p = pipes[binary]
  /external/chromium_org/tools/cr/cr/base/
host.py 8 import pipes namespace
122 command = ' '.join([pipes.quote(arg) for arg in command])
  /external/chromium_org/build/android/buildbot/
bb_run_bot.py 11 import pipes namespace
42 diff.append('- %s=%s' % (key, pipes.quote(d1[key])))
44 diff.append('+ %s=%s' % (key, pipes.quote(d2[key])))
bb_utils.py 8 import pipes namespace
36 return ' '.join(map(pipes.quote, command))
  /external/chromium_org/third_party/libevent/test/
bench.c 62 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/tools/clang/scripts/
run_tool.py 42 import pipes namespace
223 pipes.quote(k), clang_format_diff_path), shell=True) != 0:
  /external/chromium_org/tools/android/file_poller/
file_poller.cc 111 int pipes[2]; local
112 pipe(pipes);
117 close(pipes[1]);
119 read(pipes[0], NULL, 1);
129 close(pipes[0]);
136 close(pipes[1]);
  /external/chromium_org/build/android/gyp/util/
build_utils.py 10 import pipes namespace
129 ' '.join(map(pipes.quote, self.args)))
  /external/chromium_org/build/android/pylib/device/
device_utils.py 11 import pipes namespace
661 pipes.quote(text)), check_return=True, as_root=as_root)
  /external/chromium_org/mojo/spy/
spy.cc 59 std::vector<mojo::MessagePipeHandle> pipes; local
60 pipes.push_back(client.get());
61 pipes.push_back(interceptor.get());
77 int r = WaitMany(pipes, handle_signals, MOJO_DEADLINE_INDEFINITE);
86 if (!CheckResult(ReadMessageRaw(pipes[r],
98 // Intercept message pipes which are returned via the ReadMessageRaw
132 mojo::MessagePipeHandle write_handle = (r == 0) ? pipes[1] : pipes[0];
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
server_process.py 39 # 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/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_texture_desc.c 323 * GPU Pipes 4x4 mode 8x8 mode
336 * 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)
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
android_browser_backend.py 7 import pipes namespace
255 return '%s=%s' % (key, pipes.quote(values))
  /external/mesa3d/src/gallium/drivers/r300/
r300_texture_desc.c 323 * GPU Pipes 4x4 mode 8x8 mode
336 * 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)
    [all...]
  /external/chromium_org/remoting/host/linux/
linux_me2me_host.py 22 import pipes namespace
568 return ["/bin/sh", "-c", pipes.quote(startup_file)]
    [all...]
  /external/fio/engines/
net.c 28 int pipes[2]; member in struct:netio_data
282 return splice_io_u(io_u->file->fd, nd->pipes[1], io_u->xfer_buflen);
293 return splice_io_u(nd->pipes[0], io_u->file->fd, len);
331 return vmsplice_io_u(io_u, nd->pipes[0], len);
341 return vmsplice_io_u(io_u, nd->pipes[1], io_u->xfer_buflen);
1183 if (nd->pipes[0] != -1)
1184 close(nd->pipes[0]);
1185 if (nd->pipes[1] != -1)
1186 close(nd->pipes[1]);
1207 nd->pipes[0] = nd->pipes[1] = -1
    [all...]

Completed in 332 milliseconds