/external/libweave/third_party/chromium/base/ |
D | callback_list_unittest.cc | 124 c1.Notify(1); in TEST() 131 c2.Notify(1, 2); in TEST() 138 c3.Notify(1, 2, 3); in TEST() 145 c4.Notify(1, 2, 3, 4); in TEST() 152 c5.Notify(1, 2, 3, 4, 5); in TEST() 159 c6.Notify(1, 2, 3, 4, 5, 6); in TEST() 177 cb_reg.Notify(); in TEST() 187 cb_reg.Notify(); in TEST() 212 cb_reg.Notify(10); in TEST() 222 cb_reg.Notify(10); in TEST() [all …]
|
D | callback_list.h | 214 void Notify( in Notify() function
|
/external/libchrome/base/ |
D | callback_list_unittest.cc | 124 c1.Notify(1); in TEST() 131 c2.Notify(1, 2); in TEST() 138 c3.Notify(1, 2, 3); in TEST() 145 c4.Notify(1, 2, 3, 4); in TEST() 152 c5.Notify(1, 2, 3, 4, 5); in TEST() 159 c6.Notify(1, 2, 3, 4, 5, 6); in TEST() 177 cb_reg.Notify(); in TEST() 187 cb_reg.Notify(); in TEST() 212 cb_reg.Notify(10); in TEST() 222 cb_reg.Notify(10); in TEST() [all …]
|
D | observer_list_unittest.cc | 138 list_->Notify(FROM_HERE, &Foo::Observe, 10); in AddTask() 222 observer_list->Notify(FROM_HERE, &Foo::Observe, 10); in TEST() 229 observer_list->Notify(FROM_HERE, &Foo::Observe, 10); in TEST() 252 observer_list->Notify(FROM_HERE, &Foo::Observe, 10); in TEST() 263 observer_list->Notify(FROM_HERE, &Foo::Observe, 10); in TEST() 285 observer_list->Notify(FROM_HERE, &Foo::Observe, 10); in TEST() 299 observer_list->Notify(FROM_HERE, &Foo::Observe, 20); in TEST() 313 observer_list->Notify(FROM_HERE, &Foo::Observe, 30); in TEST() 358 observer_list->Notify(FROM_HERE, &Foo::Observe, 1); in TEST() 397 observer_list->Notify(FROM_HERE, &Foo::Observe, 10); in ThreadSafeObserverHarness() [all …]
|
D | callback_list.h | 214 void Notify( in Notify() function
|
D | observer_list_threadsafe.h | 177 void Notify(const tracked_objects::Location& from_here, in Notify() function
|
/external/libweave/src/commands/ |
D | cloud_command_proxy_unittest.cc | 173 callbacks_.Notify(19); in TEST_F() 177 callbacks_.Notify(20); in TEST_F() 216 callbacks_.Notify(20); in TEST_F() 267 callbacks_.Notify(20); in TEST_F() 274 callbacks_.Notify(21); in TEST_F() 278 callbacks_.Notify(22); in TEST_F() 306 callbacks_.Notify(21); in TEST_F() 313 callbacks_.Notify(22); in TEST_F() 333 callbacks_.Notify(30); in TEST_F() 353 callbacks_.Notify(30); in TEST_F() [all …]
|
/external/gtest/test/ |
D | gtest_output_test_.cc | 286 check_points->n1.Notify(); in ThreadWithScopedTrace() 294 check_points->n3.Notify(); in ThreadWithScopedTrace() 310 check_points.n2.Notify(); in TEST() 485 notifications->spawn_thread_started.Notify(); in ThreadRoutine() 508 notifications_.spawn_thread_ok_to_terminate.Notify(); in TearDown()
|
D | gtest_stress_test.cc | 136 threads_can_start.Notify(); in TEST()
|
/external/protobuf/gtest/test/ |
D | gtest_output_test_.cc | 260 check_points->n1.Notify(); in ThreadWithScopedTrace() 268 check_points->n3.Notify(); in ThreadWithScopedTrace() 284 check_points.n2.Notify(); in TEST() 585 notifications->spawn_thread_started.Notify(); in ThreadRoutine() 608 notifications_.spawn_thread_ok_to_terminate.Notify(); in TearDown()
|
D | gtest_stress_test.cc | 137 threads_can_start.Notify(); in TEST()
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest_output_test_.cc | 274 check_points->n1.Notify(); in ThreadWithScopedTrace() 282 check_points->n3.Notify(); in ThreadWithScopedTrace() 298 check_points.n2.Notify(); in TEST() 473 notifications->spawn_thread_started.Notify(); in ThreadRoutine() 496 notifications_.spawn_thread_ok_to_terminate.Notify(); in TearDown()
|
D | gtest_stress_test.cc | 137 threads_can_start.Notify(); in TEST()
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
D | gtest_output_test_.cc | 286 check_points->n1.Notify(); in ThreadWithScopedTrace() 294 check_points->n3.Notify(); in ThreadWithScopedTrace() 310 check_points.n2.Notify(); in TEST() 485 notifications->spawn_thread_started.Notify(); in ThreadRoutine() 508 notifications_.spawn_thread_ok_to_terminate.Notify(); in TearDown()
|
D | gtest_stress_test.cc | 136 threads_can_start.Notify(); in TEST()
|
/external/jmdns/src/javax/jmdns/impl/constants/ |
D | DNSOperationCode.java | 31 Notify("Notify", 4), enumConstant
|
/external/webrtc/webrtc/video/ |
D | send_statistics_proxy_unittest.cc | 240 observer->Notify(total, retransmit, ssrc); in TEST_F() 253 observer->Notify(total, retransmit, ssrc); in TEST_F() 335 bitrate_observer->Notify(total, retransmit, excluded_ssrc); in TEST_F() 420 observer->Notify(bitrate, bitrate, config_.rtp.ssrcs[0]); in TEST_F() 421 observer->Notify(bitrate, bitrate, config_.rtp.ssrcs[1]); in TEST_F()
|
D | vie_channel.h | 347 virtual void Notify(const BitrateStatistics& total_stats, in Notify() function 352 callback_->Notify(total_stats, retransmit_stats, ssrc); in Notify()
|
D | send_statistics_proxy.h | 86 void Notify(const BitrateStatistics& total_stats,
|
/external/lldb/source/Plugins/Process/POSIX/ |
D | POSIXThread.h | 81 void Notify(const ProcessMessage &message);
|
/external/lldb/source/Core/ |
D | Debugger.cpp | 871 reader_sp->Notify (eInputReaderInterrupt); in DispatchInputInterrupt() 886 reader_sp->Notify (eInputReaderEndOfFile); in DispatchInputEndOfFile() 904 reader_sp->Notify (eInputReaderEndOfFile); in CleanUpInputReaders() 916 reader_sp->Notify (notification); in NotifyTopInputReader() 979 top_reader_sp->Notify (eInputReaderDeactivate); in PushInputReader() 982 reader_sp->Notify (eInputReaderActivate); in PushInputReader() 1001 reader_sp->Notify (eInputReaderDeactivate); in PopInputReader() 1002 reader_sp->Notify (eInputReaderDone); in PopInputReader() 1011 reader_sp->Notify (eInputReaderReactivate); in PopInputReader()
|
D | InputReader.cpp | 323 InputReader::Notify (InputReaderAction notification) in Notify() function in InputReader
|
/external/google-benchmark/src/ |
D | mutex.h | 122 void Notify() EXCLUDES(mutex_) { in Notify() function
|
/external/lldb/include/lldb/Core/ |
D | InputReader.h | 252 Notify (lldb::InputReaderAction notification);
|
/external/skia/platform_tools/android/bin/ |
D | android_run_app.go | 199 signal.Notify(interrupt, os.Interrupt)
|