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

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DWebPreferences.cpp37 void WebPreferences::reset() function in class:WebTestRunner::WebPreferences
/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/chromium_org/third_party/WebKit/Source/web/
H A DWebScopedMicrotaskSuppression.cpp46 m_impl.reset(new Impl());
50 void WebScopedMicrotaskSuppression::reset() function in class:blink::WebScopedMicrotaskSuppression
53 m_impl.reset(0);
H A DWebScopedUserGesture.cpp41 m_indicator.reset(new WebCore::UserGestureIndicator(WebCore::DefinitelyProcessingNewUserGesture));
47 m_indicator.reset(new WebCore::UserGestureIndicator(token));
50 void WebScopedUserGesture::reset() function in class:blink::WebScopedUserGesture
52 m_indicator.reset(0);
/external/chromium_org/third_party/icu/source/common/
H A Derrorcode.cpp22 UErrorCode ErrorCode::reset() { function in class:ErrorCode
/external/chromium_org/third_party/skia/src/utils/
H A DSkCountdown.cpp14 void SkCountdown::reset(int32_t count) { function in class:SkCountdown
/external/llvm/include/llvm/MC/
H A DMCCodeEmitter.h33 virtual void reset() { } function in class:llvm::MCCodeEmitter
/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/skia/src/utils/
H A DSkCountdown.cpp14 void SkCountdown::reset(int32_t count) { function in class:SkCountdown
/external/apache-http/src/org/apache/http/io/
H A DHttpTransportMetrics.java44 void reset(); method in interface:HttpTransportMetrics
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
H A DMemoable.java16 * Implementations of this method <em>should</em> try to avoid or minimise memory allocation to perform the reset.
22 public void reset(Memoable other); method in interface:Memoable
/external/chromium_org/third_party/bintrees/bintrees/
H A Dcwalker.pxd17 cpdef reset(self) member in class:cWalker
/external/chromium_org/third_party/skia/include/gpu/gl/
H A DGrGLExtensions.h41 void reset() { fStrings.reset(); } function in class:GrGLExtensions
/external/icu4c/common/
H A Derrorcode.cpp24 UErrorCode ErrorCode::reset() { function in class:ErrorCode
/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
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowLocalBroadcastManager.java8 * reset its state after each test run.
11 public static void reset() { method in class:ShadowLocalBroadcastManager
/external/skia/include/gpu/gl/
H A DGrGLExtensions.h41 void reset() { fStrings.reset(); } function in class:GrGLExtensions
/external/smack/src/org/jivesoftware/smack/util/collections/
H A DResettableIterator.java22 * Defines an iterator that can be reset back to an initial state.
36 public void reset(); method in interface:ResettableIterator
/external/srec/shared/include/
H A Dlstring.h54 ESR_ReturnCode(*reset)(struct LString_t* self); member in struct:LString_t
/external/chromium_org/base/mac/
H A Dscoped_mach_port.cc14 reset();
17 void ScopedMachPort::reset(mach_port_t port) { function in class:base::mac::ScopedMachPort
/external/chromium_org/chrome/common/extensions/docs/examples/api/storage/stylizr/
H A Doptions.js17 var resetButton = document.querySelector('button.reset');
25 resetButton.addEventListener('click', reset);
53 function reset() { function
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DStyleResolverStats.cpp41 void StyleResolverStats::reset() function in class:WebCore::StyleResolverStats

Completed in 927 milliseconds

1234567891011>>