HomeSort by relevance Sort by last modified time
    Searched refs:Reset (Results 101 - 125 of 552) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/v8/src/
unicode.h 224 inline void Reset(Input input);
226 inline void Reset(unsigned position, Input input);
229 explicit InputBuffer(Input input) { Reset(input); }
251 inline void Reset(const char* data, unsigned length) {
252 InputBuffer<Utf8, Buffer<const char*>, s>::Reset(
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
CommonTreeNodeStream.cs 124 public virtual void Reset() {
126 _it.Reset();
206 Reset();
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
CommonTreeNodeStream.cs 141 public virtual void Reset()
144 _it.Reset();
239 Reset();
  /external/chromium/chrome/browser/ui/gtk/infobars/
infobar_arrow_model.cc 20 animation_.Reset(1.0);
61 animation_.Reset();
65 animation_.Reset(1.0);
  /external/llvm/include/llvm/Support/
Allocator.h 34 void Reset() {}
144 /// Reset - Deallocate all but the current slab and reset the current pointer
146 void Reset();
201 /// current slab and reset the current pointer to the beginning of it, freeing
215 Allocator.Reset();
  /external/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.cpp 44 void PPCScoreboardHazardRecognizer::Reset() {
45 ScoreboardHazardRecognizer::Reset();
242 void PPCHazardRecognizer970::Reset() {
  /external/regex-re2/re2/testing/
exhaustive_tester.cc 95 strgen_.Reset();
109 strgen_.Reset();
129 strgen_.Reset();
  /external/chromium/base/
timer_unittest.cc 48 timer_.reset();
196 timer.Reset();
213 void Reset() {
215 timer_->Reset();
230 timer.Reset();
237 &ResetHelper::Reset);
265 timer.Reset();
callback_unittest.cc 118 TEST_F(CallbackTest, Reset) {
123 callback_a_.Reset();
callback_internal.h 63 void Reset();
global_descriptors_posix.cc 54 void GlobalDescriptors::Reset(const Mapping& mapping) {
  /external/chromium/app/sql/
statement_unittest.cc 95 s.Reset();
102 s.Reset();
statement.h 58 // has to be reset.
89 void Reset();
  /external/chromium/base/synchronization/
waitable_event_unittest.cc 21 event.Reset();
39 event.Reset();
waitable_event.h 48 // consumer must call the Reset method. If this parameter is false, then the
66 void Reset();
73 // is not a manual reset event, then this test will cause a reset.
109 // wait-lists. Each WaitableEvent is automatic-reset and two of them are
117 // this case, the auto-reset WaitableEvent shouldn't act as if anything has
  /external/chromium/chrome/browser/ui/gtk/
hover_controller_gtk.cc 104 hover_animation_.Reset();
119 hover_animation_.Reset();
slide_animator_gtk.cc 58 animation_.reset(new ui::SlideAnimation(this));
80 animation_->Reset(1.0);
97 animation_->Reset(0.0);
  /external/chromium/chrome/browser/ui/views/infobars/
infobar.cc 33 animation_->Reset(1.0);
43 animation_->Reset(0.0);
  /external/chromium/crypto/
signature_verifier_win.cc 30 provider_.reset();
121 Reset();
127 void SignatureVerifier::Reset() {
128 hash_object_.reset();
129 public_key_.reset();
  /external/chromium/net/base/
gzip_header.cc 20 Reset();
26 void GZipHeader::Reset() {
  /external/chromium/third_party/libjingle/source/talk/base/
event.cc 76 bool Event::Reset() {
139 bool Event::Reset() {
180 // NOTE(liulk): Exactly one thread will auto-reset this event. All
182 // consistent with auto-reset events in WIN32.
  /external/libppp/src/
ccp.h 133 void (*Reset)(void *);
144 int (*Reset)(void *);
  /external/regex-re2/util/
arena.cc 12 // Destroying the arena automatically calls Reset()
18 freestart_(NULL), // set for real in Reset()
28 Reset();
40 // UnsafeArena::Reset()
44 void UnsafeArena::Reset() {
67 // to AllocNewBlock or Reset. (i.e. anything that might
143 // no-op: we don't "free" memory until Reset() is called. We do
147 // FreeBlocks() does the work for Reset(), actually freeing all
  /external/webkit/LayoutTests/storage/domstorage/events/script-tests/
case-sensitive.js 26 debug("Reset storage event list");
documentURI.js 22 debug("Reset storage event list");

Completed in 461 milliseconds

1 2 3 45 6 7 8 91011>>