Home
last modified time | relevance | path

Searched refs:Notify (Results 1 – 25 of 56) sorted by relevance

123

/external/libweave/third_party/chromium/base/
Dcallback_list_unittest.cc124 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 …]
Dcallback_list.h214 void Notify( in Notify() function
/external/libchrome/base/
Dcallback_list_unittest.cc124 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 …]
Dobserver_list_unittest.cc138 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 …]
Dcallback_list.h214 void Notify( in Notify() function
Dobserver_list_threadsafe.h177 void Notify(const tracked_objects::Location& from_here, in Notify() function
/external/libweave/src/commands/
Dcloud_command_proxy_unittest.cc173 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/
Dgtest_output_test_.cc286 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()
Dgtest_stress_test.cc136 threads_can_start.Notify(); in TEST()
/external/protobuf/gtest/test/
Dgtest_output_test_.cc260 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()
Dgtest_stress_test.cc137 threads_can_start.Notify(); in TEST()
/external/google-breakpad/src/testing/gtest/test/
Dgtest_output_test_.cc274 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()
Dgtest_stress_test.cc137 threads_can_start.Notify(); in TEST()
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
Dgtest_output_test_.cc286 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()
Dgtest_stress_test.cc136 threads_can_start.Notify(); in TEST()
/external/jmdns/src/javax/jmdns/impl/constants/
DDNSOperationCode.java31 Notify("Notify", 4), enumConstant
/external/webrtc/webrtc/video/
Dsend_statistics_proxy_unittest.cc240 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()
Dvie_channel.h347 virtual void Notify(const BitrateStatistics& total_stats, in Notify() function
352 callback_->Notify(total_stats, retransmit_stats, ssrc); in Notify()
Dsend_statistics_proxy.h86 void Notify(const BitrateStatistics& total_stats,
/external/lldb/source/Plugins/Process/POSIX/
DPOSIXThread.h81 void Notify(const ProcessMessage &message);
/external/lldb/source/Core/
DDebugger.cpp871 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()
DInputReader.cpp323 InputReader::Notify (InputReaderAction notification) in Notify() function in InputReader
/external/google-benchmark/src/
Dmutex.h122 void Notify() EXCLUDES(mutex_) { in Notify() function
/external/lldb/include/lldb/Core/
DInputReader.h252 Notify (lldb::InputReaderAction notification);
/external/skia/platform_tools/android/bin/
Dandroid_run_app.go199 signal.Notify(interrupt, os.Interrupt)

123