Home
last modified time | relevance | path

Searched refs:ACTION_NONE (Results 126 – 150 of 755) sorted by relevance

12345678910>>...31

/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/java/awt/dnd/
H A DDropTargetDragEvent.java78 if (dropAction != DnDConstants.ACTION_NONE in DropTargetDragEvent()
86 int srcActionsMask = DnDConstants.ACTION_NONE in DropTargetDragEvent()
H A DDropTargetDropEvent.java92 if (dropAction != DnDConstants.ACTION_NONE in DropTargetDropEvent()
100 int actionsMask = DnDConstants.ACTION_NONE in DropTargetDropEvent()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/java/awt/dnd/
H A DDropTargetDragEvent.java78 if (dropAction != DnDConstants.ACTION_NONE in DropTargetDragEvent()
86 int srcActionsMask = DnDConstants.ACTION_NONE in DropTargetDragEvent()
H A DDropTargetDropEvent.java92 if (dropAction != DnDConstants.ACTION_NONE in DropTargetDropEvent()
100 int actionsMask = DnDConstants.ACTION_NONE in DropTargetDropEvent()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/java/awt/dnd/
H A DDropTargetDragEvent.java78 if (dropAction != DnDConstants.ACTION_NONE in DropTargetDragEvent()
86 int srcActionsMask = DnDConstants.ACTION_NONE in DropTargetDragEvent()
H A DDropTargetDropEvent.java92 if (dropAction != DnDConstants.ACTION_NONE in DropTargetDropEvent()
100 int actionsMask = DnDConstants.ACTION_NONE in DropTargetDropEvent()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/java/awt/dnd/
H A DDropTargetDragEvent.java78 if (dropAction != DnDConstants.ACTION_NONE in DropTargetDragEvent()
86 int srcActionsMask = DnDConstants.ACTION_NONE in DropTargetDragEvent()
H A DDropTargetDropEvent.java92 if (dropAction != DnDConstants.ACTION_NONE in DropTargetDropEvent()
100 int actionsMask = DnDConstants.ACTION_NONE in DropTargetDropEvent()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/java/awt/dnd/
H A DDropTargetDragEvent.java78 if (dropAction != DnDConstants.ACTION_NONE in DropTargetDragEvent()
86 int srcActionsMask = DnDConstants.ACTION_NONE in DropTargetDragEvent()
H A DDropTargetDropEvent.java92 if (dropAction != DnDConstants.ACTION_NONE in DropTargetDropEvent()
100 int actionsMask = DnDConstants.ACTION_NONE in DropTargetDropEvent()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi.services/src/org/osgi/service/cm/
H A DConfigurationPermission.java73 final static int ACTION_NONE = 0; field in ConfigurationPermission
124 if ((mask == ACTION_NONE) || ((mask & ACTION_ALL) != mask)) { in setTransients()
140 int mask = ACTION_NONE; in parseActions()
310 return implies0(requested, ACTION_NONE); in implies()
587 int effective = ConfigurationPermission.ACTION_NONE; in implies()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/treelist/
H A Dtransfer2.cxx146 if( DNDConstants::ACTION_NONE != nRet ) in drop()
156 rDTDE.Context->dropComplete( DNDConstants::ACTION_NONE != nRet ); in drop()
193 if( DNDConstants::ACTION_NONE == nRet ) in dragOver()
288 return DNDConstants::ACTION_NONE; in AcceptDrop()
294 return DNDConstants::ACTION_NONE; in ExecuteDrop()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/treelist/
H A Dtransfer2.cxx144 if( DNDConstants::ACTION_NONE != nRet ) in drop()
154 rDTDE.Context->dropComplete( DNDConstants::ACTION_NONE != nRet ); in drop()
191 if( DNDConstants::ACTION_NONE == nRet ) in dragOver()
286 return DNDConstants::ACTION_NONE; in AcceptDrop()
292 return DNDConstants::ACTION_NONE; in ExecuteDrop()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/input/
H A DButtonTranslator.cpp188 while (actionID == ACTION_NONE && window > -1) in GetAction()
252 return ACTION_NONE; in GetActionCode()
255 unsigned int action = ACTION_NONE; in GetActionCode()
271 if (action == ACTION_NONE && (code & KEY_VKEY) == KEY_VKEY && (code & 0x0F00)) in GetActionCode()
289 unsigned int action = ACTION_NONE; in MapAction()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/java/awt/dnd/
H A DDropTargetDropEvent.java92 if (dropAction != DnDConstants.ACTION_NONE in DropTargetDropEvent()
100 int actionsMask = DnDConstants.ACTION_NONE in DropTargetDropEvent()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/java/awt/dnd/
H A DDropTargetDropEvent.java92 if (dropAction != DnDConstants.ACTION_NONE in DropTargetDropEvent()
100 int actionsMask = DnDConstants.ACTION_NONE in DropTargetDropEvent()
/dports/java/sablevm-classpath/sablevm-classpath-1.13/java/awt/dnd/
H A DDropTargetDropEvent.java92 if (dropAction != DnDConstants.ACTION_NONE in DropTargetDropEvent()
100 int actionsMask = DnDConstants.ACTION_NONE in DropTargetDropEvent()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/classes/sun/awt/X11/
H A DMotifDnDDropTargetProtocol.java49 private int sourceActions = DnDConstants.ACTION_NONE;
52 private int userAction = DnDConstants.ACTION_NONE;
451 sourceActions = DnDConstants.ACTION_NONE; in processTopLevelEnter()
530 DnDConstants.ACTION_NONE, java_actions, in processDragMotion()
673 DnDConstants.ACTION_NONE, java_actions, in processDropStart()
840 byte dropSiteStatus = (action == DnDConstants.ACTION_NONE) ? in sendResponse()
1020 DnDConstants.ACTION_NONE, sourceActions, in cleanup()
1039 sourceActions = DnDConstants.ACTION_NONE; in cleanup()
1042 userAction = DnDConstants.ACTION_NONE; in cleanup()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/unix/classes/sun/awt/X11/
H A DMotifDnDDropTargetProtocol.java49 private int sourceActions = DnDConstants.ACTION_NONE;
52 private int userAction = DnDConstants.ACTION_NONE;
451 sourceActions = DnDConstants.ACTION_NONE; in processTopLevelEnter()
530 DnDConstants.ACTION_NONE, java_actions, in processDragMotion()
673 DnDConstants.ACTION_NONE, java_actions, in processDropStart()
840 byte dropSiteStatus = (action == DnDConstants.ACTION_NONE) ? in sendResponse()
1020 DnDConstants.ACTION_NONE, sourceActions, in cleanup()
1039 sourceActions = DnDConstants.ACTION_NONE; in cleanup()
1042 userAction = DnDConstants.ACTION_NONE; in cleanup()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/classes/sun/awt/X11/
H A DMotifDnDDropTargetProtocol.java49 private int sourceActions = DnDConstants.ACTION_NONE;
52 private int userAction = DnDConstants.ACTION_NONE;
451 sourceActions = DnDConstants.ACTION_NONE; in processTopLevelEnter()
530 DnDConstants.ACTION_NONE, java_actions, in processDragMotion()
673 DnDConstants.ACTION_NONE, java_actions, in processDropStart()
840 byte dropSiteStatus = (action == DnDConstants.ACTION_NONE) ? in sendResponse()
1020 DnDConstants.ACTION_NONE, sourceActions, in cleanup()
1039 sourceActions = DnDConstants.ACTION_NONE; in cleanup()
1042 userAction = DnDConstants.ACTION_NONE; in cleanup()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/solaris/classes/sun/awt/X11/
H A DMotifDnDDropTargetProtocol.java49 private int sourceActions = DnDConstants.ACTION_NONE;
52 private int userAction = DnDConstants.ACTION_NONE;
451 sourceActions = DnDConstants.ACTION_NONE; in processTopLevelEnter()
530 DnDConstants.ACTION_NONE, java_actions, in processDragMotion()
673 DnDConstants.ACTION_NONE, java_actions, in processDropStart()
840 byte dropSiteStatus = (action == DnDConstants.ACTION_NONE) ? in sendResponse()
1020 DnDConstants.ACTION_NONE, sourceActions, in cleanup()
1039 sourceActions = DnDConstants.ACTION_NONE; in cleanup()
1042 userAction = DnDConstants.ACTION_NONE; in cleanup()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/unix/classes/sun/awt/X11/
H A DMotifDnDDropTargetProtocol.java49 private int sourceActions = DnDConstants.ACTION_NONE;
52 private int userAction = DnDConstants.ACTION_NONE;
451 sourceActions = DnDConstants.ACTION_NONE; in processTopLevelEnter()
530 DnDConstants.ACTION_NONE, java_actions, in processDragMotion()
673 DnDConstants.ACTION_NONE, java_actions, in processDropStart()
840 byte dropSiteStatus = (action == DnDConstants.ACTION_NONE) ? in sendResponse()
1020 DnDConstants.ACTION_NONE, sourceActions, in cleanup()
1039 sourceActions = DnDConstants.ACTION_NONE; in cleanup()
1042 userAction = DnDConstants.ACTION_NONE; in cleanup()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/unix/classes/sun/awt/X11/
H A DMotifDnDDropTargetProtocol.java49 private int sourceActions = DnDConstants.ACTION_NONE;
52 private int userAction = DnDConstants.ACTION_NONE;
451 sourceActions = DnDConstants.ACTION_NONE; in processTopLevelEnter()
530 DnDConstants.ACTION_NONE, java_actions, in processDragMotion()
673 DnDConstants.ACTION_NONE, java_actions, in processDropStart()
840 byte dropSiteStatus = (action == DnDConstants.ACTION_NONE) ? in sendResponse()
1020 DnDConstants.ACTION_NONE, sourceActions, in cleanup()
1039 sourceActions = DnDConstants.ACTION_NONE; in cleanup()
1042 userAction = DnDConstants.ACTION_NONE; in cleanup()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/unix/classes/sun/awt/X11/
H A DMotifDnDDropTargetProtocol.java49 private int sourceActions = DnDConstants.ACTION_NONE;
52 private int userAction = DnDConstants.ACTION_NONE;
451 sourceActions = DnDConstants.ACTION_NONE; in processTopLevelEnter()
530 DnDConstants.ACTION_NONE, java_actions, in processDragMotion()
673 DnDConstants.ACTION_NONE, java_actions, in processDropStart()
840 byte dropSiteStatus = (action == DnDConstants.ACTION_NONE) ? in sendResponse()
1020 DnDConstants.ACTION_NONE, sourceActions, in cleanup()
1039 sourceActions = DnDConstants.ACTION_NONE; in cleanup()
1042 userAction = DnDConstants.ACTION_NONE; in cleanup()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/unix/classes/sun/awt/X11/
H A DMotifDnDDropTargetProtocol.java49 private int sourceActions = DnDConstants.ACTION_NONE;
52 private int userAction = DnDConstants.ACTION_NONE;
451 sourceActions = DnDConstants.ACTION_NONE; in processTopLevelEnter()
530 DnDConstants.ACTION_NONE, java_actions, in processDragMotion()
673 DnDConstants.ACTION_NONE, java_actions, in processDropStart()
840 byte dropSiteStatus = (action == DnDConstants.ACTION_NONE) ? in sendResponse()
1020 DnDConstants.ACTION_NONE, sourceActions, in cleanup()
1039 sourceActions = DnDConstants.ACTION_NONE; in cleanup()
1042 userAction = DnDConstants.ACTION_NONE; in cleanup()

12345678910>>...31