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

1 2 3 4 5 6 7 8 91011>>

  /external/vulkan-validation-layers/tests/
vktestbinding.h 60 class Event;
342 class Event : public internal::NonDispHandle<VkEvent> {
344 ~Event();
773 inline VkEventCreateInfo Event::create_info(VkFlags flags) {
    [all...]
  /frameworks/base/core/java/android/app/usage/
UsageEvents.java 31 * from which to read {@link android.app.usage.UsageEvents.Event} objects.
42 * An event representing a state change for a component.
44 public static final class Event {
47 * No event type.
52 * An event type denoting that a component moved to the foreground.
57 * An event type denoting that a component moved to the background.
62 * An event type denoting that a component was in the foreground when the stats
69 * An event type denoting that a component was in the foreground the previous day.
76 * An event type denoting that the device configuration has changed.
81 * An event type denoting that a package was interacted with in some way by the system
605 final Event event = mEventsToWrite.get(i); local
    [all...]
  /frameworks/base/telecomm/java/android/telecom/Logging/
EventManager.java 45 * START and FINISH event can be defined and when a START and then FINISH occurs in a sequence, the
60 * @return a unique String ID that will allow the Event to be recognized later in the logs.
78 * Notifies the implementation of this method that a new event record has been added.
129 public static class Event {
135 // the event is recorded.
138 public Event(String eventId, String sessionId, long time, Object data) {
183 private final List<Event> mEvents = new LinkedList<>();
194 public void addEvent(String event, String sessionId, Object data) {
195 mEvents.add(new Event(event, sessionId, System.currentTimeMillis(), data))
280 public void event(Loggable recordEntry, String event, Object data) { method in class:EventManager
298 public void event(Loggable recordEntry, String event, String format, Object... args) { method in class:EventManager
309 event(recordEntry, event, msg); method
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msp.h 78 MSP_EVENT Event;
  /prebuilts/gdb/darwin-x86/lib/python2.7/
threading.py 30 'current_thread', 'enumerate', 'Event',
539 def Event(*args, **kwargs):
540 """A factory function that returns a new event.
550 """A factory function that returns a new event object. An event manages a
556 # After Tim Peters' event class (without is_posted())
687 self.__started = Event()
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
threading.py 30 'current_thread', 'enumerate', 'Event',
539 def Event(*args, **kwargs):
540 """A factory function that returns a new event.
550 """A factory function that returns a new event object. An event manages a
556 # After Tim Peters' event class (without is_posted())
687 self.__started = Event()
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/
vktestbinding.h 41 class Event;
283 class Event : public internal::NonDispHandle<VkEvent> {
285 ~Event();
643 inline VkEventCreateInfo Event::create_info(VkFlags flags) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
threading.py 30 'current_thread', 'enumerate', 'Event',
539 def Event(*args, **kwargs):
540 """A factory function that returns a new event.
550 """A factory function that returns a new event object. An event manages a
556 # After Tim Peters' event class (without is_posted())
687 self.__started = Event()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
threading.py 30 'current_thread', 'enumerate', 'Event',
539 def Event(*args, **kwargs):
540 """A factory function that returns a new event.
550 """A factory function that returns a new event object. An event manages a
556 # After Tim Peters' event class (without is_posted())
687 self.__started = Event()
    [all...]
  /system/bt/include/hardware/avrcp/
avrcp_common.h 72 enum class Event : uint8_t {
  /system/extras/simpleperf/
report_lib_interface.cpp 47 struct Event {
95 Event* GetEventOfCurrentSample(ReportLib* report_lib) EXPORT;
140 Event* GetEventOfCurrentSample();
159 Event current_event_;
277 Event* ReportLib::GetEventOfCurrentSample() {
290 // For trace-offcpu, we don't want to show event sched:sched_switch.
443 Event* GetEventOfCurrentSample(ReportLib* report_lib) {
  /system/iot/attestation/at-factory-tool/
atft.py 246 class Event(wx.PyCommandEvent):
247 """The customized event class.
251 """Create a new customized event.
254 etype: The event type.
255 eid: The event id.
256 value: The additional data included in the event.
262 """Get the data included in this event.
265 The event data.
915 def OnClearCommandWindow(self, event=None):
919 event: The triggering event
    [all...]
  /development/samples/browseable/DataLayer/Application/src/com.example.android.wearable.datalayer/
MainActivity.java 220 for (DataEvent event : dataEvents) {
221 if (event.getType() == DataEvent.TYPE_CHANGED) {
223 new Event("DataItem Changed", event.getDataItem().toString()));
224 } else if (event.getType() == DataEvent.TYPE_DELETED) {
226 new Event("DataItem Deleted", event.getDataItem().toString()));
236 mDataItemListAdapter.add(new Event("Message from watch", messageEvent.toString()));
243 mDataItemListAdapter.add(new Event("onCapabilityChanged", capabilityInfo.toString()));
368 * A View Adapter for presenting the Event objects in a lis
393 Event event = getItem(position); local
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsb3Dxe/
DwUsb3Dxe.c 211 UINT32 Event;
213 Event = *gEventPtr++;
217 return Event;
582 /* init event buf */
869 IN UINT32 Event
872 switch (Event & GEVNT_DEVT_MASK) {
880 DEBUG ((DEBUG_ERROR, "DwUsb3HandleDeviceInterrupt: invalid event\n"));
1218 IN UINT32 event
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/
IsaFloppy.h 82 EFI_EVENT Event;
1005 @param Event EFI_EVENT: Event(the timer) whose notification function is being
1013 IN EFI_EVENT Event,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
Socket.h 327 EFI_EVENT Event; ///< The event to be issued
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Ip6.h 212 /// receive timeout event to be associated with each assembled
218 /// transmit timeout event to be associated with each outgoing
436 /// After this event is signaled, the receive data structure is released
526 /// This Event will be signaled after the Status field is updated by
527 /// the EFI IPv6 Protocol driver. The type of Event must be EFI_NOTIFY_SIGNAL.
529 EFI_EVENT Event;
786 errors occur, the event in the token will be signaled and the status is updated.
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
Socket.h 334 EFI_EVENT Event; ///< The event to be issued
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Include/
DdrMemoryController.h 96 EFI_STATUS_CODE_VALUE Event;
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/
Tcg2Dxe.c 347 This function dump PCR event.
349 @param[in] EventHdr TCG PCR event structure.
358 DEBUG ((EFI_D_INFO, " Event:\n"));
437 This function dump PCR event 2.
439 @param[in] TcgPcrEvent2 TCG PCR event 2 structure.
455 DEBUG ((EFI_D_INFO, " Event:\n"));
488 This function returns size of TCG PCR event 2.
490 @param[in] TcgPcrEvent2 TCG PCR event 2 structure.
492 @return size of TCG PCR event 2.
527 This function dump event log.
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
UserIdentifyManager.c     [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork1CommandsLib/
Ping.c 77 EFI_EVENT Event;
233 @param[in] Event A EFI_EVENT type event.
240 IN EFI_EVENT Event,
309 Initialize the timer event for RTT (round trip time).
355 Free RTT timer event resource.
433 if (TxInfo->Token->Event != NULL) {
434 gBS->CloseEvent (TxInfo->Token->Event);
517 @param[in] Event A EFI_EVENT type event.
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/PlatformBdsLib/
BdsPlatform.c 97 IN EFI_EVENT Event,
107 DEBUG ((EFI_D_INFO, "Disable AHCI event is signalled\n"));
188 // Signal EndOfDxe PI Event
208 IN EFI_EVENT Event,
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 339 enum Kind { ControlFlow, Event, Macro, Call };
455 return P->getKind() == Event || P->getKind() == Macro;
504 /// If the event occurs in a different frame than the final diagnostic,
506 /// returns from all the calls on the stack from this event to the final
514 : PathDiagnosticSpotPiece(pos, s, Event, addPosRange),
546 return P->getKind() == Event;
  /external/python/cpython3/Modules/
overlapped.c 317 "UnregisterWaitEx(WaitHandle, Event) -> None\n\n"
323 HANDLE WaitHandle, Event;
326 if (!PyArg_ParseTuple(args, F_HANDLE F_HANDLE, &WaitHandle, &Event))
330 ret = UnregisterWaitEx(WaitHandle, Event);
339 * Event functions -- currently only used by tests
346 "Create an event. EventAttributes must be None.\n");
355 HANDLE Event;
368 Event = CreateEventW(NULL, ManualReset, InitialState, Name);
371 if (Event == NULL)
373 return Py_BuildValue(F_HANDLE, Event);
531 HANDLE event = INVALID_HANDLE_VALUE; local
    [all...]

Completed in 1026 milliseconds

1 2 3 4 5 6 7 8 91011>>