Searched refs:mode (Results 101 - 125 of 310) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/solaris/classes/sun/awt/
H A DX11GraphicsDevice.java299 // REMIND: for now we will only allow fullscreen exclusive mode
302 // exclusive mode at any given time...
351 // enter windowed mode (and restore original display mode)
359 // save original display mode
364 // enter fullscreen mode
408 throw new IllegalStateException("Must be in fullscreen mode " +
409 "in order to set display mode");
417 throw new IllegalArgumentException("Invalid display mode");
472 for (DisplayMode mode
[all...]
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A Dir.idl525 attribute AttributeMode mode;
534 AttributeMode mode;
546 ParameterMode mode;
565 attribute OperationMode mode;
576 OperationMode mode;
625 in AttributeMode mode
633 in OperationMode mode,
720 in AttributeMode mode
728 in OperationMode mode,
/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A Dir.idl526 attribute AttributeMode mode;
535 AttributeMode mode;
547 ParameterMode mode;
566 attribute OperationMode mode;
577 OperationMode mode;
626 in AttributeMode mode
634 in OperationMode mode,
721 in AttributeMode mode
729 in OperationMode mode,
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCFileDialog.m43 mode:(jint)inMode
157 // if in directory-browsing mode, don't offer files
186 (JNIEnv *env, jobject peer, jstring title, jint mode, jboolean multipleMode,
203 mode:mode
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DAESCipher.java57 * Creates an instance of AES cipher with default ECB mode and
65 * Sets the mode of this cipher.
67 * @param mode the cipher mode
69 * @exception NoSuchAlgorithmException if the requested cipher mode does
72 protected void engineSetMode(String mode) argument
74 core.setMode(mode);
164 * mode, however.
174 * @param opmode the operation mode of this cipher (this is one of
200 * @param opmode the operation mode o
[all...]
H A DBlowfishCipher.java61 * Creates an instance of Blowfish cipher with default ECB mode and
70 * Sets the mode of this cipher.
72 * @param mode the cipher mode
74 * @exception NoSuchAlgorithmException if the requested cipher mode does
77 protected void engineSetMode(String mode) argument
79 core.setMode(mode);
169 * mode, however.
179 * @param opmode the operation mode of this cipher (this is one of
205 * @param opmode the operation mode o
[all...]
H A DDESCipher.java57 * Creates an instance of DES cipher with default ECB mode and
65 * Sets the mode of this cipher.
67 * @param mode the cipher mode
69 * @exception NoSuchAlgorithmException if the requested cipher mode does
72 protected void engineSetMode(String mode) argument
74 core.setMode(mode);
164 * mode, however.
174 * @param opmode the operation mode of this cipher (this is one of
200 * @param opmode the operation mode o
[all...]
H A DDESedeCipher.java54 * Creates an instance of DESede cipher with default ECB mode and
62 * Sets the mode of this cipher.
64 * @param mode the cipher mode
66 * @exception NoSuchAlgorithmException if the requested cipher mode does
69 protected void engineSetMode(String mode) argument
71 core.setMode(mode);
144 * mode, however.
154 * @param opmode the operation mode of this cipher (this is one of
180 * @param opmode the operation mode o
[all...]
H A DRC2Cipher.java52 protected void engineSetMode(String mode) argument
54 core.setMode(mode);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/
H A DWSServiceDelegate.java368 public <T> Dispatch<T> createDispatch(QName portName, Class<T> aClass, Service.Mode mode) throws WebServiceException { argument
369 return createDispatch(portName, aClass, mode, EMPTY_FEATURES);
373 public <T> Dispatch<T> createDispatch(QName portName, WSEndpointReference wsepr, Class<T> aClass, Service.Mode mode, WebServiceFeature... features) { argument
376 binding.setMode(mode);
377 Dispatch<T> dispatch = Stubs.createDispatch(port, this, binding, aClass, mode, wsepr);
382 public <T> Dispatch<T> createDispatch(QName portName, Class<T> aClass, Service.Mode mode, WebServiceFeature... features) { argument
388 return createDispatch(portName, wsepr, aClass, mode, features);
391 public <T> Dispatch<T> createDispatch(EndpointReference endpointReference, Class<T> type, Service.Mode mode, WebServiceFeature... features) { argument
394 return createDispatch(portName, wsepr, type, mode, features);
423 public Dispatch<Object> createDispatch(QName portName, JAXBContext jaxbContext, Service.Mode mode) throw argument
428 createDispatch(QName portName, WSEndpointReference wsepr, JAXBContext jaxbContext, Service.Mode mode, WebServiceFeature... features) argument
443 createDispatch(QName portName, JAXBContext jaxbContext, Service.Mode mode, WebServiceFeature... webServiceFeatures) argument
452 createDispatch(EndpointReference endpointReference, JAXBContext context, Service.Mode mode, WebServiceFeature... features) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A DwildcardBody.java420 int mode=-1;
421 if(modeValue.equals("strict")) mode = XSWildcard.STRTICT;
422 if(modeValue.equals("lax")) mode = XSWildcard.LAX;
423 if(modeValue.equals("skip")) mode = XSWildcard.SKIP;
424 if(mode==-1) throw new InternalError();
427 return new WildcardImpl.Any( $runtime.document, annotation,locator,fa,mode);
432 $runtime.currentSchema.getTargetNamespace(),mode);
443 return new WildcardImpl.Finite( $runtime.document, annotation,locator,fa,s,mode);
/openjdk7/jdk/test/java/rmi/activation/log/
H A DLogTest.java175 public MyLogFile(String name, String mode) argument
178 super(name, mode);
/openjdk7/jdk/src/share/classes/sun/misc/
H A DUUDecoder.java47 * begin [mode] [filename]
87 * Represents UNIX(tm) mode bits. Generally three octal digits
96 public int mode; field in class:UUDecoder
194 mode = Integer.parseInt(r.substring(4,7));
/openjdk7/langtools/test/tools/javac/processing/filer/
H A DTestValidRelativeNames.java43 @SupportedOptions("mode")
53 String mode = options.get("mode");
56 if (mode.equals("create"))
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/report/
H A DJ2DAnalyzer.java60 static int mode = MIDAVG; field in class:J2DAnalyzer
89 "use Best/Worst/Average mode");
117 mode = BEST;
119 mode = WORST;
123 mode = AVERAGE;
127 mode = MIDAVG;
727 if (mode == BEST) {
729 } else if (mode == WORST) {
731 } else if (mode == AVERAGE || numruns < 3) {
757 if (mode
827 setMode(int mode) argument
[all...]
/openjdk7/jdk/src/share/bin/
H A Djava.c107 static jclass LoadMainClass(JNIEnv *env, int mode, char *name);
183 int mode = LM_UNKNOWN; local
276 if (!ParseArguments(&argc, &argv, &mode, &what, &ret, jrepath))
282 if (mode == LM_JAR) {
295 return JVMInit(&ifn, threadStackSize, argc, argv, mode, what, ret);
342 int mode = args->mode; local
377 if (printXUsage || printUsage || what == 0 || mode == LM_UNKNOWN) {
394 printf("%s is '%s'\n", launchModeNames[mode], what);
423 mainClass = LoadMainClass(env, mode, wha
967 int mode = LM_UNKNOWN; local
1190 LoadMainClass(JNIEnv *env, int mode, char *name) argument
1830 ContinueInNewThread(InvocationFunctions* ifn, jlong threadStackSize, int argc, char **argv, int mode, char *what, int ret) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DTestSeq.java38 * (1) occured in templates in the same mode
85 * Creates a new test sequence given a set of patterns and a mode.
87 public TestSeq(Vector patterns, Mode mode) { argument
88 this(patterns, -2, mode);
91 public TestSeq(Vector patterns, int kernelType, Mode mode) { argument
94 _mode = mode;
/openjdk7/jdk/src/share/classes/javax/net/ssl/
H A DSSLServerSocket.java49 * begin handshaking in client or server mode. The state
292 * Controls whether <code>accept</code>ed server-mode
327 * newly <code>accept</code>ed server-mode <code>SSLSocket</code>s.
344 * Controls whether <code>accept</code>ed server-mode
379 * newly accepted server-mode connections.
397 * server mode, or the SSL client mode.
403 * need to act in the SSL client mode on newly accepted
406 * FTP client would use an SSLServerSocket in "client" mode to
408 * SSLSocket with "client" mode disable
419 setUseClientMode(boolean mode) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/crypto/
H A DCipher.java64 * algorithm (e.g., <i>DES</i>), and may be followed by a feedback mode and
70 * <li>"<i>algorithm/mode/padding</i>" or
76 * provider-specific default values for the mode and padding scheme are used).
85 * block size. When requesting such a mode, you may optionally specify
87 * to the mode name as shown in the "<code>DES/CFB8/NoPadding</code>" and
92 * using an 8 bit mode such as CFB8 or OFB8.
160 * Constant used to initialize cipher to encryption mode.
165 * Constant used to initialize cipher to decryption mode.
170 * Constant used to initialize cipher to key-wrapping mode.
175 * Constant used to initialize cipher to key-unwrapping mode
344 final String mode; field in class:Cipher.Transform
347 Transform(String alg, String suffix, String mode, String pad) argument
[all...]
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/FilterWindow/src/com/sun/hotspot/igv/filterwindow/actions/
H A DMoveFilterDownAction.java47 protected int mode() { method in class:MoveFilterDownAction
H A DMoveFilterUpAction.java47 protected int mode() { method in class:MoveFilterUpAction
H A DRemoveFilterAction.java62 protected int mode() { method in class:RemoveFilterAction
/openjdk7/hotspot/src/share/vm/prims/
H A Dperf.cpp67 PERF_ENTRY(jobject, Perf_Attach(JNIEnv *env, jobject unused, jstring user, int vmid, int mode))
83 if (mode != PerfMemory::PERF_MODE_RO &&
84 mode != PerfMemory::PERF_MODE_RW) {
89 PerfMemory::attach(user_utf, vmid, (PerfMemory::PerfMemoryMode) mode,
/openjdk7/hotspot/src/share/vm/runtime/
H A DperfMemory.hpp146 static void attach(const char* user, int vmid, PerfMemoryMode mode,
/openjdk7/jaxp/src/org/xml/sax/ext/
H A DDefaultHandler2.java102 String type, String mode, String value)
101 attributeDecl(String eName, String aName, String type, String mode, String value) argument

Completed in 80 milliseconds

1234567891011>>