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

1 2 3 4 5 6 7 891011>>

  /developers/build/prebuilts/gradle/DataLayer/Application/src/main/java/com/example/android/wearable/datalayer/
MainActivity.java 159 for (DataEvent event : dataEvents) {
160 if (event.getType() == DataEvent.TYPE_CHANGED) {
162 new Event("DataItem Changed", event.getDataItem().toString()));
163 } else if (event.getType() == DataEvent.TYPE_DELETED) {
165 new Event("DataItem Deleted", event.getDataItem().toString()));
175 mDataItemListAdapter.add(new Event("Message from watch", messageEvent.toString()));
182 mDataItemListAdapter.add(new Event("onCapabilityChanged", capabilityInfo.toString()));
327 * A View Adapter for presenting the Event objects in a lis
352 Event event = getItem(position); local
    [all...]
  /developers/samples/android/wearable/wear/AgendaData/Application/src/main/java/com/example/android/wearable/agendadata/
CalendarQueryService.java 70 * event.
116 List<Event> events = queryEvents(this, beginTime, endTime);
117 for (Event event : events) {
118 final PutDataMapRequest putDataMapRequest = event.toPutDataMapRequest();
134 private static List<Event> queryEvents(Context context, long beginTime, long endTime) {
152 List<Event> events = new ArrayList<Event>(cursor.getCount());
154 Event event = new Event() local
    [all...]
  /developers/samples/android/wearable/wear/DataLayer/Application/src/main/java/com/example/android/wearable/datalayer/
MainActivity.java 159 for (DataEvent event : dataEvents) {
160 if (event.getType() == DataEvent.TYPE_CHANGED) {
162 new Event("DataItem Changed", event.getDataItem().toString()));
163 } else if (event.getType() == DataEvent.TYPE_DELETED) {
165 new Event("DataItem Deleted", event.getDataItem().toString()));
175 mDataItemListAdapter.add(new Event("Message from watch", messageEvent.toString()));
182 mDataItemListAdapter.add(new Event("onCapabilityChanged", capabilityInfo.toString()));
327 * A View Adapter for presenting the Event objects in a lis
352 Event event = getItem(position); local
    [all...]
  /development/samples/browseable/AgendaData/Application/src/com.example.android.wearable.agendadata/
CalendarQueryService.java 70 * event.
116 List<Event> events = queryEvents(this, beginTime, endTime);
117 for (Event event : events) {
118 final PutDataMapRequest putDataMapRequest = event.toPutDataMapRequest();
134 private static List<Event> queryEvents(Context context, long beginTime, long endTime) {
152 List<Event> events = new ArrayList<Event>(cursor.getCount());
154 Event event = new Event() local
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Ip4/
Ip4.h 157 EFI_EVENT Event;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Mtftp4/
Mtftp4.h 293 IN EFI_EVENT Event;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Tcp4/
Tcp4.h 108 EFI_EVENT Event;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NvmExpressDxe/
NvmExpress.h 273 EFI_EVENT Event;
569 @param[in] Event If nonblocking I/O is not supported then Event is ignored, and blocking I/O is performed.
570 If Event is NULL, then blocking I/O is performed. If Event is not NULL and non blocking I/O
571 is supported, then nonblocking I/O is performed, and Event will be signaled when the NVM
594 IN EFI_EVENT Event OPTIONAL
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/SectionExtraction/
CoreSectionExtraction.c 22 recursions to return the data, and a RPN event is set that will enable
73 EFI_EVENT Event;
546 @param Event The event that fired
553 IN EFI_EVENT Event,
610 // Close the event when done.
612 gBS->CloseEvent (Event);
613 Context->ChildNode->Event = NULL;
618 Constructor for RPN event when a missing GUIDED_SECTION_EXTRACTION_PROTOCOL appears...
633 // Allocate new event structure and context
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
UefiTcgPlatform.h 23 // Standard event types
34 // EFI specific event types
90 /// Event Log Entry Structure Definition
93 TCG_PCRINDEX PCRIndex; ///< PCRIndex event extended to
94 TCG_EVENTTYPE EventType; ///< TCG EFI event type
96 UINT32 EventSize; ///< Size of the event data
97 UINT8 Event[1]; ///< The event data
140 /// This structure is used in EV_EFI_HANDOFF_TABLES event to facilitate
188 UINT8 Event[1];
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Http.h 276 /// This Event will be signaled after the Status field is updated by the EFI HTTP
277 /// Protocol driver. The type of Event must be EFI_NOTIFY_SIGNAL. The Task Priority
278 /// Level (TPL) of Event must be lower than or equal to TPL_CALLBACK.
280 EFI_EVENT Event;
366 successfully, or if there is an error, Status in token will be updated and Event will
399 cancelled, its Token->Status will be set to EFI_ABORTED and then Token->Event will
425 or if there is an error, Status in token will be updated and Event will be signaled.
432 Event in Token.
481 In some systems, the periodic timer event in the managed network driver may not poll
Ip4.h 124 /// receive timeout event to be associated with each assembled
130 /// transmit timeout event to be associated with each outgoing
249 /// This Event will be signaled after the Status field is updated
250 /// by the EFI IPv4 Protocol driver. The type of Event must be
252 /// Event must be lower than or equal to TPL_CALLBACK.
254 EFI_EVENT Event;
455 errors occur, the event in the token will be signaled and the status is updated.
465 @retval EFI_ACCESS_DENIED The transmit completion token with the same Token.Event
492 The Token.Event field in the completion token must be filled in by the caller
494 driver updates the Token.Status and Token.Packet.RxData fields and the Token.Event
    [all...]
Mtftp4.h 533 /// The event that will be signaled when the operation completes. If
535 /// write operation finishes. The type of Event must be
537 /// Event must be lower than or equal to TPL_CALLBACK.
539 EFI_EVENT Event;
Mtftp6.h 315 timeout event in the EFI_MTFTP6_PROTOCOL.ReadFile(), EFI_MTFTP6_PROTOCOL.WriteFile() or
319 function to notify the caller of the timeout event. Any status code other than EFI_SUCCESS
343 timeout event in the EFI_MTFTP6_PROTOCOL.ReadFile(), EFI_MTFTP6_PROTOCOL.WriteFile() or
347 function to notify the caller of the timeout event. Any status code other than EFI_SUCCESS
403 /// The event that will be signaled when the operation completes. If
405 /// write operation finishes. The type of Event must be EVT_NOTIFY_SIGNAL.
407 EFI_EVENT Event;
634 Token.Event is signaled if it is not NULL.
676 process completes, whether successfully or not, Token.Event is signaled, and the EFI MTFTPv6
    [all...]
Tcp4.h 124 EFI_EVENT Event;
350 - ConnectionToken->CompletionToken.Event is NULL.
379 - ListentToken->CompletionToken.Event is NULL.
404 - Token->CompletionToken.Event is NULL.
409 - A transmit completion token with the same Token->CompletionToken.Event
444 - Token->CompletionToken.Event is NULL.
454 >CompletionToken.Event was already in the receive
490 - CloseToken->CompletionToken.Event is NULL.
515 @retval EFI_SUCCESS The asynchronous I/O request is aborted and Token->Event
Tcp6.h 270 /// The Event to signal after request is finished and Status field is
273 EFI_EVENT Event;
350 /// Token->Packet.RxData then signal the Token->CompletionToken.Event.
570 fails due to any error, the ConnectionToken->CompletionToken.Event will be signaled
590 - ConnectionToken->CompletionToken.Event is NULL.
613 The ListenToken->CompletionToken.Event will be signaled when a new connection is
632 - ListentToken->CompletionToken.Event is NULL.
648 user data. The status of the token is updated and the event in the token will be
662 - Token->CompletionToken.Event is NULL.
668 CompletionToken.Event was already in the
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeImageVerificationLib/
DxeImageVerificationLib.c     [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEDxe/
TrEEDxe.c 380 This function dump event log.
382 @param[in] EventLogFormat The type of the event log for which the information is requested.
383 @param[in] EventLogLocation A pointer to the memory address of the event log.
384 @param[in] EventLogLastEntry If the Event Log contains more than one entry, this is a pointer to the
385 address of the start of the last entry in the event log in memory.
403 DEBUG ((EFI_D_INFO, " Event:\n"));
422 The EFI_TREE_PROTOCOL Get Event Log function call allows a caller to
423 retrieve the address of a given event log and its last entry.
426 @param[in] EventLogFormat The type of the event log for which the information is requested.
427 @param[out] EventLogLocation A pointer to the memory address of the event log.
    [all...]
  /external/autotest/server/cros/bluetooth/
bluetooth_adapter_tests.py 23 Event = recorder.Event
    [all...]
  /external/python/cpython2/Lib/
threading.py 31 'current_thread', 'enumerate', 'Event',
542 def Event(*args, **kwargs):
543 """A factory function that returns a new event.
553 """A factory function that returns a new event object. An event manages a
559 # After Tim Peters' event class (without is_posted())
680 self.__started = Event()
    [all...]
  /external/python/cpython3/Lib/
threading.py 27 'Event', 'Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Thread',
487 class Event:
488 """Class implementing event objects.
496 # After Tim Peters' event class (without is_posted())
793 self._started = Event()
    [all...]
  /external/syslinux/efi32/include/efi/
efiudp.h 113 EFI_EVENT Event;
227 EFI_EVENT Event;
  /external/syslinux/efi64/include/efi/
efiudp.h 113 EFI_EVENT Event;
227 EFI_EVENT Event;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efiudp.h 113 EFI_EVENT Event;
227 EFI_EVENT Event;
  /external/valgrind/lackey/
lk_main.c 79 // Every instruction executed has an "instr" event representing it.
87 // Instruction Memory accesses Event sequence
365 Ity_I1 is the guarding condition for the event. If NULL it is
418 Event;
430 notified event where possible (Dw immediately following Dr and
441 when there is no space to add a new event, and before entering a
450 instrumentation IR for each event, in the order in which they
453 static Event events[N_EVENTS];
485 Event* ev;
529 Event* evt
    [all...]

Completed in 669 milliseconds

1 2 3 4 5 6 7 891011>>