HomeSort by relevance Sort by last modified time
    Searched refs:Observe (Results 1 - 16 of 16) sorted by null

  /external/libchrome/base/
observer_list_unittest.cc 23 virtual void Observe(int x) = 0;
30 void Observe(int x) override { total += x * scaler_; }
45 void Observe(int x) override { list_->RemoveObserver(doomed_); }
59 void Observe(int x) override { list_->RemoveObserver(doomed_); }
75 void Observe(int x) override {
138 list_->Notify(FROM_HERE, &Foo::Observe, 10);
151 void Observe(int x) override {
190 FOR_EACH_OBSERVER(Foo, observer_list, Observe(10));
199 FOR_EACH_OBSERVER(Foo, observer_list, Observe(10));
222 observer_list->Notify(FROM_HERE, &Foo::Observe, 10)
    [all...]
  /external/llvm/lib/CodeGen/
AntiDepBreaker.h 50 virtual void Observe(MachineInstr &MI, unsigned Count,
CriticalAntiDepBreaker.h 85 void Observe(MachineInstr &MI, unsigned Count,
AggressiveAntiDepBreaker.h 147 void Observe(MachineInstr &MI, unsigned Count,
PostRASchedulerList.cpp 178 /// Observe - Update liveness information to account for the current
181 void Observe(MachineInstr &MI, unsigned Count);
351 Scheduler.Observe(MI, CurrentCount);
429 /// Observe - Update liveness information to account for the current
432 void SchedulePostRATDList::Observe(MachineInstr &MI, unsigned Count) {
434 AntiDepBreak->Observe(MI, Count, EndIndex);
CriticalAntiDepBreaker.cpp 90 void CriticalAntiDepBreaker::Observe(MachineInstr &MI, unsigned Count,
AggressiveAntiDepBreaker.cpp 183 void AggressiveAntiDepBreaker::Observe(MachineInstr &MI, unsigned Count,
192 DEBUG(dbgs() << "Observe: ");
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
AntiDepBreaker.h 51 /// Observe - Update liveness information to account for the current
54 virtual void Observe(MachineInstr *MI, unsigned Count,
CriticalAntiDepBreaker.h 88 /// Observe - Update liveness information to account for the current
91 void Observe(MachineInstr *MI, unsigned Count, unsigned InsertPosIndex);
AggressiveAntiDepBreaker.h 151 /// Observe - Update liveness information to account for the current
154 void Observe(MachineInstr *MI, unsigned Count, unsigned InsertPosIndex);
PostRASchedulerList.cpp 155 /// Observe - Update liveness information to account for the current
158 void Observe(MachineInstr *MI, unsigned Count);
270 Scheduler.Observe(MI, CurrentCount);
341 /// Observe - Update liveness information to account for the current
344 void SchedulePostRATDList::Observe(MachineInstr *MI, unsigned Count) {
346 AntiDepBreak->Observe(MI, Count, InsertPosIndex);
CriticalAntiDepBreaker.cpp 127 void CriticalAntiDepBreaker::Observe(MachineInstr *MI, unsigned Count,
AggressiveAntiDepBreaker.cpp 206 void AggressiveAntiDepBreaker::Observe(MachineInstr *MI, unsigned Count,
215 DEBUG(dbgs() << "Observe: ");
    [all...]
  /prebuilts/go/darwin-x86/src/text/tabwriter/
example_test.go 41 // Observe how the b's and the d's, despite appearing in the
58 // Observe that the third line has no trailing tab,
  /prebuilts/go/linux-x86/src/text/tabwriter/
example_test.go 41 // Observe how the b's and the d's, despite appearing in the
58 // Observe that the third line has no trailing tab,
  /external/libchrome/base/metrics/
field_trial_unittest.cc     [all...]

Completed in 742 milliseconds