HomeSort by relevance Sort by last modified time
    Searched defs:reset (Results 301 - 325 of 5406) sorted by null

<<11121314151617181920>>

  /external/icu/icu4c/source/common/
uenumimp.h 97 * This function should reset the enumeration
128 UEnumReset *reset; member in struct:UEnumeration
  /external/icu/icu4c/source/common/unicode/
idna.h 309 void reset() { function in class:IDNAInfo
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/
ParseStatus.java 16 public void reset() { method in class:ParseStatus
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
ParseStatus.java 16 public void reset() { method in class:ParseStatus
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
RangeValueIterator.java 111 public void reset(); method in interface:RangeValueIterator
UResourceBundleIterator.java 84 public void reset(){ method in class:UResourceBundleIterator
85 //reset the internal context
ValueIterator.java 92 public void reset(); method in interface:ValueIterator
  /external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/
IAgent.java 46 void reset(); method in interface:IAgent
51 * @param reset
56 byte[] getExecutionData(boolean reset);
62 * @param reset
68 void dump(boolean reset) throws IOException;
  /external/jsilver/src/com/google/streamhtmlparser/
Parser.java 56 * Reset the parser back to its initial default state.
58 void reset(); method in interface:Parser
  /external/libchrome/base/threading/
thread_collision_warner_unittest.cc 52 void reset() { failed_ = false; } function in class:__anon24380::AssertReporter
116 // Reset the status of warner for further tests.
117 local_reporter->reset();
  /external/libcxx/test/std/utilities/memory/specialized.algorithms/specialized.destroy/
destroy_at.pass.cpp 23 static void reset() { count = 0; } function in struct:Counted
33 static void reset() { count = 0; } function in struct:VCounted
destroy_n.pass.cpp 26 static void reset() { count = 0; } function in struct:Counted
  /external/libcxx/test/std/utilities/utility/pairs/pairs.pair/
assign_rv_pair.pass.cpp 41 static void reset() { copied = moved = 0; } function in struct:CountAssign
77 CountAssign::reset();
87 CountAssign::reset();
assign_tuple.pass.cpp 36 static void reset() { function in struct:CountingType
75 C::reset();
89 C::reset();
103 C::reset();
117 C::reset();
131 C::reset();
  /external/libcxx/test/std/utilities/variant/variant.variant/variant.assign/
copy.pass.cpp 67 static void reset() { function in struct:CopyAssign
360 CopyAssign::reset();
457 CopyAssign::reset();
  /external/libcxx/test/support/
counting_predicates.hpp 25 void reset() { count_ = 0; } function in struct:unary_counting_predicate
45 void reset() { count_ = 0; } function in struct:binary_counting_predicate
  /external/libmojo/mojo/edk/embedder/
scoped_platform_handle.h 47 void reset(PlatformHandle handle = PlatformHandle()) { function in class:mojo::edk::ScopedPlatformHandle
  /external/lisa/libs/utils/
energy.py 113 def reset(self): member in class:EnergyMeter
167 self._hwmon.reset(kinds=['energy'], sites=self._channels.values())
198 def reset(self): member in class:HWMon
205 self._log.debug('RESET: %s', self.readings)
233 def reset(self): member in class:_DevlibContinuousEnergyMeter
291 self._instrument.reset()
307 self._instrument.reset()
366 def reset(self): member in class:ACME
368 Reset energy meter and start sampling from channels specified in the
  /external/llvm/include/llvm/DebugInfo/CodeView/
FieldListRecordBuilder.h 50 void reset() { ListRecordBuilder::reset(); } function in class:llvm::codeview::FieldListRecordBuilder
ListRecordBuilder.h 32 void reset() { function in class:llvm::codeview::ListRecordBuilder
33 Builder.reset(Kind);
  /external/llvm/include/llvm/Transforms/Utils/
Cloning.h 195 void reset() { function in class:llvm::InlineFunctionInfo
  /external/llvm/lib/DebugInfo/PDB/DIA/
DIADataStream.cpp 67 void DIADataStream::reset() { StreamData->Reset(); } function in class:DIADataStream
DIAEnumDebugStreams.cpp 47 void DIAEnumDebugStreams::reset() { Enumerator->Reset(); } function in class:DIAEnumDebugStreams
  /external/lzma/CPP/Common/
AutoPtr.h 14 reset(p.release());
27 void reset(T* p = 0) function in class:CMyAutoPtr
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/check/
CRC32.java 30 state.reset();

Completed in 470 milliseconds

<<11121314151617181920>>