/external/cronet/stable/base/synchronization/ |
D | cancelable_event_unittest.cc | 60 this->CreateThreadWithTask(task)->FlushForTesting(); in TEST_F() 69 this->CreateThreadWithTask(task)->FlushForTesting(); in TEST_F() 112 thread->FlushForTesting(); in TEST_F() 181 thread->FlushForTesting(); in TEST_F() 186 thread->FlushForTesting(); in TEST_F()
|
/external/cronet/tot/base/synchronization/ |
D | cancelable_event_unittest.cc | 60 this->CreateThreadWithTask(task)->FlushForTesting(); in TEST_F() 69 this->CreateThreadWithTask(task)->FlushForTesting(); in TEST_F() 112 thread->FlushForTesting(); in TEST_F() 181 thread->FlushForTesting(); in TEST_F() 186 thread->FlushForTesting(); in TEST_F()
|
/external/cronet/stable/base/task/thread_pool/ |
D | thread_group_unittest.cc | 205 task_tracker_.FlushForTesting(); in TEST_P() 228 task_tracker_.FlushForTesting(); in TEST_P() 321 task_tracker_.FlushForTesting(); in TEST_P() 432 task_tracker_.FlushForTesting(); in TEST_F() 493 task_tracker_.FlushForTesting(); in TEST_F() 569 task_tracker_.FlushForTesting(); in TEST_F() 605 task_tracker_.FlushForTesting(); in TEST_F() 644 task_tracker_.FlushForTesting(); in TEST_F() 687 task_tracker_.FlushForTesting(); in TEST_F() 736 task_tracker_.FlushForTesting(); in TEST_F() [all …]
|
D | thread_group_impl_unittest.cc | 81 task_tracker_.FlushForTesting(); in CommonTearDown() 404 task_tracker_.FlushForTesting(); in TEST_F() 482 task_tracker_.FlushForTesting(); in TEST_F() 520 task_tracker_.FlushForTesting(); in TEST_F() 588 task_tracker_.FlushForTesting(); in TEST_F() 790 task_tracker_.FlushForTesting(); in TEST_P() 813 task_tracker_.FlushForTesting(); in TEST_P() 882 task_tracker_.FlushForTesting(); in TEST_P() 946 task_tracker_.FlushForTesting(); in TEST_P() 999 task_tracker_.FlushForTesting(); in TEST_P() [all …]
|
/external/cronet/tot/base/task/thread_pool/ |
D | thread_group_unittest.cc | 205 task_tracker_.FlushForTesting(); in TEST_P() 228 task_tracker_.FlushForTesting(); in TEST_P() 321 task_tracker_.FlushForTesting(); in TEST_P() 432 task_tracker_.FlushForTesting(); in TEST_F() 493 task_tracker_.FlushForTesting(); in TEST_F() 569 task_tracker_.FlushForTesting(); in TEST_F() 605 task_tracker_.FlushForTesting(); in TEST_F() 644 task_tracker_.FlushForTesting(); in TEST_F() 687 task_tracker_.FlushForTesting(); in TEST_F() 736 task_tracker_.FlushForTesting(); in TEST_F() [all …]
|
D | thread_group_impl_unittest.cc | 81 task_tracker_.FlushForTesting(); in CommonTearDown() 404 task_tracker_.FlushForTesting(); in TEST_F() 482 task_tracker_.FlushForTesting(); in TEST_F() 520 task_tracker_.FlushForTesting(); in TEST_F() 588 task_tracker_.FlushForTesting(); in TEST_F() 790 task_tracker_.FlushForTesting(); in TEST_P() 813 task_tracker_.FlushForTesting(); in TEST_P() 882 task_tracker_.FlushForTesting(); in TEST_P() 946 task_tracker_.FlushForTesting(); in TEST_P() 999 task_tracker_.FlushForTesting(); in TEST_P() [all …]
|
/external/libchrome/mojo/public/cpp/bindings/ |
D | interface_ptr_set.h | 63 void FlushForTesting() { in FlushForTesting() function 66 it.second->FlushForTesting(); in FlushForTesting() 114 void FlushForTesting() { ptr_.FlushForTesting(); } in FlushForTesting() function
|
D | binding_set.h | 194 void FlushForTesting() { 199 binding.second->FlushForTesting(); 229 void FlushForTesting() { binding_.FlushForTesting(); }
|
D | strong_binding.h | 99 void FlushForTesting() { binding_.FlushForTesting(); } in FlushForTesting() function
|
D | strong_associated_binding.h | 86 void FlushForTesting() { binding_.FlushForTesting(); } in FlushForTesting() function
|
D | binding.h | 228 void FlushForTesting() { internal_state_.FlushForTesting(); } in FlushForTesting() function
|
D | interface_ptr.h | 128 void FlushForTesting() { internal_state_.FlushForTesting(); } in FlushForTesting() function
|
/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | binding_unittest.cc | 373 TEST_P(BindingTest, FlushForTesting) { in TEST_P() argument 387 binding.FlushForTesting(); in TEST_P() 388 binding.FlushForTesting(); in TEST_P() 402 binding.FlushForTesting(); in TEST_P() 404 binding.FlushForTesting(); in TEST_P() 587 TEST_P(StrongBindingTest, FlushForTesting) { in TEST_P() argument 603 binding->FlushForTesting(); in TEST_P() 605 binding->FlushForTesting(); in TEST_P() 611 binding->FlushForTesting(); in TEST_P() 628 binding->FlushForTesting(); in TEST_P()
|
D | associated_interface_unittest.cc | 766 ptr0.FlushForTesting(); in TEST_F() 790 ptr0.FlushForTesting(); in TEST_F() 792 ptr0.FlushForTesting(); in TEST_F() 811 impl0.binding()->FlushForTesting(); in TEST_F() 812 impl0.binding()->FlushForTesting(); in TEST_F() 832 impl.binding()->FlushForTesting(); in TEST_F() 834 impl.binding()->FlushForTesting(); in TEST_F() 848 impl.binding()->FlushForTesting(); in TEST_F() 849 impl.binding()->FlushForTesting(); in TEST_F() 860 impl.binding()->FlushForTesting(); in TEST_F() [all …]
|
/external/libchrome/mojo/public/cpp/bindings/lib/ |
D | associated_binding.cc | 45 void AssociatedBindingBase::FlushForTesting() { in FlushForTesting() function in mojo::AssociatedBindingBase 46 endpoint_client_->FlushForTesting(); in FlushForTesting()
|
D | associated_interface_ptr_state.cc | 40 void AssociatedInterfacePtrStateBase::FlushForTesting() { in FlushForTesting() function in mojo::internal::AssociatedInterfacePtrStateBase 41 endpoint_client_->FlushForTesting(); in FlushForTesting()
|
D | binding_state.cc | 68 void BindingStateBase::FlushForTesting() { in FlushForTesting() function in mojo::internal::BindingStateBase 69 endpoint_client_->FlushForTesting(); in FlushForTesting()
|
/external/cronet/tot/base/task/ |
D | bind_post_task_unittest.cc | 156 target_thread.FlushForTesting(); in TEST_F() 183 target_thread.FlushForTesting(); in TEST_F() 292 target_thread.FlushForTesting(); in TEST_F() 319 target_thread.FlushForTesting(); in TEST_F()
|
/external/cronet/stable/base/task/ |
D | bind_post_task_unittest.cc | 156 target_thread.FlushForTesting(); in TEST_F() 183 target_thread.FlushForTesting(); in TEST_F() 292 target_thread.FlushForTesting(); in TEST_F() 319 target_thread.FlushForTesting(); in TEST_F()
|
/external/cronet/stable/base/threading/ |
D | thread_unittest.cc | 509 TEST_F(ThreadTest, FlushForTesting) { in TEST_F() argument 513 a.FlushForTesting(); in TEST_F() 518 a.FlushForTesting(); in TEST_F() 531 a.FlushForTesting(); in TEST_F() 538 a.FlushForTesting(); in TEST_F()
|
/external/cronet/tot/base/threading/ |
D | thread_unittest.cc | 509 TEST_F(ThreadTest, FlushForTesting) { in TEST_F() argument 513 a.FlushForTesting(); in TEST_F() 518 a.FlushForTesting(); in TEST_F() 531 a.FlushForTesting(); in TEST_F() 538 a.FlushForTesting(); in TEST_F()
|
/external/libchrome/mojo/public/interfaces/bindings/ |
D | interface_control_messages.mojom | 25 FlushForTesting flush_for_testing; 44 struct FlushForTesting {
|
/external/libchrome/base/threading/ |
D | thread_unittest.cc | 492 TEST_F(ThreadTest, FlushForTesting) { in TEST_F() argument 496 a.FlushForTesting(); in TEST_F() 501 a.FlushForTesting(); in TEST_F() 516 a.FlushForTesting(); in TEST_F() 523 a.FlushForTesting(); in TEST_F()
|
/external/cronet/stable/base/task/sequence_manager/ |
D | work_tracker_unittest.cc | 66 other_thread.FlushForTesting(); in TEST() 151 other_thread.FlushForTesting(); in TEST()
|
/external/cronet/tot/base/task/sequence_manager/ |
D | work_tracker_unittest.cc | 66 other_thread.FlushForTesting(); in TEST() 151 other_thread.FlushForTesting(); in TEST()
|