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

1234567891011>>

/frameworks/compile/libbcc/lib/Core/
H A DScript.cpp23 bool Script::reset(Source &pSource, bool pPreserveCurrent) { function in class:Script
/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/av/media/libcpustats/
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.java46 public void reset() { method in class:OneShotScheduler
47 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();
/frameworks/av/media/libstagefright/filters/
H A DZeroFilter.h29 virtual void reset() {}; function in struct:android::ZeroFilter
H A DIntrinsicBlurFilter.cpp71 void IntrinsicBlurFilter::reset() { function in class:android::IntrinsicBlurFilter
H A DSaturationFilter.cpp71 void SaturationFilter::reset() { function in class:android::SaturationFilter
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
H A DDurable.java24 public void reset(); method in interface:Durable
/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/core/tests/coretests/src/android/view/
H A DGlobalFocusChange.java38 public void reset() { method in class:GlobalFocusChange
/frameworks/base/libs/hwui/renderstate/
H A DScissor.cpp96 void Scissor::reset() { function in class:android::uirenderer::Scissor
103 reset();
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardSecurityCallback.java49 void reset(); method in interface:KeyguardSecurityCallback
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsActivityLaunchState.java24 * - needs to be reset when Recents is hidden
39 public void reset() { method in class:RecentsActivityLaunchState
/frameworks/base/services/net/java/android/net/util/
H A DStopwatch.java71 public void reset() { method in class:Stopwatch
/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/compile/slang/
H A Dslang_diagnostic_buffer.h55 inline void reset() { function in class:slang::DiagnosticBuffer
57 mSOS.reset();
/frameworks/native/libs/input/
H A DVelocityControl.cpp37 reset();
42 reset();
45 void VelocityControl::reset() { function in class:android::VelocityControl
59 reset();

Completed in 1084 milliseconds

1234567891011>>