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

/external/chromium-trace/catapult/third_party/apiclient/googleapiclient/
H A Dchannel.py8 - Notification does not do deduplication of notification ids, that's up to
98 class Notification(object): class in inherits:object
99 """A Notification from a Channel.
113 """Notification constructor.
231 the notification, and return a Notification object.
239 A Notification object.
255 return Notification(message_number, state, resource_uri, resource_id)
/external/google-benchmark/src/
H A Dmutex.h109 class Notification class in namespace:benchmark
112 Notification() : notified_yet_(false) { } function in class:benchmark::Notification
/external/jetty/src/java/org/eclipse/jetty/util/
H A DScanner.java67 public enum Notification { ADDED, CHANGED, REMOVED }; enum in class:Scanner
68 private final Map<String,Notification> _notifications = new HashMap<String,Notification>();
471 Notification old=_notifications.put(file,Notification.ADDED);
478 _notifications.put(file,Notification.CHANGED);
484 Notification old=_notifications.put(file,Notification.CHANGED);
490 _notifications.put(file,Notification.ADDED);
501 Notification ol
[all...]
/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/gtest/include/gtest/internal/
H A Dgtest-port.h1202 class Notification { class in namespace:testing::internal
1204 Notification() : notified_(false) { function in class:testing::internal::Notification
1207 ~Notification() {
1236 GTEST_DISALLOW_COPY_AND_ASSIGN_(Notification);
1265 // Notification thread_can_start;
1279 UserThreadFunc func, T param, Notification* thread_can_start)
1310 Notification* const thread_can_start_;
/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.h1095 class Notification { class in namespace:testing::internal
1097 Notification() : notified_(false) {} function in class:testing::internal::Notification
1114 GTEST_DISALLOW_COPY_AND_ASSIGN_(Notification);
1143 // Notification thread_can_start;
1157 UserThreadFunc func, T param, Notification* thread_can_start)
1188 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/libvpx/libvpx/third_party/googletest/src/include/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/opencv3/modules/ts/include/opencv2/ts/
H A Dts_gtest.h2360 class Notification { class in namespace:std::tr1
2362 Notification() : notified_(false) { function in class:std::tr1::Notification
2365 ~Notification() {
2394 GTEST_DISALLOW_COPY_AND_ASSIGN_(Notification);
2423 // Notification thread_can_start;
2437 UserThreadFunc func, T param, Notification* thread_can_start)
2468 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 3670 milliseconds