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

<<111213

/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.h1234 * resumption mode, an interrupted IO operation is guaranteed not to
1235 * have any side-effects, and can be restarted. In the termination mode,
1238 * close that stream. The resumption mode seems to be impossible to
1239 * implement on Win32 and Solaris. Implementing the termination mode is
1274 JVM_Open(const char *fname, jint flags, jint mode);
H A Djvm.cpp382 (Arguments::mode() != Arguments::_int)) {
2549 JVM_LEAF(jint, JVM_Open(const char *fname, jint flags, jint mode))
2553 int result = os::open(fname, flags, mode);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp312 assert(index != rsp, "illegal addressing mode");
318 assert(index != rsp, "illegal addressing mode");
325 assert(index != rsp, "illegal addressing mode");
352 assert(base != rsp LP64_ONLY(&& base != r12), "illegal addressing mode");
375 assert(index != rsp, "illegal addressing mode");
673 // In 32-bit mode the VEX first byte C4 and C5 alias onto LDS and LES
674 // instructions (these instructions are not supported in 64-bit mode).
676 // ModRM byte can not be of the form 11xxxxxx in 32-bit mode. To set
814 // [11 reg base] (not a memory addressing mode)
1892 emit_byte(0x66); // switch to 16-bit mode
2416 pshufd(XMMRegister dst, XMMRegister src, int mode) argument
2424 pshufd(XMMRegister dst, Address src, int mode) argument
2435 pshuflw(XMMRegister dst, XMMRegister src, int mode) argument
2442 pshuflw(XMMRegister dst, Address src, int mode) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/sax/
H A DSAXDocumentParser.java104 String type, String mode, String value) throws SAXException {
103 attributeDecl(String eName, String aName, String type, String mode, String value) argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/wsdl/
H A DWSDLModeler.java1667 Mode mode = part.isINOUT() ? Mode.INOUT : Mode.IN;
1670 param.setMode(mode);
2530 //reset the mode and ret flag, as MEssagePArts aer shared across ports
/openjdk7/jdk/src/share/classes/sun/security/tools/policytool/
H A DPolicyTool.java1749 void keyStoreDialog(int mode) { argument
1756 if (mode == EDIT_KEYSTORE) {
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTree.java310 * The drop mode for this component.
345 * For drop mode <code>DropMode.INSERT</code>, this index
368 * Interpretation of this value depends on the drop mode set on the
369 * component. If the drop mode is <code>DropMode.USE_SELECTION</code>
375 * If the drop mode is <code>DropMode.INSERT</code>, the return value
390 * If the drop mode is <code>DropMode.ON_OR_INSERT</code>,
1232 * Sets the drop mode for this component. For backward compatibility,
1247 * The drop mode is only meaningful if this component has a
1250 * @param dropMode the drop mode to use
1251 * @throws IllegalArgumentException if the drop mode i
3292 setSelectionMode(int mode) argument
[all...]
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipFileSystem.java795 public MappedByteBuffer map(MapMode mode,
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_image_proto.h1416 mlib_fourier_mode mode);
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp109 bool Verifier::verify(instanceKlassHandle klass, Verifier::Mode mode, bool should_verify_class, TRAPS) { argument

Completed in 241 milliseconds

<<111213