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

1234567891011>>

/frameworks/base/core/java/android/content/
H A DEntityIterator.java32 public void reset(); method in interface:EntityIterator
/frameworks/av/include/media/stagefright/
H A DClockEstimator.h31 virtual void reset() = 0;
47 void reset();
86 virtual void reset();
H A DAMRWriter.h40 virtual status_t stop() { return reset(); }
63 status_t reset();
/frameworks/base/core/jni/
H A Dandroid_view_PointerIcon.h44 reset();
56 inline void reset() { function in struct:android::PointerIcon
58 bitmap.reset();
/frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/base/
H A DIdlingResourceIntegrationTest.java65 r1.reset();
66 r2.reset();
68 r1.reset();
69 r2.reset();
71 r1.reset();
72 r2.reset();
74 r1.reset();
75 r2.reset();
77 r1.reset();
78 r2.reset();
122 public void reset() { method in class:IdlingResourceIntegrationTest.ResettingIdlingResource
[all...]
/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/compile/libbcc/lib/Core/
H A DScript.cpp23 bool Script::reset(Source &pSource, bool pPreserveCurrent) { function in class:Script
/frameworks/base/core/jni/android/graphics/
H A DPicture.cpp29 mPicture.reset(SkRef(src->mPicture.get()));
31 mPicture.reset(src->makePartialCopy());
40 mPicture.reset(NULL);
41 mRecorder.reset(new SkPictureRecorder);
54 mPicture.reset(mRecorder->endRecording());
55 mRecorder.reset(NULL);
80 newPict->mPicture.reset(SkPicture::CreateFromStream(stream));
/frameworks/compile/slang/
H A Dslang.cpp185 mTarget.reset(clang::TargetInfo::CreateTargetInfo(*mDiagEngine,
190 mFileSysOpt.reset(new clang::FileSystemOptions());
191 mFileMgr.reset(new clang::FileManager(*mFileSysOpt));
195 mSourceMgr.reset(new clang::SourceManager(*mDiagEngine, *mFileMgr));
210 mPP.reset(new clang::Preprocessor(PPOpts,
245 mASTContext.reset(new clang::ASTContext(LangOpts,
273 mDiag.reset(new clang::Diagnostic(mDiagEngine));
361 mOS.reset(OS);
371 mDOS.reset(
422 mPP.reset();
473 void Slang::reset(bool SuppressWarnings) { function in class:slang::Slang
[all...]
/frameworks/av/media/libstagefright/
H A DClockEstimator.cpp35 reset();
42 reset();
45 void WindowedLinearFitEstimator::LinearFit::reset() { function in class:android::WindowedLinearFitEstimator::LinearFit
144 mHead.reset();
167 void WindowedLinearFitEstimator::reset() { function in class:android::WindowedLinearFitEstimator
168 mHead.reset();
169 mMain.reset();
170 mTail.reset();
H A DMediaSource.cpp28 reset();
31 void MediaSource::ReadOptions::reset() { function in class:android::MediaSource::ReadOptions
/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.java47 * Create a new colormatrix initialized to identity (as if reset() had
51 reset();
82 public void reset() { method in class:ColorMatrix
125 reset();
208 reset();
225 reset();
237 reset();
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
H A DDebugTrigger.java42 void reset() { method in class:DebugTrigger
68 reset();
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardSecurityView.java40 void reset(); method in interface:KeyguardSecurityView
/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/libs/hwui/
H A DOutline.h38 mPath.reset();
57 mPath.reset();
63 mPath.reset();
/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();

Completed in 7818 milliseconds

1234567891011>>