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

1234567891011>>

/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.modifiers/
H A Dreset_self.pass.cpp14 // test reset against resetting self
22 void reset() { ptr_.reset(); } function in struct:A
25 int main() { (new A)->reset(); }
H A Dreset.runtime.fail.cpp14 // test reset
24 p.reset(static_cast<B*>(nullptr)); // expected-error {{no matching member function for call to 'reset'}}
28 p.reset(static_cast<const int*>(nullptr)); // expected-error {{no matching member function for call to 'reset'}}
/external/webrtc/webrtc/sound/
H A Dnullsoundsystemfactory.cc24 instance_.reset(new NullSoundSystem());
29 instance_.reset();
/external/apache-http/src/org/apache/http/io/
H A DHttpTransportMetrics.java50 void reset(); method in interface:HttpTransportMetrics
/external/proguard/src/proguard/obfuscate/
H A DNameFactory.java31 public void reset(); method in interface:NameFactory
H A DNumericNameFactory.java36 public void reset() method in class:NumericNameFactory
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
H A DMarkable.java36 void reset(); method in interface:Markable
/external/webrtc/webrtc/modules/video_processing/util/
H A Ddenoiser_filter.cc33 filter.reset(new DenoiserFilterSSE2());
35 filter.reset(new DenoiserFilterC());
39 filter.reset(new DenoiserFilterNEON());
41 filter.reset(new DenoiserFilterC());
44 filter.reset(new DenoiserFilterC());
47 filter.reset(new DenoiserFilterC());
/external/perfetto/src/tracing/test/
H A Daligned_buffer_test.cc28 buf_.reset(new TestSharedMemory(page_size_ * kNumPages));
32 buf_.reset();
/external/replicaisland/src/com/replica/replicaisland/
H A DTexture.java34 reset();
37 public void reset() { method in class:Texture
H A DBaseObject.java42 public abstract void reset(); method in class:BaseObject
H A DPhasedObject.java33 public void reset() { method in class:PhasedObject
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
H A DMemoable.java5 * via the copy() method and then reseting the object back to that state later using the reset() method.
20 * Implementations of this method <em>should</em> try to avoid or minimise memory allocation to perform the reset.
26 void reset(Memoable other); method in interface:Memoable
/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/
H A DIAgent.java46 void reset(); method in interface:IAgent
51 * @param reset
56 byte[] getExecutionData(boolean reset); argument
62 * @param reset
68 void dump(boolean reset) throws IOException; argument
/external/libcxx/test/std/utilities/optional/optional.object/optional.object.mod/
H A Dreset.pass.cpp14 // void reset() noexcept;
34 static_assert(noexcept(opt.reset()) == true, "");
35 opt.reset();
40 opt.reset();
45 static_assert(noexcept(opt.reset()) == true, "");
47 opt.reset();
54 opt.reset();
/external/skia/src/core/
H A DSkAutoPixmapStorage.h29 * On failure, return false and reset() the pixmap to empty.
56 void reset() { function in class:SkAutoPixmapStorage
58 this->INHERITED::reset();
60 void reset(const SkImageInfo& info, const void* addr, size_t rb) { function in class:SkAutoPixmapStorage
62 this->INHERITED::reset(info, addr, rb);
65 bool SK_WARN_UNUSED_RESULT reset(const SkMask& mask) { function in class:SkAutoPixmapStorage
67 return this->INHERITED::reset(mask);
/external/skqp/src/core/
H A DSkAutoPixmapStorage.h29 * On failure, return false and reset() the pixmap to empty.
56 void reset() { function in class:SkAutoPixmapStorage
58 this->INHERITED::reset();
60 void reset(const SkImageInfo& info, const void* addr, size_t rb) { function in class:SkAutoPixmapStorage
62 this->INHERITED::reset(info, addr, rb);
65 bool SK_WARN_UNUSED_RESULT reset(const SkMask& mask) { function in class:SkAutoPixmapStorage
67 return this->INHERITED::reset(mask);
/external/apache-http/src/org/apache/http/
H A DHttpConnectionMetrics.java82 void reset(); method in interface:HttpConnectionMetrics
/external/clang/test/Parser/
H A Dpragma-options.c7 /* expected-warning {{extra tokens at end of '#pragma options'}} */ #pragma options align = reset foo
10 #pragma options align=reset
17 /* expected-warning {{extra tokens at end of '#pragma align'}} */ #pragma align = reset foo
20 #pragma align=reset
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DRangeValueIterator.java104 public void reset(); method in interface:RangeValueIterator
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DRangeValueIterator.java111 public void reset(); method in interface:RangeValueIterator
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
H A DIRemoteCommandVisitor.java22 * Requests a execution data dump with an optional reset.
26 * @param reset
27 * <code>true</code> if the reset should be executed
31 public void visitDumpCommand(final boolean dump, final boolean reset) argument
/external/libcxx/test/std/utilities/any/any.class/any.modifiers/
H A Dreset.pass.cpp21 // any::reset() noexcept
38 noexcept(a.reset())
39 , "any.reset() must be noexcept"
44 a.reset();
54 a.reset();
65 a.reset();
/external/llvm/lib/Target/BPF/
H A DBPFFrameLowering.cpp36 SavedRegs.reset(BPF::R6);
37 SavedRegs.reset(BPF::R7);
38 SavedRegs.reset(BPF::R8);
39 SavedRegs.reset(BPF::R9);
/external/robolectric-shadows/processor/src/test/resources/mock-source/org/robolectric/internal/
H A DShadowProvider.java7 void reset(); method in interface:ShadowProvider

Completed in 848 milliseconds

1234567891011>>