HomeSort by relevance Sort by last modified time
    Searched defs:Event (Results 51 - 75 of 542) sorted by null

1 23 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Smm/Dxe/SmmControlDxe/
SmmControlDriver.c 90 IN EFI_EVENT Event,
101 Event The event registered.
102 Context Event context.
270 EFI_EVENT Event;
359 &Event
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/MemoryOverwriteControl/
TcgMor.c 24 Ready to Boot Event notification handler.
26 Sequence of OS boot events is measured in this event notification handler.
28 @param[in] Event Event whose notification function is being invoked
35 IN EFI_EVENT Event,
237 This is a notification function registered on END_OF_DXE event.
240 @param[in] Event Event whose notification function is being invoked.
247 IN EFI_EVENT Event,
322 EFI_EVENT Event;
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
LoadDeferredImage.c 23 @param Event Event whose notification function is being invoked.
30 IN EFI_EVENT Event,
123 Register an event notification function for user profile changed.
134 EFI_EVENT Event;
144 &Event
  /external/python/cpython3/Lib/
sched.py 1 """A generally useful event scheduler class.
19 event means calling the action function, passing it the argument
37 class Event(namedtuple('Event', 'time, priority, action, argument, kwargs')):
45 Event.time.__doc__ = ('''Numeric type compatible with the return value of the
47 Event.priority.__doc__ = ('''Events scheduled for the same time will be executed
49 Event.action.__doc__ = ('''Executing the event means executing
51 Event.argument.__doc__ = ('''argument is a sequence holding the positional
53 Event.kwargs.__doc__ = ('''kwargs is a dictionary holding the keywor
    [all...]
  /frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
ALooper.h 67 struct Event {
77 List<Event> mEventQueue;
  /frameworks/base/tools/aapt2/format/binary/
ResChunkPullParser.h 38 enum class Event {
46 // Returns false if the event is EndDocument or BadDocument.
47 static bool IsGoodEvent(Event event);
53 Event event() const;
58 Event Next();
63 Event event_;
90 inline bool ResChunkPullParser::IsGoodEvent(ResChunkPullParser::Event event) {
101 inline ResChunkPullParser::Event ResChunkPullParser::event() const { function in class:aapt::ResChunkPullParser
    [all...]
  /system/core/fastboot/
socket_mock.cpp 18 * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
37 ADD_FAILURE() << events_.size() << " event(s) were not handled";
79 const Event& event = events_.front(); local
80 if (event.type != EventType::kReceive) {
85 const std::string& message = event.message;
91 receive_timed_out_ = event.status;
126 events_.push(Event(EventType::kSend, std::move(message), true, nullptr));
130 events_.push(Event(EventType::kSend, std::move(message), false, nullptr));
134 events_.push(Event(EventType::kReceive, std::move(message), false, nullptr))
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/FSVariable/
FileStorage.c 40 IN EFI_EVENT Event,
180 IN EFI_EVENT Event,
248 EFI_EVENT Event;
271 &Event
277 Event,
360 IN EFI_EVENT Event,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/SmmBaseOnSmmBase2Thunk/
SmmBaseOnSmmBase2Thunk.c 394 This is a notification function registered on EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE event.
397 @param Event Event whose notification function is being invoked
403 IN EFI_EVENT Event,
425 Notification function on Exit Boot Services Event.
429 @param Event Event whose notification function is being invoked
435 IN EFI_EVENT Event,
458 EFI_EVENT Event;
484 // Create event notification on Exit Boot Services event.
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Runtime/
Runtime.h 62 EFI_EVENT *Event;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/DataHubDxe/
DataHub.h 94 // Private data to contain the filter driver Event and it's
104 // Store Filter Driver Event and Tpl level it can be Signaled at.
106 EFI_EVENT Event;
110 // Monotonic count on the get next operation for Event.
111 // Zero indicates get next has not been called for this event yet.
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Event/
Event.c 2 UEFI Event support functions implemented in this file.
18 #include "Event.h"
26 /// gEventQueueLock - Protects the event queues
31 /// gEventQueue - A list of event's to notify for each priority level
50 /// 0x80000200 Timer event with a notification function that is
51 /// queue when the event is signaled with SignalEvent()
55 /// 0x80000000 Timer event without a notification function. It can be
60 /// 0x00000100 Generic event with a notification function that
65 /// 0x00000200 Generic event with a notification function that
66 /// is queue when the event is signaled with SignalEvent()
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Runtime.h 93 /// The EFI_EVENT returned by CreateEvent(). Event must be in runtime memory.
95 EFI_EVENT *Event;
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/S3Support/Dxe/
QncS3Support.c 96 EFI_EVENT Event;
139 // Register EFI_END_OF_DXE_EVENT_GROUP_GUID event.
147 &Event
404 IN EFI_EVENT Event,
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuS3DataDxe/
CpuS3Data.c 85 Callback function executed when the EndOfDxe event group is signaled.
89 @param[in] Event Event whose notification function is being invoked.
95 IN EFI_EVENT Event,
119 // Close event, so it will not be invoked again.
121 gBS->CloseEvent (Event);
128 MTRR settings. Register an event notification on gEfiEndOfDxeEventGroupGuid
162 EFI_EVENT Event;
266 // Register EFI_END_OF_DXE_EVENT_GROUP_GUID event.
275 &Event
    [all...]
  /external/autotest/client/bin/input/
input_event_recorder.py 28 class Event(object):
29 """An event class based on evtest constructed from an evtest event.
31 An ordinary event looks like:
32 Event: time 133082.748019, type 3 (EV_ABS), code 0 (ABS_X), value 316
34 A SYN_REPORT event looks like:
35 Event: time 10788.289613, -------------- SYN_REPORT ------------
40 """Construction of an input event.
42 @param type: the event type
43 @param code: the event cod
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_trace.h 39 // Represents a thread event (from most significant bit):
42 typedef u64 Event;
  /external/python/cpython2/Lib/multiprocessing/
__init__.py 34 # ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
51 'Event', 'Queue', 'JoinableQueue', 'Pool', 'Value', 'Array',
206 def Event():
208 Returns an event object
210 from multiprocessing.synchronize import Event
211 return Event()
synchronize.py 25 # ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
36 'Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Condition', 'Event'
296 # Event
299 class Event(object):
  /external/python/cpython3/Lib/asyncio/
locks.py 3 __all__ = ['Lock', 'Event', 'Condition', 'Semaphore', 'BoundedSemaphore']
204 class Event:
205 """Asynchronous equivalent to threading.Event.
207 Class implementing event objects. An event manages a flag that can be set
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/events/
Event.java 24 public abstract class Event {
32 public Event(Mark startMark, Mark endMark) {
50 * @see "__repr__ for Event in PyYAML"
56 public abstract boolean is(Event.ID id);
63 if (obj instanceof Event) {
  /external/tensorflow/tensorflow/core/distributed_runtime/
scheduler.h 63 struct Event {
68 bool operator<(const Event& other) const { return time < other.time; }
  /external/xmlrpcpp/test/
TestValues.cpp 169 XmlRpcValue Event;
170 Event["Name"] = "string";
172 Event.clear();
180 Event[std::string(buf)] = buf;
183 Event.clear();
189 Event[std::string(buf)] = ii;
194 Event[std::string(buf)][std::string(bufj)] = bufj;
202 assert(Event[std::string(buf)] == XmlRpcValue(ii));
204 assert(Event[std::string(buf)].size() == NELMTS);
TestValuesWin32.cpp 172 XmlRpcValue Event;
173 Event["Name"] = "string";
175 Event.clear();
183 Event[buf] = buf;
186 Event.clear();
192 Event[buf] = ii;
197 Event[buf][bufj] = bufj;
205 assert(Event[buf] == XmlRpcValue(ii));
207 assert(Event[buf].size() == NELMTS);
  /frameworks/base/services/core/java/com/android/server/audio/
AudioEventLogger.java 29 private final LinkedList<Event> mEvents;
36 public static abstract class Event {
42 Event() {
52 * Causes the string message for the event to appear in the logcat.
53 * Here is an example of how to create a new event (a StringEvent), adding it to the logger
60 * @return the same instance of the event
62 public Event printLog(String tag) {
68 * Convert event to String.
70 * so this method is where expensive String conversions should be made, not when the Event
73 * @return a string representation of the event that occurred
    [all...]

Completed in 1397 milliseconds

1 23 4 5 6 7 8 91011>>