Searched defs:reset (Results 1 - 25 of 185) sorted by relevance

12345678

/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/compile/libbcc/lib/Core/
H A DScript.cpp23 bool Script::reset(Source &pSource, bool pPreserveCurrent) { function in class:Script
/frameworks/native/libs/cpustats/
H A DCentralTendencyStatistics.cpp38 void CentralTendencyStatistics::reset() function in class:CentralTendencyStatistics
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DSimpleScheduler.java33 public void reset() { method in class:SimpleScheduler
H A DOneShotScheduler.java47 public void reset() { method in class:OneShotScheduler
48 super.reset();
H A DRandomScheduler.java38 public void reset() { method in class:RandomScheduler
H A DRoundRobinScheduler.java37 public void reset() { method in class:RoundRobinScheduler
H A DScheduler.java39 abstract void reset(); method in class:Scheduler
H A DProgram.java39 public void reset() { method in class:Program
/frameworks/av/media/libstagefright/
H A DSampleIterator.cpp41 reset();
44 void SampleIterator::reset() { function in class:android::SampleIterator
74 reset();
H A DMediaSource.cpp28 reset();
31 void MediaSource::ReadOptions::reset() { function in class:android::MediaSource::ReadOptions
/frameworks/compile/slang/
H A Dslang_diagnostic_buffer.h56 inline void reset() { function in class:slang::DiagnosticBuffer
/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/jni/
H A Dandroid_view_PointerIcon.h44 reset();
56 inline void reset() { function in struct:android::PointerIcon
58 bitmap.reset();
/frameworks/base/core/tests/coretests/src/android/view/
H A DGlobalFocusChange.java38 public void reset() { method in class:GlobalFocusChange
/frameworks/base/libs/androidfw/
H A DVelocityControl.cpp37 reset();
42 reset();
45 void VelocityControl::reset() { function in class:android::VelocityControl
59 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/native/libs/utils/
H A DSharedBuffer.cpp86 SharedBuffer* SharedBuffer::reset(size_t new_size) const function in class:android::SharedBuffer
88 // cheap-o-reset.
H A DStopWatch.cpp39 reset();
78 void StopWatch::reset() function in class:android::StopWatch
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
H A DDynamicIdMap.java37 public void reset(int seed) { method in class:DynamicIdMap
/frameworks/base/voip/java/com/android/server/sip/
H A DSipWakeLock.java36 synchronized void reset() { method in class:SipWakeLock
37 if (DEBUG) Log.v(TAG, "reset count=" + mHolders.size());
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DBordeauxPredictor.java60 public boolean reset() { method in class:BordeauxPredictor
/frameworks/av/media/libeffects/testlibs/
H A DAudioPeakingFilter.cpp47 reset();
58 void AudioPeakingFilter::reset() { function in class:android::AudioPeakingFilter
H A DAudioShelvingFilter.cpp64 void AudioShelvingFilter::reset() { function in class:android::AudioShelvingFilter

Completed in 1239 milliseconds

12345678