Home
last modified time | relevance | path

Searched defs:fEvents (Results 1 – 14 of 14) sorted by relevance

/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCore/GDModel/
H A DGDMSourceData.cs28 private GDMList<GDMSourceEvent> fEvents; field in GDModel.GDMSourceData
H A DGDMRecordWithEvents.cs40 private GDMList<GDMCustomEvent> fEvents; field in GDModel.GDMRecordWithEvents
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.text.tests/src/org/eclipse/text/tests/
H A DTextUtilitiesTest.java60 private final List<DocumentEvent> fEvents= new ArrayList<>(); field in TextUtilitiesTest.LazilyMirroredDocument
111 private final List<DocumentEvent> fEvents= new ArrayList<>(); field in TextUtilitiesTest.LazilyMirroredDocument2
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKv2/GKChroniclePlugin/
H A DChronicleWidget.cs51 private List<EventRecord> fEvents; field in GKChroniclePlugin.ChronicleWidget
/dports/lang/nqc/nqc-3.1.r6_1/rcxlib/
H A DRCX_Target.h57 bool fEvents; variable
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.ui.editors.tests/src/org/eclipse/ui/editors/tests/
H A DChainedPreferenceStoreTest.java42 private List<PropertyChangeEvent> fEvents= new ArrayList<>(); field in ChainedPreferenceStoreTest
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.tests/src/org/eclipse/debug/tests/viewer/model/
H A DSelectionTests.java46 private final List<SelectionChangedEvent> fEvents = new ArrayList<>(1); field in SelectionTests.SelectionListener
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/event/
H A DEventSetImpl.java41 private List<Event> fEvents; field in EventSetImpl
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/animator/
H A DSkAnimateMaker.h111 SkEvents fEvents; variable
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/windowing/windows/
H A DWinEventsWin32.cpp254 long fEvents = SHCNE_DRIVEADD | SHCNE_DRIVEREMOVED | SHCNE_MEDIAREMOVED | SHCNE_MEDIAINSERTED; in WndProc() local
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/xeen/
H A Dmap.cpp1108 File fEvents(filename, ccNum); in loadEvents() local
1128 OutFile fEvents(filename); in saveEvents() local
/dports/games/scummvm/scummvm-2.5.1/engines/xeen/
H A Dmap.cpp1127 File fEvents(filename, ccNum); in loadEvents() local
1147 OutFile fEvents(filename); in saveEvents() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.core/core/org/eclipse/debug/core/
H A DDebugPlugin.java1173 private DebugEvent[] fEvents; field in DebugPlugin.EventNotifier
/dports/audio/carla/Carla-2.4.1/source/backend/plugin/
H A DCarlaPluginVST2.cpp2771 } fEvents; member in CarlaPluginVST2