Searched refs:reset (Results 1 - 25 of 2506) 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/skia/src/gpu/gl/debug/
H A DSkDebugGLContext.cpp12 fGL.reset(GrGLCreateDebugInterface());
16 fGL.reset(NULL);
/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
H A DNameFactoryResetter.java39 * @param nameFactory the name factory to be reset.
51 nameFactory.reset();
57 nameFactory.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.java16 * Implementations of this method <em>should</em> try to avoid or minimise memory allocation to perform the reset.
22 public void reset(Memoable other); method in interface:Memoable
/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/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DRangeValueIterator.java109 public void reset(); method in interface:RangeValueIterator
H A DValueIterator.java90 public void reset(); method in interface:ValueIterator
/external/jmonkeyengine/engine/src/core/com/jme3/system/
H A DTimer.java93 public abstract void reset(); method in class:Timer
/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/skia/src/animator/
H A DSkAnimateProperties.h16 SK_PROPERTY(reset),
/external/clang/test/Analysis/
H A Dptr-arith.cpp7 reset(p - 1);
9 void reset(int *in) { function in struct:X
/external/lldb/source/API/
H A DSBStringList.cpp26 m_opaque_ap.reset (new lldb_private::StringList (*lldb_strings_ptr));
33 m_opaque_ap.reset (new lldb_private::StringList(*rhs));
43 m_opaque_ap.reset(new lldb_private::StringList(*rhs));
45 m_opaque_ap.reset();
80 m_opaque_ap.reset (new lldb_private::StringList (str));
94 m_opaque_ap.reset (new lldb_private::StringList (strv, strc));
104 m_opaque_ap.reset (new lldb_private::StringList());
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
H A DNullDigest.java39 reset();
44 public void reset() method in class:NullDigest
46 bOut.reset();
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/
H A DStepHandler.java58 void reset(); method in interface:StepHandler
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
H A DBlockCipher.java55 public void reset(); method in interface:BlockCipher
H A DDigest.java40 * call leaves the digest reset.
48 * reset the digest back to it's initial state.
50 public void reset(); method in interface:Digest
H A DSigner.java40 * reset the internal state
42 public void reset(); method in interface:Signer
/external/jetty/src/java/org/eclipse/jetty/http/
H A DParser.java29 void reset(); method in interface:Parser

Completed in 664 milliseconds

1234567891011>>