Searched defs:action (Results 101 - 125 of 196) sorted by relevance

12345678

/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DStackFrameImpl.java66 public boolean threadResumable(ThreadAction action) { argument
H A DVMState.java140 private synchronized void processVMAction(VMAction action) { argument
151 switch (action.id()) {
153 keep = listener.vmSuspended(action);
156 keep = listener.vmNotSuspended(action);
/openjdk7/jdk/src/share/classes/java/awt/dnd/
H A DDragGestureEvent.java58 * The {@code action} field of any {@code DragGestureEvent} instance should take one of the following
81 * the user's preferred action, an {@code ori} parameter
86 * @param act The user's preferred action.
115 throw new IllegalArgumentException("bad action");
120 action = act;
192 * action selected by the user.
194 * @return the action selected by the user
197 public int getDragAction() { return action; }
335 action = f.get("action",
383 private int action; field in class:DragGestureEvent
[all...]
/openjdk7/hotspot/src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/
H A DUncommonTrapEvent.java32 private final String action; field in class:UncommonTrapEvent
39 action = a;
62 return action;
/openjdk7/hotspot/src/share/vm/adlc/
H A Dmain.cpp362 int ArchDesc::open_file(bool required, ADLFILE & ADF, const char *action) argument
365 (ADF._fp = fopen(ADF._name, action)) == NULL) {
366 printf("ERROR: Cannot open file for %s: %s\n", action, ADF._name);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/document/
H A DBindingFault.java93 public void withAllSubEntitiesDo(EntityAction action) { argument
94 _helper.withAllSubEntitiesDo(action);
H A DBindingInput.java93 public void withAllSubEntitiesDo(EntityAction action) { argument
94 _helper.withAllSubEntitiesDo(action);
H A DBindingOutput.java93 public void withAllSubEntitiesDo(EntityAction action) { argument
94 _helper.withAllSubEntitiesDo(action);
H A DMessage.java95 public void withAllSubEntitiesDo(EntityAction action) { argument
96 super.withAllSubEntitiesDo(action);
99 action.perform((Entity) iter.next());
H A DPortType.java92 public void withAllSubEntitiesDo(EntityAction action) { argument
93 super.withAllSubEntitiesDo(action);
96 action.perform((Entity) iter.next());
98 _helper.withAllSubEntitiesDo(action);
H A DService.java77 public void withAllSubEntitiesDo(EntityAction action) { argument
79 action.perform((Entity) iter.next());
81 _helper.withAllSubEntitiesDo(action);
H A DTypes.java102 public void withAllSubEntitiesDo(EntityAction action) { argument
103 _helper.withAllSubEntitiesDo(action);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/document/soap/
H A DSOAPHeaderFault.java98 public void withAllQNamesDo(QNameAction action) { argument
99 super.withAllQNamesDo(action);
102 action.perform(_message);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/addressing/
H A DWsaTubeHelper.java73 String action = null;
75 action = getFaultActionFromSEIModel(requestPacket,responsePacket);
77 if(action != null)
78 return action;
80 action = addVer.getDefaultFaultAction();
88 return action;
92 String action = null;
94 return action;
99 return action;
102 return action;
325 getProblemActionDetail(String action, Element element) argument
[all...]
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWDropTargetContextPeer.java120 private native void dropDone(long nativeContext, boolean success, int action); argument
/openjdk7/jdk/test/java/awt/Focus/ShowFrameCheckForegroundTest/
H A DShowFrameCheckForegroundTest.java50 Runnable action = new Runnable() { field in class:ShowFrameCheckForegroundTest
112 if (!Util.trackActionPerformed(testButton, action, 2000, false)) {
/openjdk7/jdk/src/share/classes/sun/security/krb5/
H A DKrbAsReqBuilder.java360 public KrbAsReqBuilder action() method in class:KrbAsReqBuilder
362 checkState(State.INIT, "Cannot call action");
368 * Gets Credentials object after action
376 * Gets another type of Credentials after action
/openjdk7/jdk/src/share/classes/sun/security/smartcardio/
H A DCardImpl.java115 private void checkSecurity(String action) { argument
118 sm.checkPermission(new CardPermission(terminal.name, action));
/openjdk7/jdk/test/javax/imageio/plugins/jpeg/
H A DReadingInterruptionTest.java112 Action action; field in class:ReadingInterruptionTest
116 protected ReadingInterruptionTest(Action action) { argument
117 this.action = action;
121 this.action.setTarget(reader);
169 Thread t = new Thread(action);
/openjdk7/jdk/src/solaris/classes/sun/net/sdp/
H A DSdpProvider.java40 import sun.security.action.GetPropertyAction;
104 boolean match(Action action, InetAddress address, int port); argument
109 private final Action action; field in class:SdpProvider.PortRangeRule
112 PortRangeRule(Action action, int portStart, int portEnd) { argument
113 this.action = action;
117 Action action() { method in class:SdpProvider.PortRangeRule
118 return action;
121 public boolean match(Action action, InetAddress address, int port) { argument
122 return (action
133 AddressPortRangeRule(Action action, InetAddress address, int prefix, int port, int end) argument
142 match(Action action, InetAddress address, int port) argument
291 convertTcpToSdpIfMatch(FileDescriptor fdObj, Action action, InetAddress address, int port) argument
[all...]
/openjdk7/jdk/test/sun/security/krb5/auto/
H A DContext.java65 * Privileged action:
66 * doAs(): Performs an action in the name of the Subject
265 * @param action the action
270 public byte[] doAs(final Action action, final byte[] in) throws Exception { argument
276 return action.run(Context.this, in);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DWhitespace.java78 public WhitespaceRule(int action, String element, int precedence) { argument
79 // Determine the action (strip or preserve) for this rule
80 _action = action;
208 * If the rules has the same action then this rule is redundant,
209 * if they have different action then this rule will never win.
252 // Return with default action: PRESERVE_SPACE
285 // action as the default rule (no reason the check them at the end).
466 * method. This method returns the translets default action for handling
483 // Return with the translets required action (
/openjdk7/hotspot/agent/src/share/classes/com/sun/java/swing/ui/
H A DCommonUI.java207 public static JButton createButton(Action action) argument
209 JButton button = new JButton(action);
/openjdk7/jdk/src/share/classes/javax/security/auth/
H A DSubject.java325 * <code>action</code> will run as. This parameter
328 * @param action the code to be run as the specified
341 final java.security.PrivilegedAction<T> action) {
347 if (action == null)
349 (ResourcesMgr.getString("invalid.null.action.provided"));
357 (action,
378 * <code>action</code> will run as. This parameter
381 * @param action the code to be run as the specified
399 final java.security.PrivilegedExceptionAction<T> action)
407 if (action
340 doAs(final Subject subject, final java.security.PrivilegedAction<T> action) argument
398 doAs(final Subject subject, final java.security.PrivilegedExceptionAction<T> action) argument
452 doAsPrivileged(final Subject subject, final java.security.PrivilegedAction<T> action, final java.security.AccessControlContext acc) argument
515 doAsPrivileged(final Subject subject, final java.security.PrivilegedExceptionAction<T> action, final java.security.AccessControlContext acc) argument
[all...]
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DExecutors.java329 * {@link AccessController#doPrivileged} action setting the
331 * the selected permission settings holding within that action.
360 * <tt>Callable</tt> to an otherwise resultless action.
387 * called, runs the given privileged action and returns its result.
388 * @param action the privileged action to run
390 * @throws NullPointerException if action null
392 public static Callable<Object> callable(final PrivilegedAction<?> action) { argument
393 if (action == null)
396 public Object call() { return action
407 callable(final PrivilegedExceptionAction<?> action) argument
[all...]

Completed in 118 milliseconds

12345678