Searched refs:reset (Results 1 - 25 of 1219) sorted by relevance

1234567891011>>

/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGLongLivedState.cpp45 m_allocator.reset();
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/page/plugins/
H A Dconfig_peg.tcl7 --reset
/macosx-10.10/WebCore-7600.1.25/html/
H A DResetInputType.cpp45 return InputTypeNames::reset();
57 element().form()->reset();
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_peg_export_container.tcl36 pt::peg::to::container reset
43 pt::peg::to::container reset
H A Dpt_peg_export_json.tcl35 pt::peg::to::json reset
42 pt::peg::to::json reset
H A Dpt_peg_export_peg.tcl36 pt::peg::to::peg reset
43 pt::peg::to::peg reset
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/tests/data/ok/peg_tclparam-tcloo/
H A D4_choice33 my reset $channel
39 my reset
H A D5_sequence33 my reset $channel
39 my reset
/macosx-10.10/ICU-531.30/icuSources/extra/scrptrun/
H A Dscrptrun.h42 void reset();
44 void reset(int32_t start, int32_t count);
46 void reset(const UChar chars[], int32_t start, int32_t length);
102 reset(NULL, 0, 0);
107 reset(chars, 0, length);
112 reset(chars, start, length);
130 inline void ScriptRun::reset() function in class:ScriptRun
138 inline void ScriptRun::reset(int32_t start, int32_t length) function in class:ScriptRun
143 reset();
146 inline void ScriptRun::reset(cons function in class:ScriptRun
[all...]
/macosx-10.10/uucp-11/uucp/contrib/
H A DHangup.Hayes12 # modem reset as an ABORT reset, otherwise it will not log anything.
32 timeout reset 2000
33 expect reset OK
35 # We're (probably) in command mode. Use ATZ (reset) to hang up
38 reset:
/macosx-10.10/llvmCore-3425.0.34/lib/MC/MCDisassembler/
H A DDisassembler.h94 MAI.reset(mAI);
95 MRI.reset(mRI);
96 MSI.reset(mSI);
97 MII.reset(mII);
98 Ctx.reset(ctx);
99 DisAsm.reset(disAsm);
100 IP.reset(iP);
/macosx-10.10/JavaScriptCore-7600.1.17/heap/
H A DTinyBloomFilter.h40 void reset();
72 inline void TinyBloomFilter::reset() function in class:JSC::TinyBloomFilter
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/antlr/
H A DCharInputBuffer.hpp52 * Called from LexerInputState::reset.
55 virtual inline void reset( void ) function in class:antlr::CharInputBuffer
57 InputBuffer::reset();
/macosx-10.10/WebCore-7600.1.25/Modules/webaudio/
H A DBiquadDSPKernel.h47 virtual void reset() override { m_biquad.reset(); }
/macosx-10.10/llvmCore-3425.0.34/unittests/ADT/
H A DSparseBitVectorTest.cpp24 Vec.reset(6);
27 Vec.reset(5);
/macosx-10.10/ICU-531.30/icuSources/common/
H A Derrorcode.cpp24 UErrorCode ErrorCode::reset() { function in class:ErrorCode
/macosx-10.10/IOGraphics-485/IONDRVSupport/
H A DIONDRVFramebufferPrivate.h60 #pragma options align=reset
/macosx-10.10/WebCore-7600.1.25/platform/audio/
H A DAudioResamplerKernel.h53 void reset();
69 // For the first call to process() (or after reset()) there will be no buffered samples.
H A DDirectConvolver.h46 void reset();
H A DDownSampler.h46 void reset();
H A DReverbInputBuffer.h55 void reset();
H A DUpSampler.h46 void reset();
/macosx-10.10/WebCore-7600.1.25/platform/gtk/
H A DGtkClickCounter.h31 void reset();
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DOrderIterator.cpp44 reset();
49 reset();
78 void OrderIterator::reset() function in class:WebCore::OrderIterator
94 m_iterator.reset();
/macosx-10.10/WebKit2-7600.1.25/UIProcess/ios/
H A DWKSyntheticClickTapGestureRecognizer.m59 - (void)reset
61 [super reset];

Completed in 196 milliseconds

1234567891011>>