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

1234567891011>>

/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DRewriteRuleElementStream.as56 * from then on. Streams are reset after subrules so that the streams
57 * can be reused in future subrules. So, reset must set a dirty bit.
89 * Once we reset the stream, any future use will need duplicates. Set
92 public function reset():void { function
/external/icu4c/common/
H A Derrorcode.cpp22 UErrorCode ErrorCode::reset() { function in class:ErrorCode
H A Dmutex.cpp126 void TriStateSingleton::reset() { function in class:TriStateSingleton
H A Dusetiter.cpp22 reset(uSet);
31 reset();
102 void UnicodeSetIterator::reset(const UnicodeSet& uSet) { function in class:UnicodeSetIterator
104 reset();
110 void UnicodeSetIterator::reset() { function in class:UnicodeSetIterator
/external/proguard/src/proguard/obfuscate/
H A DNameFactory.java31 public void reset(); method in interface:NameFactory
H A DNumericNameFactory.java39 public void reset() method in class:NumericNameFactory
/external/webkit/Tools/DumpRenderTree/chromium/
H A DWebPreferences.cpp38 void WebPreferences::reset() function in class:WebPreferences
/external/apache-http/src/org/apache/http/io/
H A DHttpTransportMetrics.java44 void reset(); method in interface:HttpTransportMetrics
/external/replicaisland/src/com/replica/replicaisland/
H A DHitPoint.java27 public final void reset() { method in class:HitPoint
H A DSingleTouchFilter.java18 public void reset() { method in class:SingleTouchFilter
H A DVibrationSystem.java31 public void reset() { method in class:VibrationSystem
H A DBaseObject.java42 public abstract void reset(); method in class:BaseObject
H A DCameraBiasComponent.java25 public void reset() { method in class:CameraBiasComponent
H A DMovementComponent.java34 public void reset() { method in class:MovementComponent
H A DPhasedObject.java33 public void reset() { method in class:PhasedObject
H A DTexture.java34 reset();
37 public void reset() { method in class:Texture
H A DTouchFilter.java31 public void reset() { method in class:TouchFilter
/external/srec/shared/include/
H A Dlstring.h54 ESR_ReturnCode(*reset)(struct LString_t* self); member in struct:LString_t
/external/webkit/Source/WebCore/webaudio/
H A DBiquadDSPKernel.h47 virtual void reset() { m_biquad.reset(); } function in class:WebCore::BiquadDSPKernel
H A DAudioDestinationNode.h44 virtual void reset() { m_currentTime = 0.0; }; function in class:WebCore::AudioDestinationNode
/external/markdown/markdown/
H A Dblockparser.py10 list. Each time a state is reset, that state is removed from the end of
14 reset when we back out of that level of nesting or the state could be
26 def reset(self): member in class:State
/external/oprofile/libutil++/
H A Dcached_value.h38 value_type const reset(value_type const & val) { function in class:cached_value
/external/srec/srec/AcousticState/include/
H A DSR_AcousticState.h49 * during a call in order to improve recognition accuracy. The platform must reset
51 * order to reset acoustic state information for a new caller.
56 ESR_ReturnCode(*reset)(SR_Recognizer* recognizer); member in struct:SR_AcousticState_t
141 * during a call in order to improve recognition accuracy. The platform must reset
143 * order to reset acoustic state information for a new caller.
/external/srec/srec/Semproc/include/
H A DSR_SemanticGraph.h95 ESR_ReturnCode(*reset)(struct SR_SemanticGraph_t* self); member in struct:SR_SemanticGraph_t
/external/webkit/Source/WebCore/platform/audio/
H A DEqualPowerPanner.h40 virtual void reset() { m_isFirstRender = true; } function in class:WebCore::EqualPowerPanner

Completed in 4636 milliseconds

1234567891011>>