HomeSort by relevance Sort by last modified time
    Searched defs:reset (Results 1176 - 1200 of 2379) sorted by null

<<41424344454647484950>>

  /external/emma/core/java12/com/vladium/emma/instr/
InstrProcessor.java 212 protected void reset () method in class:InstrProcessor
  /external/emma/core/java12/com/vladium/emma/report/
AbstractReportGenerator.java 219 reset (); method
225 protected void reset () method in class:AbstractReportGenerator
ReportProcessor.java 286 reset (); method
312 private void reset () method in class:ReportProcessor
  /external/emma/core/java12/com/vladium/emma/rt/
ClassPathProcessorST.java 52 m_readbuf = new byte [BUF_SIZE]; // don't reuse this across run() calls to reset it to the original size
54 m_baos = new ByteArrayOStream (BUF_SIZE); // don't reuse this across run() calls to reset it to the original size
357 m_baos.reset ();
  /external/emma/tools/java/com/vladium/tools/
ClassDep.java 152 baos.reset ();
  /external/freetype/include/freetype/internal/
pshints.h 93 * method (`stem', `stem3', or `reset'). Note that these functions do
224 * A method of the @T1_Hints class used to reset the stems hints in a
335 * reset ::
336 * The function to reset stem hints.
349 T1_Hints_ResetFunc reset; member in struct:T1_Hints_FuncsRec_
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
AES.java 552 public final void reset() method in class:AES
    [all...]
BlowFish.java 228 public void reset() method in class:BlowFish
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/digest/
SHA1.java 26 reset(); method
34 public void reset() method in class:SHA1
240 reset(); method
  /external/grub/stage2/
stage2.c 847 auto void reset (void);
848 void reset (void) function
870 reset ();
931 reset ();
966 /* Reset the state. */
1036 /* Check if the default entry is present. Otherwise reset
  /external/harfbuzz_ng/src/
hb-buffer.cc 160 hb_buffer_t::reset (void) function in class:hb_buffer_t
614 buffer->reset ();
800 buffer->reset ();
  /external/icu4c/common/
caniter.cpp 119 void CanonicalIterator::reset() { function in class:CanonicalIterator
251 // Common section to cleanup all local variables and reset object variables.
ustrenum.cpp 159 void UStringEnumeration::reset(UErrorCode& status) { function in class:UStringEnumeration
220 THIS(en)->reset(*ec);
  /external/icu4c/common/unicode/
bytestrie.h 89 BytesTrie &reset() { function in class:BytesTrie
136 * @see reset
157 * Equivalent to reset().next(inByte).
281 Iterator &reset();
ucharstrie.h 89 UCharsTrie &reset() { function in class:UCharsTrie
136 * @see reset
157 * Equivalent to reset().next(uchar).
170 * Equivalent to reset().nextForCodePoint(cp).
295 Iterator &reset();
381 // pos is already after the leadUnit, and the lead unit has bit 15 reset.
  /external/icu4c/i18n/
numsys.cpp 315 NumsysNameEnumeration::reset(UErrorCode& /*status*/) { function in class:NumsysNameEnumeration
scriptset.cpp 89 ScriptSet &ScriptSet::reset(UScriptCode script, UErrorCode &status) { function in class:ScriptSet
usrchimp.h 40 UBool reset; member in struct:USearch
  /external/icu4c/layout/
GlyphIterator.cpp 102 void GlyphIterator::reset(le_uint16 newLookupFlags, FeatureMask newFeatureMask) function in class:GlyphIterator
LEGlyphStorage.cpp 30 reset();
33 void LEGlyphStorage::reset() function in class:LEGlyphStorage
601 // complete pass over the glyphs, after which the iterator gets reset anyhow...
610 fInsertionList->reset();
624 // complete pass over the glyphs, after which the iterator gets reset anyhow...
  /external/jmonkeyengine/engine/src/core/com/jme3/shader/
Uniform.java 426 public void reset(){ method in class:Uniform
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/scene/plugins/
MTLLoader.java 77 public void reset(){ method in class:MTLLoader
168 // now, reset the params and set the name to start a new material
293 reset(); method
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
LwjglAbstractDisplay.java 214 timer.reset();
  /external/kernel-headers/original/linux/
akm8976.h 82 int reset; member in struct:akm8976_platform_data
  /external/llvm/include/llvm/ADT/
BitVector.h 235 // Set, reset, flip
275 BitVector &reset() { function in class:llvm::BitVector
280 BitVector &reset(unsigned Idx) { function in class:llvm::BitVector
285 /// reset - Efficiently reset a range of bits in [I, E)
286 BitVector &reset(unsigned I, unsigned E) { function in class:llvm::BitVector
287 assert(I <= E && "Attempted to reset backwards range!");
288 assert(E <= size() && "Attempted to reset out-of-bounds range!");
394 /// reset - Reset bits that are set in RHS. Same as *this &= ~RHS
    [all...]

Completed in 1052 milliseconds

<<41424344454647484950>>