HomeSort by relevance Sort by last modified time
    Searched refs:Notify (Results 151 - 175 of 268) sorted by null

1 2 3 4 5 67 8 91011

  /hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
QCameraHAL3Base.cpp 96 static void Notify(
287 my_test_obj->callback_ops.notify = &Notify;
  /prebuilts/go/darwin-x86/src/syscall/
syscall_linux_test.go 126 signal.Notify(c, syscall.SIGUSR1)
  /prebuilts/go/linux-x86/src/syscall/
syscall_linux_test.go 126 signal.Notify(c, syscall.SIGUSR1)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/
CommonClass.py 173 # @var Notify: To store value for Notify
185 self.Notify = False
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
UserManager.h 446 Called by credential provider to notify of information change.
448 This function allows the credential provider to notify the User Identity Manager when user status
605 EFI_USER_PROFILE_NOTIFY Notify;
  /external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
EventCount.h 33 // ec.Notify(true);
35 // Notify is cheap if there are no waiting threads. Prewait/CommitWait are not
129 // Notify wakes one or all waiting threads.
131 void Notify(bool all) {
  /external/tensorflow/tensorflow/contrib/mpi/
mpi_rendezvous_mgr.h 64 n_.Notify();
mpi_rendezvous_mgr.cc 249 n.Notify();
  /external/tensorflow/tensorflow/core/distributed_runtime/
cluster_function_library_runtime_test.cc 83 done.Notify();
master.cc 574 n[c].Notify();
577 n[c].Notify();
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
rpc_rendezvous_mgr_test.cc 193 n.Notify();
  /external/tensorflow/tensorflow/core/framework/
reader_base.cc 220 n.Notify();
rendezvous.cc 128 n.Notify();
188 // Notify the waiter by invoking its done closure, outside the
  /external/tensorflow/tensorflow/core/grappler/
utils_test.cc 170 notification.Notify();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dsadmin.h 90 STDMETHOD(Notify)(THIS_ ULONG nItem,ULONG uFlags) PURE;
  /prebuilts/go/darwin-x86/src/net/http/
example_test.go 122 signal.Notify(sigint, os.Interrupt)
  /prebuilts/go/linux-x86/src/net/http/
example_test.go 122 signal.Notify(sigint, os.Interrupt)
  /art/runtime/
monitor_test.cc 370 obj1->Notify(self);
monitor.cc     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/GenMetaFile/
GenInfFile.py 754 Notify = Object.GetNotify()
758 if Usage == DT.ITEM_UNDEFINED and Notify == '':
769 if Usage == DT.ITEM_UNDEFINED and not Comment and Notify == '':
772 if Notify:
773 Comment = '## ' + Usage + ' ## ' + 'NOTIFY' + Comment
    [all...]
  /external/tensorflow/tensorflow/compiler/jit/
xla_device.cc 280 n.Notify();
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_transfer_manager.cc 77 done_.Notify();
  /external/tensorflow/tensorflow/core/grappler/clusters/
single_machine.cc 320 n->Notify();
  /external/tensorflow/tensorflow/core/kernels/
debug_ops.h 84 [&done_copy](const Status& s) { done_copy.Notify(); });
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
portcls.h     [all...]

Completed in 670 milliseconds

1 2 3 4 5 67 8 91011