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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/compile/libbcc/lib/Core/
Script.cpp 23 bool Script::reset(Source &pSource, bool pPreserveCurrent) { function in class:Script
  /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/chromium_org/third_party/WebKit/Source/web/
WebScopedMicrotaskSuppression.cpp 53 m_impl.reset(new Impl(v8::Isolate::GetCurrent()));
57 void WebScopedMicrotaskSuppression::reset() function in class:blink::WebScopedMicrotaskSuppression
60 m_impl.reset(0);
WebScopedUserGesture.cpp 41 m_indicator.reset(new UserGestureIndicator(DefinitelyProcessingNewUserGesture));
47 m_indicator.reset(new UserGestureIndicator(token));
50 void WebScopedUserGesture::reset() function in class:blink::WebScopedUserGesture
52 m_indicator.reset(0);
WebScopedWindowFocusAllowedIndicator.cpp 40 m_indicator.reset(new WindowFocusAllowedIndicator());
43 void WebScopedWindowFocusAllowedIndicator::reset() function in class:blink::WebScopedWindowFocusAllowedIndicator
45 m_indicator.reset(0);
WebGeolocationPermissionRequest.cpp 42 void WebGeolocationPermissionRequest::reset() function in class:blink::WebGeolocationPermissionRequest
44 m_private.reset();
WebSpeechRecognitionResult.cpp 55 void WebSpeechRecognitionResult::reset() function in class:blink::WebSpeechRecognitionResult
57 m_private.reset();
  /external/chromium_org/third_party/skia/src/gpu/
GrTextureAccess.cpp 20 this->reset(texture, params);
26 this->reset(texture, filterMode, tileXAndY);
32 this->reset(texture, swizzle, params);
39 this->reset(texture, swizzle, filterMode, tileXAndY);
42 void GrTextureAccess::reset(GrTexture* texture, function in class:GrTextureAccess
53 void GrTextureAccess::reset(GrTexture* texture, function in class:GrTextureAccess
60 fParams.reset(tileXAndY, filterMode);
65 void GrTextureAccess::reset(GrTexture* texture, function in class:GrTextureAccess
74 void GrTextureAccess::reset(GrTexture* texture, function in class:GrTextureAccess
79 fParams.reset(tileXAndY, filterMode)
    [all...]
  /external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers/
reset_self.pass.cpp 14 // test reset against resetting self
23 void reset() {ptr_.reset();} function in struct:A
28 (new A)->reset();
  /external/skia/src/gpu/
GrTextureAccess.cpp 20 this->reset(texture, params);
26 this->reset(texture, filterMode, tileXAndY);
32 this->reset(texture, swizzle, params);
39 this->reset(texture, swizzle, filterMode, tileXAndY);
42 void GrTextureAccess::reset(GrTexture* texture, function in class:GrTextureAccess
49 fTexture.reset(SkRef(texture));
53 void GrTextureAccess::reset(GrTexture* texture, function in class:GrTextureAccess
60 fParams.reset(tileXAndY, filterMode);
61 fTexture.reset(SkRef(texture));
65 void GrTextureAccess::reset(GrTexture* texture function in class:GrTextureAccess
74 void GrTextureAccess::reset(GrTexture* texture, function in class:GrTextureAccess
    [all...]
  /external/skia/src/utils/
SkCountdown.cpp 14 void SkCountdown::reset(int32_t count) { function in class:SkCountdown
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers/
reset_self.pass.cpp 14 // test reset against resetting self
23 void reset() {ptr_.reset();} function in struct:A
28 (new A)->reset();
  /external/chromium_org/base/mac/
scoped_mach_vm.cc 10 void ScopedMachVM::reset(vm_address_t address, vm_size_t size) { function in class:base::mac::ScopedMachVM
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebConvertableToTraceFormat.cpp 28 void WebConvertableToTraceFormat::reset() function in class:blink::WebConvertableToTraceFormat
30 m_private.reset();
WebContentDecryptionModuleResult.cpp 15 reset();
21 reset();
27 reset();
36 void WebContentDecryptionModuleResult::reset() function in class:blink::WebContentDecryptionModuleResult
38 m_impl.reset();
  /external/chromium_org/third_party/skia/src/core/
SkMultiPictureDraw.cpp 18 void SkMultiPictureDraw::reset() { function in class:SkMultiPictureDraw
60 this->reset();
  /external/llvm/include/llvm/MC/
MCCodeEmitter.h 34 virtual void reset() { } function in class:llvm::MCCodeEmitter
  /external/proguard/src/proguard/obfuscate/
NameFactory.java 31 public void reset(); method in interface:NameFactory
  /frameworks/av/media/libcpustats/
CentralTendencyStatistics.cpp 38 void CentralTendencyStatistics::reset() function in class:CentralTendencyStatistics
  /frameworks/base/core/java/android/content/
EntityIterator.java 30 * Reset the iterator back to the beginning.
32 public void reset(); method in interface:EntityIterator
  /external/apache-http/src/org/apache/http/io/
HttpTransportMetrics.java 50 void reset(); method in interface:HttpTransportMetrics
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
Memoable.java 16 * 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/WebKit/Source/core/css/resolver/
StyleResolverStats.cpp 41 void StyleResolverStats::reset() function in class:blink::StyleResolverStats
  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
LineBreaker.cpp 53 void LineBreaker::reset() function in class:blink::LineBreaker
64 reset();

Completed in 2033 milliseconds

1 2 3 4 5 6 7 8 91011>>