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

1234567891011>>

/frameworks/base/core/java/android/content/
H A DEntityIterator.java32 public void reset(); method in interface:EntityIterator
H A DCursorEntityIterator.java94 public final void reset() { method in class:CursorEntityIterator
96 throw new IllegalStateException("calling reset() when the iterator is closed");
/frameworks/base/core/jni/
H A Dandroid_view_PointerIcon.h44 reset();
56 inline void reset() { function in struct:android::PointerIcon
58 bitmap.reset();
/frameworks/base/keystore/java/android/security/
H A DIKeyChainService.aidl34 boolean reset();
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DIntRangeManagerTest.java80 void reset() { method in class:IntRangeManagerTest.TestIntRangeManager
120 testManager.reset();
133 testManager.reset();
138 testManager.reset();
160 testManager.reset();
166 testManager.reset();
184 testManager.reset();
190 testManager.reset();
196 testManager.reset();
202 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/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/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardSecurityView.java40 void reset(); method in interface:KeyguardSecurityView
/frameworks/compile/libbcc/lib/Core/
H A DScript.cpp23 bool Script::reset(Source &pSource, bool pPreserveCurrent) { function in class:Script
/frameworks/compile/slang/
H A Dslang.cpp191 mTarget.reset(clang::TargetInfo::CreateTargetInfo(*mDiagEngine,
196 mFileSysOpt.reset(new clang::FileSystemOptions());
197 mFileMgr.reset(new clang::FileManager(*mFileSysOpt));
201 mSourceMgr.reset(new clang::SourceManager(*mDiagEngine, *mFileMgr));
216 mPP.reset(new clang::Preprocessor(PPOpts,
248 mASTContext.reset(new clang::ASTContext(LangOpts,
279 mDiag.reset(new clang::Diagnostic(mDiagEngine));
365 mOS.reset(OS);
375 mDOS.reset(
426 mPP.reset();
477 void Slang::reset() { function in class:slang::Slang
[all...]
/frameworks/av/include/media/stagefright/
H A DAMRWriter.h40 virtual status_t stop() { return reset(); }
63 status_t reset();
/frameworks/av/media/libstagefright/
H A DMediaSource.cpp28 reset();
31 void MediaSource::ReadOptions::reset() { function in class:android::MediaSource::ReadOptions
/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/compile/mclinker/lib/LD/
H A DDiagnosticEngine.cpp38 void DiagnosticEngine::reset(const LinkerConfig& pConfig) function in class:DiagnosticEngine
43 m_State.reset();
65 m_State.reset();
/frameworks/base/graphics/java/android/graphics/
H A DColorMatrix.java41 * Create a new colormatrix initialized to identity (as if reset() had
45 reset();
74 public void reset() { method in class:ColorMatrix
120 reset();
205 reset();
222 reset();
234 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/rs/
H A DrsAdapter.cpp25 reset();
29 reset();
33 void Adapter1D::reset() { function in class:Adapter1D
96 reset();
100 reset();
104 void Adapter2D::reset() { function in class:Adapter2D
/frameworks/av/include/cpustats/
H A DCentralTendencyStatistics.h54 // reset the set of samples to be empty
55 void reset();
/frameworks/base/core/tests/coretests/src/android/view/
H A DGlobalFocusChange.java38 public void reset() { method in class:GlobalFocusChange
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/
H A DPathTest.java34 path.reset();

Completed in 877 milliseconds

1234567891011>>