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

1234567891011>>

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/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();
/prebuilts/ndk/r11/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();
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/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();
/prebuilts/ndk/current/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
/prebuilts/ndk/r10/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
/prebuilts/ndk/r11/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
/prebuilts/ndk/r13/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
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.modifying.operations/alg.remove/
H A Dremove_if.pass.cpp62 ia[0].reset(new int(0));
63 ia[1].reset(new int(1));
64 ia[2].reset(new int(2));
65 ia[3].reset(new int(3));
66 ia[4].reset(new int(4));
67 ia[5].reset(new int(2));
68 ia[6].reset(new int(3));
69 ia[7].reset(new int(4));
70 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));
/prebuilts/ndk/r11/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));
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.modifying.operations/alg.remove/
H A Dremove_if.pass.cpp62 ia[0].reset(new int(0));
63 ia[1].reset(new int(1));
64 ia[2].reset(new int(2));
65 ia[3].reset(new int(3));
66 ia[4].reset(new int(4));
67 ia[5].reset(new int(2));
68 ia[6].reset(new int(3));
69 ia[7].reset(new int(4));
70 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));
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/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);
/prebuilts/ndk/r11/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);
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/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);
/prebuilts/gdb/darwin-x86/lib/python2.7/encodings/
H A Dutf_8_sig.py37 def reset(self): member in class:IncrementalEncoder
38 codecs.IncrementalEncoder.reset(self)
68 def reset(self): member in class:IncrementalDecoder
69 codecs.BufferedIncrementalDecoder.reset(self)
73 def reset(self): member in class:StreamWriter
74 codecs.StreamWriter.reset(self)
85 def reset(self): member in class:StreamReader
86 codecs.StreamReader.reset(self)
/prebuilts/gdb/linux-x86/lib/python2.7/encodings/
H A Dutf_8_sig.py37 def reset(self): member in class:IncrementalEncoder
38 codecs.IncrementalEncoder.reset(self)
68 def reset(self): member in class:IncrementalDecoder
69 codecs.BufferedIncrementalDecoder.reset(self)
73 def reset(self): member in class:StreamWriter
74 codecs.StreamWriter.reset(self)
85 def reset(self): member in class:StreamReader
86 codecs.StreamReader.reset(self)
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/thread/futures/futures.tas/futures.task.members/
H A Dreset.pass.cpp18 // void reset();
45 p.reset();
54 p.reset();
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/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();
/prebuilts/ndk/r11/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();
/prebuilts/ndk/r11/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();
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/thread/futures/futures.tas/futures.task.members/
H A Dreset.pass.cpp18 // void reset();
45 p.reset();
54 p.reset();

Completed in 737 milliseconds

1234567891011>>