Home
last modified time | relevance | path

Searched refs:splice (Results 1 – 25 of 415) sorted by relevance

12345678910>>...17

/external/libcxx/test/std/containers/sequences/list/list.ops/
Dsplice_pos_list_iter.pass.cpp27 l1.splice(l1.end(), l2, l2.begin()); in main()
38 l1.splice(l1.end(), l2, l2.begin()); in main()
51 l1.splice(l1.end(), l2, next(l2.begin())); in main()
64 l1.splice(l1.end(), l2, l2.begin()); in main()
79 l1.splice(l1.end(), l2, next(l2.begin())); in main()
94 l1.splice(l1.end(), l2, next(l2.begin(), 2)); in main()
108 l1.splice(l1.begin(), l1, l1.begin()); in main()
117 l1.splice(l1.begin(), l2, l2.begin()); in main()
130 l1.splice(next(l1.begin()), l2, l2.begin()); in main()
142 l1.splice(l1.begin(), l1, l1.begin()); in main()
[all …]
Dsplice_pos_list.pass.cpp27 l1.splice(l1.end(), l2); in main()
36 l1.splice(l1.end(), l2); in main()
47 l1.splice(l1.end(), l2); in main()
60 l1.splice(l1.end(), l2); in main()
75 l1.splice(l1.begin(), l2); in main()
86 l1.splice(l1.end(), l2); in main()
97 l1.splice(l1.begin(), l2); in main()
110 l1.splice(l1.end(), l2); in main()
123 l1.splice(l1.begin(), l2); in main()
138 l1.splice(l1.end(), l2); in main()
[all …]
Dsplice_pos_list_iter_iter.pass.cpp26 l1.splice(l1.begin(), l1, next(l1.begin()), next(l1.begin())); in main()
38 l1.splice(l1.begin(), l1, next(l1.begin()), next(l1.begin(), 2)); in main()
50 l1.splice(l1.begin(), l1, next(l1.begin()), next(l1.begin(), 3)); in main()
63 l1.splice(l1.begin(), l2, next(l2.begin()), l2.end()); in main()
83 l1.splice(next(l1.begin()), l2, next(l2.begin()), l2.end()); in main()
103 l1.splice(l1.end(), l2, next(l2.begin()), l2.end()); in main()
123 l1.splice(l1.begin(), l1, next(l1.begin()), next(l1.begin())); in main()
135 l1.splice(l1.begin(), l1, next(l1.begin()), next(l1.begin(), 2)); in main()
147 l1.splice(l1.begin(), l1, next(l1.begin()), next(l1.begin(), 3)); in main()
160 l1.splice(l1.begin(), l2, next(l2.begin()), l2.end()); in main()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/SVE/
Dsplice.s10 splice z31.b, p7, z31.b, z31.b label
16 splice z31.h, p7, z31.h, z31.h label
22 splice z31.s, p7, z31.s, z31.s label
28 splice z31.d, p7, z31.d, z31.d label
44 splice z4.d, p7, z4.d, z31.d label
Dsplice-diagnostics.s6 splice z0.b, p0, z1.b, z2.b label
15 splice z0.b, p0, z0.b, z2.h label
24 splice z0.b, p8, z0.b, z1.b label
34 splice z4.d, p7, z4.d, z31.d label
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Dsimple_ilist.h106 simple_ilist(simple_ilist &&X) { splice(end(), X); } in simple_ilist()
109 splice(end(), X);
234 void splice(iterator I, simple_ilist &L2) { in splice() function
235 splice(I, L2, L2.begin(), L2.end()); in splice()
239 void splice(iterator I, simple_ilist &L2, iterator Node) { in splice() function
240 splice(I, L2, Node, std::next(Node)); in splice()
244 void splice(iterator I, simple_ilist &, iterator First, iterator Last) { in splice() function
276 splice(LI, RHS, RunStart, RI); in merge()
283 splice(LE, RHS, RI, RE); in merge()
300 RHS.splice(RHS.end(), *this, Center, end()); in sort()
Dilist.h306 base_list_type::splice(position, L2, first, last);
342 void splice(iterator where, iplist_impl &L2) {
346 void splice(iterator where, iplist_impl &L2, iterator first) {
351 void splice(iterator where, iplist_impl &L2, iterator first, iterator last) {
354 void splice(iterator where, iplist_impl &L2, reference N) {
355 splice(where, L2, iterator(N));
357 void splice(iterator where, iplist_impl &L2, pointer N) {
358 splice(where, L2, iterator(N));
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
Dsimple_ilist.h111 simple_ilist(simple_ilist &&X) { splice(end(), X); } in simple_ilist()
114 splice(end(), X);
239 void splice(iterator I, simple_ilist &L2) { in splice() function
240 splice(I, L2, L2.begin(), L2.end()); in splice()
244 void splice(iterator I, simple_ilist &L2, iterator Node) { in splice() function
245 splice(I, L2, Node, std::next(Node)); in splice()
249 void splice(iterator I, simple_ilist &, iterator First, iterator Last) { in splice() function
281 splice(LI, RHS, RunStart, RI); in merge()
288 splice(LE, RHS, RI, RE); in merge()
305 RHS.splice(RHS.end(), *this, Center, end()); in sort()
Dilist.h293 base_list_type::splice(position, L2, first, last);
329 void splice(iterator where, iplist_impl &L2) {
333 void splice(iterator where, iplist_impl &L2, iterator first) {
338 void splice(iterator where, iplist_impl &L2, iterator first, iterator last) {
341 void splice(iterator where, iplist_impl &L2, reference N) {
342 splice(where, L2, iterator(N));
344 void splice(iterator where, iplist_impl &L2, pointer N) {
345 splice(where, L2, iterator(N));
/external/perfetto/docs/
Dftrace.md26 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/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DIListTest.cpp83 List.splice(List.begin(), List, List.begin()); in TEST()
91 List.splice(std::next(List.begin()), List, List.begin()); in TEST()
107 L.splice(L.begin(), L, ++L.begin()); in TEST()
123 L.splice(L.end(), L, L.begin()); in TEST()
240 L2.splice(L2.end(), L1); in TEST()
272 L2.splice(L2.end(), L); in TEST()
/external/llvm/include/llvm/CodeGen/
DMachineFunction.h462 void splice(iterator InsertPt, iterator MBBI) {
463 BasicBlocks.splice(InsertPt, BasicBlocks, MBBI);
465 void splice(iterator InsertPt, MachineBasicBlock *MBB) {
466 BasicBlocks.splice(InsertPt, BasicBlocks, MBB);
468 void splice(iterator InsertPt, iterator MBBI, iterator MBBE) {
469 BasicBlocks.splice(InsertPt, BasicBlocks, MBBI, MBBE);
/external/skqp/experimental/canvaskit/htmlcanvas/
Dlineargradient.js32 this._pos .splice(idx, 0, offset);
33 this._colors.splice(idx, 0, color);
Dradialgradient.js35 this._pos .splice(idx, 0, offset);
36 this._colors.splice(idx, 0, color);
/external/skia/modules/canvaskit/htmlcanvas/
Dlineargradient.js32 this._pos .splice(idx, 0, offset);
33 this._colors.splice(idx, 0, color);
Dradialgradient.js35 this._pos .splice(idx, 0, offset);
36 this._colors.splice(idx, 0, color);
/external/llvm/include/llvm/ADT/
Dilist.h573 void splice(iterator where, iplist &L2) {
577 void splice(iterator where, iplist &L2, iterator first) {
582 void splice(iterator where, iplist &L2, iterator first, iterator last) {
585 void splice(iterator where, iplist &L2, NodeTy &N) {
586 splice(where, L2, iterator(N));
588 void splice(iterator where, iplist &L2, NodeTy *N) {
589 splice(where, L2, iterator(N));
628 RightHalf.splice(RightHalf.begin(), *this, Center, end());
/external/ltp/testcases/kernel/syscalls/splice/
Dsplice01.c75 ret = splice(fd_in, NULL, pipes[1], NULL, TEST_BLOCK_SIZE, 0); in splice_test()
79 ret = splice(pipes[0], NULL, fd_out, NULL, TEST_BLOCK_SIZE, 0); in splice_test()
Dsplice05.c86 ret = splice(pp1[0], NULL, sv[0], 0, i, 0); in pipe_socket()
93 ret = splice(sv[1], 0, pp2[1], NULL, i, 0); in pipe_socket()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineFunction.h311 void splice(iterator InsertPt, iterator MBBI) {
312 BasicBlocks.splice(InsertPt, BasicBlocks, MBBI);
314 void splice(iterator InsertPt, iterator MBBI, iterator MBBE) {
315 BasicBlocks.splice(InsertPt, BasicBlocks, MBBI, MBBE);
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/tree/
DBaseTree.js120 var killed = this.children.splice(i, 1)[0];
170 killed = this.children.splice(indexToDelete, 1)[0];
181 this.children.splice(startChildIndex+j, 0, newChildren[j]);
/external/ltp/testcases/kernel/syscalls/tee/
Dtee01.c81 ret = splice(fd_in, NULL, pipe1[1], NULL, TEST_BLOCK_SIZE, 0); in tee_test()
89 ret = splice(pipe2[0], NULL, fd_out, NULL, TEST_BLOCK_SIZE, 0); in tee_test()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineFunction.h602 void splice(iterator InsertPt, iterator MBBI) {
603 BasicBlocks.splice(InsertPt, BasicBlocks, MBBI);
605 void splice(iterator InsertPt, MachineBasicBlock *MBB) {
606 BasicBlocks.splice(InsertPt, BasicBlocks, MBB);
608 void splice(iterator InsertPt, iterator MBBI, iterator MBBE) {
609 BasicBlocks.splice(InsertPt, BasicBlocks, MBBI, MBBE);
/external/libcxx/include/
Dlist124 void splice(const_iterator position, list& x);
125 void splice(const_iterator position, list&& x);
126 void splice(const_iterator position, list& x, const_iterator i);
127 void splice(const_iterator position, list&& x, const_iterator i);
128 void splice(const_iterator position, list& x, const_iterator first,
130 void splice(const_iterator position, list&& x, const_iterator first,
1060 void splice(const_iterator __p, list& __c);
1063 void splice(const_iterator __p, list&& __c) {splice(__p, __c);}
1065 void splice(const_iterator __p, list&& __c, const_iterator __i)
1066 {splice(__p, __c, __i);}
[all …]
/external/llvm/unittests/ADT/
DilistTest.cpp52 List.splice(List.begin(), List, List.begin()); in TEST()
60 List.splice(std::next(List.begin()), List, List.begin()); in TEST()

12345678910>>...17