Searched refs:reset (Results 1 - 25 of 95) sorted by relevance

1234

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers/
H A Dreset_self.pass.cpp14 // test reset against resetting self
23 void reset() {ptr_.reset();} function in struct:A
28 (new A)->reset();
H A Dreset1.pass.cpp14 // test reset
35 p.reset();
44 p.reset(new A);
H A Dreset2.pass.cpp14 // test reset
47 p.reset(new B);
58 p.reset(new B);
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
H A 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.remove/
H A Dremove_if.pass.cpp56 ia[0].reset(new int(0));
57 ia[1].reset(new int(1));
58 ia[2].reset(new int(2));
59 ia[3].reset(new int(3));
60 ia[4].reset(new int(4));
61 ia[5].reset(new int(2));
62 ia[6].reset(new int(3));
63 ia[7].reset(new int(4));
64 ia[8].reset(new int(2));
H A Dremove.pass.cpp50 ia[0].reset(new int(0));
51 ia[1].reset(new int(1));
52 ia[3].reset(new int(3));
53 ia[4].reset(new int(4));
54 ia[6].reset(new int(3));
55 ia[7].reset(new int(4));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members/
H A Dreset.pass.cpp14 // void reset(X* p=0) throw();
27 ap.reset();
35 ap.reset(p);
44 ap.reset(p2);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/futures.task.members/
H A Dreset.pass.cpp14 // void reset();
41 p.reset();
50 p.reset();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/
H A Dany.pass.cpp19 v.reset();
27 v.reset();
H A Dnone.pass.cpp19 v.reset();
27 v.reset();
H A Dall.pass.cpp19 v.reset();
H A Dreset_all.pass.cpp10 // test bitset<N>& reset();
22 v.reset();
H A Dreset_one.pass.cpp10 // test bitset<N>& reset(size_t pos);
25 v.reset(50);
/ndk/sources/cxx-stl/stlport/src/
H A Diostream.cpp203 cin_buf.reset(new stdio_istreambuf(stdin));
205 cin_buf.reset(_Stl_create_filebuf(stdin, ios_base::in));
209 cout_buf.reset(_Stl_create_filebuf("/stdout.txt", ios::out));
210 cerr_buf.reset(_Stl_create_filebuf("/stderr.txt", ios::out));
211 clog_buf.reset(_Stl_create_filebuf("/stdlog.txt", ios::out));
213 cout_buf.reset(new stdio_ostreambuf(stdout));
214 cerr_buf.reset(new stdio_ostreambuf(stderr));
215 clog_buf.reset(new stdio_ostreambuf(stderr));
219 cout_buf.reset(_Stl_create_filebuf(stdout, ios_base::out));
220 cerr_buf.reset(_Stl_create_filebu
[all...]
/ndk/tests/device/test-gnustl-full/unit/
H A Dmvctor_traits_test.cpp42 static void reset() { function in struct:CompleteMovableStruct
125 MovableStruct::reset();
133 MovableStruct::reset();
147 MovableStruct::reset();
159 MovableStruct::reset();
166 MovableStruct::reset();
178 MovableStruct::reset();
225 CompleteMovableStruct::reset();
233 CompleteMovableStruct::reset();
247 CompleteMovableStruct::reset();
[all...]
/ndk/tests/device/test-stlport/unit/
H A Dmvctor_traits_test.cpp42 static void reset() { function in struct:CompleteMovableStruct
125 MovableStruct::reset();
133 MovableStruct::reset();
147 MovableStruct::reset();
159 MovableStruct::reset();
166 MovableStruct::reset();
178 MovableStruct::reset();
225 CompleteMovableStruct::reset();
233 CompleteMovableStruct::reset();
247 CompleteMovableStruct::reset();
[all...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.unique/
H A Dunique.pass.cpp109 ib[1].reset(&one);
123 id[2].reset(&one);
131 ie[2].reset(&one);
140 ig[2].reset(&one);
141 ig[3].reset(&one);
149 ih[1].reset(&one);
150 ih[2].reset(&one);
158 ii[1].reset(&one);
159 ii[2].reset(&one);
160 ii[3].reset(
[all...]
H A Dunique_pred.pass.cpp137 ib[1].reset(&one);
155 id[2].reset(&one);
165 ie[2].reset(&one);
176 ig[2].reset(&one);
177 ig[3].reset(&one);
187 ih[1].reset(&one);
188 ih[2].reset(&one);
198 ii[1].reset(&one);
199 ii[2].reset(&one);
200 ii[3].reset(
[all...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers/
H A Dreset1.pass.cpp14 // test reset
35 p.reset();
44 p.reset(new A[5]);
H A Dreset2.fail.cpp14 // test reset
47 p.reset(new B);
58 p.reset(new B);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod/
H A Dreset.pass.cpp14 // void reset();
46 p.reset();
55 p.reset();
H A Dreset_pointer.pass.cpp14 // template<class Y> void reset(Y* p);
47 p.reset(ptr);
57 p.reset(ptr);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/utility.swap/
H A Dswap_array.pass.cpp44 i[k].reset(new int(k+1));
47 j[k].reset(new int(k+4));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod/
H A Dreset.pass.cpp36 w1.reset();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/
H A Dexpired.pass.cpp42 sp0.reset();

Completed in 553 milliseconds

1234