/external/libchrome/base/ |
D | observer_list_unittest.cc | 38 virtual void Observe(int x) = 0; 48 void Observe(int x) override { total += x * scaler_; } in Observe() function in base::__anon50f2eebc0111::Adder 68 void Observe(int x) override { in Observe() function in base::__anon50f2eebc0111::Disrupter 91 void Observe(int x) override { in Observe() function in base::__anon50f2eebc0111::AddInObserve 159 list_->Notify(FROM_HERE, &Foo::Observe, 10); in AddTask() 170 void Observe(int x) override { in Observe() function in base::__anon50f2eebc0111::AddRemoveThread 297 observer.Observe(10); in TEST() 307 observer.Observe(10); in TEST() 395 observer.Observe(10); in TEST() 402 observer.Observe(10); in TEST() [all …]
|
/external/webrtc/modules/desktop_capture/ |
D | capture_result_desktop_capturer_wrapper.cc | 45 observer_->Observe(&result, &frame); in OnCaptureResult()
|
D | capture_result_desktop_capturer_wrapper.h | 37 virtual void Observe(Result* result,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | PostRASchedulerList.cpp | 181 void Observe(MachineInstr &MI, unsigned Count); 351 Scheduler.Observe(MI, CurrentCount); in runOnMachineFunction() 427 void SchedulePostRATDList::Observe(MachineInstr &MI, unsigned Count) { in Observe() function in SchedulePostRATDList 429 AntiDepBreak->Observe(MI, Count, EndIndex); in Observe()
|
D | AntiDepBreaker.h | 51 virtual void Observe(MachineInstr &MI, unsigned Count,
|
D | CriticalAntiDepBreaker.h | 90 void Observe(MachineInstr &MI, unsigned Count,
|
D | AggressiveAntiDepBreaker.h | 150 void Observe(MachineInstr &MI, unsigned Count,
|
/external/llvm/lib/CodeGen/ |
D | PostRASchedulerList.cpp | 181 void Observe(MachineInstr &MI, unsigned Count); 351 Scheduler.Observe(MI, CurrentCount); in runOnMachineFunction() 432 void SchedulePostRATDList::Observe(MachineInstr &MI, unsigned Count) { in Observe() function in SchedulePostRATDList 434 AntiDepBreak->Observe(MI, Count, EndIndex); in Observe()
|
D | AntiDepBreaker.h | 50 virtual void Observe(MachineInstr &MI, unsigned Count,
|
D | CriticalAntiDepBreaker.h | 85 void Observe(MachineInstr &MI, unsigned Count,
|
D | AggressiveAntiDepBreaker.h | 147 void Observe(MachineInstr &MI, unsigned Count,
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | PostRASchedulerList.cpp | 179 void Observe(MachineInstr &MI, unsigned Count); 349 Scheduler.Observe(MI, CurrentCount); in runOnMachineFunction() 425 void SchedulePostRATDList::Observe(MachineInstr &MI, unsigned Count) { in Observe() function in SchedulePostRATDList 427 AntiDepBreak->Observe(MI, Count, EndIndex); in Observe()
|
D | CriticalAntiDepBreaker.h | 90 void Observe(MachineInstr &MI, unsigned Count,
|
D | AggressiveAntiDepBreaker.h | 150 void Observe(MachineInstr &MI, unsigned Count,
|
/external/libchrome/components/policy/core/common/ |
D | policy_service.cc | 21 void PolicyChangeRegistrar::Observe(const std::string& policy_name, in Observe() function in policy::PolicyChangeRegistrar
|
D | policy_service.h | 97 void Observe(const std::string& policy_name, const UpdateCallback& callback);
|
D | policy_service_impl_unittest.cc | 400 registrar->Observe("pre", base::Bind( in TEST_F() 403 registrar->Observe("aaa", base::Bind( in TEST_F()
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | AntiDepBreaker.h | 52 virtual void Observe(MachineInstr &MI, unsigned Count,
|
/external/libwebsockets/minimal-examples/mqtt-client/minimal-mqtt-client/ |
D | README.md | 43 Observe it received at the test client
|
/external/skqp/site/user/sample/ |
D | viewer.md | 5 * Observe rendering performance - placing the Viewer in stats mode displays average frame times.
|
/external/rust/crates/libfuzzer-sys/libfuzzer/ |
D | FuzzerTracePC.cpp | 160 auto Observe = [&](const PCTableEntry *TE) { in UpdateObservedPCs() local 178 Observe(&ModulePCTable[i].Start[M.Idx(P)]); in UpdateObservedPCs()
|
/external/llvm-project/compiler-rt/lib/fuzzer/ |
D | FuzzerTracePC.cpp | 160 auto Observe = [&](const PCTableEntry *TE) { in UpdateObservedPCs() local 178 Observe(&ModulePCTable[i].Start[M.Idx(P)]); in UpdateObservedPCs()
|
/external/skia/site/docs/user/sample/ |
D | viewer.md | 10 * Observe rendering performance - placing the Viewer in stats mode displays average frame times.
|
/external/protobuf/examples/ |
D | README.md | 122 Observe that the C++, Python, Java, and Dart examples in this directory run in a
|
/external/llvm-project/llvm/test/DebugInfo/MIR/X86/ |
D | livedebugvalues_many_loop_heads.mir | 21 ; Observe the DBG_VALUE in bb.2: this variable location musn't be propagated
|