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

<<21222324252627282930>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_threadedtempfile.py 27 startEvent = threading.Event()
test_threading_local.py 81 e1 = threading.Event()
82 e2 = threading.Event()
131 e1 = threading.Event()
132 e2 = threading.Event()
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_fork1.py 32 import_started = threading.Event()
test_threadedtempfile.py 27 startEvent = threading.Event()
test_threading_local.py 81 e1 = threading.Event()
82 e2 = threading.Event()
131 e1 = threading.Event()
132 e2 = threading.Event()
  /prebuilts/go/darwin-x86/misc/cgo/testplugin/src/issue18676/
main.go 10 // 3) The main binary then asks for the itab for *dynamodbstreamsevt.Event /
27 var x interface{} = (*dynamodbstreamsevt.Event)(nil)
  /prebuilts/go/linux-x86/misc/cgo/testplugin/src/issue18676/
main.go 10 // 3) The main binary then asks for the itab for *dynamodbstreamsevt.Event /
27 var x interface{} = (*dynamodbstreamsevt.Event)(nil)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_fork1.py 32 import_started = threading.Event()
test_threadedtempfile.py 27 startEvent = threading.Event()
test_threading_local.py 81 e1 = threading.Event()
82 e2 = threading.Event()
131 e1 = threading.Event()
132 e2 = threading.Event()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_fork1.py 32 import_started = threading.Event()
test_threadedtempfile.py 27 startEvent = threading.Event()
test_threading_local.py 81 e1 = threading.Event()
82 e2 = threading.Event()
131 e1 = threading.Event()
132 e2 = threading.Event()
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LintTooltipManager.java 28 import org.eclipse.swt.widgets.Event;
69 public void handleEvent(Event event) {
70 switch(event.type) {
75 List<UiViewElementNode> nodes = computeNodes(event);
98 show(event);
111 private void show(Event event) {
112 List<UiViewElementNode> nodes = computeNodes(event);
143 * @param event the mouse cursor even
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/AcpiTables/rtsm_ve-aemv8a/
facp.asl 19 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
56 [0004] PM1A Event Block Address : 00000001
57 [0004] PM1B Event Block Address : 00000000
64 [0001] PM1 Event Block Length : 04
127 [0012] PM1A Event Block : [Generic Address Structure]
134 [0012] PM1B Event Block : [Generic Address Structure]
  /device/asus/fugu/kernel-headers/linux/
kct.h 80 struct ct_event event; member in struct:kct_packet
90 #define foreach_attchmt(Event, Attchmt) if ((Event)->attchmt_size) for ((Attchmt) = (Event)->attachments; (Attchmt) < (typeof(Attchmt))(((char *) (Event)->attachments) + (Event)->attchmt_size); (Attchmt) = (typeof(Attchmt))KCT_ALIGN(((size_t)(Attchmt)) + sizeof(*(Attchmt)) + (Attchmt)->size, ATTCHMT_ALIGNMENT))
  /device/asus/fugu/original-kernel-headers/linux/
kct.h 71 struct ct_event event; member in struct:kct_packet
82 # define foreach_attchmt(Event, Attchmt) \
83 if ((Event)->attchmt_size) \
84 for ((Attchmt) = (Event)->attachments; \
86 (Event)->attachments) + \
87 (Event)->attchmt_size); \
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/DataHubDxe/
DataHub.c 144 gBS->SignalEvent (FilterEntry->Event);
227 represents Event and return it.
230 @param Event Event to be search for in the Head list.
232 @retval EFI_DATA_HUB_FILTER_DRIVER Returned if Event stored in the Head doubly linked list.
233 @retval NULL If Event is not in the list
239 IN EFI_EVENT Event
247 if (FilterEntry->Event == Event) {
318 // stored in the instance structure, so we must look up the event
    [all...]
  /packages/services/Car/tools/emulator/
obd2_to_diagjson.py 90 class Event(object):
148 event = Event()
149 event.setTimestamp(json.timestamp)
150 event.setType(json.type)
152 event.setIntValue(intValue.id, intValue.value)
154 event.setFloatValue(floatValue.id, floatValue.value)
155 event.setStringValue(json.stringValue)
156 return event
159 event = Event(
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
PiSmmIpl.c 109 Event notification that is fired every time a gEfiSmmConfigurationProtocol installs.
111 @param Event The Event that is being processed, not used.
112 @param Context Event Context, not used.
118 IN EFI_EVENT Event,
123 Event notification that is fired every time a DxeSmmReadyToLock protocol is added
126 @param Event The Event that is being processed, not used.
127 @param Context Event Context, not used.
133 IN EFI_EVENT Event,
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiApi.h 139 // EFI Event Types
157 IN EFI_EVENT Event,
169 OUT EFI_EVENT * Event
181 OUT EFI_EVENT *Event
195 IN EFI_EVENT Event,
204 IN EFI_EVENT Event
212 IN EFI_EVENT * Event,
220 IN EFI_EVENT Event
227 IN EFI_EVENT Event
784 IN EFI_EVENT Event,
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
UefiSpec.h 399 // The event's NotifyContext pointer points to a runtime memory
401 // The event is deprecated in UEFI2.0 and later specifications.
407 Invoke a notification event
409 @param[in] Event Event whose notification function is being invoked.
417 IN EFI_EVENT Event,
422 Creates an event.
424 @param[in] Type The type of event to create and its mode and attributes.
425 @param[in] NotifyTpl The task priority level of event notifications, if needed.
426 @param[in] NotifyFunction The pointer to the event's notification function, if any.
    [all...]
  /external/syslinux/efi32/include/efi/
efiapi.h 128 IN EFI_EVENT Event,
139 OUT EFI_EVENT *Event
152 IN EFI_EVENT Event,
160 IN EFI_EVENT Event
167 IN EFI_EVENT *Event,
174 IN EFI_EVENT Event
180 IN EFI_EVENT Event
554 OUT EFI_EVENT *Event
631 IN EFI_EVENT Event,
751 // Event & timer function
    [all...]
  /external/syslinux/efi64/include/efi/
efiapi.h 128 IN EFI_EVENT Event,
139 OUT EFI_EVENT *Event
152 IN EFI_EVENT Event,
160 IN EFI_EVENT Event
167 IN EFI_EVENT *Event,
174 IN EFI_EVENT Event
180 IN EFI_EVENT Event
554 OUT EFI_EVENT *Event
631 IN EFI_EVENT Event,
751 // Event & timer function
    [all...]
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efiapi.h 128 IN EFI_EVENT Event,
139 OUT EFI_EVENT *Event
152 IN EFI_EVENT Event,
160 IN EFI_EVENT Event
167 IN EFI_EVENT *Event,
174 IN EFI_EVENT Event
180 IN EFI_EVENT Event
554 OUT EFI_EVENT *Event
631 IN EFI_EVENT Event,
751 // Event & timer function
    [all...]

Completed in 1670 milliseconds

<<21222324252627282930>>