HomeSort by relevance Sort by last modified time
    Searched refs:EventIndex (Results 1 - 22 of 22) sorted by null

  /external/oj-libjdwp/src/share/back/
standardHandlers.h 31 HandlerFunction standardHandlers_defaultHandler(EventIndex ei);
eventHandler.h 36 EventIndex ei;
49 HandlerNode *eventHandler_alloc(jint filterCount, EventIndex ei,
53 HandlerNode *eventHandler_createPermanentInternal(EventIndex ei,
55 HandlerNode *eventHandler_createInternalThreadOnly(EventIndex ei,
66 jvmtiError eventHandler_freeAll(EventIndex ei);
67 jvmtiError eventHandler_freeByID(EventIndex ei, HandlerID handlerID);
eventHandlerRestricted.h 37 jboolean eventHandlerRestricted_iterator(EventIndex ei,
threadControl.h 44 EventIndex ei, jthread thread, jobject currentException);
45 void threadControl_onEventHandlerExit(EventIndex ei, jthread thread, struct bag *);
65 jvmtiError threadControl_setEventMode(jvmtiEventMode mode, EventIndex ei, jthread thread);
73 void threadControl_saveCLEInfo(JNIEnv *env, jthread thread, EventIndex ei,
eventHelper.h 39 void eventHelper_recordFrameEvent(jint id, jbyte suspendPolicy, EventIndex ei,
util.h 186 } EventIndex;
223 EventIndex ei;
417 jdwpEvent eventIndex2jdwp(EventIndex i);
418 jvmtiEvent eventIndex2jvmti(EventIndex i);
419 EventIndex jdwp2EventIndex(jdwpEvent eventType);
420 EventIndex jvmti2EventIndex(jvmtiEvent kind);
standardHandlers.c 135 standardHandlers_defaultHandler(EventIndex ei)
eventHandler.c 181 getHandlerChain(EventIndex i)
216 find(EventIndex ei, HandlerID handlerID)
245 eventHandlerRestricted_iterator(EventIndex ei,
324 EventIndex ei, jclass clazz, jmethodID method, jlocation location)
368 skipEventReport(JNIEnv *env, jthread thread, EventIndex ei,
388 reportEvents(JNIEnv *env, jbyte sessionID, jthread thread, EventIndex ei,
    [all...]
EventRequestImpl.c 239 EventIndex ei;
311 EventIndex ei;
threadControl.c 44 EventIndex ei;
74 EventIndex current_ei;
127 EventIndex ei;
457 addDeferredEventMode(JNIEnv *env, jvmtiEventMode mode, EventIndex ei, jthread thread)
493 jvmtiEventMode mode, EventIndex ei, jthread thread)
    [all...]
debugInit.c 114 static void initialize(JNIEnv *env, jthread thread, EventIndex triggering_ei);
137 set_event_notification(jvmtiEventMode mode, EventIndex ei)
754 initialize(JNIEnv *env, jthread thread, EventIndex triggering_ei)
    [all...]
util.c     [all...]
eventHelper.c 61 EventIndex ei;
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/
Console.c 330 UINTN EventIndex;
473 gBS->WaitForEvent (1, &gST->ConIn->WaitForKey, &EventIndex);
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
Console.c 416 UINTN EventIndex;
569 gBS->WaitForEvent (1, &gST->ConIn->WaitForKey, &EventIndex);
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
EditInputBar.c 132 UINTN EventIndex;
177 gBS->WaitForEvent (1, &gST->ConIn->WaitForKey, &EventIndex);
  /device/linaro/bootloader/edk2/EmbeddedPkg/Application/AndroidFastboot/
AndroidFastbootApp.c 553 UINTN EventIndex;
645 gBS->WaitForEvent (2, WaitEventArray, &EventIndex);
646 if (EventIndex == 0) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
SetupBrowser.c 532 UINTN EventIndex;
682 gBS->WaitForEvent (1, &gST->ConIn->WaitForKey, &EventIndex);
  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/AndroidFastbootTransportTcpDxe/
FastbootTransportTcp.c 469 UINTN EventIndex;
488 &EventIndex
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
UefiShellLib.c     [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
ConsoleLogger.c 846 UINTN EventIndex;
863 Status = gBS->WaitForEvent (1, &TxtInEx->WaitForKeyEx, &EventIndex);
    [all...]
FileHandleWrappers.c 491 UINTN EventIndex;
538 gBS->WaitForEvent (1, &gST->ConIn->WaitForKey, &EventIndex);
    [all...]

Completed in 1280 milliseconds