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

1 2 3 4 5 6 7 8 91011>>

  /external/linux-kselftest/tools/testing/selftests/splice/
default_file_splice_read.c 6 splice(0, 0, 1, 0, 1<<30, 0);
  /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)
  /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/libcxx/test/libcxx/containers/sequences/list/list.ops/
db_splice_pos_list.pass.cpp 12 // void splice(const_iterator position, list& x);
26 v1.splice(v2.begin(), v2);
db_splice_pos_list_iter.pass.cpp 12 // void splice(const_iterator position, list<T,Allocator>& x, iterator i);
26 v1.splice(v1.begin(), v2, v1.begin());
db_splice_pos_list_iter_iter.pass.cpp 12 // void splice(const_iterator position, list& x, iterator first, iterator last);
26 v1.splice(v1.begin(), v2, v2.begin(), v1.end());
  /external/ltp/include/lapi/
splice.h 28 ssize_t splice(int fd_in, loff_t *off_in, int fd_out, function
  /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);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.ops/
splice_pos_list_iter.pass.cpp 12 // void splice(const_iterator position, list<T,Allocator>& x, iterator i);
30 l1.splice(l1.end(), l2, l2.begin());
41 l1.splice(l1.end(), l2, l2.begin());
54 l1.splice(l1.end(), l2, next(l2.begin()));
67 l1.splice(l1.end(), l2, l2.begin());
82 l1.splice(l1.end(), l2, next(l2.begin()));
97 l1.splice(l1.end(), l2, next(l2.begin(), 2));
111 l1.splice(l1.begin(), l1, l1.begin());
120 l1.splice(l1.begin(), l2, l2.begin());
133 l1.splice(next(l1.begin()), l2, l2.begin())
    [all...]
splice_pos_list_iter_iter.pass.cpp 12 // void splice(const_iterator position, list& x, iterator first, iterator last);
29 l1.splice(l1.begin(), l1, next(l1.begin()), next(l1.begin()));
41 l1.splice(l1.begin(), l1, next(l1.begin()), next(l1.begin(), 2));
53 l1.splice(l1.begin(), l1, next(l1.begin()), next(l1.begin(), 3));
66 l1.splice(l1.begin(), l2, next(l2.begin()), l2.end());
86 l1.splice(next(l1.begin()), l2, next(l2.begin()), l2.end());
106 l1.splice(l1.end(), l2, next(l2.begin()), l2.end());
127 v1.splice(v1.begin(), v2, v2.begin(), v1.end());
134 l1.splice(l1.begin(), l1, next(l1.begin()), next(l1.begin()));
146 l1.splice(l1.begin(), l1, next(l1.begin()), next(l1.begin(), 2))
    [all...]
  /prebuilts/ndk/r13/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);
30 l1.splice(l1.end(), l2, l2.begin());
41 l1.splice(l1.end(), l2, l2.begin());
54 l1.splice(l1.end(), l2, next(l2.begin()));
67 l1.splice(l1.end(), l2, l2.begin());
82 l1.splice(l1.end(), l2, next(l2.begin()));
97 l1.splice(l1.end(), l2, next(l2.begin(), 2));
111 l1.splice(l1.begin(), l1, l1.begin());
120 l1.splice(l1.begin(), l2, l2.begin());
133 l1.splice(next(l1.begin()), l2, l2.begin())
    [all...]
splice_pos_list_iter_iter.pass.cpp 12 // void splice(const_iterator position, list& x, iterator first, iterator last);
29 l1.splice(l1.begin(), l1, next(l1.begin()), next(l1.begin()));
41 l1.splice(l1.begin(), l1, next(l1.begin()), next(l1.begin(), 2));
53 l1.splice(l1.begin(), l1, next(l1.begin()), next(l1.begin(), 3));
66 l1.splice(l1.begin(), l2, next(l2.begin()), l2.end());
86 l1.splice(next(l1.begin()), l2, next(l2.begin()), l2.end());
106 l1.splice(l1.end(), l2, next(l2.begin()), l2.end());
127 v1.splice(v1.begin(), v2, v2.begin(), v1.end());
134 l1.splice(l1.begin(), l1, next(l1.begin()), next(l1.begin()));
146 l1.splice(l1.begin(), l1, next(l1.begin()), next(l1.begin(), 2))
    [all...]
  /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...]
  /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-3957855/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-3960126/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-3977809/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-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-3957855/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-3960126/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-3977809/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-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...]

Completed in 1140 milliseconds

1 2 3 4 5 6 7 8 91011>>