Searched refs:reset (Results 126 - 150 of 1219) sorted by relevance

1234567891011>>

/macosx-10.10/JavaScriptCore-7600.1.17/heap/
H A DRegion.h68 Region* reset(size_t blockSize);
113 NormalRegion* reset(size_t blockSize);
131 ExcessRegion* reset(size_t blockSize);
160 inline NormalRegion* NormalRegion::reset(size_t blockSize) function in class:JSC::NormalRegion
193 inline ExcessRegion* ExcessRegion::reset(size_t blockSize) function in class:JSC::ExcessRegion
268 inline Region* Region::reset(size_t blockSize)
273 return static_cast<ExcessRegion*>(this)->reset(blockSize);
274 return static_cast<NormalRegion*>(this)->reset(blockSize);
276 return static_cast<ExcessRegion*>(this)->reset(blockSize);
/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DExecutionCounter.cpp39 reset();
63 reset();
170 void ExecutionCounter<countingVariant>::reset() function in class:JSC::ExecutionCounter
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c++/
H A Dutils.hpp68 void reset(T* = NULL) throw();
134 auto_array< T >::reset(T* ptr) function in class:atf::utils::auto_array
147 reset(ptr.release());
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/
H A Dtext_write.tcl20 reset clear field fieldl fieldr /line prefix indent \
31 proc ::text::write::reset {} {
82 reset
90 reset
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/t/
H A D048lwp.t60 Log::Log4perl->reset();
81 Log::Log4perl->reset();
/macosx-10.10/ICU-531.30/icuSources/common/
H A Duenumimp.h95 * This function should reset the enumeration
126 UEnumReset *reset; member in struct:UEnumeration
/macosx-10.10/ICU-531.30/icuSources/common/unicode/
H A Dstrenum.h48 * unext, snext, or reset.</p>
86 * a subsequent call to reset, or if the iterator becomes out of sync.</p>
108 * to next, unext, snext, reset, or the enumerator's destructor.</p>
140 * to next, unext, snext, reset, or the enumerator's destructor.</p>
162 * to next, unext, snext, reset, or the enumerator's destructor.</p>
190 virtual void reset(UErrorCode& status) = 0;
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dquantityformatter.h38 // TODO(Travis Keep): Add test for copy constructor, assignment, and reset.
63 void reset();
/macosx-10.10/ICU-531.30/icuSources/layout/
H A DLEInsertionList.h124 void reset();
/macosx-10.10/IOFWDVComponents-207.4.1/
H A DDeviceControl.h87 #pragma options align=reset
H A DDeviceControlPriv.i.c79 #pragma options align=reset
131 #pragma options align=reset
184 #pragma options align=reset
238 #pragma options align=reset
/macosx-10.10/OpenSSH-189/osslshim/ossl/
H A Dossl-hmac.c94 int i, blksize, reset = 0; local
98 reset = 1;
105 reset = 1;
125 if (reset) {
/macosx-10.10/OpenSSL098-52/src/crypto/hmac/
H A Dhmac.c69 int i,j,reset=0; local
74 reset=1;
82 reset=1;
103 if (reset)
/macosx-10.10/OpenSSL098-52/src/fips/hmac/
H A Dfips_hmac.c69 int i,j,reset=0; local
74 reset=1;
89 reset=1;
110 if (reset)
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/antlr/
H A DInputBuffer.hpp46 virtual inline void reset( void ) function in class:antlr::InputBuffer
H A DTokenBuffer.hpp43 inline void reset( void ) function in class:antlr::TokenBuffer
/macosx-10.10/WTF-7600.1.24/icu/unicode/
H A Dstrenum.h48 * unext, snext, or reset.</p>
86 * a subsequent call to reset, or if the iterator becomes out of sync.</p>
108 * to next, unext, snext, reset, or the enumerator's destructor.</p>
139 * to next, unext, snext, reset, or the enumerator's destructor.</p>
161 * to next, unext, snext, reset, or the enumerator's destructor.</p>
185 virtual void reset(UErrorCode& status) = 0;
/macosx-10.10/WebCore-7600.1.25/Modules/indexeddb/
H A DIDBRecordIdentifier.h52 void reset(const Vector<char>& encodedPrimaryKey, int64_t version) function in class:WebCore::IDBRecordIdentifier
/macosx-10.10/WebCore-7600.1.25/Modules/webaudio/
H A DAudioBasicProcessorNode.h48 virtual void reset() override;
H A DConvolverNode.h49 virtual void reset() override;
H A DDelayDSPKernel.h42 virtual void reset() override;
H A DGainNode.h49 virtual void reset() override;
H A DMediaElementAudioSourceNode.h52 virtual void reset() override;
H A DMediaStreamAudioDestinationNode.h50 virtual void reset();
H A DMediaStreamAudioSourceNode.h51 virtual void reset();

Completed in 302 milliseconds

1234567891011>>