/external/ltp/testcases/kernel/syscalls/tee/ |
tee01.c | 38 #include "lapi/splice.h" 81 ret = splice(fd_in, NULL, pipe1[1], NULL, TEST_BLOCK_SIZE, 0); 83 tst_brk(TBROK | TERRNO, "splice(fd_in, pipe1) failed"); 89 ret = splice(pipe2[0], NULL, fd_out, NULL, TEST_BLOCK_SIZE, 0); 91 tst_brk(TBROK | TERRNO, "splice(pipe2, fd_out) failed");
|
/external/libcxx/test/std/containers/sequences/list/list.ops/ |
splice_pos_list_iter_iter.pass.cpp | 12 // void splice(const_iterator position, list& x, iterator first, iterator last); 26 l1.splice(l1.begin(), l1, next(l1.begin()), next(l1.begin())); 38 l1.splice(l1.begin(), l1, next(l1.begin()), next(l1.begin(), 2)); 50 l1.splice(l1.begin(), l1, next(l1.begin()), next(l1.begin(), 3)); 63 l1.splice(l1.begin(), l2, next(l2.begin()), l2.end()); 83 l1.splice(next(l1.begin()), l2, next(l2.begin()), l2.end()); 103 l1.splice(l1.end(), l2, next(l2.begin()), l2.end()); 123 l1.splice(l1.begin(), l1, next(l1.begin()), next(l1.begin())); 135 l1.splice(l1.begin(), l1, next(l1.begin()), next(l1.begin(), 2)); 147 l1.splice(l1.begin(), l1, next(l1.begin()), next(l1.begin(), 3)) [all...] |
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
simple_ilist.h | 106 simple_ilist(simple_ilist &&X) { splice(end(), X); } 109 splice(end(), X); 233 /// Splice in another list. 234 void splice(iterator I, simple_ilist &L2) { function in class:llvm::simple_ilist 235 splice(I, L2, L2.begin(), L2.end()); 238 /// Splice in a node from another list. 239 void splice(iterator I, simple_ilist &L2, iterator Node) { function in class:llvm::simple_ilist 240 splice(I, L2, Node, std::next(Node)); 243 /// Splice in a range of nodes from another list. 244 void splice(iterator I, simple_ilist &, iterator First, iterator Last) function in class:llvm::simple_ilist [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/ |
simple_ilist.h | 106 simple_ilist(simple_ilist &&X) { splice(end(), X); } 109 splice(end(), X); 233 /// Splice in another list. 234 void splice(iterator I, simple_ilist &L2) { function in class:llvm::simple_ilist 235 splice(I, L2, L2.begin(), L2.end()); 238 /// Splice in a node from another list. 239 void splice(iterator I, simple_ilist &L2, iterator Node) { function in class:llvm::simple_ilist 240 splice(I, L2, Node, std::next(Node)); 243 /// Splice in a range of nodes from another list. 244 void splice(iterator I, simple_ilist &, iterator First, iterator Last) function in class:llvm::simple_ilist [all...] |
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/ |
simple_ilist.h | 111 simple_ilist(simple_ilist &&X) { splice(end(), X); } 114 splice(end(), X); 238 /// Splice in another list. 239 void splice(iterator I, simple_ilist &L2) { function in class:llvm::simple_ilist 240 splice(I, L2, L2.begin(), L2.end()); 243 /// Splice in a node from another list. 244 void splice(iterator I, simple_ilist &L2, iterator Node) { function in class:llvm::simple_ilist 245 splice(I, L2, Node, std::next(Node)); 248 /// Splice in a range of nodes from another list. 249 void splice(iterator I, simple_ilist &, iterator First, iterator Last) function in class:llvm::simple_ilist [all...] |
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/ |
simple_ilist.h | 111 simple_ilist(simple_ilist &&X) { splice(end(), X); } 114 splice(end(), X); 238 /// Splice in another list. 239 void splice(iterator I, simple_ilist &L2) { function in class:llvm::simple_ilist 240 splice(I, L2, L2.begin(), L2.end()); 243 /// Splice in a node from another list. 244 void splice(iterator I, simple_ilist &L2, iterator Node) { function in class:llvm::simple_ilist 245 splice(I, L2, Node, std::next(Node)); 248 /// Splice in a range of nodes from another list. 249 void splice(iterator I, simple_ilist &, iterator First, iterator Last) function in class:llvm::simple_ilist [all...] |
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/ |
simple_ilist.h | 111 simple_ilist(simple_ilist &&X) { splice(end(), X); } 114 splice(end(), X); 238 /// Splice in another list. 239 void splice(iterator I, simple_ilist &L2) { function in class:llvm::simple_ilist 240 splice(I, L2, L2.begin(), L2.end()); 243 /// Splice in a node from another list. 244 void splice(iterator I, simple_ilist &L2, iterator Node) { function in class:llvm::simple_ilist 245 splice(I, L2, Node, std::next(Node)); 248 /// Splice in a range of nodes from another list. 249 void splice(iterator I, simple_ilist &, iterator First, iterator Last) function in class:llvm::simple_ilist [all...] |
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/ |
simple_ilist.h | 111 simple_ilist(simple_ilist &&X) { splice(end(), X); } 114 splice(end(), X); 238 /// Splice in another list. 239 void splice(iterator I, simple_ilist &L2) { function in class:llvm::simple_ilist 240 splice(I, L2, L2.begin(), L2.end()); 243 /// Splice in a node from another list. 244 void splice(iterator I, simple_ilist &L2, iterator Node) { function in class:llvm::simple_ilist 245 splice(I, L2, Node, std::next(Node)); 248 /// Splice in a range of nodes from another list. 249 void splice(iterator I, simple_ilist &, iterator First, iterator Last) function in class:llvm::simple_ilist [all...] |
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/ |
simple_ilist.h | 111 simple_ilist(simple_ilist &&X) { splice(end(), X); } 114 splice(end(), X); 238 /// Splice in another list. 239 void splice(iterator I, simple_ilist &L2) { function in class:llvm::simple_ilist 240 splice(I, L2, L2.begin(), L2.end()); 243 /// Splice in a node from another list. 244 void splice(iterator I, simple_ilist &L2, iterator Node) { function in class:llvm::simple_ilist 245 splice(I, L2, Node, std::next(Node)); 248 /// Splice in a range of nodes from another list. 249 void splice(iterator I, simple_ilist &, iterator First, iterator Last) function in class:llvm::simple_ilist [all...] |
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/ |
simple_ilist.h | 111 simple_ilist(simple_ilist &&X) { splice(end(), X); } 114 splice(end(), X); 238 /// Splice in another list. 239 void splice(iterator I, simple_ilist &L2) { function in class:llvm::simple_ilist 240 splice(I, L2, L2.begin(), L2.end()); 243 /// Splice in a node from another list. 244 void splice(iterator I, simple_ilist &L2, iterator Node) { function in class:llvm::simple_ilist 245 splice(I, L2, Node, std::next(Node)); 248 /// Splice in a range of nodes from another list. 249 void splice(iterator I, simple_ilist &, iterator First, iterator Last) function in class:llvm::simple_ilist [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/ |
simple_ilist.h | 106 simple_ilist(simple_ilist &&X) { splice(end(), X); } 109 splice(end(), X); 233 /// Splice in another list. 234 void splice(iterator I, simple_ilist &L2) { function in class:llvm::simple_ilist 235 splice(I, L2, L2.begin(), L2.end()); 238 /// Splice in a node from another list. 239 void splice(iterator I, simple_ilist &L2, iterator Node) { function in class:llvm::simple_ilist 240 splice(I, L2, Node, std::next(Node)); 243 /// Splice in a range of nodes from another list. 244 void splice(iterator I, simple_ilist &, iterator First, iterator Last) function in class:llvm::simple_ilist [all...] |
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/ |
simple_ilist.h | 111 simple_ilist(simple_ilist &&X) { splice(end(), X); } 114 splice(end(), X); 238 /// Splice in another list. 239 void splice(iterator I, simple_ilist &L2) { function in class:llvm::simple_ilist 240 splice(I, L2, L2.begin(), L2.end()); 243 /// Splice in a node from another list. 244 void splice(iterator I, simple_ilist &L2, iterator Node) { function in class:llvm::simple_ilist 245 splice(I, L2, Node, std::next(Node)); 248 /// Splice in a range of nodes from another list. 249 void splice(iterator I, simple_ilist &, iterator First, iterator Last) function in class:llvm::simple_ilist [all...] |
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/ |
simple_ilist.h | 111 simple_ilist(simple_ilist &&X) { splice(end(), X); } 114 splice(end(), X); 238 /// Splice in another list. 239 void splice(iterator I, simple_ilist &L2) { function in class:llvm::simple_ilist 240 splice(I, L2, L2.begin(), L2.end()); 243 /// Splice in a node from another list. 244 void splice(iterator I, simple_ilist &L2, iterator Node) { function in class:llvm::simple_ilist 245 splice(I, L2, Node, std::next(Node)); 248 /// Splice in a range of nodes from another list. 249 void splice(iterator I, simple_ilist &, iterator First, iterator Last) function in class:llvm::simple_ilist [all...] |
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/ |
simple_ilist.h | 111 simple_ilist(simple_ilist &&X) { splice(end(), X); } 114 splice(end(), X); 238 /// Splice in another list. 239 void splice(iterator I, simple_ilist &L2) { function in class:llvm::simple_ilist 240 splice(I, L2, L2.begin(), L2.end()); 243 /// Splice in a node from another list. 244 void splice(iterator I, simple_ilist &L2, iterator Node) { function in class:llvm::simple_ilist 245 splice(I, L2, Node, std::next(Node)); 248 /// Splice in a range of nodes from another list. 249 void splice(iterator I, simple_ilist &, iterator First, iterator Last) function in class:llvm::simple_ilist [all...] |
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/ |
simple_ilist.h | 111 simple_ilist(simple_ilist &&X) { splice(end(), X); } 114 splice(end(), X); 238 /// Splice in another list. 239 void splice(iterator I, simple_ilist &L2) { function in class:llvm::simple_ilist 240 splice(I, L2, L2.begin(), L2.end()); 243 /// Splice in a node from another list. 244 void splice(iterator I, simple_ilist &L2, iterator Node) { function in class:llvm::simple_ilist 245 splice(I, L2, Node, std::next(Node)); 248 /// Splice in a range of nodes from another list. 249 void splice(iterator I, simple_ilist &, iterator First, iterator Last) function in class:llvm::simple_ilist [all...] |
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/ |
simple_ilist.h | 111 simple_ilist(simple_ilist &&X) { splice(end(), X); } 114 splice(end(), X); 238 /// Splice in another list. 239 void splice(iterator I, simple_ilist &L2) { function in class:llvm::simple_ilist 240 splice(I, L2, L2.begin(), L2.end()); 243 /// Splice in a node from another list. 244 void splice(iterator I, simple_ilist &L2, iterator Node) { function in class:llvm::simple_ilist 245 splice(I, L2, Node, std::next(Node)); 248 /// Splice in a range of nodes from another list. 249 void splice(iterator I, simple_ilist &, iterator First, iterator Last) function in class:llvm::simple_ilist [all...] |
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/ |
simple_ilist.h | 111 simple_ilist(simple_ilist &&X) { splice(end(), X); } 114 splice(end(), X); 238 /// Splice in another list. 239 void splice(iterator I, simple_ilist &L2) { function in class:llvm::simple_ilist 240 splice(I, L2, L2.begin(), L2.end()); 243 /// Splice in a node from another list. 244 void splice(iterator I, simple_ilist &L2, iterator Node) { function in class:llvm::simple_ilist 245 splice(I, L2, Node, std::next(Node)); 248 /// Splice in a range of nodes from another list. 249 void splice(iterator I, simple_ilist &, iterator First, iterator Last) function in class:llvm::simple_ilist [all...] |
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/list/list.ops/ |
splice_pos_list_iter_iter.pass.cpp | 12 // void splice(const_iterator position, list& x, iterator first, iterator last); 26 l1.splice(l1.begin(), l1, next(l1.begin()), next(l1.begin())); 38 l1.splice(l1.begin(), l1, next(l1.begin()), next(l1.begin(), 2)); 50 l1.splice(l1.begin(), l1, next(l1.begin()), next(l1.begin(), 3)); 63 l1.splice(l1.begin(), l2, next(l2.begin()), l2.end()); 83 l1.splice(next(l1.begin()), l2, next(l2.begin()), l2.end()); 103 l1.splice(l1.end(), l2, next(l2.begin()), l2.end()); 123 l1.splice(l1.begin(), l1, next(l1.begin()), next(l1.begin())); 135 l1.splice(l1.begin(), l1, next(l1.begin()), next(l1.begin(), 2)); 147 l1.splice(l1.begin(), l1, next(l1.begin()), next(l1.begin(), 3)) [all...] |
/external/fio/engines/ |
splice.c | 2 * splice engine 46 ret = splice(f->fd, &offset, sd->pipe[1], NULL, this_len, SPLICE_F_MORE); 108 ret = splice(f->fd, &offset, sd->pipe[1], NULL, this_len,flags); 113 td_verror(td, errno, "splice-from-fd"); 164 * For splice writing, we can vmsplice our data buffer directly into a 165 * pipe and then splice that to a file. 191 ret2 = splice(sd->pipe[0], NULL, f->fd, &off, ret, 0); 241 log_err("fio: looks like splice doesn't work on this" 292 .name = "splice",
|
/external/ltp/testcases/kernel/syscalls/vmsplice/ |
vmsplice01.c | 38 #include "lapi/splice.h" 108 ret = splice(pipes[0], NULL, fd_out, &offset, written, 0); 110 tst_brk(TBROK | TERRNO, "splice() failed"); 126 tst_brk(TCONF, "Cannot do splice() "
|
/external/libcxx/test/libcxx/containers/sequences/list/list.ops/ |
db_splice_pos_list_iter.pass.cpp | 15 // void splice(const_iterator position, list<T,Allocator>& x, iterator i); 29 v1.splice(v1.begin(), v2, v1.begin());
|
db_splice_pos_list_iter_iter.pass.cpp | 15 // void splice(const_iterator position, list& x, iterator first, iterator last); 29 v1.splice(v1.begin(), v2, v2.begin(), v1.end());
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/containers/sequences/list/list.ops/ |
db_splice_pos_list_iter.pass.cpp | 15 // void splice(const_iterator position, list<T,Allocator>& x, iterator i); 29 v1.splice(v1.begin(), v2, v1.begin());
|
db_splice_pos_list_iter_iter.pass.cpp | 15 // void splice(const_iterator position, list& x, iterator first, iterator last); 29 v1.splice(v1.begin(), v2, v2.begin(), v1.end());
|
/external/perfetto/src/ftrace_reader/ |
cpu_reader.cc | 117 // Make reads from the raw pipe blocking so that splice() can sleep. 124 // Note: O_NONBLOCK seems to be ignored by splice() on the target pipe. The 126 // SPLICE_F_NONBLOCK flag passed to splice(). 130 // splice() is woken up when the ~CpuReader() dtor destroys the pipes. 152 // The kernel's splice implementation for the trace pipe doesn't generate a 155 // trace fd (which prevents another splice from starting), raise SIGPIPE and 156 // wait for the worker to exit (i.e., to guarantee no splice is in progress) 173 // staging pipe at least one page at a time. This is done using the splice(2) 183 // First do a blocking splice which sleeps until there is at least one 186 ssize_t splice_res = splice(trace_fd, nullptr, staging_write_fd, nullptr [all...] |