HomeSort by relevance Sort by last modified time
    Searched refs:Notify (Results 1 - 25 of 192) sorted by null

1 2 3 4 5 6 7 8

  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
Video.asl 38 Notify(\_SB.PCI0.GFX0.DD1F,Arg0)
Gpe.asl 45 Notify(\_TZ.TZ01,0x80)
84 Notify(\_SB.PCI0.EHC1, 0x02)
93 Notify(\_SB.PCI0.XHC1, 0x02)
102 Notify(\_SB.PCI0.HDEF, 0x02)
Platform.asl 172 Notify(\_SB.PWRB,0x02)
254 // If MP enabled and driver support is present, notify all
261 Notify(\_PR.CPU0,0x80) // Eval CPU0 _PPC.
266 Notify(\_PR.CPU0,0x81) // Eval _CST.
272 Notify(\_PR.CPU1,0x80) // Eval CPU1 _PPC.
277 Notify(\_PR.CPU1,0x81) // Eval _CST.
283 Notify(\_PR.CPU2,0x80) // Eval CPU2 _PPC.
288 Notify(\_PR.CPU2,0x81) // Eval _CST.
294 Notify(\_PR.CPU3,0x80) // Eval CPU3 _PPC.
299 Notify(\_PR.CPU3,0x81) // Eval _CST.
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/
Platform.asl 155 Notify (\_SB.SLPB, 0x02)
167 Notify (\_SB.PWRB, 0x02)
179 Notify (\_SB.PCI0.SDIO, 0x02)
180 Notify (\_SB.PCI0.URT0, 0x02)
181 Notify (\_SB.PCI0.USBD, 0x02)
182 Notify (\_SB.PCI0.EHCI, 0x02)
183 Notify (\_SB.PCI0.OHCI, 0x02)
184 Notify (\_SB.PCI0.URT1, 0x02)
185 Notify (\_SB.PCI0.ENT0, 0x02)
186 Notify (\_SB.PCI0.ENT1, 0x02)
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/race/testdata/
cgo_test_main.go 10 void Notify(void)
26 C.Notify()
  /prebuilts/go/linux-x86/src/runtime/race/testdata/
