HomeSort by relevance Sort by last modified time
    Searched refs:Event (Results 176 - 200 of 1413) sorted by null

1 2 3 4 5 6 78 91011>>

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
InputTransaction.java 17 package com.android.inputmethod.event;
36 public final Event mEvent;
47 public InputTransaction(final SettingsValues settingsValues, final Event event,
50 mEvent = event;
DeadKeyCombiner.java 17 package com.android.inputmethod.event;
219 private static Event createEventChainFromSequence(final @Nonnull CharSequence text,
220 @Nonnull final Event originalEvent) {
225 Event lastEvent = null;
228 lastEvent = Event.createHardwareKeypressEvent(codePoint,
237 public Event processEvent(final ArrayList<Event> previousEvents, final Event event) {
240 if (event.isDead())
    [all...]
  /prebuilts/go/darwin-x86/misc/cgo/testplugin/src/issue18676/
plugin.go 11 func F(evt *dynamodbstreamsevt.Event) {}
  /prebuilts/go/linux-x86/misc/cgo/testplugin/src/issue18676/
plugin.go 11 func F(evt *dynamodbstreamsevt.Event) {}
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintEditAction.java 23 import org.eclipse.swt.widgets.Event;
45 public void runWithEvent(Event event) {
46 super.runWithEvent(event);
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
I2cBusConfigurationManagement.h 121 When Event is NULL, EnableI2cBusConfiguration operates synchronously
130 @param[in] Event Event to signal when the transaction is complete
133 @return When Event is NULL, EnableI2cBusConfiguration operates synchrouously
139 was successfully started when Event is not
142 successfully when Event is NULL.
152 IN EFI_EVENT Event OPTIONAL,
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTooltipProvider.java 19 import org.eclipse.swt.widgets.Event;
93 public void handleEvent(Event event) {
94 Control tooltipControl = (Control) event.widget;
95 switch (event.type) {
99 Point p = new Point(event.x, event.y);
103 Event newEvent = new Event();
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/events/
MappingStartEvent.java 23 * This event is followed by a number of key value pairs. <br>
29 * There must be an even number of node events between the start and end event.
41 public boolean is(Event.ID id) {
SequenceStartEvent.java 23 * This event is followed by the elements contained in the sequence, and a
36 public boolean is(Event.ID id) {
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/lowlevel/
LowLevelApiTest.java 27 import org.yaml.snakeyaml.events.Event;
51 List<Event> events = yaml.serialize(node);
53 for (Event etalonEvent : yaml.parse(new StringReader(etalon))) {
54 Event ev1 = events.get(i++);
  /external/swiftshader/src/Common/
Resource.hpp 49 Event unblock;
  /external/webrtc/webrtc/base/
sharedexclusivelock.cc 22 shared_count_is_zero_.Wait(Event::kForever);
  /hardware/intel/img/hwcomposer/merrifield/common/base/
DisplayAnalyzer.h 66 struct Event {
80 inline void postEvent(Event& e);
81 inline bool getEvent(Event& e);
135 Vector<Event> mPendingEvents;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
DisplayAnalyzer.cpp 65 // handle hotplug event (vsync switch) asynchronously
66 Event e;
73 void DisplayAnalyzer::postEvent(Event& e)
79 bool DisplayAnalyzer::getEvent(Event& e)
92 // handle one event per analysis to avoid blocking surface flinger
93 // some event may take lengthy time to process
94 Event e;
  /hardware/interfaces/sensors/1.0/
ISensors.hal 62 * If there is no sensor event when this function is being called, block
69 * @return data vector of Event contains sensor events.
77 vec<Event> data,
92 * @param maxReportLatencyNs allowed delay time before an event is sampled
103 * Flush adds a FLUSH_COMPLETE metadata event to the end of the "batch mode"
106 * SUCCESS and add a trivial FLUSH_COMPLETE event added to the event stream.
118 * Inject a single sensor event or push operation environment parameters to
122 * environment data to device. In this operation, Event is always of
134 * @param event sensor event to be injecte
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
icmpapi.h 19 DWORD WINAPI IcmpSendEcho2(HANDLE IcmpHandle,HANDLE Event,PIO_APC_ROUTINE ApcRoutine,PVOID ApcContext,IPAddr DestinationAddress,LPVOID RequestData,WORD RequestSize,PIP_OPTION_INFORMATION RequestOptions,LPVOID ReplyBuffer,DWORD ReplySize,DWORD Timeout);
20 DWORD WINAPI Icmp6SendEcho2(HANDLE IcmpHandle,HANDLE Event,PIO_APC_ROUTINE ApcRoutine,PVOID ApcContext,struct sockaddr_in6 *SourceAddress,struct sockaddr_in6 *DestinationAddress,LPVOID RequestData,WORD RequestSize,PIP_OPTION_INFORMATION RequestOptions,LPVOID ReplyBuffer,DWORD ReplySize,DWORD Timeout);
22 DWORD WINAPI IcmpSendEcho2(HANDLE IcmpHandle,HANDLE Event,FARPROC ApcRoutine,PVOID ApcContext,IPAddr DestinationAddress,LPVOID RequestData,WORD RequestSize,PIP_OPTION_INFORMATION RequestOptions,LPVOID ReplyBuffer,DWORD ReplySize,DWORD Timeout);
23 DWORD WINAPI Icmp6SendEcho2(HANDLE IcmpHandle,HANDLE Event,FARPROC ApcRoutine,PVOID ApcContext,struct sockaddr_in6 *SourceAddress,struct sockaddr_in6 *DestinationAddress,LPVOID RequestData,WORD RequestSize,PIP_OPTION_INFORMATION RequestOptions,LPVOID ReplyBuffer,DWORD ReplySize,DWORD Timeout);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/EdkDxeRuntimeDriverLib/Common/
RuntimeLib.c 37 @param[in] Event The Event that is being processed
38 @param[in] Context Event Context
43 IN EFI_EVENT Event,
57 Call the passed in Child Notify event and convert any pointers in
60 @param[in] Event The Event that is being processed
61 @param[in] Context Event Context
67 IN EFI_EVENT Event,
78 ChildNotifyEventHandler (Event, NULL);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciHotPlugSupport.h 27 EFI_EVENT Event;
41 Event notification function to set Hot Plug controller status.
43 @param Event The event that invoke this function.
50 IN EFI_EVENT Event,
137 Creating event object for PCI Hot Plug controller.
140 @param Event The retuned event that invoke this function.
142 @return Status of create event invoken.
148 OUT EFI_EVENT *Event
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/
DxeMain.inf 65 Event/Tpl.c
66 Event/Timer.c
67 Event/Event.c
68 Event/Event.h
103 gEfiEventMemoryMapChangeGuid ## PRODUCES ## Event
104 gEfiEventVirtualAddressChangeGuid ## CONSUMES ## Event
105 ## CONSUMES ## Event
106 ## PRODUCES ## Event
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/SnpDxe/
WaitForPacket.c 2 Event handler to check for available packet.
19 Nofication call back function for WaitForPacket event.
21 @param Event EFI Event.
28 EFI_EVENT Event,
37 if (Event == NULL || SnpPtr == NULL) {
81 // the event if the length is not zero.
90 gBS->SignalEvent (Event);
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/
PcRtcEntry.c 135 EFI_EVENT Event;
149 &Event
159 &Event
  /external/nist-sip/java/gov/nist/javax/sip/header/
Event.java 35 * Event SIP Header.
45 public class Event extends ParametersHeader implements EventHeader {
55 * Creates a new instance of Event
57 public Event() {
58 super(EVENT);
126 * Return true if the given event header matches the supplied one.
128 * @param matchTarget -- event header to match against.
130 public boolean match(Event matchTarget) {
  /frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/
ASensorEventQueue.h 32 using Event = android::hardware::sensors::V1_0::Event;
41 android::hardware::Return<void> onEvent(const Event &event) override;
  /frameworks/native/cmds/surfacereplayer/replayer/
BufferQueueScheduler.h 21 #include "Event.h"
47 BufferEvent(std::shared_ptr<Event> e, Dimensions d) : event(e), dimensions(d) {}
49 std::shared_ptr<Event> event; member in struct:android::BufferEvent
66 // Lock and fill the surface, block until the event is signaled by the main loop,
68 void fillSurface(const std::shared_ptr<Event>& event);
  /packages/apps/Camera2/src/com/android/camera/captureintent/stateful/
StateImpl.java 63 public final <T extends Event> EventHandler<T> getEventHandler(Class<T> eventClass) {
68 public final <T extends Event> void setEventHandler(
74 public <T extends Event> void removeEventHandler(Class<T> eventClass) {

Completed in 832 milliseconds

1 2 3 4 5 6 78 91011>>