Home
last modified time | relevance | path

Searched refs:touchpoint (Results 1 – 25 of 330) sorted by relevance

12345678910>>...14

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/touchpoint/natives/
H A DCheckAndPromptNativePackageWindowsRegistryTest.java14 package org.eclipse.equinox.p2.tests.touchpoint.natives;
70 action.setTouchpoint(touchpoint); in execute_StringAttribute()
94 action.setTouchpoint(touchpoint); in execute_StringAttribute_DifferentValues()
97 …assertEquals(touchpoint.getPackagesToInstall().toString(), 1, touchpoint.getPackagesToInstall().si… in execute_StringAttribute_DifferentValues()
118 action.setTouchpoint(touchpoint); in execute_IntAttribute()
143 action.setTouchpoint(touchpoint); in execute_IntAttribute_DifferentLiteralValue()
160 action.setTouchpoint(touchpoint); in execute_KeyExistence()
177 action.setTouchpoint(touchpoint); in execute_KeyExistence_DifferentKeys()
180 …assertEquals(touchpoint.getPackagesToInstall().toString(), 1, touchpoint.getPackagesToInstall().si… in execute_KeyExistence_DifferentKeys()
190 NativeTouchpoint touchpoint = new NativeTouchpoint(); in createTouchpoint() local
[all …]
H A DNativeTouchpointTest.java14 package org.eclipse.equinox.p2.tests.touchpoint.natives;
19 import org.eclipse.equinox.internal.p2.touchpoint.natives.NativeTouchpoint;
34 NativeTouchpoint touchpoint = new NativeTouchpoint(); in testInitializeCompletePhase() local
39 touchpoint.initializePhase(null, profile, "test", parameters); in testInitializeCompletePhase()
40 touchpoint.completePhase(null, profile, "test", parameters); in testInitializeCompletePhase()
48 touchpoint.initializePhase(null, profile, "test", parameters); in testInitializeCompletePhase()
49 touchpoint.completePhase(null, profile, "test", parameters); in testInitializeCompletePhase()
53 NativeTouchpoint touchpoint = new NativeTouchpoint(); in testQualifyAction() local
54 …assertEquals("org.eclipse.equinox.p2.touchpoint.natives.chmod", touchpoint.qualifyAction("chmod")); in testQualifyAction()
H A DRmdirActionTest.java14 package org.eclipse.equinox.p2.tests.touchpoint.natives;
19 import org.eclipse.equinox.internal.p2.touchpoint.natives.IBackupStore;
20 import org.eclipse.equinox.internal.p2.touchpoint.natives.NativeTouchpoint;
21 import org.eclipse.equinox.internal.p2.touchpoint.natives.actions.ActionConstants;
22 import org.eclipse.equinox.internal.p2.touchpoint.natives.actions.RmdirAction;
44 NativeTouchpoint touchpoint = new NativeTouchpoint(); in testExecuteUndo() local
45 touchpoint.initializePhase(null, profile, "testExecuteUndo", parameters); in testExecuteUndo()
H A DMkdirActionTest.java14 package org.eclipse.equinox.p2.tests.touchpoint.natives;
18 import org.eclipse.equinox.internal.p2.touchpoint.natives.NativeTouchpoint;
19 import org.eclipse.equinox.internal.p2.touchpoint.natives.actions.ActionConstants;
20 import org.eclipse.equinox.internal.p2.touchpoint.natives.actions.MkdirAction;
42 NativeTouchpoint touchpoint = new NativeTouchpoint(); in testExecuteUndo() local
43 touchpoint.initializePhase(null, profile, "test", parameters); in testExecuteUndo()
H A DCollectActionTest.java14 package org.eclipse.equinox.p2.tests.touchpoint.natives;
19 import org.eclipse.equinox.internal.p2.touchpoint.natives.NativeTouchpoint;
20 import org.eclipse.equinox.internal.p2.touchpoint.natives.actions.ActionConstants;
21 import org.eclipse.equinox.internal.p2.touchpoint.natives.actions.CollectAction;
61 NativeTouchpoint touchpoint = new NativeTouchpoint(); in testExecuteUndo() local
62 touchpoint.initializePhase(null, profile, "test", parameters); in testExecuteUndo()
64 touchpoint.initializeOperand(profile, parameters); in testExecuteUndo()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/META-INF/
H A Dp2.inf2 provides.0.name=org.eclipse.equinox.p2.touchpoint.natives
6 provides.1.name=org.eclipse.equinox.p2.touchpoint.natives
10 provides.2.name=org.eclipse.equinox.p2.touchpoint.natives
14 provides.3.name=org.eclipse.equinox.p2.touchpoint.natives
18 provides.4.name=org.eclipse.equinox.p2.touchpoint.natives
22 provides.5.name=org.eclipse.equinox.p2.touchpoint.natives
26 provides.6.name=org.eclipse.equinox.p2.touchpoint.natives
30 provides.7.name=org.eclipse.equinox.p2.touchpoint.natives
34 provides.8.name=org.eclipse.equinox.p2.touchpoint.natives
38 provides.9.name=org.eclipse.equinox.p2.touchpoint.natives
[all …]
/dports/x11-toolkits/wlroots/wlroots-0.12.0/backend/x11/
H A Dinput_device.c106 struct wlr_x11_touchpoint *touchpoint; in get_touchpoint_from_x11_touch_id() local
108 if (touchpoint->x11_id == id) { in get_touchpoint_from_x11_touch_id()
109 return touchpoint; in get_touchpoint_from_x11_touch_id()
259 touchpoint->x11_id = ev->detail; in handle_x11_xinput_event()
260 touchpoint->wayland_id = id; in handle_x11_xinput_event()
261 wl_list_init(&touchpoint->link); in handle_x11_xinput_event()
265 ev->event_y >> 16, touchpoint->wayland_id, ev->time); in handle_x11_xinput_event()
278 if (!touchpoint) { in handle_x11_xinput_event()
285 wl_list_remove(&touchpoint->link); in handle_x11_xinput_event()
286 free(touchpoint); in handle_x11_xinput_event()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/
H A DSetLauncherNameActionTest.java14 package org.eclipse.equinox.p2.tests.touchpoint.eclipse;
20 import org.eclipse.equinox.internal.p2.touchpoint.eclipse.EclipseTouchpoint;
40 EclipseTouchpoint touchpoint = new EclipseTouchpoint(); in testExecuteUndo() local
45 touchpoint.initializePhase(null, profile, "test", parameters); in testExecuteUndo()
48 touchpoint.initializeOperand(profile, parameters); in testExecuteUndo()
67 EclipseTouchpoint touchpoint = new EclipseTouchpoint(); in testEmptyName() local
76 touchpoint.initializePhase(null, profile, "test", parameters); in testEmptyName()
79 touchpoint.initializeOperand(profile, parameters); in testEmptyName()
110 EclipseTouchpoint touchpoint = new EclipseTouchpoint(); in testChangeName() local
111 touchpoint.initializePhase(null, profile, "test", parameters); in testChangeName()
[all …]
H A DEclipseTouchpointTest.java14 package org.eclipse.equinox.p2.tests.touchpoint.eclipse;
22 import org.eclipse.equinox.internal.p2.touchpoint.eclipse.*;
50 EclipseTouchpoint touchpoint = new EclipseTouchpoint(); in testInitializeCompletePhaseCommit() local
61 touchpoint.completePhase(null, profile, "test", parameters); in testInitializeCompletePhaseCommit()
69 touchpoint.completePhase(null, profile, "test2", parameters); in testInitializeCompletePhaseCommit()
81 touchpoint.commit(profile); in testInitializeCompletePhaseCommit()
89 EclipseTouchpoint touchpoint = new EclipseTouchpoint(); in testQualifyAction() local
112 EclipseTouchpoint touchpoint = new EclipseTouchpoint(); in testInitializeCompleteOperand() local
117 touchpoint.initializeOperand(profile, parameters); in testInitializeCompleteOperand()
118 touchpoint.completeOperand(profile, parameters); in testInitializeCompleteOperand()
[all …]
H A DLinkActionTest.java14 package org.eclipse.equinox.p2.tests.touchpoint.eclipse;
20 import org.eclipse.equinox.internal.p2.touchpoint.eclipse.EclipseTouchpoint;
21 import org.eclipse.equinox.internal.p2.touchpoint.eclipse.Util;
57 EclipseTouchpoint touchpoint = new EclipseTouchpoint(); in testExecuteUndo() local
58 touchpoint.initializePhase(null, profile, "test", parameters); in testExecuteUndo()
98 EclipseTouchpoint touchpoint = new EclipseTouchpoint(); in testExecuteUndoWithArtifact() local
99 touchpoint.initializePhase(null, profile, "test", parameters); in testExecuteUndoWithArtifact()
103 touchpoint.initializeOperand(profile, parameters); in testExecuteUndoWithArtifact()
143 EclipseTouchpoint touchpoint = new EclipseTouchpoint(); in testExecuteUndoWithArtifactLocation() local
144 touchpoint.initializePhase(null, profile, "test", parameters); in testExecuteUndoWithArtifactLocation()
[all …]
H A DSetFrameworkIndependentPropertyActionTest.java14 package org.eclipse.equinox.p2.tests.touchpoint.eclipse;
18 import org.eclipse.equinox.internal.p2.touchpoint.eclipse.EclipseTouchpoint;
19 import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.ActionConstants;
20 import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.SetProgramPropertyAction;
38 EclipseTouchpoint touchpoint = new EclipseTouchpoint(); in testExecuteUndo() local
43 touchpoint.initializePhase(null, profile, "test", parameters); in testExecuteUndo()
45 touchpoint.initializeOperand(profile, parameters); in testExecuteUndo()
H A DRemoveJVMArgumentActionTest.java14 package org.eclipse.equinox.p2.tests.touchpoint.eclipse;
18 import org.eclipse.equinox.internal.p2.touchpoint.eclipse.EclipseTouchpoint;
19 import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.ActionConstants;
20 import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.RemoveJVMArgumentAction;
38 EclipseTouchpoint touchpoint = new EclipseTouchpoint(); in testExecuteUndo() local
43 touchpoint.initializePhase(null, profile, "test", parameters); in testExecuteUndo()
45 touchpoint.initializeOperand(profile, parameters); in testExecuteUndo()
H A DSetFrameworkDependentPropertyActionTest.java14 package org.eclipse.equinox.p2.tests.touchpoint.eclipse;
18 import org.eclipse.equinox.internal.p2.touchpoint.eclipse.EclipseTouchpoint;
19 import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.ActionConstants;
20 import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.SetProgramPropertyAction;
38 EclipseTouchpoint touchpoint = new EclipseTouchpoint(); in testExecuteUndo() local
43 touchpoint.initializePhase(null, profile, "test", parameters); in testExecuteUndo()
45 touchpoint.initializeOperand(profile, parameters); in testExecuteUndo()
H A DRemoveProgramArgumentActionTest.java14 package org.eclipse.equinox.p2.tests.touchpoint.eclipse;
21 import org.eclipse.equinox.internal.p2.touchpoint.eclipse.Util;
48 EclipseTouchpoint touchpoint = new EclipseTouchpoint(); in testExecuteUndo() local
53 touchpoint.initializePhase(null, profile, "test", parameters); in testExecuteUndo()
55 touchpoint.initializeOperand(profile, parameters); in testExecuteUndo()
96 EclipseTouchpoint touchpoint = new EclipseTouchpoint(); in testExecuteUndoWithArtifact() local
97 touchpoint.initializePhase(null, profile, "test", parameters); in testExecuteUndoWithArtifact()
101 touchpoint.initializeOperand(profile, parameters); in testExecuteUndoWithArtifact()
152 EclipseTouchpoint touchpoint = new EclipseTouchpoint(); in testExecuteUndoWithArtifactLocation() local
153 touchpoint.initializePhase(null, profile, "test", parameters); in testExecuteUndoWithArtifactLocation()
[all …]
H A DSetProgramPropertyActionTest.java14 package org.eclipse.equinox.p2.tests.touchpoint.eclipse;
21 import org.eclipse.equinox.internal.p2.touchpoint.eclipse.Util;
48 EclipseTouchpoint touchpoint = new EclipseTouchpoint(); in testExecuteUndo() local
53 touchpoint.initializePhase(null, profile, "test", parameters); in testExecuteUndo()
55 touchpoint.initializeOperand(profile, parameters); in testExecuteUndo()
96 EclipseTouchpoint touchpoint = new EclipseTouchpoint(); in testExecuteUndoWithArtifact() local
97 touchpoint.initializePhase(null, profile, "test", parameters); in testExecuteUndoWithArtifact()
101 touchpoint.initializeOperand(profile, parameters); in testExecuteUndoWithArtifact()
153 EclipseTouchpoint touchpoint = new EclipseTouchpoint(); in testExecuteUndoWithArtifactLocation() local
154 touchpoint.initializePhase(null, profile, "test", parameters); in testExecuteUndoWithArtifactLocation()
[all …]
H A DSetStartLevelActionTest.java14 package org.eclipse.equinox.p2.tests.touchpoint.eclipse;
23 import org.eclipse.equinox.internal.p2.touchpoint.eclipse.Util;
70 EclipseTouchpoint touchpoint = new EclipseTouchpoint(); in testExecuteUndo() local
71 touchpoint.initializePhase(null, profile, "test", parameters); in testExecuteUndo()
74 touchpoint.initializeOperand(profile, parameters); in testExecuteUndo()
116 EclipseTouchpoint touchpoint = new EclipseTouchpoint(); in testExecuteUndoWithMissingArtifact() local
117 touchpoint.initializePhase(null, profile, "test", parameters); in testExecuteUndoWithMissingArtifact()
120 touchpoint.initializeOperand(profile, parameters); in testExecuteUndoWithMissingArtifact()
165 EclipseTouchpoint touchpoint = new EclipseTouchpoint(); in testExecuteOnFragmentBundleResultsInBundleNotBeingMarkedStarted() local
166 touchpoint.initializePhase(null, profile, "test", parameters); in testExecuteOnFragmentBundleResultsInBundleNotBeingMarkedStarted()
[all …]
H A DRemoveProgramPropertyActionTest.java14 package org.eclipse.equinox.p2.tests.touchpoint.eclipse;
19 import org.eclipse.equinox.internal.p2.touchpoint.eclipse.EclipseTouchpoint;
20 import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.ActionConstants;
21 import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.RemoveProgramPropertyAction;
41 EclipseTouchpoint touchpoint = new EclipseTouchpoint(); in testExecuteUndo() local
46 touchpoint.initializePhase(null, profile, "test", parameters); in testExecuteUndo()
48 touchpoint.initializeOperand(profile, parameters); in testExecuteUndo()
H A DAddProgramPropertyActionTest.java14 package org.eclipse.equinox.p2.tests.touchpoint.eclipse;
19 import org.eclipse.equinox.internal.p2.touchpoint.eclipse.EclipseTouchpoint;
20 import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.ActionConstants;
21 import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.AddProgramPropertyAction;
41 EclipseTouchpoint touchpoint = new EclipseTouchpoint(); in testExecuteUndo() local
46 touchpoint.initializePhase(null, profile, "test", parameters); in testExecuteUndo()
48 touchpoint.initializeOperand(profile, parameters); in testExecuteUndo()
H A DCollectActionTest.java14 package org.eclipse.equinox.p2.tests.touchpoint.eclipse;
20 import org.eclipse.equinox.internal.p2.touchpoint.eclipse.EclipseTouchpoint;
21 import org.eclipse.equinox.internal.p2.touchpoint.eclipse.Util;
22 import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.ActionConstants;
23 import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.CollectAction;
69 EclipseTouchpoint touchpoint = new EclipseTouchpoint(); in testExecuteUndo() local
70 touchpoint.initializePhase(null, profile, "test", parameters); in testExecuteUndo()
73 touchpoint.initializeOperand(profile, parameters); in testExecuteUndo()
H A DAddProgramArgumentActionTest.java14 package org.eclipse.equinox.p2.tests.touchpoint.eclipse;
21 import org.eclipse.equinox.internal.p2.touchpoint.eclipse.Util;
48 EclipseTouchpoint touchpoint = new EclipseTouchpoint(); in testExecuteUndo() local
55 touchpoint.initializeOperand(profile, parameters); in testExecuteUndo()
94 EclipseTouchpoint touchpoint = new EclipseTouchpoint(); in testExecuteUndoWithArtifact() local
99 touchpoint.initializeOperand(profile, parameters); in testExecuteUndoWithArtifact()
147 EclipseTouchpoint touchpoint = new EclipseTouchpoint(); in testExecuteUndoWithArtifactByProgramArgValue() local
152 touchpoint.initializeOperand(profile, parameters); in testExecuteUndoWithArtifactByProgramArgValue()
206 EclipseTouchpoint touchpoint = new EclipseTouchpoint(); in testExecuteUndoWithArtifactLocation() local
211 touchpoint.initializeOperand(profile, parameters); in testExecuteUndoWithArtifactLocation()
[all …]
H A DMarkStartedActionTest.java14 package org.eclipse.equinox.p2.tests.touchpoint.eclipse;
23 import org.eclipse.equinox.internal.p2.touchpoint.eclipse.Util;
70 EclipseTouchpoint touchpoint = new EclipseTouchpoint(); in testExecuteUndo() local
71 touchpoint.initializePhase(null, profile, "test", parameters); in testExecuteUndo()
74 touchpoint.initializeOperand(profile, parameters); in testExecuteUndo()
116 EclipseTouchpoint touchpoint = new EclipseTouchpoint(); in testExecuteUndoWithMissingArtifact() local
117 touchpoint.initializePhase(null, profile, "test", parameters); in testExecuteUndoWithMissingArtifact()
120 touchpoint.initializeOperand(profile, parameters); in testExecuteUndoWithMissingArtifact()
165 EclipseTouchpoint touchpoint = new EclipseTouchpoint(); in testExecuteOnFragmentBundleResultsInBundleNotBeingMarkedStarted() local
166 touchpoint.initializePhase(null, profile, "test", parameters); in testExecuteOnFragmentBundleResultsInBundleNotBeingMarkedStarted()
[all …]
H A DCheckTrustActionTest.java14 package org.eclipse.equinox.p2.tests.touchpoint.eclipse;
21 import org.eclipse.equinox.internal.p2.touchpoint.eclipse.EclipseTouchpoint;
22 import org.eclipse.equinox.internal.p2.touchpoint.eclipse.Util;
23 import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.ActionConstants;
24 import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.CheckTrustAction;
69 EclipseTouchpoint touchpoint = new EclipseTouchpoint(); in testExecuteUndo() local
70 touchpoint.initializePhase(null, profile, "test", parameters); in testExecuteUndo()
73 touchpoint.initializeOperand(profile, parameters); in testExecuteUndo()
/dports/x11/lavalauncher/lavalauncher-v2.1.1/src/
H A Dseat.c187 touchpoint->id = id; in create_touchpoint()
189 touchpoint->item = item; in create_touchpoint()
194 touchpoint->indicator->touchpoint = touchpoint; in create_touchpoint()
211 free(touchpoint); in destroy_touchpoint()
225 if ( touchpoint->id == id ) in touchpoint_from_id()
226 return touchpoint; in touchpoint_from_id()
240 if ( touchpoint == NULL ) in touch_handle_up()
245 item_interaction(touchpoint->item, touchpoint->instance, in touch_handle_up()
248 destroy_touchpoint(touchpoint); in touch_handle_up()
272 if ( touchpoint == NULL ) in touch_handle_motion()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/internal/p2/engine/
H A DInstallableUnitEvent.java39 private Touchpoint touchpoint; field in InstallableUnitEvent
43 …haseId, boolean prePhase, IProfile profile, IInstallableUnit iu, int type, Touchpoint touchpoint) { in InstallableUnitEvent() argument
44 this(phaseId, prePhase, profile, iu, type, touchpoint, null); in InstallableUnitEvent()
47 … prePhase, IProfile profile, IInstallableUnit iu, int type, Touchpoint touchpoint, IStatus result)… in InstallableUnitEvent() argument
57 this.touchpoint = touchpoint; in InstallableUnitEvent()
62 return touchpoint; in getTouchpoint()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/p2/engine/spi/
H A DProvisioningAction.java28 private Touchpoint touchpoint; field in ProvisioningAction
63 public void setTouchpoint(Touchpoint touchpoint) { in setTouchpoint() argument
64 this.touchpoint = touchpoint; in setTouchpoint()
72 return touchpoint; in getTouchpoint()

12345678910>>...14