HomeSort by relevance Sort by last modified time
    Searched refs:pipes (Results 1 - 25 of 47) sorted by null

1 2

  /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) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pipes.py 1 import pipes namespace
8 raise unittest.SkipTest('pipes module only works on posix')
21 t = pipes.Template()
22 t.append(s_command, pipes.STDIN_STDOUT)
32 t = pipes.Template()
33 t.append(s_command + ' < $IN > $OUT', pipes.FILEIN_FILEOUT)
41 t = pipes.Template()
42 t.append(s_command + ' < $IN', pipes.FILEIN_STDOUT)
53 t=pipes.Template()
63 t=pipes.Template(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pipes.py 1 import pipes namespace
8 raise unittest.SkipTest('pipes module only works on posix')
21 t = pipes.Template()
22 t.append(s_command, pipes.STDIN_STDOUT)
32 t = pipes.Template()
33 t.append(s_command + ' < $IN > $OUT', pipes.FILEIN_FILEOUT)
41 t = pipes.Template()
42 t.append(s_command + ' < $IN', pipes.FILEIN_STDOUT)
53 t=pipes.Template()
63 t=pipes.Template(
    [all...]
  /libcore/luni/src/main/native/
java_lang_ProcessManager.cpp 69 #define PIPE_COUNT 4 // Number of pipes used to communicate with child.
71 static void ClosePipes(int pipes[], int skip_fd) {
73 int fd = pipes[i];
75 close(pipes[i]);
93 // Create 4 pipes: stdin, stdout, stderr, and an exec() status pipe.
94 int pipes[PIPE_COUNT * 2] = { -1, -1, -1, -1, -1, -1, -1, -1 }; local
96 if (pipe(pipes + i * 2) == -1) {
98 ClosePipes(pipes, -1);
102 int stdinIn = pipes[0];
103 int stdinOut = pipes[1]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
toaiff.py 16 import pipes namespace
23 t = pipes.Template()
33 t = pipes.Template()
37 t = pipes.Template()
41 t = pipes.Template()
45 t = pipes.Template()
49 t = pipes.Template()
53 t = pipes.Template()
57 uncompress = pipes.Template()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
toaiff.py 16 import pipes namespace
23 t = pipes.Template()
33 t = pipes.Template()
37 t = pipes.Template()
41 t = pipes.Template()
45 t = pipes.Template()
49 t = pipes.Template()
53 t = pipes.Template()
57 uncompress = pipes.Template()
  /external/chromium_org/third_party/android_crazy_linker/src/tests/
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]);
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]);
  /ndk/sources/android/crazy_linker/tests/
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]);
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]);
  /external/chromium_org/mojo/spy/
spy.cc 49 std::vector<mojo::MessagePipeHandle> pipes; local
50 pipes.push_back(client.get());
51 pipes.push_back(interceptor.get());
67 int r = WaitMany(pipes, handle_signals, MOJO_DEADLINE_INDEFINITE);
76 if (!CheckResult(ReadMessageRaw(pipes[r],
91 mojo::MessagePipeHandle write_handle = (r == 0) ? pipes[1] : pipes[0];
  /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/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/build/
env_dump.py 12 import pipes namespace
35 envsetup_cmd = ' '.join(map(pipes.quote, args))
  /hardware/qcom/display/msm8084/liboverlay/
Android.mk 21 pipes/overlayGenPipe.cpp
  /hardware/qcom/display/msm8226/liboverlay/
Android.mk 24 pipes/overlayGenPipe.cpp
  /hardware/qcom/display/msm8960/liboverlay/
Android.mk 19 pipes/overlayGenPipe.cpp
  /hardware/qcom/display/msm8974/liboverlay/
Android.mk 20 pipes/overlayGenPipe.cpp
  /packages/apps/Browser/src/com/android/browser/homepages/
HomeProvider.java 78 ParcelFileDescriptor[] pipes = ParcelFileDescriptor.createPipe(); local
79 final ParcelFileDescriptor write = pipes[1];
82 return pipes[0];
  /external/compiler-rt/make/
options.mk 35 # FIXME: Remove these pipes once ranlib errors are fixed.
41 # FIXME: Remove these pipes once ranlib errors are fixed.
  /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/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
templite.py 146 `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/chromium_org/build/android/buildbot/
bb_utils.py 8 import pipes namespace
36 return ' '.join(map(pipes.quote, command))

Completed in 3114 milliseconds

1 2