Searched refs:reset (Results 126 - 150 of 3559) sorted by relevance

1234567891011>>

/external/skia/tests/
H A DTemplatesTest.cpp54 array.reset(0);
56 array.reset(1);
61 // reset and realloc > stack size
62 array.reset(2);
87 container.reset((TCount)1);
90 container.reset((TCount)kStackPreallocCount);
93 container.reset((TCount)kStackPreallocCount + 1);
96 container.reset((TCount)0);
H A DUtilsTest.cpp59 tmp.reset(0); // test out reset(0) when already at 0
60 tmp.reset(4); // this should force a new allocation
62 tmp[0].reset(SkRef(&obj0));
63 tmp[1].reset(SkRef(&obj1));
67 // test out reset with data in the array (and a new allocation)
68 tmp.reset(0);
73 tmp.reset(2); // this should use the preexisting allocation
75 tmp[0].reset(SkRef(&obj0));
76 tmp[1].reset(SkRe
[all...]
/external/webrtc/webrtc/modules/audio_coding/neteq/test/
H A DNETEQTEST_DummyRTPpacket.cc39 reset();
46 reset();
53 reset();
56 // Store in local variable until we have passed the reset below.
65 reset();
87 reset();
108 reset();
122 reset();
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DUnicodeSetIterator.java79 reset(set);
88 reset(new UnicodeSet());
103 * calling <tt>reset()</tt> between them. The results of doing so
147 * <tt>reset()</tt> between them. The results of doing so are
187 public void reset(UnicodeSet uset) { method in class:UnicodeSetIterator
189 reset();
195 public void reset() { method in class:UnicodeSetIterator
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
H A DUnicodeMapIterator.java90 reset(set);
99 reset(new UnicodeMap());
114 * calling <tt>reset()</tt> between them. The results of doing so
155 * <tt>reset()</tt> between them. The results of doing so are
193 public void reset(UnicodeMap set) { method in class:UnicodeMapIterator
195 reset();
202 public UnicodeMapIterator<T> reset() { method in class:UnicodeMapIterator
/external/icu/icu4c/source/common/
H A Dusetiter.cpp24 reset(uSet);
33 reset();
104 void UnicodeSetIterator::reset(const UnicodeSet& uSet) { function in class:UnicodeSetIterator
106 reset();
112 void UnicodeSetIterator::reset() { function in class:UnicodeSetIterator
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUnicodeSetIterator.java84 reset(set);
94 reset(new UnicodeSet());
109 * calling <tt>reset()</tt> between them. The results of doing so
154 * <tt>reset()</tt> between them. The results of doing so are
196 public void reset(UnicodeSet uset) { method in class:UnicodeSetIterator
198 reset();
205 public void reset() { method in class:UnicodeSetIterator
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DUnicodeMapIterator.java89 reset(set);
98 reset(new UnicodeMap());
113 * calling <tt>reset()</tt> between them. The results of doing so
154 * <tt>reset()</tt> between them. The results of doing so are
192 public void reset(UnicodeMap set) { method in class:UnicodeMapIterator
194 reset();
201 public UnicodeMapIterator<T> reset() { method in class:UnicodeMapIterator
/external/jacoco/org.jacoco.ant/src/org/jacoco/ant/
H A DDumpTask.java33 private boolean reset = false; field in class:DumpTask
107 * Sets whether a reset command should be sent after the execution data has
110 * @param reset
111 * <code>true</code> to reset execution data
113 public void setReset(final boolean reset) { argument
114 this.reset = reset;
143 client.setReset(reset);
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
H A DViewTreeObserverTest.java39 listener1.reset();
40 listener2.reset();
47 listener1.reset();
48 listener2.reset();
75 public void reset() { method in class:ViewTreeObserverTest.TestOnGlobalLayoutListener
/external/libchrome/base/debug/
H A Dleak_tracker_unittest.cc62 a2.reset();
85 a1.reset();
89 a4.reset();
96 a2.reset();
97 a3.reset();
101 a5.reset();
/external/libmojo/mojo/public/cpp/bindings/lib/
H A Dassociated_interface_ptr_state.h38 endpoint_client_.reset();
39 proxy_.reset();
88 endpoint_client_.reset(new InterfaceEndpointClient(
92 proxy_.reset(new Proxy(endpoint_client_.get()));
101 endpoint_client_.reset();
102 proxy_.reset();
/external/mesa3d/src/mesa/main/
H A Dhistogram.c47 _mesa_GetnMinmaxARB(GLenum target, GLboolean reset, GLenum format, argument
57 _mesa_GetMinmax(GLenum target, GLboolean reset, GLenum format, GLenum type, argument
60 _mesa_GetnMinmaxARB(target, reset, format, type, INT_MAX, values);
65 _mesa_GetnHistogramARB(GLenum target, GLboolean reset, GLenum format, argument
75 _mesa_GetHistogram(GLenum target, GLboolean reset, GLenum format, GLenum type, argument
78 _mesa_GetnHistogramARB(target, reset, format, type, INT_MAX, values);
/external/libcxx/test/std/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...]
/external/ImageMagick/MagickWand/tests/
H A Dscript-token-test-data.txt9 +reset imbedded#hash # <- not a comment, thought this is
/external/conscrypt/common/src/jni/unbundled/include/
H A DScopedLocalRef.h33 reset();
36 void reset(T ptr = nullptr) { function in class:ScopedLocalRef
/external/libbrillo/brillo/errors/
H A Derror_codes_unittest.cc18 error.reset();
24 error.reset();
/external/libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers/
H A Dreset1.pass.cpp14 // test reset
36 p.reset();
46 p.reset(new A[5]);
/external/libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers/
H A Dreset1.pass.cpp14 // test reset
36 p.reset();
46 p.reset(new A);
/external/libcxx/test/std/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);
/external/libcxx/test/support/
H A Dcounting_predicates.hpp22 void reset() { count_ = 0; } function in struct:unary_counting_predicate
39 void reset() { count_ = 0; } function in struct:binary_counting_predicate
/external/llvm/include/llvm/DebugInfo/CodeView/
H A DListRecordBuilder.h32 void reset() { function in class:llvm::codeview::ListRecordBuilder
33 Builder.reset(Kind);
/external/lzma/CPP/Common/
H A DAutoPtr.h14 reset(p.release());
27 void reset(T* p = 0) function in class:CMyAutoPtr
/external/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/
H A DLZMADecoder.java29 reset();
32 public void reset() { method in class:LZMADecoder
33 super.reset();
34 literalDecoder.reset();
35 matchLenDecoder.reset();
36 repLenDecoder.reset();
144 void reset() { method in class:LZMADecoder.LiteralDecoder
146 subdecoders[i].reset();

Completed in 609 milliseconds

1234567891011>>