HomeSort by relevance Sort by last modified time
    Searched refs:Event (Results 301 - 325 of 1544) sorted by null

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
SockImpl.h 22 Signal a event with the given status.
24 @param[in] Token The token's event is to be signaled.
25 @param[in] TokenStatus The status to be sent with the event.
31 gBS->SignalEvent ((Token)->Event); \
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Protocol/
I2cBus.h 70 @param[in] Event Event to set for asynchronous operations,
92 the event and then read status pointed to by
104 IN EFI_EVENT Event OPTIONAL,
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Protocol/
I2cBus.h 78 @param[in] Event Event to set for asynchronous operations,
100 the event and then read status pointed to by
112 IN EFI_EVENT Event OPTIONAL,
I2cBusMcg.h 77 @param[in] Event Event to set for asynchronous operations,
99 the event and then read status pointed to by
111 IN EFI_EVENT Event OPTIONAL,
I2cHostMcg.h 75 @param[in] Event Event to set for asynchronous operations,
97 the event and then read status pointed to by
110 IN EFI_EVENT Event OPTIONAL,
  /external/autotest/frontend/client/src/autotest/common/ui/
TabView.java 10 import com.google.gwt.user.client.Event;
123 Event event = Event.getCurrentEvent(); local
124 boolean middleMouseButton = (event.getButton() & Event.BUTTON_MIDDLE) != 0;
127 return event.getCtrlKey() || event.getMetaKey() || middleMouseButton;
  /external/clang/test/SemaTemplate/
deduction-crash.cpp 41 template<class Event>
42 int process(Event)
47 template<class Event>
48 int ant(Event)
  /external/compiler-rt/lib/tsan/rtl/
tsan_trace.h 39 // Represents a thread event (from most significant bit):
42 typedef u64 Event;
  /external/webrtc/webrtc/base/
