Searched refs:reset (Results 1 - 25 of 342) 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/compile/mclinker/lib/LD/
H A DDiagnosticEngine.cpp30 void DiagnosticEngine::reset(const MCLDInfo& pLDInfo) function in class:DiagnosticEngine
34 m_State.reset();
55 m_State.reset();
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DIntRangeManagerTest.java80 void reset() { method in class:IntRangeManagerTest.TestIntRangeManager
108 testManager.reset();
121 testManager.reset();
127 testManager.reset();
149 testManager.reset();
155 testManager.reset();
173 testManager.reset();
179 testManager.reset();
185 testManager.reset();
191 testManager.reset();
[all...]
/frameworks/base/keystore/java/android/security/
H A DIKeyChainService.aidl34 boolean reset();
/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/policy/src/com/android/internal/policy/impl/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/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/compile/slang/
H A Dslang.cpp187 mTarget.reset(clang::TargetInfo::CreateTargetInfo(*mDiagEngine,
192 mFileSysOpt.reset(new clang::FileSystemOptions());
193 mFileMgr.reset(new clang::FileManager(*mFileSysOpt));
197 mSourceMgr.reset(new clang::SourceManager(*mDiagEngine, *mFileMgr));
207 mPP.reset(new clang::Preprocessor(*mDiagEngine,
239 mASTContext.reset(new clang::ASTContext(LangOpts,
269 mDiag.reset(new clang::Diagnostic(mDiagEngine));
354 mOS.reset(OS);
365 mDOS.reset(OpenOutputFile(OutputFile, 0, &Error, mDiagEngine));
415 mPP.reset();
466 void Slang::reset() { function in class:slang::Slang
[all...]
/frameworks/compile/llvm-ndk-cc/
H A DCompiler.cpp97 mTarget.reset(clang::TargetInfo::CreateTargetInfo(*mDiagnostics,
104 mFileSysOpt.reset(new clang::FileSystemOptions());
105 mFileMgr.reset(new clang::FileManager(*mFileSysOpt));
109 mSourceMgr.reset(new clang::SourceManager(*mDiagnostics, *mFileMgr));
121 mPP.reset(new clang::Preprocessor(*mDiagnostics,
149 mASTContext.reset(new clang::ASTContext(mLangOpts,
275 mOS.reset(OS);
292 mBackend.reset(createBackend(mCodeGenOpts, &mOS->os(), mOT));
314 mBackend.reset();
315 mASTContext.reset();
322 void Compiler::reset() { function in class:ndkpc::Compiler
[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/base/libs/androidfw/
H A DVelocityControl.cpp37 reset();
42 reset();
45 void VelocityControl::reset() { function in class:android::VelocityControl
59 reset();
/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/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/native/include/utils/
H A DUniquePtr.h65 reset();
84 void reset(T* ptr = NULL) { function in class:UniquePtr
113 reset();
127 void reset(T* ptr = NULL) { function in class:UniquePtr
190 // Does reset work?
194 c.reset(new C);
217 // Does reset work?
221 c.reset(new C[2]);
/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/support/renderscript/v8/rs_support/
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/base/core/tests/coretests/src/android/view/
H A DGlobalFocusChange.java38 public void reset() { method in class:GlobalFocusChange
/frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
H A DMediaPlayerProxy.java38 void reset(); method in interface:MediaPlayerProxy

Completed in 352 milliseconds

1234567891011>>