/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::__anon2ba22ee00111::Adder 68 void Observe(int x) override { in Observe() function in base::__anon2ba22ee00111::Disrupter 91 void Observe(int x) override { in Observe() function in base::__anon2ba22ee00111::AddInObserve 159 list_->Notify(FROM_HERE, &Foo::Observe, 10); in AddTask() 170 void Observe(int x) override { in Observe() function in base::__anon2ba22ee00111::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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | PostRASchedulerList.cpp | 181 void Observe(MachineInstr &MI, unsigned Count); 351 Scheduler.Observe(MI, CurrentCount); in runOnMachineFunction() 431 void SchedulePostRATDList::Observe(MachineInstr &MI, unsigned Count) { in Observe() function in SchedulePostRATDList 433 AntiDepBreak->Observe(MI, Count, EndIndex); in Observe()
|
D | AntiDepBreaker.h | 52 virtual void Observe(MachineInstr &MI, unsigned Count,
|
D | CriticalAntiDepBreaker.h | 91 void Observe(MachineInstr &MI, unsigned Count,
|
D | AggressiveAntiDepBreaker.h | 151 void Observe(MachineInstr &MI, unsigned Count,
|
D | CriticalAntiDepBreaker.cpp | 107 void CriticalAntiDepBreaker::Observe(MachineInstr &MI, unsigned Count, in Observe() function in CriticalAntiDepBreaker
|
D | AggressiveAntiDepBreaker.cpp | 197 void AggressiveAntiDepBreaker::Observe(MachineInstr &MI, unsigned Count, in Observe() function in AggressiveAntiDepBreaker
|
/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,
|
D | CriticalAntiDepBreaker.cpp | 90 void CriticalAntiDepBreaker::Observe(MachineInstr &MI, unsigned Count, in Observe() function in CriticalAntiDepBreaker
|
D | AggressiveAntiDepBreaker.cpp | 183 void AggressiveAntiDepBreaker::Observe(MachineInstr &MI, unsigned Count, in Observe() function in AggressiveAntiDepBreaker
|
/external/u-boot/doc/ |
D | README.mpc83xx.ddrecc | 151 Observe that Single-Bit Error is 'on' which means that Single-Bit Error Counter
|
D | README.gpt | 127 Observe, how Backup GPT is placed in the memory. It is NOT a mirror reflect
|
/external/skqp/site/user/sample/ |
D | viewer.md | 5 * Observe rendering performance - placing the Viewer in stats mode displays average frame times.
|
/external/skia/site/user/sample/ |
D | viewer.md | 5 * 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/deqp-deps/SPIRV-Tools/docs/ |
D | spirv-fuzz.md | 16 … field that can be any one of the different spirv-fuzz transformations. Observe that one of the o…
|
/external/swiftshader/third_party/SPIRV-Tools/docs/ |
D | spirv-fuzz.md | 16 … field that can be any one of the different spirv-fuzz transformations. Observe that one of the o…
|
/external/angle/third_party/spirv-tools/src/docs/ |
D | spirv-fuzz.md | 16 … field that can be any one of the different spirv-fuzz transformations. Observe that one of the o…
|
/external/u-boot/board/hisilicon/hikey960/ |
D | README | 136 Observe the console traces using UART6 on the Low Speed Expansion header:
|
/external/tensorflow/tensorflow/examples/ios/ |
D | README.md | 29 pod, and open the Xcode workspace. Observe: installing the pod can take a
|
/external/grpc-grpc/doc/ |
D | interop-test-descriptions.md | 1113 ### Observe ResponseParameters.interval_us 1114 [Observe ResponseParameters.interval_us]: #observe-responseparametersinterval_us
|
/external/libchrome/base/metrics/ |
D | field_trial_unittest.cc | 931 TEST_F(FieldTrialTest, Observe) { in TEST_F() argument
|