Searched refs:reset (Results 76 - 100 of 2918) sorted by relevance

1234567891011>>

/external/skia/src/animator/
H A DSkDisplayEvents.h34 void reset() { fEvents.reset(); } function in class:SkEvents
/external/webkit/Source/WebKit/chromium/public/
H A DWebDeviceOrientationClientMock.h40 ~WebDeviceOrientationClientMock() { reset(); }
52 WEBKIT_API void reset();
/external/webkit/Source/WebKit/chromium/src/
H A DWebGeolocationError.cpp46 void WebGeolocationError::reset() function in class:WebKit::WebGeolocationError
48 m_private.reset();
H A DWebGeolocationPosition.cpp45 void WebGeolocationPosition::reset() function in class:WebKit::WebGeolocationPosition
47 m_private.reset();
H A DWebIDBDatabaseError.cpp53 void WebIDBDatabaseError::reset() function in class:WebKit::WebIDBDatabaseError
55 m_private.reset();
H A DWebSerializedScriptValue.cpp51 void WebSerializedScriptValue::reset() function in class:WebKit::WebSerializedScriptValue
53 m_private.reset();
/external/chromium/chrome/browser/policy/
H A Dcloud_policy_subsystem.cc56 notifier_.reset(new PolicyNotifier());
59 device_management_service_.reset(new DeviceManagementService(
61 cloud_policy_cache_.reset(policy_cache);
65 device_token_fetcher_.reset(
70 cloud_policy_controller_.reset(
81 cloud_policy_controller_.reset();
82 device_token_fetcher_.reset();
83 cloud_policy_cache_.reset();
84 device_management_service_.reset();
111 cloud_policy_controller_.reset();
[all...]
/external/skia/include/gpu/
H A DGrTextureAccess.h26 this->reset();
30 this->reset(tileXAndY, bilerp);
34 this->reset(tileModes, bilerp);
48 void reset() { function in class:GrTextureParams
49 this->reset(SkShader::kClamp_TileMode, false);
52 void reset(SkShader::TileMode tileXAndY, bool bilerp) { function in class:GrTextureParams
57 void reset(SkShader::TileMode tileModes[2], bool bilerp) { function in class:GrTextureParams
112 * A default GrTextureAccess must have reset() called on it in a GrEffect subclass's
135 void reset(GrTexture*, const GrTextureParams&);
136 void reset(GrTextur
[all...]
/external/stlport/src/
H A Diostream.cpp203 cin_buf.reset(new stdio_istreambuf(stdin));
205 cin_buf.reset(_Stl_create_filebuf(stdin, ios_base::in));
209 cout_buf.reset(_Stl_create_filebuf("/stdout.txt", ios::out));
210 cerr_buf.reset(_Stl_create_filebuf("/stderr.txt", ios::out));
211 clog_buf.reset(_Stl_create_filebuf("/stdlog.txt", ios::out));
213 cout_buf.reset(new stdio_ostreambuf(stdout));
214 cerr_buf.reset(new stdio_ostreambuf(stderr));
215 clog_buf.reset(new stdio_ostreambuf(stderr));
219 cout_buf.reset(_Stl_create_filebuf(stdout, ios_base::out));
220 cerr_buf.reset(_Stl_create_filebu
[all...]
/external/apache-http/src/org/apache/http/impl/io/
H A DHttpTransportMetricsImpl.java59 public void reset() { method in class:HttpTransportMetricsImpl
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTMAxisIterator.java46 public DTMAxisIterator reset(); method in interface:DTMAxisIterator
93 * @return a deep copy of this iterator. The clone should not be reset
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
H A DMac.java70 public void reset(); method in interface:Mac
H A DStreamCipher.java49 * reset the cipher. This leaves it in the same state
52 public void reset(); method in interface:StreamCipher
/external/easymock/src/org/easymock/
H A DIMocksControl.java44 void reset(); method in interface:IMocksControl
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/digest/
H A DDigest.java23 public void reset(); method in interface:Digest
/external/grub/netboot/
H A Dnic.h18 void (*reset)P((struct nic *)); member in struct:nic
/external/icu4c/common/
H A Derrorcode.cpp24 UErrorCode ErrorCode::reset() { function in class:ErrorCode
/external/jsilver/src/com/google/streamhtmlparser/
H A DParser.java58 void reset(); method in interface:Parser
/external/mockito/src/org/mockito/internal/progress/
H A DArgumentMatcherStorage.java27 void reset(); method in interface:ArgumentMatcherStorage
/external/oprofile/libutil++/
H A Dcached_value.h38 value_type const reset(value_type const & val) { function in class:cached_value
/external/replicaisland/src/com/replica/replicaisland/
H A DCameraBiasComponent.java25 public void reset() { method in class:CameraBiasComponent
H A DContextParameters.java39 public void reset() { method in class:ContextParameters
H A DHitPointPool.java31 ((HitPoint)entry).reset();
/external/skia/include/utils/
H A DSkCountdown.h22 void reset(int32_t count);
/external/skia/src/gpu/gl/
H A DGrGLContextInfo.cpp15 this->reset();
39 void GrGLContextInfo::reset() { function in class:GrGLContextInfo
46 fGLCaps.reset();
50 this->reset();

Completed in 952 milliseconds

1234567891011>>