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

<<111213

/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp683 // LinuxThreads have two flavors: floating-stack mode, which allows variable
684 // stack size; and fixed-stack mode. NPTL is always floating-stack.
1310 // product mode - assume we are the initial thread, good luck in the
2648 // change as we gain experience with this failure mode.
3268 // mode is enabled. AMD64/EM64T uses 2M page in 64bit mode. IA64 can use
4894 int os::open(const char *path, int oflag, int mode) { argument
4904 fd = ::open64(path, oflag, mode);
4986 int mode; local
4990 mode
[all...]
/openjdk7/jdk/test/java/lang/invoke/
H A DMethodHandlesTest.java2532 void testCastFailure(String mode, int okCount) throws Throwable { argument
2534 if (verbosity > 2) System.out.println("mode="+mode);
2537 if (mode.endsWith("/return")) {
2538 if (mode.equals("unbox/return")) {
2542 } else if (mode.equals("cast/return")) {
2547 } else if (mode.endsWith("/argument")) {
2549 if (mode.equals("unbox/argument")) {
2552 } else if (mode.equals("cast/argument")) {
2562 assertNotSame(mode, surpris
[all...]
/openjdk7/jdk/src/share/classes/java/math/
H A DBigDecimal.java51 * over rounding behavior. If no rounding mode is specified and the
54 * and rounding mode by supplying an appropriate {@link MathContext}
58 * represent rounding mode is largely obsolete; the enumeration values
67 * corollary of computing the exact result, the rounding mode setting
102 * leftmost nonzero digit of the exact result. The rounding mode
109 * (if necessary), using the selected rounding mode. If the exact
151 * rounding mode, <br>
572 * rounding mode is {@code UNNECESSARY}.
619 * rounding mode is {@code UNNECESSARY}.
751 * rounding mode i
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/interceptors/
H A DRequestInfoImpl.java577 plist[i].mode = ParameterMode.from_int( nv.flags() - 1 );
/openjdk7/hotspot/src/share/vm/prims/
H A DjniCheck.cpp1513 jint mode)) \
1524 UNCHECKED()->Release##Result##ArrayElements(env,array,elems,mode); \
1683 jint mode))
1691 UNCHECKED()->ReleasePrimitiveArrayCritical(env, array, carray, mode);
H A DjvmtiEnv.cpp373 JvmtiEnv::SetEventNotificationMode(jvmtiEventMode mode, jvmtiEvent event_type, jthread event_thread, ...) { argument
399 bool enabled = (mode == JVMTI_ENABLE);
/openjdk7/hotspot/src/share/vm/runtime/
H A Dos.hpp478 static int open(const char *path, int oflag, int mode);
556 // Determines whether the calling process is being debugged by a user-mode debugger.
/openjdk7/jdk/src/solaris/native/sun/java2d/opengl/J2D_GL/
H A Dglxext.h599 typedef Bool ( * PFNGLXSET3DFXMODEMESAPROC) (int mode);
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/crypto/dk/
H A DDkCrypto.java68 protected abstract Cipher getCipher(byte[] key, byte[] ivec, int mode) argument
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dinterp_masm_x86_32.cpp642 // float and double are returned in xmm register in SSE-mode
1378 TosState state, NotifyMethodExitMode mode) {
1382 if (mode == NotifyJVMTI && JvmtiExport::can_post_interpreter_events()) {
1377 notify_method_exit( TosState state, NotifyMethodExitMode mode) argument
H A Dinterp_masm_x86_64.cpp1440 TosState state, NotifyMethodExitMode mode) {
1444 if (mode == NotifyJVMTI && JvmtiExport::can_post_interpreter_events()) {
1439 notify_method_exit( TosState state, NotifyMethodExitMode mode) argument
H A Dassembler_x86.hpp259 // arguments as in the optimized mode, both ByteSize and WordSize
732 // Make these disappear in 64bit mode since they would never be correct
1454 void pshufd(XMMRegister dst, XMMRegister src, int mode);
1455 void pshufd(XMMRegister dst, Address src, int mode);
1458 void pshuflw(XMMRegister dst, XMMRegister src, int mode);
1459 void pshuflw(XMMRegister dst, Address src, int mode);
1792 // Next instructions require address alignment 16 bytes SSE mode.
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKFileChooserUI.java155 int mode = fc.getFileSelectionMode();
156 JList list = mode == JFileChooser.DIRECTORIES_ONLY ?
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_util.c326 setEventNotificationMode(jvmtiEventMode mode, jvmtiEvent event, jthread thread) argument
331 (gdata->jvmti, mode, event, thread);
/openjdk7/jdk/src/share/native/java/util/zip/
H A Dzip_util.c726 * Opens a zip file with the specified mode. Returns the jzfile object
732 ZIP_Open_Generic(const char *name, char **pmsg, int mode, jlong lastModified) argument
744 ZFILE zfd = ZFILE_Open(name, mode);
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpng.h700 png_byte location; /* mode of operation at read time */
1176 * the values. This is the 'PNG' mode.
1186 * image. This is the 'STANDARD', 'ASSOCIATED' or 'PREMULTIPLIED' mode (the
1197 * simulate transparency over large areas - use 16 bits or the PNG mode in
1198 * this case!) This is the 'OPTIMIZED' mode. For this mode a pixel is
1209 * with an enumerated 'mode' value and the gamma of the required output:
1218 PNG_FP_EXPORT(227, void, png_set_alpha_mode, (png_structp png_ptr, int mode,
1221 int mode, png_fixed_point output_gamma));
1236 * When the ALPHA_OPTIMIZED mode i
[all...]
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp1497 // Use 2MB to allow for Solaris 7 64 bit mode.
3375 // Extensions) mode is enabled. AMD64/EM64T uses 2M page in 64bit mode. Sparc
3802 // function is meaningless in this mode so we must adjust the real lwp's priority
4226 // This mode causes the priority table to get filled with
5606 int os::open(const char *path, int oflag, int mode) { argument
5615 fd = ::open64(path, oflag, mode);
5751 int mode; local
5755 mode = buf64.st_mode;
5756 if (S_ISCHR(mode) || S_ISFIF
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DCOFFFileParser.java3099 int mode = (getPointerAttributes() & POINTER_PTRMODE_MASK) >> POINTER_PTRMODE_SHIFT;
3102 } else if (mode == POINTER_PTRMODE_PTR_TO_DATA_MEMBER ||
3103 mode == POINTER_PTRMODE_PTR_TO_METHOD) {
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaFileChooserUI.java175 // Request defaultness for the appropriate button based on mode
177 // Request defaultness for the appropriate button based on mode
536 // Directories can be selected in the list regardless of mode
539 final int mode = fc.getFileSelectionMode();
540 if (mode == JFileChooser.FILES_AND_DIRECTORIES) return true;
542 if (mode == JFileChooser.DIRECTORIES_ONLY) return traversable;
572 // Double-check that all the list selections are valid for this mode
573 // Directories can be selected in the list regardless of mode
1685 // rdar://problem/3734130 -- don't populate the text field if this file isn't selectable in this mode.
1803 JButton fApproveButton; // mode
[all...]
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1009 jvmtiEventMode mode,
2397 jvmtiError SetEventNotificationMode(jvmtiEventMode mode, argument
2401 return functions->SetEventNotificationMode(this, mode, event_type, event_thread);
H A Djvm.h1089 * resumption mode, an interrupted IO operation is guaranteed not to
1090 * have any side-effects, and can be restarted. In the termination mode,
1093 * close that stream. The resumption mode seems to be impossible to
1094 * implement on Win32 and Solaris. Implementing the termination mode is
1129 JVM_Open(const char *fname, jint flags, jint mode);
/openjdk7/jdk/src/solaris/native/java/net/
H A DPlainDatagramSocketImpl.c1438 * Sets the multicast loopback mode.
1506 * Setting the multicast loopback mode handled separately
1909 int mode = (int)(*env)->GetBooleanField(env, this, pdsi_loopbackID); local
1910 return createBoolean(env, mode);
/openjdk7/hotspot/src/share/vm/oops/
H A DinstanceKlass.cpp256 Verifier::Mode mode = local
258 return Verifier::verify(this_oop, mode, this_oop->should_verify_class(), CHECK_false);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.cpp2334 NotifyMethodExitMode mode) {
2341 if (mode == NotifyJVMTI && JvmtiExport::can_post_interpreter_events()) {
2332 notify_method_exit(bool is_native_method, TosState state, NotifyMethodExitMode mode) argument
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DImageSurfaceData.m1758 jint mode = (((bipriv->lockFlags & (SD_LOCK_WRITE)) != 0)
1761 bipriv->base, mode);

Completed in 207 milliseconds

<<111213