HomeSort by relevance Sort by last modified time
    Searched defs:reset (Results 1 - 25 of 1585) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/tools/idegen/src/
Stopwatch.java 24 void reset(String label) { method in class:Stopwatch
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
RewriteRuleElementStream.as 56 * 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.
87 /** Reset the condition of this stream so that it appears we have
89 * Once we reset the stream, any future use will need duplicates. Set
92 public function reset():void { function
  /external/icu4c/common/
errorcode.cpp 22 UErrorCode ErrorCode::reset() { function in class:ErrorCode
mutex.cpp 126 void TriStateSingleton::reset() { function in class:TriStateSingleton
  /external/webkit/Tools/DumpRenderTree/chromium/
WebPreferences.cpp 38 void WebPreferences::reset() function in class:WebPreferences
NotificationPresenter.h 61 void reset() { m_allowedOrigins.clear(); } function in class:NotificationPresenter
  /external/proguard/src/proguard/obfuscate/
NameFactory.java 31 public void reset(); method in interface:NameFactory
NumericNameFactory.java 39 public void reset() method in class:NumericNameFactory
  /frameworks/base/core/java/android/content/
EntityIterator.java 30 * Reset the iterator back to the beginning.
32 public void reset(); method in interface:EntityIterator
  /frameworks/native/libs/cpustats/
CentralTendencyStatistics.cpp 38 void CentralTendencyStatistics::reset() function in class:CentralTendencyStatistics
  /external/apache-http/src/org/apache/http/io/
HttpTransportMetrics.java 44 void reset(); method in interface:HttpTransportMetrics
  /external/replicaisland/src/com/replica/replicaisland/
SingleTouchFilter.java 18 public void reset() { method in class:SingleTouchFilter
TouchFilter.java 31 public void reset() { method in class:TouchFilter
  /external/srec/shared/include/
lstring.h 54 ESR_ReturnCode(*reset)(struct LString_t* self); member in struct:LString_t
  /external/webkit/Source/WebCore/webaudio/
BiquadDSPKernel.h 47 virtual void reset() { m_biquad.reset(); } function in class:WebCore::BiquadDSPKernel
  /external/webkit/Source/WebKit/chromium/src/
WebAttribute.cpp 43 void WebAttribute::reset() function in class:WebKit::WebAttribute
45 m_private.reset();
WebGeolocationPosition.cpp 45 void WebGeolocationPosition::reset() function in class:WebKit::WebGeolocationPosition
47 m_private.reset();
WebNamedNodeMap.cpp 44 void WebNamedNodeMap::reset() function in class:WebKit::WebNamedNodeMap
46 m_private.reset();
WebNodeList.cpp 44 void WebNodeList::reset() function in class:WebKit::WebNodeList
WebThreadSafeData.cpp 40 void WebThreadSafeData::reset() function in class:WebKit::WebThreadSafeData
42 m_private.reset();
  /frameworks/av/media/libaah_rtp/
aah_rx_player_ring_buffer.cpp 30 reset();
34 reset();
38 void AAH_RXPlayer::RXRingBuffer::reset() { function in class:android::AAH_RXPlayer::RXRingBuffer
68 // If the ring buffer is totally reset (we have never received a single
209 // received a packet since being reset and there cannot be any packets to
251 // received a packet since being reset and there cannot be any gaps.
302 // If we have not received a packet since last reset, or there is no data in
317 // NULL). Then reset fetched_first_packet_ so that the next read will show
  /frameworks/av/media/libstagefright/
SampleIterator.cpp 41 reset();
44 void SampleIterator::reset() { function in class:android::SampleIterator
74 reset();
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
SimpleScheduler.java 33 public void reset() { method in class:SimpleScheduler
  /libcore/luni/src/main/java/java/util/zip/
Checksum.java 36 public void reset(); method in interface:Checksum
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/digests/
SHA384Digest.java 62 reset(); method
68 * reset the chaining variables
70 public void reset() method in class:SHA384Digest
72 super.reset();

Completed in 746 milliseconds

1 2 3 4 5 6 7 8 91011>>