nullsocketserver.h 14 #include "webrtc/base/event.h"
56 rtc::Event event_;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/activity/
PackagesChangedEvent.java 24 * This event is sent by {@link RecentsPackageMonitor} when a package on the the system changes.
25 * {@link TaskStackView}s listen for this event, and remove the tasks associated with the removed
28 public class PackagesChangedEvent extends EventBus.Event {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/ui/
TaskViewDismissedEvent.java 25 * This event is sent when a {@link TaskView} has been dismissed and is no longer visible.
27 public class TaskViewDismissedEvent extends EventBus.Event {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/ui/dragndrop/
DragStartInitializeDropTargetsEvent.java 25 * This event is sent by the drag manager when it requires drop targets to register themselves for
28 public class DragStartInitializeDropTargetsEvent extends EventBus.Event {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/ui/focus/
NavigateTaskViewEvent.java 25 public class NavigateTaskViewEvent extends EventBus.Event {
  /frameworks/native/services/sensorservice/hidl/
utils.h 33 ::android::hardware::sensors::V1_0::Event convertEvent(const ::ASensorEvent &event);
  /frameworks/native/services/surfaceflinger/
EventThread.h 62 status_t postEvent(const DisplayEventReceiver::Event& event);
64 // count >= 1 : continuous event. count is the vsync rate
65 // count == 0 : one-shot event that has not fired
66 // count ==-1 : one-shot event that fired this round / disabled
95 // called when receiving a hotplug event
99 DisplayEventReceiver::Event* event);
127 Vector< DisplayEventReceiver::Event > mPendingEvents;
128 DisplayEventReceiver::Event mVSyncEvent[DisplayDevice::NUM_BUILTIN_DISPLAY_TYPES]
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
CallSessionEventBuilder.java 24 import com.android.internal.telephony.nano.TelephonyProto.TelephonyCallSession.Event.RilCall;
29 private final TelephonyCallSession.Event mEvent = new TelephonyCallSession.Event();
31 public TelephonyCallSession.Event build() {
  /frameworks/support/lifecycle/common/src/main/java/android/arch/lifecycle/
FullLifecycleObserverAdapter.java 28 public void onStateChanged(LifecycleOwner source, Lifecycle.Event event) {
29 switch (event) {
  /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/mesa3d/include/CL/
cl.hpp 18 * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
112 * cl::Event event;
120 * &event);
122 * event.wait();
3398 Event event; local
3416 Event event; local
3437 Event event; local
3460 Event event; local
3485 Event event; local
3512 Event event; local
3542 Event event; local
3574 Event event; local
3608 Event event; local
3644 Event event; local
3682 Event event; local
3723 Event event; local
3766 Event event; local
3811 Event event; local
3858 Event event; local
3907 Event event; local
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
WordComposer.java 20 import com.android.inputmethod.event.CombinerChain;
21 import com.android.inputmethod.event.Event;
55 private final ArrayList<Event> mEvents;
156 * Process an event and return an event, and return a processed event to apply.
157 * @param event the unprocessed event.
158 * @return the processed event. Never null, but may be marked as consumed
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
HttpProto.c 21 @param[in] Event The event signaled.
28 IN EFI_EVENT Event,
32 if ((Event == NULL) || (Context == NULL)) {
63 gBS->SignalEvent (Wrap->HttpToken->Event);
72 if (Wrap->TcpWrap.Tx4Token.CompletionToken.Event != NULL) {
73 gBS->CloseEvent (Wrap->TcpWrap.Tx4Token.CompletionToken.Event);
78 gBS->SignalEvent (Wrap->HttpToken->Event);
87 if (Wrap->TcpWrap.Tx6Token.CompletionToken.Event != NULL) {
88 gBS->CloseEvent (Wrap->TcpWrap.Tx6Token.CompletionToken.Event);
    [all...]
  /external/v8/src/heap/
gc-tracer.cc 62 GCTracer::Event::Event(Type type, GarbageCollectionReason gc_reason,
85 const char* GCTracer::Event::TypeName(bool short_name) const {
97 return "Unknown Event Type";
102 current_(Event::START, GarbageCollectionReason::kUnknown, nullptr),
120 current_ = Event(Event::START, GarbageCollectionReason::kTesting, nullptr);
145 DCHECK(current_.type == Event::SCAVENGER || start_counter_ > 1);
163 current_ = Event(Event::SCAVENGER, gc_reason, collector_reason)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/
EventBus.java 46 * Represents a subscriber, which implements various event bus handler methods.
70 * Represents an event handler with a priority.
90 * Represents the low level method handling a particular event.
94 Class<? extends EventBus.Event> eventType;
96 EventHandlerMethod(Method method, Class<? extends EventBus.Event> eventType) {
102 public void invoke(Object target, EventBus.Event event)
104 mMethod.invoke(target, event);
114 * A simple in-process event bus. It is simple because we can make assumptions about the state of
118 * Currently, there is a single EventBus that handles {@link EventBus.Event}s for each subscribe
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
sched.py 1 """A generally useful event scheduler class.
19 event means calling the action function, passing it the argument
36 Event = namedtuple('Event', 'time, priority, action, argument')
47 """Enter a new event in the queue at an absolute time.
49 Returns an ID for the event which can be used to remove it,
53 event = Event(time, priority, action, argument)
54 heapq.heappush(self._queue, event)
55 return event # The ID
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/DataSource/
DataSource.c 699 &Tcp4CloseToken.CompletionToken.Event,
703 "ERROR - Failed to wait for close event, Status: %r\r\n",
737 if ( NULL != Tcp4TxToken.CompletionToken.Event ) {
738 Status = gBS->CloseEvent ( Tcp4TxToken.CompletionToken.Event );
741 "0x%08x: TX event closed\r\n",
742 Tcp4TxToken.CompletionToken.Event ));
743 Tcp4TxToken.CompletionToken.Event = NULL;
747 "ERROR - Failed to close the Tcp4TxToken event, Status: %r\r\n",
752 if ( NULL != Tcp4ListenToken.CompletionToken.Event ) {
753 Status = gBS->CloseEvent ( Tcp4ListenToken.CompletionToken.Event );
    [all...]

Completed in 565 milliseconds

<<11121314151617181920>>