Home
last modified time | relevance | path

Searched refs:reset (Results 1 – 25 of 121) sorted by relevance

12345

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.remove/
Dremove_if.pass.cpp56 ia[0].reset(new int(0)); in test1()
57 ia[1].reset(new int(1)); in test1()
58 ia[2].reset(new int(2)); in test1()
59 ia[3].reset(new int(3)); in test1()
60 ia[4].reset(new int(4)); in test1()
61 ia[5].reset(new int(2)); in test1()
62 ia[6].reset(new int(3)); in test1()
63 ia[7].reset(new int(4)); in test1()
64 ia[8].reset(new int(2)); in test1()
Dremove.pass.cpp50 ia[0].reset(new int(0)); in test1()
51 ia[1].reset(new int(1)); in test1()
52 ia[3].reset(new int(3)); in test1()
53 ia[4].reset(new int(4)); in test1()
54 ia[6].reset(new int(3)); in test1()
55 ia[7].reset(new int(4)); in test1()
/ndk/tests/device/test-stlport/unit/
Dmvctor_traits_test.cpp42 static void reset() { in reset() function
125 MovableStruct::reset(); in move_traits_vec()
133 MovableStruct::reset(); in move_traits_vec()
147 MovableStruct::reset(); in move_traits_vec()
159 MovableStruct::reset(); in move_traits_vec()
166 MovableStruct::reset(); in move_traits_vec()
178 MovableStruct::reset(); in move_traits_vec()
225 CompleteMovableStruct::reset(); in move_traits_vec_complete()
233 CompleteMovableStruct::reset(); in move_traits_vec_complete()
247 CompleteMovableStruct::reset(); in move_traits_vec_complete()
[all …]
Dslist_test.cpp359 stack1.reset(); stack2.reset(); in allocator_with_state()
380 stack1.reset(); stack2.reset(); in allocator_with_state()
401 stack1.reset(); stack2.reset(); in allocator_with_state()
414 stack1.reset(); stack2.reset(); in allocator_with_state()
427 stack1.reset(); stack2.reset(); in allocator_with_state()
442 stack1.reset(); stack2.reset(); in allocator_with_state()
455 stack1.reset(); stack2.reset(); in allocator_with_state()
468 stack1.reset(); stack2.reset(); in allocator_with_state()
483 stack1.reset(); stack2.reset(); in allocator_with_state()
Dlist_test.cpp301 stack1.reset(); stack2.reset(); in allocator_with_state()
323 stack1.reset(); stack2.reset(); in allocator_with_state()
345 stack1.reset(); stack2.reset(); in allocator_with_state()
357 stack1.reset(); stack2.reset(); in allocator_with_state()
369 stack1.reset(); stack2.reset(); in allocator_with_state()
383 stack1.reset(); stack2.reset(); in allocator_with_state()
/ndk/tests/device/test-gnustl-full/unit/
Dmvctor_traits_test.cpp42 static void reset() { in reset() function
125 MovableStruct::reset(); in move_traits_vec()
133 MovableStruct::reset(); in move_traits_vec()
147 MovableStruct::reset(); in move_traits_vec()
159 MovableStruct::reset(); in move_traits_vec()
166 MovableStruct::reset(); in move_traits_vec()
178 MovableStruct::reset(); in move_traits_vec()
225 CompleteMovableStruct::reset(); in move_traits_vec_complete()
233 CompleteMovableStruct::reset(); in move_traits_vec_complete()
247 CompleteMovableStruct::reset(); in move_traits_vec_complete()
[all …]
Dslist_test.cpp359 stack1.reset(); stack2.reset(); in allocator_with_state()
380 stack1.reset(); stack2.reset(); in allocator_with_state()
401 stack1.reset(); stack2.reset(); in allocator_with_state()
414 stack1.reset(); stack2.reset(); in allocator_with_state()
427 stack1.reset(); stack2.reset(); in allocator_with_state()
442 stack1.reset(); stack2.reset(); in allocator_with_state()
455 stack1.reset(); stack2.reset(); in allocator_with_state()
468 stack1.reset(); stack2.reset(); in allocator_with_state()
483 stack1.reset(); stack2.reset(); in allocator_with_state()
Dlist_test.cpp301 stack1.reset(); stack2.reset(); in allocator_with_state()
323 stack1.reset(); stack2.reset(); in allocator_with_state()
345 stack1.reset(); stack2.reset(); in allocator_with_state()
357 stack1.reset(); stack2.reset(); in allocator_with_state()
369 stack1.reset(); stack2.reset(); in allocator_with_state()
383 stack1.reset(); stack2.reset(); in allocator_with_state()
/ndk/sources/cxx-stl/stlport/src/
Diostream.cpp203 cin_buf.reset(new stdio_istreambuf(stdin)); in _S_initialize()
205 cin_buf.reset(_Stl_create_filebuf(stdin, ios_base::in)); in _S_initialize()
209 cout_buf.reset(_Stl_create_filebuf("/stdout.txt", ios::out)); in _S_initialize()
210 cerr_buf.reset(_Stl_create_filebuf("/stderr.txt", ios::out)); in _S_initialize()
211 clog_buf.reset(_Stl_create_filebuf("/stdlog.txt", ios::out)); in _S_initialize()
213 cout_buf.reset(new stdio_ostreambuf(stdout)); in _S_initialize()
214 cerr_buf.reset(new stdio_ostreambuf(stderr)); in _S_initialize()
215 clog_buf.reset(new stdio_ostreambuf(stderr)); in _S_initialize()
219 cout_buf.reset(_Stl_create_filebuf(stdout, ios_base::out)); in _S_initialize()
220 cerr_buf.reset(_Stl_create_filebuf(stderr, ios_base::out)); in _S_initialize()
[all …]
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_epilog.h13 # pragma reset woff 1174
14 # pragma reset woff 1375
15 # pragma reset woff 1209
17 # pragma reset woff 1183
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.unique/
Dunique.pass.cpp109 ib[1].reset(&one); in test1()
123 id[2].reset(&one); in test1()
131 ie[2].reset(&one); in test1()
140 ig[2].reset(&one); in test1()
141 ig[3].reset(&one); in test1()
149 ih[1].reset(&one); in test1()
150 ih[2].reset(&one); in test1()
158 ii[1].reset(&one); in test1()
159 ii[2].reset(&one); in test1()
160 ii[3].reset(&one); in test1()
[all …]
Dunique_pred.pass.cpp137 ib[1].reset(&one); in test1()
155 id[2].reset(&one); in test1()
165 ie[2].reset(&one); in test1()
176 ig[2].reset(&one); in test1()
177 ig[3].reset(&one); in test1()
187 ih[1].reset(&one); in test1()
188 ih[2].reset(&one); in test1()
198 ii[1].reset(&one); in test1()
199 ii[2].reset(&one); in test1()
200 ii[3].reset(&one); in test1()
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers/
Dreset_self.pass.cpp23 void reset() {ptr_.reset();} in reset() function
28 (new A)->reset(); in main()
Dreset1.pass.cpp35 p.reset(); in main()
44 p.reset(new A); in main()
Dreset2.pass.cpp47 p.reset(new B); in main()
58 p.reset(new B); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members/
Dreset.pass.cpp27 ap.reset(); in test()
35 ap.reset(p); in test()
44 ap.reset(p2); in test()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/
Dany.pass.cpp19 v.reset(); in test_any()
27 v.reset(); in test_any()
Dnone.pass.cpp19 v.reset(); in test_none()
27 v.reset(); in test_none()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/futures.task.members/
Dreset.pass.cpp41 p.reset(); in main()
50 p.reset(); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers/
Dreset1.pass.cpp35 p.reset(); in main()
44 p.reset(new A[5]); in main()
Dreset2.fail.cpp47 p.reset(new B); in main()
58 p.reset(new B); in main()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_auto_ptr.h59 void reset(_Tp* __px = 0) _STLP_NOTHROW {
95 reset(__conversionCheck);
103 reset(__r.release());
113 reset(__r.release());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/utility.swap/
Dswap_array.pass.cpp44 i[k].reset(new int(k+1)); in test1()
47 j[k].reset(new int(k+4)); in test1()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod/
Dreset.pass.cpp46 p.reset(); in main()
55 p.reset(); in main()
Dreset_pointer.pass.cpp47 p.reset(ptr); in main()
57 p.reset(ptr); in main()

12345