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

<<21222324252627282930>>

  /external/llvm/lib/CodeGen/
InterferenceCache.cpp 56 Entries[E].reset(PhysReg, LIUArray, TRI, MF);
75 void InterferenceCache::Entry::reset(unsigned physReg, function in class:InterferenceCache::Entry
79 assert(!hasRefs() && "Cannot reset cache entry with references");
85 // Reset iterators.
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-linked_ptr.h 168 void reset(T* ptr = NULL) { function in class:testing::internal::linked_ptr
  /external/lzma/Java/SevenZip/
LzmaBench.java 152 public void reset() method in class:LzmaBench.MyOutputStream
182 public void reset() method in class:LzmaBench.MyInputStream
343 inStream.reset();
344 compressedStream.reset();
362 inputCompressedStream.reset();
  /external/markdown/markdown/extensions/
footnotes.py 14 extension to allow it's state to be reset by a call to reset()
45 "multiple calls to reset()."]}
53 self.reset()
75 def reset(self): member in class:FootnoteExtension
76 """ Clear the footnotes on reset, and prepare for a distinct document. """
headerid.py 185 def reset(self): member in class:HeaderIdExtension
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-linked_ptr.h 168 void reset(T* ptr = NULL) { function in class:testing::internal::linked_ptr
  /external/mockito/src/org/mockito/internal/progress/
ThreadSafeMockingProgress.java 60 public void reset() { method in class:ThreadSafeMockingProgress
61 threadSafely().reset();
  /external/open-vcdiff/gtest/include/gtest/internal/
gtest-linked_ptr.h 168 void reset(T* ptr = NULL) { function in class:testing::internal::linked_ptr
  /external/proguard/src/proguard/evaluation/
TracedVariables.java 34 * In addition, an initialization index can be reset and retrieved, pointing
90 * Returns the most recent initialization index since it has been reset.
123 public void reset(int size) method in class:TracedVariables
125 super.reset(size);
127 producerVariables.reset(size);
  /external/proguard/src/proguard/obfuscate/
MemberObfuscator.java 102 nameFactory.reset();
SimpleNameFactory.java 65 public void reset() method in class:SimpleNameFactory
  /external/protobuf/gtest/include/gtest/internal/
gtest-linked_ptr.h 168 void reset(T* ptr = NULL) { function in class:testing::internal::linked_ptr
  /external/replicaisland/src/com/replica/replicaisland/
AttackAtDistanceComponent.java 33 reset(); method
37 public void reset() { method in class:AttackAtDistanceComponent
ButtonAnimationComponent.java 36 reset(); method
40 public void reset() { method in class:ButtonAnimationComponent
EventRecorder.java 31 public void reset() { method in class:EventRecorder
GenericAnimationComponent.java 25 reset(); method
29 public void reset() { method in class:GenericAnimationComponent
InputTouchScreen.java 16 public void reset() { method in class:InputTouchScreen
18 mTouchPoints[x].reset(); method
37 mTouchPoints[x].reset(); method
RenderingWatchDog.java 27 * panic if watch-dog is not reset over certain amount of time
30 /** panic if watch-dog is not reset over this amount of time */
73 public void reset() { method in class:RenderingWatchDog
SelectDialogComponent.java 33 public void reset() { method in class:SelectDialogComponent
TimeSystem.java 40 reset(); method
44 public void reset() { method in class:TimeSystem
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAccount.java 83 public static void reset() { method in class:ShadowAccount
ShadowBitmapFactory.java 113 public static void reset() { method in class:ShadowBitmapFactory
ShadowLog.java 116 public static void reset() { method in class:ShadowLog
ShadowMimeTypeMap.java 38 public static void reset() { method in class:ShadowMimeTypeMap
ShadowStatFs.java 59 public static void reset() { method in class:ShadowStatFs

Completed in 630 milliseconds

<<21222324252627282930>>