Searched refs:reset (Results 101 - 125 of 1219) sorted by relevance

1234567891011>>

/macosx-10.10/WebCore-7600.1.25/Modules/webaudio/
H A DAnalyserNode.cpp70 void AnalyserNode::reset() function in class:WebCore::AnalyserNode
72 m_analyser.reset();
H A DAudioBasicProcessorNode.cpp94 void AudioBasicProcessorNode::reset() function in class:WebCore::AudioBasicProcessorNode
97 processor()->reset();
H A DWaveShaperDSPKernel.cpp163 void WaveShaperDSPKernel::reset() function in class:WebCore::WaveShaperDSPKernel
166 m_upSampler->reset();
167 m_downSampler->reset();
168 m_upSampler2->reset();
169 m_downSampler2->reset();
/macosx-10.10/WebCore-7600.1.25/Modules/websockets/
H A DWebSocketDeflater.h62 void reset();
85 void reset();
/macosx-10.10/WebCore-7600.1.25/html/parser/
H A DInputStreamPreprocessor.h46 reset();
81 void reset(bool skipNextNewLine = false) function in class:WebCore::InputStreamPreprocessor
/macosx-10.10/WebCore-7600.1.25/platform/audio/
H A DAudioDSPKernelProcessor.cpp94 void AudioDSPKernelProcessor::reset() function in class:WebCore::AudioDSPKernelProcessor
104 m_kernels[i]->reset();
H A DReverbConvolver.cpp220 void ReverbConvolver::reset() function in class:WebCore::ReverbConvolver
223 m_stages[i]->reset();
226 m_backgroundStages[i]->reset();
228 m_accumulationBuffer.reset();
229 m_inputBuffer.reset();
H A DHRTFPanner.cpp86 void HRTFPanner::reset() function in class:WebCore::HRTFPanner
88 m_convolverL1.reset();
89 m_convolverR1.reset();
90 m_convolverL2.reset();
91 m_convolverR2.reset();
92 m_delayLineL.reset();
93 m_delayLineR.reset();
/macosx-10.10/WebCore-7600.1.25/platform/graphics/texmap/
H A DTextureMapperTile.cpp47 m_texture->reset(targetRect.size(), image->currentFrameKnownToBeOpaque() ? 0 : BitmapTexture::SupportsAlpha);
66 m_texture->reset(targetRect.size(), BitmapTexture::SupportsAlpha);
/macosx-10.10/WebCore-7600.1.25/rendering/line/
H A DLineBreaker.h55 reset();
65 void reset();
/macosx-10.10/WebCore-7600.1.25/xml/
H A DXSLTProcessor.idl48 void reset();
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DTimeline.js30 this.reset(true);
34 Reset: "timeline-reset",
60 reset: function(suppressEvents)
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DLayoutTimelineDataGrid.js40 reset: function()
42 WebInspector.TimelineDataGrid.prototype.reset.call(this); method in class:WebInspector.TimelineDataGrid
/macosx-10.10/ncurses-44/xcodescripts/
H A Dfix_bin.sh15 ln -s tset "$DSTROOT"/usr/bin/reset
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_tclparam_config_snit.tcl86 $myparser reset $channel
92 $myparser reset
H A Dpt_tclparam_config_tcloo.tcl79 my reset $channel
85 my reset
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/diagrams/
H A Ddiagram.tcl39 method reset {} {
/macosx-10.10/llvmCore-3425.0.34/unittests/Support/
H A DValueHandleTest.cpp100 BitcastV.reset();
182 EXPECT_DEATH({BitcastV.reset();},
186 EXPECT_DEATH({BitcastV.reset();},
189 BitcastV.reset();
259 BitcastV.reset();
325 BitcastV.reset(); // Would crash without the ValueHandler.
344 ToClear[0].reset(new WeakVH(V));
346 ToClear[1].reset(new WeakVH(V));
349 ToClear[0].reset();
350 ToClear[1].reset();
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dcssmdata.cpp182 reset(); // so just clear old data
187 reset(); // give up our old data
192 source.reset(); // release source's data
207 void CssmAutoData::reset() function in class:Security::CssmAutoData
223 void CssmRemoteData::reset() function in class:Security::CssmRemoteData
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dcssmdata.cpp182 reset(); // so just clear old data
187 reset(); // give up our old data
192 source.reset(); // release source's data
207 void CssmAutoData::reset() function in class:Security::CssmAutoData
223 void CssmRemoteData::reset() function in class:Security::CssmRemoteData
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-run/
H A Dsignals_test.cpp231 atf::atf_run::reset(SIGUSR1);
242 ATF_TEST_CASE(reset); variable
243 ATF_TEST_CASE_HEAD(reset)
245 set_md_var("descr", "Tests the reset function");
247 ATF_TEST_CASE_BODY(reset)
274 ATF_ADD_TEST_CASE(tcs, reset);
/macosx-10.10/llvmCore-3425.0.34/lib/MC/MCDisassembler/
H A DEDDisassembler.cpp146 MRI.reset(Tgt->createMCRegInfo(tripleString));
153 AsmInfo.reset(Tgt->createMCAsmInfo(tripleString));
158 STI.reset(Tgt->createMCSubtargetInfo(tripleString, "", ""));
163 Disassembler.reset(Tgt->createMCDisassembler(*STI));
170 MII.reset(Tgt->createMCInstrInfo());
175 InstString.reset(new std::string);
176 InstStream.reset(new raw_string_ostream(*InstString));
177 InstPrinter.reset(Tgt->createMCInstPrinter(LLVMSyntaxVariant, *AsmInfo,
183 GenericAsmLexer.reset(new AsmLexer(*AsmInfo));
184 SpecificAsmLexer.reset(Tg
[all...]
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/library/xml/
H A Dxml.xotcl30 XMLParser instproc reset {} {[my set PC] reset; [self]::T reset}
52 Node instproc reset {} {
131 x reset
/macosx-10.10/WebCore-7600.1.25/platform/text/wchar/
H A DTextBreakIteratorWchar.cpp53 void reset(const UChar* str, int len) function in class:WebCore::TextBreakIterator
234 iterator.reset(string, length);
246 m_iterator->reset(buffer, length);
267 staticLineBreakIterator->reset(string, length);
273 lineBreakIterator->reset(string, length);
292 iterator.reset(string, length);
344 iterator.reset(string, length);
/macosx-10.10/JavaScriptCore-7600.1.17/heap/
H A DMarkedSpace.cpp141 allocatorFor(cellSize).reset();
142 normalDestructorAllocatorFor(cellSize).reset();
143 immortalStructureDestructorAllocatorFor(cellSize).reset();
147 allocatorFor(cellSize).reset();
148 normalDestructorAllocatorFor(cellSize).reset();
149 immortalStructureDestructorAllocatorFor(cellSize).reset();
152 m_normalSpace.largeAllocator.reset();
153 m_normalDestructorSpace.largeAllocator.reset();
154 m_immortalStructureDestructorSpace.largeAllocator.reset();

Completed in 233 milliseconds

1234567891011>>