/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
D | notification.h | 65 class Notification { 68 Notification() : notified_yet_(false) {} in Notification() function 69 explicit Notification(bool prenotify) : notified_yet_(prenotify) {} in Notification() function 70 Notification(const Notification&) = delete; 71 Notification& operator=(const Notification&) = delete; 72 ~Notification();
|
D | notification.cc | 27 void Notification::Notify() { in Notify() 42 Notification::~Notification() { in ~Notification() 48 void Notification::WaitForNotification() const { in WaitForNotification() 56 bool Notification::WaitForNotificationWithTimeout( in WaitForNotificationWithTimeout() 67 bool Notification::WaitForNotificationWithDeadline(absl::Time deadline) const { in WaitForNotificationWithDeadline()
|
D | notification_test.cc | 56 Notification* notification, in RunWorker() 69 static void BasicTests(bool notify_before_waiting, Notification* notification) { in BasicTests() 127 Notification local_notification1, local_notification2; in TEST()
|
D | lifetime_test.cc | 42 absl::Notification* notification, bool* state) { in ThreadOne() 60 absl::Notification* notification, bool* state) { in ThreadTwo() 79 absl::Notification notification; in RunTests()
|
/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/execserver/ |
D | ExecService.java | 27 import android.app.Notification; 28 import android.app.Notification.Builder; 101 Notification.Builder builder = new Notification.Builder(this, channel); in onStartCommand() 102 Notification notification = builder.setContentIntent(pm) in onStartCommand()
|
/third_party/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-port.h | 1172 class Notification { 1174 Notification() : notified_(false) { 1177 ~Notification() { 1206 GTEST_DISALLOW_COPY_AND_ASSIGN_(Notification); 1248 class GTEST_API_ Notification { 1250 Notification(); 1257 GTEST_DISALLOW_COPY_AND_ASSIGN_(Notification); 1305 ThreadWithParam(UserThreadFunc* func, T param, Notification* thread_can_start) 1335 Notification* const thread_can_start_; 1483 ThreadWithParamBase(Runnable *runnable, Notification* thread_can_start); [all …]
|
/third_party/mesa3d/src/gtest/src/ |
D | gtest-port.cc | 323 Notification::Notification() in Notification() function in testing::internal::Notification 331 void Notification::Notify() { in Notify() 335 void Notification::WaitForNotification() { in WaitForNotification() 468 Notification* thread_can_start) { in CreateThread() 488 ThreadMainParam(Runnable* runnable, Notification* thread_can_start) in ThreadMainParam() 494 Notification* thread_can_start_; 515 Notification* thread_can_start) in ThreadWithParamBase()
|
/third_party/node/deps/googletest/include/gtest/internal/ |
D | gtest-port.h | 1260 class GTEST_API_ Notification { 1262 Notification() : notified_(false) {} 1263 Notification(const Notification&) = delete; 1264 Notification& operator=(const Notification&) = delete; 1333 ThreadWithParam(UserThreadFunc* func, T param, Notification* thread_can_start) 1363 Notification* const thread_can_start_; 1515 ThreadWithParamBase(Runnable* runnable, Notification* thread_can_start); 1528 ThreadWithParam(UserThreadFunc* func, T param, Notification* thread_can_start)
|
/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-port.h | 1235 class GTEST_API_ Notification { 1237 Notification() : notified_(false) {} 1238 Notification(const Notification&) = delete; 1239 Notification& operator=(const Notification&) = delete; 1308 ThreadWithParam(UserThreadFunc* func, T param, Notification* thread_can_start) 1338 Notification* const thread_can_start_; 1489 ThreadWithParamBase(Runnable* runnable, Notification* thread_can_start); 1502 ThreadWithParam(UserThreadFunc* func, T param, Notification* thread_can_start)
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/ |
D | spinlock_test_common.cc | 224 static void NotifyThenLock(Notification* locked, SpinLock* spinlock, in TEST() 231 static void LockThenWait(Notification* locked, SpinLock* spinlock, in TEST() 239 Notification locked; in TEST()
|
/third_party/googletest/googletest/test/ |
D | gtest_stress_test.cc | 43 using internal::Notification; 119 Notification threads_can_start; in TEST()
|
D | googletest-output-test_.cc | 50 using testing::internal::Notification; 283 Notification n1; 284 Notification n2; 285 Notification n3;
|
/third_party/node/deps/googletest/include/gtest/internal/custom/ |
D | README.md | 26 * `GTEST_HAS_NOTIFICATION_` - Enabled if Notification is already provided.
|
/third_party/googletest/googletest/include/gtest/internal/custom/ |
D | README.md | 26 * `GTEST_HAS_NOTIFICATION_` - Enabled if Notification is already provided.
|
/third_party/node/deps/googletest/src/ |
D | gtest-port.cc | 431 Notification* thread_can_start) { in CreateThread() 451 ThreadMainParam(Runnable* runnable, Notification* thread_can_start) in ThreadMainParam() 455 Notification* thread_can_start_; 477 Notification* thread_can_start) in ThreadWithParamBase()
|
/third_party/googletest/googletest/src/ |
D | gtest-port.cc | 425 Notification* thread_can_start) { in CreateThread() 445 ThreadMainParam(Runnable* runnable, Notification* thread_can_start) in ThreadMainParam() 449 Notification* thread_can_start_; 471 Notification* thread_can_start) in ThreadWithParamBase()
|
/third_party/mesa3d/src/gtest/include/gtest/internal/custom/ |
D | README.md | 38 * `GTEST_HAS_NOTIFICATION_` - Enabled if Notification is already provided.
|
/third_party/skia/third_party/externals/oboe/include/oboe/ |
D | Definitions.h | 288 Notification = 5, // AAUDIO_USAGE_NOTIFICATION enumerator
|
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
D | dispatch.cc | 370 class Notification : public Serializable { class 372 Notification(const char* method, std::unique_ptr<Serializable> params) in Notification() function in v8_crdtp::__anon4b28505c0311::Notification 407 return std::make_unique<Notification>(method, std::move(params)); in CreateNotification()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
D | cordz_update_tracker_test.cc | 113 absl::Notification done; in TEST()
|
D | cordz_sample_token_test.cc | 144 Notification stop; in TEST()
|
D | cordz_handle_test.cc | 180 Notification stop; in TEST()
|
/third_party/unity/extras/fixture/ |
D | readme.md | 10 ## Dependency Notification
|
/third_party/skia/third_party/externals/oboe/src/common/ |
D | Utilities.cpp | 210 case Usage::Notification: return "Notification"; in convertToText()
|
/third_party/skia/third_party/externals/oboe/src/opensles/ |
D | AudioOutputStreamOpenSLES.cpp | 44 case Usage::Notification: in OpenSLES_convertOutputUsage()
|