HomeSort by relevance Sort by last modified time
    Searched full:splice (Results 1 - 25 of 945) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-arm64/syscalls/
splice.S 5 ENTRY(splice) function
14 END(splice)
  /bionic/libc/arch-mips/syscalls/
splice.S 5 ENTRY(splice) function
19 END(splice)
  /bionic/libc/arch-x86_64/syscalls/
splice.S 5 ENTRY(splice) function
16 END(splice)
  /external/linux-kselftest/tools/testing/selftests/splice/
default_file_splice_read.c 7 splice(0, 0, 1, 0, 1<<30, 0);
  /external/strace/tests/
splice.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (splice ); do not edit.
  /external/strace/tests-m32/
splice.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (splice ); do not edit.
  /external/strace/tests-mx32/
splice.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (splice ); do not edit.
  /bionic/libc/arch-arm/syscalls/
splice.S 5 ENTRY(splice) function
22 END(splice)
  /bionic/libc/arch-mips64/syscalls/
splice.S 5 ENTRY(splice) function
25 END(splice)
  /external/ltp/testcases/kernel/syscalls/splice/
splice02.c 22 /* Description: This tests the splice() syscall */
32 #include "lapi/splice.h"
42 TEST(splice(STDIN_FILENO, NULL, fd, NULL, SPLICE_SIZE, 0));
44 tst_res(TFAIL, "splice failed - errno = %d : %s",
47 tst_res(TPASS, "splice() system call Passed");
splice03.c 20 * 1) splice() returns -1 and sets errno to EBADF if the file
22 * 2) splice() returns -1 and sets errno to EBADF if the file
24 * 3) splice() returns -1 and sets errno to EBADF if the file
26 * 4) splice() returns -1 and sets errno to EINVAL if target
28 * 5) splice() returns -1 and sets errno to EINVAL if neither
30 * 6) splice() returns -1 and sets errno to ESPIPE if off_in is
32 * 7) splice() returns -1 and sets errno to ESPIPE if off_out is
44 #include "lapi/splice.h"
94 TEST(splice(*(tc->fdin), tc->offin, *(tc->fdout),
98 tst_res(TFAIL, "splice() returned %ld expected %s"
    [all...]
splice04.c 21 * Functional test for splice(2): pipe to pipe
23 * This test case tests splice(2) from a pipe to another
30 #include "lapi/splice.h"
31 #include "splice.h"
55 tst_res(TINFO, "splice size = %d", num_len_data);
76 ret = splice(pp1[0], NULL, pp2[1], NULL, i, 0);
78 tst_res(TFAIL | TERRNO, "splice error");
91 tst_res(TPASS, "splice(2) from pipe to pipe run pass.");
splice05.c 21 * Functional test for splice(2): pipe <-> socket
23 * This test case tests splice(2) from a pipe to a socket and vice versa
36 #include "lapi/splice.h"
37 #include "splice.h"
61 tst_res(TINFO, "splice size = %d", num_len_data);
86 ret = splice(pp1[0], NULL, sv[0], 0, i, 0);
88 tst_res(TFAIL | TERRNO, "splice error");
93 ret = splice(sv[1], 0, pp2[1], NULL, i, 0);
96 tst_res(TCONF, "splice does not support "
99 tst_res(TFAIL | TERRNO, "splice error")
    [all...]
splice01.c 21 * This test case will verify basic function of splice
35 #include "lapi/splice.h"
75 ret = splice(fd_in, NULL, pipes[1], NULL, TEST_BLOCK_SIZE, 0);
77 tst_brk(TBROK | TERRNO, "splice(fd_in, pipe) failed");
79 ret = splice(pipes[0], NULL, fd_out, NULL, TEST_BLOCK_SIZE, 0);
81 tst_brk(TBROK | TERRNO, "splice(pipe, fd_out) failed");
97 tst_brk(TCONF, "Cannot do splice on a file"
  /external/ltp/include/lapi/syscalls/
hppa.in 15 splice 291
  /external/perfetto/docs/
ftrace.md 26 worker #0 [splice ...] [wakeup] [block ............] [splice]
28 worker #1 [splice ...] [wakeup] [block ........] [splice]
30 worker #2 [splice ..........................................]
35 In other words, the splice(2) system call is used to move data from
51 allowed to issue another call to splice(), restarting the cycle.
  /external/libcxx/test/std/containers/sequences/list/list.ops/
splice_pos_list_iter.pass.cpp 12 // void splice(const_iterator position, list<T,Allocator>& x, iterator i);
27 l1.splice(l1.end(), l2, l2.begin());
38 l1.splice(l1.end(), l2, l2.begin());
51 l1.splice(l1.end(), l2, next(l2.begin()));
64 l1.splice(l1.end(), l2, l2.begin());
79 l1.splice(l1.end(), l2, next(l2.begin()));
94 l1.splice(l1.end(), l2, next(l2.begin(), 2));
108 l1.splice(l1.begin(), l1, l1.begin());
117 l1.splice(l1.begin(), l2, l2.begin());
130 l1.splice(next(l1.begin()), l2, l2.begin())
    [all...]
splice_pos_list.pass.cpp 12 // void splice(const_iterator position, list& x);
27 l1.splice(l1.end(), l2);
36 l1.splice(l1.end(), l2);
47 l1.splice(l1.end(), l2);
60 l1.splice(l1.end(), l2);
75 l1.splice(l1.begin(), l2);
86 l1.splice(l1.end(), l2);
97 l1.splice(l1.begin(), l2);
110 l1.splice(l1.end(), l2);
123 l1.splice(l1.begin(), l2)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/list/list.ops/
splice_pos_list_iter.pass.cpp 12 // void splice(const_iterator position, list<T,Allocator>& x, iterator i);
27 l1.splice(l1.end(), l2, l2.begin());
38 l1.splice(l1.end(), l2, l2.begin());
51 l1.splice(l1.end(), l2, next(l2.begin()));
64 l1.splice(l1.end(), l2, l2.begin());
79 l1.splice(l1.end(), l2, next(l2.begin()));
94 l1.splice(l1.end(), l2, next(l2.begin(), 2));
108 l1.splice(l1.begin(), l1, l1.begin());
117 l1.splice(l1.begin(), l2, l2.begin());
130 l1.splice(next(l1.begin()), l2, l2.begin())
    [all...]
splice_pos_list.pass.cpp 12 // void splice(const_iterator position, list& x);
27 l1.splice(l1.end(), l2);
36 l1.splice(l1.end(), l2);
47 l1.splice(l1.end(), l2);
60 l1.splice(l1.end(), l2);
75 l1.splice(l1.begin(), l2);
86 l1.splice(l1.end(), l2);
97 l1.splice(l1.begin(), l2);
110 l1.splice(l1.end(), l2);
123 l1.splice(l1.begin(), l2)
    [all...]
  /external/autotest/client/tests/fio/
fio-mixed.job 38 ioengine=splice
  /frameworks/compile/mclinker/include/mcld/ADT/
ilist_sort.h 39 xs.splice(first, xs, second);
51 ys.splice(ys.begin(), xs, mid_iter, xs.end());
65 xs.splice(xs_it, ys, ys_it++);
71 xs.splice(xs_end, ys, ys_it, ys_end);
  /bionic/libc/arch-x86/syscalls/
splice.S 5 ENTRY(splice) function
54 END(splice)
  /external/libcxx/test/libcxx/containers/sequences/list/list.ops/
db_splice_pos_list.pass.cpp 15 // void splice(const_iterator position, list& x);
29 v1.splice(v2.begin(), v2);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/containers/sequences/list/list.ops/
db_splice_pos_list.pass.cpp 15 // void splice(const_iterator position, list& x);
29 v1.splice(v2.begin(), v2);

Completed in 663 milliseconds

1 2 3 4 5 6 7 8 91011>>