/prebuilts/go/darwin-x86/src/cmd/vet/all/whitelist/ |
solaris_amd64.txt | 4 runtime/sys_solaris_amd64.s: [amd64] pipe1: function pipe1 missing Go declaration
|
/prebuilts/go/linux-x86/src/cmd/vet/all/whitelist/ |
solaris_amd64.txt | 4 runtime/sys_solaris_amd64.s: [amd64] pipe1: function pipe1 missing Go declaration
|
/external/ltp/testcases/kernel/syscalls/tee/ |
tee01.c | 71 int pipe1[2]; local 78 SAFE_PIPE(pipe1); 81 ret = splice(fd_in, NULL, pipe1[1], NULL, TEST_BLOCK_SIZE, 0); 83 tst_brk(TBROK | TERRNO, "splice(fd_in, pipe1) failed"); 85 ret = tee(pipe1[0], pipe2[1], TEST_BLOCK_SIZE, SPLICE_F_NONBLOCK); 95 SAFE_CLOSE(pipe1[0]); 96 SAFE_CLOSE(pipe1[1]);
|
/bionic/tests/ |
fcntl_test.cpp | 216 int pipe1[2]; local 217 ASSERT_EQ(0, pipe(pipe1)); 225 // Write /proc/version into pipe1. 226 ssize_t bytes_read = splice(in, 0, pipe1[1], NULL, 8*1024, SPLICE_F_MORE | SPLICE_F_MOVE); 228 close(pipe1[1]); 230 // Tee /proc/version from pipe1 into pipe2. 231 ssize_t bytes_teed = tee(pipe1[0], pipe2[1], SIZE_MAX, 0); 235 // The out fds of both pipe1 and pipe2 should now contain /proc/version. 237 FILE* fp1 = fdopen(pipe1[0], "r");
|
/libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/ |
DoubleStreamTestScenario.java | 158 S_IN pipe1 = (S_IN) OpTestCase.chain(data.parallelStream(), local 160 DoubleStream pipe2 = m.apply(pipe1); 183 S_IN pipe1 = (S_IN) OpTestCase.chain(data.parallelStream(), local 185 m.apply(pipe1).forEach(e -> {
|
IntStreamTestScenario.java | 159 S_IN pipe1 = (S_IN) OpTestCase.chain(data.parallelStream(), local 161 IntStream pipe2 = m.apply(pipe1); 184 S_IN pipe1 = (S_IN) OpTestCase.chain(data.parallelStream(), local 186 m.apply(pipe1).forEach(e -> {
|
LongStreamTestScenario.java | 158 S_IN pipe1 = (S_IN) OpTestCase.chain(data.parallelStream(), local 160 LongStream pipe2 = m.apply(pipe1); 183 S_IN pipe1 = (S_IN) OpTestCase.chain(data.parallelStream(), local 185 m.apply(pipe1).forEach(e -> {
|
StreamTestScenario.java | 170 S_IN pipe1 = (S_IN) OpTestCase.chain(data.parallelStream(), local 172 Stream<U> pipe2 = m.apply(pipe1); 222 S_IN pipe1 = (S_IN) OpTestCase.chain(data.parallelStream(), local 224 m.apply(pipe1).forEach(e -> {
|
/libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/ |
DoubleStreamTestScenario.java | 162 S_IN pipe1 = (S_IN) OpTestCase.chain(data.parallelStream(), local 164 DoubleStream pipe2 = m.apply(pipe1); 187 S_IN pipe1 = (S_IN) OpTestCase.chain(data.parallelStream(), local 189 m.apply(pipe1).forEach(e -> {
|
IntStreamTestScenario.java | 162 S_IN pipe1 = (S_IN) OpTestCase.chain(data.parallelStream(), local 164 IntStream pipe2 = m.apply(pipe1); 187 S_IN pipe1 = (S_IN) OpTestCase.chain(data.parallelStream(), local 189 m.apply(pipe1).forEach(e -> {
|
LongStreamTestScenario.java | 161 S_IN pipe1 = (S_IN) OpTestCase.chain(data.parallelStream(), local 163 LongStream pipe2 = m.apply(pipe1); 186 S_IN pipe1 = (S_IN) OpTestCase.chain(data.parallelStream(), local 188 m.apply(pipe1).forEach(e -> {
|
StreamTestScenario.java | 173 S_IN pipe1 = (S_IN) OpTestCase.chain(data.parallelStream(), local 175 Stream<U> pipe2 = m.apply(pipe1); 225 S_IN pipe1 = (S_IN) OpTestCase.chain(data.parallelStream(), local 227 m.apply(pipe1).forEach(e -> {
|
/prebuilts/go/darwin-x86/src/runtime/ |
syscall_solaris.go | 26 pipe1 libcFunc 166 fn: uintptr(unsafe.Pointer(&pipe1)), 168 args: uintptr(unsafe.Pointer(&pipe1)), // it's unused but must be non-nil, otherwise crashes 25 pipe1 libcFunc var
|
sys_solaris_amd64.s | 54 TEXT runtime·pipe1(SB),NOSPLIT,$0
|
/prebuilts/go/linux-x86/src/runtime/ |
syscall_solaris.go | 26 pipe1 libcFunc 166 fn: uintptr(unsafe.Pointer(&pipe1)), 168 args: uintptr(unsafe.Pointer(&pipe1)), // it's unused but must be non-nil, otherwise crashes 25 pipe1 libcFunc var
|
sys_solaris_amd64.s | 54 TEXT runtime·pipe1(SB),NOSPLIT,$0
|
/external/libmojo/mojo/public/cpp/bindings/tests/ |
handle_passing_unittest.cc | 208 MessagePipe pipe1; local 209 EXPECT_TRUE(WriteTextMessage(pipe1.handle1.get(), kText2)); 218 request->pipe = std::move(pipe1.handle0);
|
union_unittest.cc | 1034 ScopedMessagePipeHandle pipe1; local 1052 ScopedMessagePipeHandle pipe1; local 1084 ScopedMessagePipeHandle pipe1; local [all...] |
/external/llvm/lib/Target/X86/ |
X86ScheduleBtVer2.td | 35 def JALU1 : ProcResource<1>; // Integer Pipe1: integer ALU1/MUL/DIV 39 def JFPU1 : ProcResource<1>; // Vector/FPU Pipe1: VALU1/STC/FPM
|
/external/ltp/testcases/kernel/containers/sysvipc/ |
semtest_2ns.c | 179 perror("pipe1");
|
/external/libmojo/mojo/edk/system/ |
data_pipe_unittest.cc | 1589 MojoHandle pipe0, pipe1; local 1666 MojoHandle pipe0, pipe1; local [all...] |
/external/ltp/testcases/kernel/syscalls/kill/ |
kill02.c | 724 * Set up pipe1, pipe2, pipeA, and pipeB.
|
/external/libevent/test/ |
regress.c | 1156 int pipe1; local 1159 pipe1 = base1->sig.ev_signal_pair[0]; 1163 if (close(pipe1) != -1 || errno!=EBADF) { [all...] |
/toolchain/binutils/binutils-2.27/include/opcode/ |
spu-insns.h | 117 pipe1 execution pipelines:
|
/external/autotest/server/site_tests/enterprise_CFM_LogitechPtzUpdater/ptzpro2_154/ |
ptzpro2_video.bin | [all...] |