HomeSort by relevance Sort by last modified time
    Searched refs:reset (Results 1 - 25 of 4884) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers/
reset_self.pass.cpp 14 // test reset against resetting self
23 void reset() {ptr_.reset();} function in struct:A
28 (new A)->reset();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers/
reset_self.pass.cpp 14 // test reset against resetting self
23 void reset() {ptr_.reset();} function in struct:A
28 (new A)->reset();
  /external/skia/src/gpu/gl/debug/
SkDebugGLContext.cpp 12 fGL.reset(GrGLCreateDebugInterface());
16 fGL.reset(NULL);
  /external/apache-http/src/org/apache/http/io/
HttpTransportMetrics.java 50 void reset(); method in interface:HttpTransportMetrics
  /external/proguard/src/proguard/obfuscate/
NameFactory.java 31 public void reset(); method in interface:NameFactory
NumericNameFactory.java 36 public void reset() method in class:NumericNameFactory
  /external/replicaisland/src/com/replica/replicaisland/
Texture.java 34 reset(); method
37 public void reset() { method in class:Texture
BaseObject.java 42 public abstract void reset(); method in class:BaseObject
PhasedObject.java 33 public void reset() { method in class:PhasedObject
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_epilog.h 13 # pragma reset woff 1174
14 # pragma reset woff 1375
15 # pragma reset woff 1209
17 # pragma reset woff 1183
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_epilog.h 13 # pragma reset woff 1174
14 # pragma reset woff 1375
15 # pragma reset woff 1209
17 # pragma reset woff 1183
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_epilog.h 13 # pragma reset woff 1174
14 # pragma reset woff 1375
15 # pragma reset woff 1209
17 # pragma reset woff 1183
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_epilog.h 13 # pragma reset woff 1174
14 # pragma reset woff 1375
15 # pragma reset woff 1209
17 # pragma reset woff 1183
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_epilog.h 13 # pragma reset woff 1174
14 # pragma reset woff 1375
15 # pragma reset woff 1209
17 # pragma reset woff 1183
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_epilog.h 13 # pragma reset woff 1174
14 # pragma reset woff 1375
15 # pragma reset woff 1209
17 # pragma reset woff 1183
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
Memoable.java 16 * 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
  /frameworks/base/core/java/android/content/
EntityIterator.java 30 * Reset the iterator back to the beginning.
32 public void reset(); method in interface:EntityIterator
  /packages/apps/Messaging/src/com/android/messaging/ui/
PlaybackStateView.java 30 * Reset ("stop") the playback to the starting position.
32 void reset(); method in interface:PlaybackStateView
  /external/apache-http/src/org/apache/http/
HttpConnectionMetrics.java 82 void reset(); method in interface:HttpConnectionMetrics
  /external/clang/test/Parser/
pragma-options.c 7 /* 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/
RangeValueIterator.java 109 public void reset(); method in interface:RangeValueIterator
  /external/jmonkeyengine/engine/src/core/com/jme3/system/
Timer.java 91 * Reset the timer to 0. Clear any tpf history.
93 public abstract void reset(); method in class:Timer
  /external/skia/src/animator/
SkAnimateProperties.h 16 SK_PROPERTY(reset),
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSecurityCallback.java 48 void reset(); method in interface:KeyguardSecurityCallback
  /libcore/luni/src/main/java/java/util/zip/
Checksum.java 36 public void reset(); method in interface:Checksum

Completed in 697 milliseconds

1 2 3 4 5 6 7 8 91011>>