Searched defs:reset (Results 1 - 25 of 1204) 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/chromium_org/third_party/WebKit/Source/web/
H A DWebScopedWindowFocusAllowedIndicator.cpp40 m_indicator.reset(new WebCore::WindowFocusAllowedIndicator());
43 void WebScopedWindowFocusAllowedIndicator::reset() function in class:blink::WebScopedWindowFocusAllowedIndicator
45 m_indicator.reset(0);
H A DWebScopedMicrotaskSuppression.cpp52 m_impl.reset(new Impl(v8::Isolate::GetCurrent()));
56 void WebScopedMicrotaskSuppression::reset() function in class:blink::WebScopedMicrotaskSuppression
59 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/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers/
H A Dreset_self.pass.cpp14 // test reset against resetting self
23 void reset() {ptr_.reset();} function in struct:A
28 (new A)->reset();
/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.h34 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/base/mac/
H A Dscoped_mach_vm.cc10 void ScopedMachVM::reset(vm_address_t address, vm_size_t size) { function in class:base::mac::ScopedMachVM
/external/chromium_org/third_party/bintrees/bintrees/
H A Dcwalker.pxd17 cpdef reset(self) member in class:cWalker
/external/icu/icu4c/source/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/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/chrome/browser/chromeos/reset/
H A Dmetrics.h9 namespace reset { namespace in namespace:chromeos
32 } // namespace reset
/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 891 milliseconds

1234567891011>>