Searched refs:reset (Results 276 - 300 of 2918) sorted by relevance

<<11121314151617181920>>

/external/webkit/Source/WebCore/platform/audio/
H A DAudioDSPKernel.h56 // Subclasses must override process() to do the processing and reset() to reset DSP state.
58 virtual void reset() = 0;
H A DHRTFPanner.h41 virtual void reset();
H A DPanner.h58 virtual void reset() = 0;
H A DReverb.h49 void reset();
/external/webkit/Source/WebCore/webaudio/
H A DAudioGainNode.h49 virtual void reset();
H A DDelayDSPKernel.h42 virtual void reset();
/external/webkit/Source/WebKit/chromium/public/
H A DWebPrivateOwnPtr.h37 // Note: you must call reset(0) on the implementation side in order to delete
51 void reset(T* ptr) function in class:WebKit::WebPrivateOwnPtr
/external/webkit/Source/WebKit/chromium/src/
H A DWebNodeCollection.cpp44 void WebNodeCollection::reset() function in class:WebKit::WebNodeCollection
H A DWebNodeList.cpp44 void WebNodeList::reset() function in class:WebKit::WebNodeList
H A DWrappedResourceRequest.h43 reset(); // Need to drop reference to m_handle
H A DWrappedResourceResponse.h43 reset(); // Need to drop reference to m_handle
/external/chromium/chrome/common/extensions/
H A Dextension_message_bundle_unittest.cc149 handler_.reset(ExtensionMessageBundle::Create(catalogs_, &error));
221 catalogs_[0].reset(CreateBadDictionary(NAME_NOT_A_TREE));
222 handler_.reset(ExtensionMessageBundle::Create(catalogs_, &error));
226 catalogs_[0].reset(CreateBadDictionary(EMPTY_NAME_TREE));
227 handler_.reset(ExtensionMessageBundle::Create(catalogs_, &error));
231 catalogs_[0].reset(CreateBadDictionary(MISSING_MESSAGE));
232 handler_.reset(ExtensionMessageBundle::Create(catalogs_, &error));
236 catalogs_[0].reset(CreateBadDictionary(PLACEHOLDER_NOT_A_TREE));
237 handler_.reset(ExtensionMessageBundle::Create(catalogs_, &error));
241 catalogs_[0].reset(CreateBadDictionar
[all...]
/external/skia/legacy/src/views/
H A DSkTouchGesture.cpp51 void SkFlingState::reset(float sx, float sy) { function in class:SkFlingState
106 this->reset();
112 void SkTouchGesture::reset() { function in class:SkTouchGesture
113 fTouches.reset();
115 fLocalM.reset();
116 fGlobalM.reset();
124 fLocalM.reset();
279 fFlinger.reset(dx / dur, dy / dur);
316 fLocalM.reset();
317 fGlobalM.reset();
[all...]
/external/skia/src/views/
H A DSkTouchGesture.cpp51 void SkFlingState::reset(float sx, float sy) { function in class:SkFlingState
106 this->reset();
112 void SkTouchGesture::reset() { function in class:SkTouchGesture
113 fTouches.reset();
115 fLocalM.reset();
116 fGlobalM.reset();
124 fLocalM.reset();
279 fFlinger.reset(dx / dur, dy / dur);
316 fLocalM.reset();
317 fGlobalM.reset();
[all...]
/external/apache-harmony/nio_char/src/test/java/tests/api/java/nio/charset/
H A DCharsetDecoderTest.java252 decoder.reset();
258 decoder.reset();
276 decoder.reset();
282 decoder.reset();
312 decoder.reset();
325 decoder.reset();
338 decoder.reset();
348 decoder.reset();
364 decoder.reset();
412 decoder.reset();
[all...]
/external/ceres-solver/internal/ceres/
H A Dlinear_least_squares_problems.cc81 problem->A.reset(new BlockSparseMatrix(A));
83 problem->A.reset(new TripletSparseMatrix(A));
85 problem->A.reset(new CompressedRowSparseMatrix(A));
89 problem->b.reset(new double[problem_proto.b_size()]);
96 problem->D.reset(new double[problem_proto.d_size()]);
104 problem->x_D.reset(new double[problem_proto.x_size()]);
111 problem->x.reset(new double[problem_proto.x_size()]);
157 problem->b.reset(new double[3]);
158 problem->D.reset(new double[2]);
160 problem->x.reset(ne
[all...]
H A Dnumeric_diff_cost_function_test.cc78 cfs[0].reset(
86 cfs[1].reset(
159 cfs[0].reset(
167 cfs[1].reset(
253 cost_function.reset(
257 cost_function.reset(
261 cost_function.reset(
265 cost_function.reset(
/external/chromium/chrome/browser/autofill/
H A Daddress_field_unittest.cc32 field_.reset(AddressField::Parse(&iter_, false));
40 field_.reset(AddressField::Parse(&iter_, false));
55 field_.reset(AddressField::Parse(&iter_, false));
76 field_.reset(AddressField::Parse(&iter_, false));
97 field_.reset(AddressField::Parse(&iter_, false));
119 field_.reset(AddressField::Parse(&iter_, true));
148 field_.reset(AddressField::Parse(&iter_, false));
188 field_.reset(AddressField::Parse(&iter_, false));
224 field_.reset(AddressField::Parse(&iter_, true));
248 field_.reset(AddressFiel
[all...]
/external/icu4c/tools/toolutil/
H A Dxmlparser.cpp233 if(mXMLDecl.reset(src).lookingAt(0, errorCode)) {
238 mAttrValue.reset(src);
338 mXMLDecl.reset(src);
339 mXMLComment.reset(src);
340 mXMLSP.reset(src);
341 mXMLDoctype.reset(src);
342 mXMLPI.reset(src);
343 mXMLElemStart.reset(src);
344 mXMLElemEnd.reset(src);
345 mXMLElemEmpty.reset(sr
[all...]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/
H A DLookaheadStream.java36 * superclass to keep all tokens until no more markers; then can reset
60 public void reset() { method in class:LookaheadStream
61 super.reset();
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRLexerState.h34 - (void) reset;
H A DANTLRTreeNodeStream.h45 - (void) reset;
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMAxisIteratorBase.java77 * @return A DTMAxisIterator which has been reset to the start node,
80 public DTMAxisIterator reset() method in class:DTMAxisIteratorBase
137 reset(); // Count the nodes found by this iterator
184 // return clone.reset();
/external/chromium/base/
H A Dopenssl_util.h23 reset(NULL);
27 void reset(T* ptr) { function in class:base::ScopedOpenSSL
/external/chromium/base/threading/
H A Dnon_thread_safe_unittest.cc64 non_thread_safe_class_.reset();
81 non_thread_safe_class.reset();

Completed in 2023 milliseconds

<<11121314151617181920>>