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

1234567891011>>

/external/libcxx/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();
/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/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/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/skia/src/core/
H A DSkAutoPixmapStorage.h24 * On failure, return false and reset() the pixmap to empty.
51 void reset() { function in class:SkAutoPixmapStorage
53 this->INHERITED::reset();
55 void reset(const SkImageInfo& info, const void* addr, size_t rb, SkColorTable* ctable = NULL) { function in class:SkAutoPixmapStorage
57 this->INHERITED::reset(info, addr, rb, ctable);
59 void reset(const SkImageInfo& info) { function in class:SkAutoPixmapStorage
61 this->INHERITED::reset(info);
63 bool SK_WARN_UNUSED_RESULT reset(const SkMask& mask) { function in class:SkAutoPixmapStorage
65 return this->INHERITED::reset(mask);
/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();
55 opt.reset();
/external/skia/src/utils/
H A DSkMultiPictureDocumentReader.h23 void reset() { function in class:SkMultiPictureDocumentReader
24 fSizes.reset();
25 fPages.reset();
/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/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));
/external/libcxx/test/std/utilities/any/any.class/any.modifiers/
H A Dreset.pass.cpp14 // any::reset() noexcept
31 noexcept(a.reset())
32 , "any.reset() must be noexcept"
37 a.reset();
47 a.reset();
58 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/ltp/tools/pounder21/test_repo/
H A DT99screen_blank23 setterm -reset > $i
/external/ltp/tools/pounder21/test_scripts/
H A Dscreen_blank23 setterm -reset > $i
/external/mockito/src/test/java/org/mockito/
H A DStateMaster.java14 public void reset() { method in class:StateMaster
15 mockingProgress().reset();

Completed in 1448 milliseconds

1234567891011>>