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

1234567891011>>

/macosx-10.10/JavaScriptCore-7600.1.17/heap/
H A DWriteBarrierBuffer.cpp58 void WriteBarrierBuffer::reset() function in class:JSC::WriteBarrierBuffer
H A DWriteBarrierBuffer.h46 void reset();
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dtrackingallocator.h54 // reset frees all memory; commit forgets about it all
55 void reset();
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dtrackingallocator.h54 // reset frees all memory; commit forgets about it all
55 void reset();
/macosx-10.10/WebCore-7600.1.25/Modules/webaudio/
H A DChannelMergerNode.h45 virtual void reset() override;
/macosx-10.10/WebCore-7600.1.25/html/
H A DInputTypeNames.h46 const AtomicString& reset();
/macosx-10.10/WebCore-7600.1.25/html/parser/
H A DCSSPreloadScanner.h42 void reset();
/macosx-10.10/WebCore-7600.1.25/html/track/
H A DBufferedLineReader.h71 void reset() { m_buffer.clear(); } function in class:WebCore::BufferedLineReader
/macosx-10.10/WebCore-7600.1.25/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 DAudioProcessor.h61 virtual void reset() = 0;
H A DPanner.h59 virtual void reset() = 0;
/macosx-10.10/WebCore-7600.1.25/platform/gtk/
H A DGtkTouchContextHelper.cpp48 it->value.reset(gdk_event_copy(touchEvent));
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DOrderIterator.h53 void reset();
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DLegacyProfileType.js67 reset: function()
/macosx-10.10/ruby-106/ruby/test/rubygems/
H A Dtest_gem_commands_outdated_command.rb28 Gem::Specification.reset
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/tests/data/ok/peg_tclparam-snit/
H A D10_notahead34 $myparser reset $channel
40 $myparser reset
H A D9_ahead34 $myparser reset $channel
40 $myparser reset
/macosx-10.10/ICU-531.30/icuSources/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...]
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/t/
H A D040Filter.t46 Log::Log4perl->reset();
47 $buffer->reset();
78 Log::Log4perl->reset();
79 $buffer->reset();
131 Log::Log4perl->reset();
132 $buffer->reset();
167 Log::Log4perl->reset();
168 $buffer->reset();
203 Log::Log4perl->reset();
204 $buffer->reset();
[all...]
/macosx-10.10/ICU-531.30/icuSources/common/unicode/
H A Dusetiter.h184 * calling <tt>reset()</tt> between them. The results of doing so
205 * <tt>reset()</tt> between them. The results of doing so are
220 void reset(const UnicodeSet& set);
226 void reset();
/macosx-10.10/ICU-531.30/icuSources/layout/
H A DLEInsertionList.cpp33 reset();
36 void LEInsertionList::reset() function in class:LEInsertionList
/macosx-10.10/IOFWDVComponents-207.4.1/
H A DDeviceControlPriv.h123 #pragma options align=reset
133 #pragma import reset
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOConfigDirectoryIterator.cpp106 // reset
110 void IOConfigDirectoryIterator::reset() function in class:IOConfigDirectoryIterator
112 fDirectoryIterator->reset();
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DDateInstanceCache.h59 reset();
62 void reset() function in class:JSC::DateInstanceCache
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/antlr/
H A DLexerSharedInputState.hpp97 * The underlying InputBuffer is also reset.
99 virtual void reset( void )
106 input->reset();

Completed in 352 milliseconds

1234567891011>>