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

1234567891011>>

/frameworks/base/core/java/android/content/
H A DEntityIterator.java32 public void reset(); method in interface:EntityIterator
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardSecurityCallback.java49 void reset(); method in interface:KeyguardSecurityCallback
/frameworks/compile/libbcc/lib/Core/
H A DScript.cpp23 bool Script::reset(Source &pSource, bool pPreserveCurrent) { function in class:Script
/frameworks/compile/mclinker/lib/LD/
H A DDiagnosticEngine.cpp41 void DiagnosticEngine::reset(const LinkerConfig& pConfig) { function in class:mcld::DiagnosticEngine
45 m_State.reset();
64 m_State.reset();
/frameworks/base/libs/hwui/
H A DGammaFontRenderer.h33 mRenderer.reset(nullptr);
44 mRenderer.reset(new FontRenderer(&mGammaTable[0]));
/frameworks/compile/slang/
H A Dslang_diagnostic_buffer.h55 inline void reset() { function in class:slang::DiagnosticBuffer
57 mSOS.reset();
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DIntRangeManagerTest.java83 void reset() { method in class:IntRangeManagerTest.TestIntRangeManager
125 testManager.reset();
139 testManager.reset();
144 testManager.reset();
168 testManager.reset();
174 testManager.reset();
193 testManager.reset();
199 testManager.reset();
205 testManager.reset();
211 testManager.reset();
[all...]
/frameworks/base/core/java/android/util/
H A DTimingLogger.java59 /** Used to track whether Log.isLoggable was enabled at reset time. */
77 reset(tag, label);
88 public void reset(String tag, String label) { method in class:TimingLogger
91 reset();
97 * the constructor or a call to reset(tag, label). If the
102 public void reset() { method in class:TimingLogger
118 * the specified tag at construction or reset() time then this
132 * construction or reset() time then this call does nothing.
/frameworks/base/core/java/com/android/internal/os/
H A DPowerCalculator.java54 public void reset() { method in class:PowerCalculator
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DScheduler.java39 abstract void reset(); method in class:Scheduler
H A DSimpleScheduler.java33 public void reset() { method in class:SimpleScheduler
H A DProgram.java39 public void reset() { method in class:Program
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
H A DDurable.java24 public void reset(); method in interface:Durable
/frameworks/base/core/jni/android/graphics/
H A DPicture.cpp30 mPicture.reset(SkRef(src->mPicture.get()));
32 mPicture.reset(src->makePartialCopy());
42 mPicture.reset(NULL);
43 mRecorder.reset(new SkPictureRecorder);
52 mPicture.reset(mRecorder->endRecording());
54 mRecorder.reset(NULL);
73 newPict->mPicture.reset(skPicture);
/frameworks/av/include/media/stagefright/
H A DAMRWriter.h39 virtual status_t stop() { return reset(); }
62 status_t reset();
/frameworks/base/graphics/java/android/graphics/
H A DColorMatrixColorFilter.java70 * color matrix is null, this filter's color matrix will be reset to
76 * @see android.graphics.ColorMatrix#reset()
83 mMatrix.reset();
92 * color matrix is null, this filter's color matrix will be reset to
100 * @see android.graphics.ColorMatrix#reset()
110 mMatrix.reset();
H A DColorMatrix.java65 * Create a new colormatrix initialized to identity (as if reset() had
69 reset();
100 public void reset() { method in class:ColorMatrix
145 reset();
235 reset();
252 reset();
264 reset();
H A DInterpolator.java40 public void reset(int valueCount) { method in class:Interpolator
41 reset(valueCount, 2);
49 public void reset(int valueCount, int frameCount) { method in class:Interpolator
/frameworks/av/media/libstagefright/filters/
H A DZeroFilter.h29 virtual void reset() {}; function in struct:android::ZeroFilter
/frameworks/base/services/net/java/android/net/util/
H A DStopwatch.java71 public void reset() { method in class:Stopwatch
/frameworks/compile/libbcc/include/bcc/
H A DScript.h31 // This hook will be invoked after the script object is successfully reset.
44 // reset.
45 bool reset(Source &pSource, bool pPreserveCurrent = false);
/frameworks/native/libs/input/
H A DVelocityControl.cpp37 reset();
42 reset();
45 void VelocityControl::reset() { function in class:android::VelocityControl
59 reset();
/frameworks/native/services/surfaceflinger/
H A DColorizer.h53 void reset(String8& out) { function in class:android::Colorizer
/frameworks/base/core/jni/
H A Dandroid_view_PointerIcon.h67 reset();
81 inline void reset() { function in struct:android::PointerIcon
83 bitmap.reset();
/frameworks/minikin/libs/minikin/
H A DSparseBitSet.cpp28 mIndices.reset();
29 mBitmaps.reset();
59 mIndices.reset();
60 mBitmaps.reset();
65 mIndices.reset(new uint32_t[indexSize]);
67 mBitmaps.reset(new element[nPages << (kLogValuesPerPage - kLogBitsPerEl)]);

Completed in 584 milliseconds

1234567891011>>