Searched defs:Notification (Results 1 - 24 of 24) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorDeviceThreadPool.h66 // Notification is an object that allows a user to to wait for another
69 // Multiple threads can wait on the same Notification object,
71 struct Notification : Barrier { struct in namespace:Eigen
72 Notification() : Barrier(1) {}; function in struct:Eigen::Notification
77 // Notification.
80 static void run(Notification* n, Function f, Args... args) {
152 EIGEN_STRONG_INLINE Notification* enqueue(Function&& f, Args&&... args) const {
153 Notification* n = new Notification();
/external/googletest/googletest/src/
H A Dgtest-port.cc221 Notification::Notification() function in class:testing::internal::Notification
229 void Notification::Notify() {
233 void Notification::WaitForNotification() {
328 Notification* thread_can_start) {
349 ThreadMainParam(Runnable* runnable, Notification* thread_can_start)
355 Notification* thread_can_start_;
376 Notification* thread_can_start)
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-port.cc221 Notification::Notification() function in class:testing::internal::Notification
229 void Notification::Notify() {
233 void Notification::WaitForNotification() {
328 Notification* thread_can_start) {
349 ThreadMainParam(Runnable* runnable, Notification* thread_can_start)
355 Notification* thread_can_start_;
376 Notification* thread_can_start)
/external/v8/testing/gtest/src/
H A Dgtest-port.cc203 Notification::Notification() function in class:testing::internal::Notification
211 void Notification::Notify() {
215 void Notification::WaitForNotification() {
310 Notification* thread_can_start) {
331 ThreadMainParam(Runnable* runnable, Notification* thread_can_start)
337 Notification* thread_can_start_;
358 Notification* thread_can_start)
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest-port.cc180 Notification::Notification() function in class:testing::internal::Notification
188 void Notification::Notify() {
192 void Notification::WaitForNotification() {
287 Notification* thread_can_start) {
308 ThreadMainParam(Runnable* runnable, Notification* thread_can_start)
314 Notification* thread_can_start_;
335 Notification* thread_can_start)
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1110 class Notification { class in namespace:testing::internal
1112 Notification() : notified_(false) { function in class:testing::internal::Notification
1115 ~Notification() {
1144 GTEST_DISALLOW_COPY_AND_ASSIGN_(Notification);
1173 // Notification thread_can_start;
1187 UserThreadFunc func, T param, Notification* thread_can_start)
1218 Notification* const thread_can_start_;
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1458 // Notification has already been imported into the namespace.
1468 class Notification { class in namespace:testing::internal
1470 Notification() : notified_(false) { function in class:testing::internal::Notification
1473 ~Notification() {
1502 GTEST_DISALLOW_COPY_AND_ASSIGN_(Notification);
1543 class GTEST_API_ Notification { class in namespace:testing::internal
1545 Notification();
1552 GTEST_DISALLOW_COPY_AND_ASSIGN_(Notification);
1587 // Notification thread_can_start;
1600 ThreadWithParam(UserThreadFunc* func, T param, Notification* thread_can_star
[all...]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-port.h1458 // Notification has already been imported into the namespace.
1468 class Notification { class in namespace:testing::internal
1470 Notification() : notified_(false) { function in class:testing::internal::Notification
1473 ~Notification() {
1502 GTEST_DISALLOW_COPY_AND_ASSIGN_(Notification);
1543 class GTEST_API_ Notification { class in namespace:testing::internal
1545 Notification();
1552 GTEST_DISALLOW_COPY_AND_ASSIGN_(Notification);
1587 // Notification thread_can_start;
1600 ThreadWithParam(UserThreadFunc* func, T param, Notification* thread_can_star
[all...]
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1457 // Notification has already been imported into the namespace.
1467 class Notification { class in namespace:testing::internal
1469 Notification() : notified_(false) { function in class:testing::internal::Notification
1472 ~Notification() {
1501 GTEST_DISALLOW_COPY_AND_ASSIGN_(Notification);
1542 class GTEST_API_ Notification { class in namespace:testing::internal
1544 Notification();
1551 GTEST_DISALLOW_COPY_AND_ASSIGN_(Notification);
1586 // Notification thread_can_start;
1599 ThreadWithParam(UserThreadFunc* func, T param, Notification* thread_can_star
[all...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-port.h1218 class Notification { class in namespace:testing::internal
1220 Notification() : notified_(false) { function in class:testing::internal::Notification
1223 ~Notification() {
1252 GTEST_DISALLOW_COPY_AND_ASSIGN_(Notification);
1293 class GTEST_API_ Notification { class in namespace:testing::internal
1295 Notification();
1302 GTEST_DISALLOW_COPY_AND_ASSIGN_(Notification);
1337 // Notification thread_can_start;
1350 ThreadWithParam(UserThreadFunc* func, T param, Notification* thread_can_start)
1381 Notification* cons
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1098 class Notification { class in namespace:testing::internal
1100 Notification() : notified_(false) {} function in class:testing::internal::Notification
1117 GTEST_DISALLOW_COPY_AND_ASSIGN_(Notification);
1146 // Notification thread_can_start;
1160 UserThreadFunc func, T param, Notification* thread_can_start)
1191 Notification* const thread_can_start_;
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h1085 class Notification { class in namespace:testing::internal
1087 Notification() : notified_(false) {} function in class:testing::internal::Notification
1104 GTEST_DISALLOW_COPY_AND_ASSIGN_(Notification);
1133 // Notification thread_can_start;
1147 UserThreadFunc func, T param, Notification* thread_can_start)
1178 Notification* const thread_can_start_;
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h855 class Notification { class in namespace:testing::internal
857 Notification() : notified_(false) {} function in class:testing::internal::Notification
874 GTEST_DISALLOW_COPY_AND_ASSIGN_(Notification);
903 // Notification thread_can_start;
917 UserThreadFunc func, T param, Notification* thread_can_start)
948 Notification* const thread_can_start_;
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1090 class Notification { class in namespace:testing::internal
1092 Notification() : notified_(false) {} function in class:testing::internal::Notification
1109 GTEST_DISALLOW_COPY_AND_ASSIGN_(Notification);
1138 // Notification thread_can_start;
1152 UserThreadFunc func, T param, Notification* thread_can_start)
1183 Notification* const thread_can_start_;
/external/fmtlib/test/gtest/
H A Dgtest.h2309 class Notification { class in namespace:std::tr1
2311 Notification() : notified_(false) { function in class:std::tr1::Notification
2314 ~Notification() {
2343 GTEST_DISALLOW_COPY_AND_ASSIGN_(Notification);
2372 // Notification thread_can_start;
2386 UserThreadFunc func, T param, Notification* thread_can_start)
2417 Notification* const thread_can_start_;
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest.h2309 class Notification { class in namespace:std::tr1
2311 Notification() : notified_(false) { function in class:std::tr1::Notification
2314 ~Notification() {
2343 GTEST_DISALLOW_COPY_AND_ASSIGN_(Notification);
2372 // Notification thread_can_start;
2386 UserThreadFunc func, T param, Notification* thread_can_start)
2417 Notification* const thread_can_start_;
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest.h1917 class Notification { class in namespace:std::tr1
1919 Notification() : notified_(false) {} function in class:std::tr1::Notification
1936 GTEST_DISALLOW_COPY_AND_ASSIGN_(Notification);
1965 // Notification thread_can_start;
1979 UserThreadFunc func, T param, Notification* thread_can_start)
2010 Notification* const thread_can_start_;
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 384 milliseconds