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

<<11121314151617181920>>

  /external/sonivox/jet_tools/JetCreator/
midifile.py 125 MSG_TYPE_MISMATCH = 'msg_type does not match event type'
304 def Check (self, event):
305 if event.msg_type in self.events:
313 def Check (self, event):
314 if event.msg_type in (NOTE_ON, NOTE_OFF):
315 if event.note in self.notes:
323 def Check (self, event):
324 if event.msg_type in (NOTE_ON, NOTE_OFF, POLY_KEY_PRESSURE, CONTROL_CHANGE, CHANNEL_PRESSURE, PITCH_BEND):
325 if event.channel in self.channel:
749 def Event (self, event):
    [all...]
  /external/syslinux/efi32/include/efi/
efitcp.h 108 EFI_EVENT Event;
285 EFI_EVENT Event;
efiip.h 164 EFI_EVENT Event;
412 EFI_EVENT Event;
  /external/syslinux/efi64/include/efi/
efitcp.h 108 EFI_EVENT Event;
285 EFI_EVENT Event;
efiip.h 164 EFI_EVENT Event;
412 EFI_EVENT Event;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efitcp.h 108 EFI_EVENT Event;
285 EFI_EVENT Event;
efiip.h 164 EFI_EVENT Event;
412 EFI_EVENT Event;
  /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...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
TelephonyMetricsTest.java 59 import com.android.internal.telephony.nano.TelephonyProto.TelephonyCallSession.Event.CallState;
60 import com.android.internal.telephony.nano.TelephonyProto.TelephonyCallSession.Event.ImsCommand;
61 import com.android.internal.telephony.nano.TelephonyProto.TelephonyCallSession.Event.RilCall;
154 // Test write data stall event
168 // Test write modem restart event
183 // Test write Carrier Identification matching event
203 // Test write Carrier Identification matching event
308 // Test write on ims call handover event
314 TelephonyCallSession.Event.Type.IMS_CALL_HANDOVER, mImsCallSession, 5, 6,
324 assertEquals(TelephonyCallSession.Event.Type.IMS_CALL_HANDOVER
583 TelephonyEvent event = log.events[0]; local
624 TelephonyEvent event = log.events[0]; local
686 TelephonyEvent event = log.events[0]; local
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
Event.java 40 // TODO: should Event be Parcelable so it can be passed via Intents?
41 public class Event implements Cloneable {
143 // The coordinates of the event rectangle drawn on the screen.
151 public Event nextRight;
152 public Event nextLeft;
153 public Event nextUp;
154 public Event nextDown;
159 Event e = new Event();
180 public final void copyTo(Event dest)
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthByWeekFragment.java 51 import com.android.calendar.Event;
54 import com.android.calendar.event.CreateEventDialogFragment;
69 // Selection and selection args for adding event queries
357 getActivity(), mEventUri, Event.EVENT_PROJECTION, where,
400 ArrayList<Event> events = new ArrayList<Event>();
401 Event.buildEventsFromCursor(
426 public void handleEvent(EventInfo event) {
427 if (event.eventType == EventType.GO_TO) {
430 Time.getJulianDay(event.selectedTime.toMillis(true), event.selectedTime.gmtoff
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rpcasync.h 31 typedef void RPC_ENTRY RPCNOTIFICATION_ROUTINE(struct _RPC_ASYNC_STATE *pAsync,void *Context,RPC_ASYNC_EVENT Event);
42 RPC_ASYNC_EVENT Event;
  /prebuilts/go/darwin-x86/src/encoding/xml/
marshal_test.go 64 type Event struct {
65 XMLName struct{} `xml:"event"`
633 {Value: &Event{Year: -3114}, ExpectXML: `<event>-3114</event>`},
    [all...]
  /prebuilts/go/linux-x86/src/encoding/xml/
marshal_test.go 64 type Event struct {
65 XMLName struct{} `xml:"event"`
633 {Value: &Event{Year: -3114}, ExpectXML: `<event>-3114</event>`},
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
WiFi.h 599 /// This Event will be signaled after the Status field is updated by the EFI Wireless
600 /// MAC Connection Protocol driver. The type of Event must be EFI_NOTIFY_SIGNAL.
602 EFI_EVENT Event;
759 /// This Event will be signaled after the Status field is updated by the EFI Wireless
760 /// MAC Connection Protocol driver. The type of Event must be EFI_NOTIFY_SIGNAL.
762 EFI_EVENT Event;
808 /// This Event will be signaled after the Status field is updated by the EFI Wireless
809 /// MAC Connection Protocol driver. The type of Event must be EFI_NOTIFY_SIGNAL.
811 EFI_EVENT Event;
896 /// This Event will be signaled after the Status field is updated by the EFI Wireless
    [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVInternal.h 27 // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
287 const static char Event[] = "Event";
308 const static char Event[] = "opencl.event_t";
    [all...]
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVInstruction.h 27 // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    [all...]
  /external/valgrind/cachegrind/
cg_main.c 291 /* A common case for an instruction read event is that the
472 notified event where possible (Dw immediately following Dr and
483 when there is no space to add a new event.
488 performance by inhibiting event-merging during flushing.
491 instrumentation IR for each event, in the order in which they
542 Event;
544 static void init_Event ( Event* ev ) {
545 VG_(memset)(ev, 0, sizeof(Event));
548 static IRAtom* get_Event_dea ( Event* ev ) {
557 static Int get_Event_dszB ( Event* ev )
    [all...]
  /external/valgrind/callgrind/
main.c 197 /*--- Instrumentation structures and event queue handling ---*/
204 notified event where possible (Dw immediately following Dr and
215 when there is no space to add a new event.
220 performance by inhibiting event-merging during flushing.
223 instrumentation IR for each event, in the order in which they
241 Ev_G // Global bus event
274 Event;
276 static void init_Event ( Event* ev ) {
277 VG_(memset)(ev, 0, sizeof(Event));
280 static IRAtom* get_Event_dea ( Event* ev )
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GraphRunner.java 42 private static final Event BEGIN_EVENT = new Event(Event.BEGIN, null);
43 private static final Event FLUSH_EVENT = new Event(Event.FLUSH, null);
44 private static final Event HALT_EVENT = new Event(Event.HALT, null);
45 private static final Event KILL_EVENT = new Event(Event.KILL, null)
129 Event event = nextEvent(); local
    [all...]
  /frameworks/support/v7/recyclerview/src/test/java/androidx/recyclerview/widget/
SortedListTest.java 60 List<Event> mEvents = new ArrayList<>();
90 mEvents.add(new Event(TYPE.ADD, position, count));
100 mEvents.add(new Event(TYPE.REMOVE, position, count));
107 mEvents.add(new Event(TYPE.MOVE, fromPosition, toPosition));
113 mEvents.add(new Event(TYPE.CHANGE, position, count));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 339 enum Kind { ControlFlow, Event, Macro, Call, Note };
454 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;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 339 enum Kind { ControlFlow, Event, Macro, Call, Note };
454 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;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 339 enum Kind { ControlFlow, Event, Macro, Call, Note };
454 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;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 339 enum Kind { ControlFlow, Event, Macro, Call, Note };
454 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;

Completed in 950 milliseconds

<<11121314151617181920>>