cgo_test_main.go 10 void Notify(void)
26 C.Notify()
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
Notify.c 33 for (Link=ProtEntry->Notify.ForwardLink; Link != &ProtEntry->Notify; Link=Link->ForwardLink) {
67 // If there's a protocol notify location pointing to this entry, back it up one
69 for(Link = ProtEntry->Notify.ForwardLink; Link != &ProtEntry->Notify; Link=Link->ForwardLink) {
89 @param Protocol The requested protocol to add the notify
125 for (Link = ProtEntry->Notify.ForwardLink;
126 Link != &ProtEntry->Notify;
158 for (Link = ProtEntry->Notify.ForwardLink;
159 Link != &ProtEntry->Notify;
    [all...]
  /prebuilts/go/darwin-x86/misc/cgo/test/
setgid_linux.go 44 // Now try it again after using signal.Notify.
45 signal.Notify(make(chan os.Signal, 1), syscall.SIGINT)
47 t.Error("setgid hung after signal.Notify")
sigprocmask.go 28 // even when unblocked for signal.Notify().
29 signal.Notify(make(chan os.Signal), syscall.SIGIO)
  /prebuilts/go/linux-x86/misc/cgo/test/
setgid_linux.go 44 // Now try it again after using signal.Notify.
45 signal.Notify(make(chan os.Signal, 1), syscall.SIGINT)
47 t.Error("setgid hung after signal.Notify")
sigprocmask.go 28 // even when unblocked for signal.Notify().
29 signal.Notify(make(chan os.Signal), syscall.SIGIO)
  /external/libmojo/base/android/
application_status_listener.h 81 void Notify(ApplicationState state);
application_status_listener.cc 52 void ApplicationStatusListener::Notify(ApplicationState state) {
64 g_observers.Get().Notify(FROM_HERE, &ApplicationStatusListener::Notify,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/PciHotPlugRequest/
PciHotPlugRequest.h 49 EFI_PCI_HOTPLUG_REQUEST_NOTIFY Notify;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
PciHotPlugRequest.h 2 Provides services to notify the PCI bus driver that some events have happened
11 protocol to notify PCI bus driver to allocate resource and create handles for
18 for example, PC Card Bus driver, to notify PCI bus driver that an event has
80 This function is used to notify PCI bus driver that some events happened in a
154 /// Provides services to notify PCI bus driver that some events have happened in
160 /// Notify the PCI bus driver that some events have happened in a hot-plug
165 EFI_PCI_HOTPLUG_REQUEST_NOTIFY Notify;
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSOperationCode.java 29 * Notify [RFC1996]
31 Notify("Notify", 4),
  /external/libchrome/base/
callback_list_unittest.cc 124 c1.Notify(1);
131 c2.Notify(1, 2);
138 c3.Notify(1, 2, 3);
145 c4.Notify(1, 2, 3, 4);
152 c5.Notify(1, 2, 3, 4, 5);
160 c6.Notify(1, 2, 3, 4, 5, 6);
178 cb_reg.Notify();
188 cb_reg.Notify();
213 cb_reg.Notify(10);
223 cb_reg.Notify(10)
    [all...]
observer_list_unittest.cc 96 AddRemoveThread(ObserverListThreadSafe<Foo>* list, bool notify)
103 do_notifies_(notify),
138 list_->Notify(FROM_HERE, &Foo::Observe, 10);
222 observer_list->Notify(FROM_HERE, &Foo::Observe, 10);
229 observer_list->Notify(FROM_HERE, &Foo::Observe, 10);
252 observer_list->Notify(FROM_HERE, &Foo::Observe, 10);
263 observer_list->Notify(FROM_HERE, &Foo::Observe, 10);
285 observer_list->Notify(FROM_HERE, &Foo::Observe, 10);
298 // Notify again.
299 observer_list->Notify(FROM_HERE, &Foo::Observe, 20)
    [all...]
  /art/runtime/
object_lock.cc 42 void ObjectLock<T>::Notify() {
43 obj_->Notify(self_);
object_lock.h 37 void Notify() REQUIRES_SHARED(Locks::mutator_lock_);
  /external/eigen/unsupported/test/
cxx11_tensor_notification.cpp 49 n.Notify();
58 // validate that all threads get notified by Notify().
72 n.Notify();
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/
Notify.c 36 for (Link=ProtEntry->Notify.ForwardLink; Link != &ProtEntry->Notify; Link=Link->ForwardLink) {
74 // If there's a protocol notify location pointing to this entry, back it up one
76 for(Link = ProtEntry->Notify.ForwardLink; Link != &ProtEntry->Notify; Link=Link->ForwardLink) {
97 @param Protocol The requested protocol to add the notify
148 InsertTailList (&ProtEntry->Notify, &ProtNotify->Link);
155 // Done. If we have a protocol notify entry, then return it.
281 // Notify the notification list for this protocol
  /prebuilts/go/darwin-x86/src/os/signal/
signal.go 70 // calls to Notify for the provided signals.
76 // Notify causes package signal to relay incoming signals to c.
85 // It is allowed to call Notify multiple times with the same channel:
89 // It is allowed to call Notify multiple times with different channels
92 func Notify(c chan<- os.Signal, sig ...os.Signal) {
94 panic("os/signal: Notify using nil channel")
133 // Reset undoes the effect of any prior calls to Notify for the provided
141 // It undoes the effect of all prior calls to Notify using c.
  /prebuilts/go/linux-x86/src/os/signal/
signal.go 70 // calls to Notify for the provided signals.
76 // Notify causes package signal to relay incoming signals to c.
85 // It is allowed to call Notify multiple times with the same channel:
89 // It is allowed to call Notify multiple times with different channels
92 func Notify(c chan<- os.Signal, sig ...os.Signal) {
94 panic("os/signal: Notify using nil channel")
133 // Reset undoes the effect of any prior calls to Notify for the provided
141 // It undoes the effect of all prior calls to Notify using c.
  /prebuilts/go/darwin-x86/src/cmd/go/
signal.go 19 signal.Notify(sig, signalsToIgnore...)

Completed in 614 milliseconds

1 2 3 4 5 6 7 8