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

12345678910

/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/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();
H A DMediaSource.cpp28 reset();
31 void MediaSource::ReadOptions::reset() { function in class:android::MediaSource::ReadOptions
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
H A DDurable.java24 public void reset(); method in interface:Durable
H A DDocumentStack.java94 public void reset() { method in class:DocumentStack
/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/packages/SystemUI/src/com/android/systemui/recents/misc/
H A DDebugTrigger.java42 void reset() { method in class:DebugTrigger
68 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();
/frameworks/native/libs/input/
H A DVelocityControl.cpp37 reset();
42 reset();
45 void VelocityControl::reset() { function in class:android::VelocityControl
59 reset();
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
H A DDynamicIdMap.java38 public void reset(int seed) { method in class:DynamicIdMap
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DBordeauxPredictor.java51 public boolean reset() { method in class:BordeauxPredictor
53 Log.e(TAG, "reset: " + PREDICTOR_NOTAVAILABLE);
/frameworks/native/services/surfaceflinger/
H A DColorizer.h53 void reset(String8& out) { function in class:android::Colorizer
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipWakeLock.java36 synchronized void reset() { method in class:SipWakeLock
37 if (DBG) log("reset count=" + mHolders.size());

Completed in 1392 milliseconds

12345678910