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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/testing/runner/
WebPreferences.cpp 37 void WebPreferences::reset() function in class:WebTestRunner::WebPreferences
  /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 46 m_impl.reset(new Impl());
50 void WebScopedMicrotaskSuppression::reset() function in class:WebKit::WebScopedMicrotaskSuppression
53 m_impl.reset(0);
WebScopedUserGesture.cpp 41 m_indicator.reset(new WebCore::UserGestureIndicator(WebCore::DefinitelyProcessingNewUserGesture));
47 m_indicator.reset(new WebCore::UserGestureIndicator(token));
50 void WebScopedUserGesture::reset() function in class:WebKit::WebScopedUserGesture
52 m_indicator.reset(0);
WebCachedURLRequest.cpp 42 void WebCachedURLRequest::reset() function in class:WebKit::WebCachedURLRequest
44 m_resourceRequestWrapper.reset(0);
51 m_resourceRequestWrapper.reset(new WrappedResourceRequest(m_private->resourceRequest()));
  /external/chromium_org/third_party/icu/source/common/
errorcode.cpp 22 UErrorCode ErrorCode::reset() { function in class:ErrorCode
  /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
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/chromium_org/third_party/skia/src/utils/
SkCountdown.cpp 14 void SkCountdown::reset(int32_t count) { function in class:SkCountdown
  /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/third_party/skia/include/gpu/gl/
GrGLExtensions.h 41 void reset() { fStrings.reset(); } function in class:GrGLExtensions
  /external/llvm/include/llvm/MC/
MCCodeEmitter.h 33 virtual void reset() { } function in class:llvm::MCCodeEmitter
  /external/proguard/src/proguard/obfuscate/
NameFactory.java 31 public void reset(); method in interface:NameFactory
  /external/skia/include/gpu/gl/
GrGLExtensions.h 41 void reset() { fStrings.reset(); } function in class:GrGLExtensions
  /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 44 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/base/mac/
scoped_mach_port.cc 14 reset();
17 void ScopedMachPort::reset(mach_port_t port) { function in class:base::mac::ScopedMachPort
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
WebVTTTokenizer.cpp 45 reset();
60 void WebVTTTokenizer::reset() function in class:WebCore::WebVTTTokenizer
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
WebThreadSafeData.cpp 40 void WebThreadSafeData::reset() function in class:WebKit::WebThreadSafeData
42 m_private.reset();
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
BiquadDSPKernel.h 47 virtual void reset() { m_biquad.reset(); } function in class:WebCore::BiquadDSPKernel

Completed in 704 milliseconds

1 2 3 4 5 6 7 8 91011>>