/packages/apps/Dialer/java/com/android/contacts/common/model/account/ |
GoogleAccountType.java | 22 import android.provider.ContactsContract.CommonDataKinds.Event; 164 new DataKind(Event.CONTENT_ITEM_TYPE, R.string.eventLabelsGroup, Weight.EVENT, true)); 166 kind.actionBody = new SimpleInflater(Event.START_DATE); 168 kind.typeColumn = Event.TYPE; 172 kind.typeList.add(buildEventType(Event.TYPE_BIRTHDAY, true).setSpecificMax(1)); 173 kind.typeList.add(buildEventType(Event.TYPE_ANNIVERSARY, false)); 174 kind.typeList.add(buildEventType(Event.TYPE_OTHER, false)); 176 buildEventType(Event.TYPE_CUSTOM, false).setSecondary(true).setCustomColumn(Event.LABEL)) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
PointTestCases.java | 21 import org.eclipse.swt.widgets.Event; 36 Event event = new Event(); local 37 event.x = x; 38 event.y = y; 39 event.stateMask = stateMask; 40 event.widget = mCanvas; 41 MouseEvent mouseEvent = new MouseEvent(event);
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ |
AcpiTables.c | 52 IN EFI_EVENT Event,
|
ArmJunoDxeInternal.h | 42 IN EFI_EVENT Event,
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/DxeSmmReadyToLockOnExitPmAuthThunk/ |
DxeSmmReadyToLockOnExitPmAuthThunk.c | 4 But EDKII uses DxeSmmReadyToLock. We need a thunk driver to convert this event.
22 ExitPmAuth Protocol notification event handler.
24 @param[in] Event Event whose notification function is being invoked.
30 IN EFI_EVENT Event,
39 // Add more check to locate protocol after got event, because
40 // ECP will signal this event immediately once it is register
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Include/Library/ |
RealTimeClockLib.h | 123 Call the passed in Child Notify event and convert any pointers in
126 @param[in] Event The Event that is being processed
127 @param[in] Context Event Context
132 IN EFI_EVENT Event,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/ |
PxeBcSupport.h | 21 @param Event The event signaled.
28 IN EFI_EVENT Event,
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
EraseBlock.h | 32 EFI_EVENT Event; 47 @retval EFI_SUCCESS The erase request was queued if Event is not NULL. The data was 48 erased correctly to the device if the Event is NULL.
|
I2cHost.h | 75 When Event is NULL, QueueRequest() operates synchronously and
78 When Event is not NULL, QueueRequest() synchronously returns
93 @param[in] Event Event to signal for asynchronous transactions,
101 queued when Event is not NULL.
103 Event is NULL.
126 IN EFI_EVENT Event OPTIONAL,
|
I2cIo.h | 59 When Event is NULL, QueueRequest() operates synchronously and returns
62 When Event is not NULL, QueueRequest() synchronously returns EFI_SUCCESS
92 @param[in] Event Event to signal for asynchronous transactions,
100 queued when Event is not NULL.
102 Event is NULL.
126 IN EFI_EVENT Event OPTIONAL,
|
/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; 122 Event event = Event.getCurrentEvent(); local 123 boolean middleMouseButton = (event.getButton() & Event.BUTTON_MIDDLE) != 0; 126 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/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/ |
CCombo3.java | 25 import org.eclipse.swt.widgets.Event; 94 public void handleEvent(Event event) { 109 // send FocusOut event 111 Event e = new Event(); 113 e.time = event.time; 120 public void handleEvent(Event event) { 133 public void handleEvent(Event event) [all...] |
/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);
|