HomeSort by relevance Sort by last modified time
    Searched defs:Notification (Results 1 - 25 of 25) sorted by null

  /external/perf_data_converter/src/quipper/compat/cros/detail/
thread.h 31 class Notification : public quipper::compat::NotificationInterface {
33 Notification()
  /external/tensorflow/tensorflow/core/platform/default/
notification.h 29 class Notification {
31 Notification() : notified_(0) {}
32 ~Notification() {
33 // In case the notification is being used to synchronize its own deletion,
60 friend bool WaitForNotificationWithTimeout(Notification* n,
80 inline bool WaitForNotificationWithTimeout(Notification* n,
  /external/perf_data_converter/src/quipper/compat/non_cros/detail/
thread.h 30 class Notification : public quipper::compat::NotificationInterface {
  /external/python/google-api-python-client/googleapiclient/
channel.py 22 - Notification does not do deduplication of notification ids, that's up to
56 # Parse notification from the headers, including validating the id.
59 # Do app specific stuff with the notification here.
112 class Notification(object):
113 """A Notification from a Channel.
119 message_number: int, The unique id number of this notification.
127 """Notification constructor.
130 message_number: int, The unique id number of this notification.
244 """Parse a notification from the webhook request headers, validat
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
AcpiSdt.h 32 // Notification is the callback function.
37 EFI_ACPI_NOTIFICATION_FN Notification;
191 @param[in] Notification Points to the callback function to be registered or unregistered.
194 @retval EFI_INVALID_PARAMETER Notification is NULL
195 @retval EFI_INVALID_PARAMETER Register is FALSE and Notification does not match a known registration function.
201 IN EFI_ACPI_NOTIFICATION_FN Notification
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorDeviceThreadPool.h 66 // Notification is an object that allows a user to to wait for another
67 // thread to signal a notification that an event has occurred.
69 // Multiple threads can wait on the same Notification object,
71 struct Notification : Barrier {
72 Notification() : Barrier(1) {};
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();
    [all...]
  /frameworks/av/media/codec2/hidl/1.0/utils/
InputBufferManager.cpp 307 struct Notification {
310 Notification(const sp<IComponentListener>& l, size_t s)
313 std::list<Notification> notifications;
348 // If enough time has passed since the last notification to this
351 // need to keep track of the last notification time anymore.
388 for (const Notification& notification : notifications) {
389 if (!notification.listener->onInputBuffersReleased(
390 notification.inputBuffers).isOk()) {
395 << notification.listener.get(
    [all...]
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/supl_init/
Notification.java 41 public class Notification extends Asn1Sequence {
47 public Notification() {
71 * Creates a new Notification from encoded stream.
73 public static Notification fromPerUnaligned(byte[] encodedBytes) {
74 Notification result = new Notification();
80 * Creates a new Notification from encoded stream.
82 public static Notification fromPerAligned(byte[] encodedBytes) {
83 Notification result = new Notification();
    [all...]
  /external/libaom/libaom/third_party/googletest/src/googletest/src/
gtest-port.cc 221 Notification::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)
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-port.cc 236 Notification::Notification()
244 void Notification::Notify() {
248 void Notification::WaitForNotification() {
384 Notification* thread_can_start) {
405 ThreadMainParam(Runnable* runnable, Notification* thread_can_start)
411 Notification* thread_can_start_;
432 Notification* thread_can_start)
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-port.cc 221 Notification::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)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/
gtest-port.cc 221 Notification::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)
    [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/googletest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/googletest/googletest/src/
gtest-port.cc 323 Notification::Notification()
331 void Notification::Notify() {
335 void Notification::WaitForNotification() {
468 Notification* thread_can_start) {
488 ThreadMainParam(Runnable* runnable, Notification* thread_can_start)
494 Notification* thread_can_start_;
515 Notification* thread_can_start)
    [all...]
  /external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-port.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityEndToEndTest.java 55 import android.app.Notification;
412 // No notification UI on televisions.
416 " - No notification UI on televisions.");
422 " - Watches have different notification system.");
438 // create the notification to send
446 final Notification notification = local
447 new Notification.Builder(mActivity, channel.getId())
455 .setPriority(Notification.PRIORITY_MAX)
456 // Mark the notification as "interruptive" by specifying a vibratio
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/python/apitools/samples/storage_sample/storage_v1/
storage_v1_messages.py 304 """An notification channel used to watch for resource changes.
312 expiration: Date and time of notification channel expiration, expressed as
315 kind: Identifies this as a notification channel used to watch for changes
324 notification delivered over this channel. Optional.
413 class Notification(_messages.Message):
418 to each Cloud PubSub message published for this notification
424 each Cloud PubSub message published for this notification subscription.
425 etag: HTTP 1.1 Entity tag for this subscription notification.
428 id: The ID of the notification.
430 storage#notification
1335 notification = _messages.StringField(1, required=True) variable in class:StorageNotificationsDeleteRequest
1349 notification = _messages.StringField(1, required=True) variable in class:StorageNotificationsGetRequest
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/syzkaller/vendor/google.golang.org/api/storage/v1/
storage-gen.go     [all...]
  /external/epid-sdk/ext/gtest/
gtest.h 524 // GTEST_HAS_NOTIFICATION_ - Enabled if Notification is already provided.
    [all...]

Completed in 2359 milliseconds