Searched refs:reset (Results 401 - 425 of 4796) sorted by relevance

<<11121314151617181920>>

/external/emma/core/java12/com/vladium/util/
H A DByteArrayIStream.java95 * Differs from the contruct for InputStream.reset() in that this method
98 public final void reset () method in class:ByteArrayIStream
104 * Equivalent to {@link #reset()}.
108 reset ();
/external/google-benchmark/test/
H A Dfixture_test.cc12 data.reset(new int(42));
19 data.reset();
/external/guava/guava/src/com/google/common/io/
H A DCountingInputStream.java78 // it's okay to mark even if mark isn't supported, as reset won't work
81 @Override public synchronized void reset() throws IOException { method in class:CountingInputStream
89 in.reset();
/external/guava/guava-tests/test/com/google/common/io/
H A DFlushablesTest.java22 import static org.easymock.EasyMock.reset;
87 reset(mockFlushable);
/external/icu/icu4c/source/common/unicode/
H A Dusetiter.h186 * calling <tt>reset()</tt> between them. The results of doing so
207 * <tt>reset()</tt> between them. The results of doing so are
222 void reset(const UnicodeSet& set);
228 void reset();
/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/output/
H A DFileOutput.java52 public void writeExecutionData(final boolean reset) throws IOException { argument
56 data.collect(writer, writer, reset);
H A DTcpClientOutput.java71 public void writeExecutionData(final boolean reset) throws IOException { argument
72 connection.writeExecutionData(reset);
/external/jacoco/org.jacoco.cli/src/org/jacoco/cli/internal/commands/
H A DDump.java39 @Option(name = "--reset", usage = "reset execution data on test target after dump")
40 boolean reset = false; field in class:Dump
66 client.setReset(reset);
/external/libbrillo/brillo/
H A Dvalue_conversion.cc27 out_value->reset(list->DeepCopy());
36 out_value->reset(dict->DeepCopy());
/external/libcxx/test/std/utilities/any/any.class/any.cons/
H A Dcopy.pass.cpp70 Type::reset();
94 a.reset();
/external/libcxx/test/std/utilities/memory/specialized.algorithms/specialized.destroy/
H A Ddestroy_at.pass.cpp23 static void reset() { count = 0; } function in struct:Counted
33 static void reset() { count = 0; } function in struct:VCounted
/external/libcxx/utils/google-benchmark/test/
H A Dfixture_test.cc12 data.reset(new int(42));
19 data.reset();
/external/libmojo/base/android/
H A Djni_weak_ref.cc38 reset();
49 void JavaObjectWeakGlobalRef::reset() { function in class:JavaObjectWeakGlobalRef
/external/libmojo/mojo/public/cpp/bindings/
H A Dstruct_ptr.h43 reset();
62 void reset() { ptr_.reset(); } function in class:mojo::StructPtr
103 reset();
133 reset();
152 void reset() { function in class:mojo::InlinedStructPtr
198 reset();
242 slot.ptr_.reset(reinterpret_cast<Struct*>(1u));
/external/libmojo/mojo/public/cpp/system/tests/
H A Dwatcher_unittest.cc39 message_loop_.reset(new base::MessageLoop);
43 message_loop_.reset();
77 a.reset();
89 a.reset();
90 b.reset();
136 b.reset();
179 message_loop_.reset();
198 b.reset();
/external/llvm/include/llvm/DebugInfo/CodeView/
H A DFieldListRecordBuilder.h50 void reset() { ListRecordBuilder::reset(); } function in class:llvm::codeview::FieldListRecordBuilder
/external/llvm/include/llvm/DebugInfo/PDB/
H A DConcreteSymbolEnumerator.h42 void reset() override { Enumerator->reset(); }
/external/pdfium/third_party/agg23/
H A Dagg_render_scanlines.h25 sl.reset(ras.min_x(), ras.max_x());
43 ras.reset();
/external/proguard/src/proguard/obfuscate/
H A DDictionaryNameFactory.java140 public void reset() method in class:DictionaryNameFactory
144 nameFactory.reset();
/external/python/cpython2/Demo/turtle/
H A Dtdemo_lindenmayer_indian.py70 reset()
106 reset()
/external/python/cpython3/Lib/turtledemo/
H A Dlindenmayer.py70 reset()
106 reset()
/external/replicaisland/src/com/replica/replicaisland/
H A DButtonAnimationComponent.java36 reset();
40 public void reset() { method in class:ButtonAnimationComponent
H A DGenericAnimationComponent.java25 reset();
29 public void reset() { method in class:GenericAnimationComponent
H A DHitPlayerComponent.java32 reset();
37 public void reset() { method in class:HitPlayerComponent
H A DObjectRegistry.java76 public void reset() { method in class:ObjectRegistry
79 mItemsNeedingReset.get(x).reset();

Completed in 7554 milliseconds

<<11121314151617181920>>