HomeSort by relevance Sort by last modified time
    Searched defs:reset (Results 401 - 425 of 2379) sorted by null

<<11121314151617181920>>

  /external/replicaisland/src/com/replica/replicaisland/
SimplePhysicsComponent.java 27 reset(); method
31 public void reset() { method in class:SimplePhysicsComponent
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowColorMatrix.java 24 reset(); method
32 public void reset() { method in class:ShadowColorMatrix
39 reset(); method
ShadowSignature.java 69 public static void reset() { method in class:ShadowSignature
  /external/skia/include/gpu/
GrCoordTransform.h 51 this->reset(sourceCoords, texture);
61 this->reset(sourceCoords, m, texture);
64 void reset(GrCoordSet sourceCoords, const GrTexture* texture) { function in class:GrCoordTransform
67 this->reset(sourceCoords, GrEffect::MakeDivByTextureWHMatrix(texture), texture);
70 void reset(GrCoordSet sourceCoords, const SkMatrix& m, const GrTexture* texture = NULL) { function in class:GrCoordTransform
  /external/skia/src/core/
SkOrderedWriteBuffer.h 36 void reset(void* storage, size_t storageSize) { fWriter.reset(storage, storageSize); } function in class:SkOrderedWriteBuffer
38 // Returns true if we've written only into the storage passed into constructor or reset.
SkPictureFlat.cpp 24 this->reset(NULL);
27 void SkTypefacePlayback::reset(const SkRefCntSet* rec) { function in class:SkTypefacePlayback
48 this->reset(NULL);
  /external/skia/src/xml/
SkXMLParser.cpp 24 reset();
45 void SkXMLParserError::reset() { function in class:SkXMLParserError
  /external/smack/src/org/jivesoftware/smack/util/collections/
AbstractEmptyIterator.java 85 public void reset() { method in class:AbstractEmptyIterator
  /external/smack/src/org/xbill/DNS/utils/
base16.java 58 bs.reset();
  /frameworks/av/media/libstagefright/httplive/
LiveDataSource.cpp 163 void LiveDataSource::reset() { function in class:android::LiveDataSource
  /frameworks/base/core/java/android/hardware/camera2/impl/
MetadataMarshalString.java 56 buffer.reset(); // go back to the previously marked position
  /frameworks/base/core/java/android/inputmethodservice/
SoftInputWindow.java 66 mDispatcherState.reset();
  /frameworks/base/core/java/com/android/internal/content/
SelectionBuilder.java 38 * Reset any internal state, allowing this builder to be recycled.
40 public SelectionBuilder reset() { method in class:SelectionBuilder
  /frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
MediaPlayerProxy.java 38 void reset(); method in interface:MediaPlayerProxy
  /libcore/luni/src/main/java/javax/xml/parsers/
DocumentBuilder.java 63 * <p>Reset this <code>DocumentBuilder</code> to its original configuration.</p>
65 * <p><code>DocumentBuilder</code> is reset to the same state as when it was created with
67 * <code>reset()</code> is designed to allow the reuse of existing <code>DocumentBuilder</code>s
70 * <p>The reset <code>DocumentBuilder</code> is not guaranteed to have the same {@link EntityResolver} or {@link ErrorHandler}
76 public void reset() { method in class:DocumentBuilder
80 "This DocumentBuilder, \"" + this.getClass().getName() + "\", does not support the reset functionality."
  /libcore/luni/src/main/java/javax/xml/transform/
Transformer.java 52 * <p>Reset this <code>Transformer</code> to its original configuration.</p>
54 * <p><code>Transformer</code> is reset to the same state as when it was created with
58 * <code>reset()</code> is designed to allow the reuse of existing <code>Transformer</code>s
61 * <p>The reset <code>Transformer</code> is not guaranteed to have the same {@link URIResolver}
68 public void reset() { method in class:Transformer
72 "This Transformer, \"" + this.getClass().getName() + "\", does not support the reset functionality."
  /libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
TrustManagerFactorySpiImpl.java 32 public void reset() { method in class:TrustManagerFactorySpiImpl
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
shared_array.hpp 43 // is destroyed or reset.
92 void reset(T * p = 0) function in class:boost::shared_array
98 template <class D> void reset(T * p, D d) function in class:boost::shared_array
  /packages/apps/Gallery2/jni_jpegstream/src/
jpeg_writer.cpp 35 if (reset() != J_SUCCESS) {
156 // Reset scanline buffer
206 int32_t JpegWriter::reset() { function in class:JpegWriter
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ImageCanvas.java 65 * Reset all state associated with this view so that it can be reused.
67 void reset(); method in interface:ImageCanvas
83 * Implementors should basically treat this as a counter to increment upon reset() or
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
CharSequenceReader.java 26 * <strong>Note:</strong> Supports {@link #mark(int)} and {@link #reset()}.
119 * Reset the reader to the last marked position (or the beginning if
122 public void reset() { method in class:CharSequenceReader
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
bz2_codec.py 67 def reset(self): member in class:IncrementalEncoder
82 def reset(self): member in class:IncrementalDecoder
zlib_codec.py 66 def reset(self): member in class:IncrementalEncoder
82 def reset(self): member in class:IncrementalDecoder
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
bz2_codec.py 67 def reset(self): member in class:IncrementalEncoder
82 def reset(self): member in class:IncrementalDecoder
zlib_codec.py 66 def reset(self): member in class:IncrementalEncoder
82 def reset(self): member in class:IncrementalDecoder

Completed in 409 milliseconds

<<11121314151617181920>>