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

<<111213

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJViewport.java183 * This was previously the default mode for <code>JTable</code>.
184 * This mode may offer advantages over "blit mode"
193 * This mode uses the very simple method of redrawing the entire
646 * Returns true if scroll mode is a {@code BACKINGSTORE_SCROLL_MODE} to cause
650 * @return true if if scroll mode is a {@code BACKINGSTORE_SCROLL_MODE}.
849 * You may want to change this mode to get maximum performance for your
852 * @param mode one of the following values:
872 public void setScrollMode(int mode) { argument
873 scrollMode = mode;
[all...]
H A DJTable.java262 * Printing mode that prints the table at its current size,
268 * Printing mode that scales the output smaller, if necessary,
441 * The drop mode for this component.
1176 * Sets the table's auto resize mode when the table is resized. For further
1180 * @param mode One of 5 legal values:
1198 public void setAutoResizeMode(int mode) { argument
1199 if ((mode == AUTO_RESIZE_OFF) ||
1200 (mode == AUTO_RESIZE_NEXT_COLUMN) ||
1201 (mode == AUTO_RESIZE_SUBSEQUENT_COLUMNS) ||
1202 (mode
[all...]
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/gif/
H A DGIFImageWriter.java771 // If progressive mode is not MODE_COPY_FROM_METADATA, ensure
772 // the interlacing is set per the ImageWriteParam mode setting.
1311 public void setCompressionMode(int mode) { argument
1312 if (mode == MODE_DISABLED) {
1315 super.setCompressionMode(mode);
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngwutil.c110 png_ptr->mode |= PNG_HAVE_PNG_SIGNATURE;
776 ((png_ptr->mode&PNG_HAVE_PNG_SIGNATURE) == 0) &&
892 png_ptr->mode = PNG_HAVE_IHDR; /* not READY_FOR_ZTXT */
966 png_ptr->mode |= PNG_HAVE_PLTE;
978 if (!(png_ptr->mode & PNG_HAVE_IDAT) &&
1046 png_ptr->mode |= PNG_HAVE_IDAT;
1065 png_ptr->mode |= PNG_HAVE_IEND;
H A Dpng.c937 if ((png_ptr->mode & PNG_HAVE_PNG_SIGNATURE) &&
945 ((png_ptr->mode & PNG_HAVE_PNG_SIGNATURE) == 0) &&
953 if (png_ptr->mode & PNG_HAVE_PNG_SIGNATURE)
H A Dpngrtran.c271 png_set_alpha_mode_fixed(png_structp png_ptr, int mode, argument
311 * png_set_alpha_mode is used to set the default mode - PNG_ALPHA_PNG - along
314 switch (mode)
344 png_error(png_ptr, "invalid alpha mode");
370 "conflicting calls to set alpha mode and background");
381 png_set_alpha_mode(png_structp png_ptr, int mode, double output_gamma) argument
383 png_set_alpha_mode_fixed(png_ptr, mode, convert_gamma_value(png_ptr,
1187 * background and alpha mode stuff if there isn't.
1318 * png_set_alpha_mode (even if the alpha handling mode isn't required
1435 png_ptr->mode |
[all...]
H A Dpngset.c722 png_warning(png_ptr, "text compression mode is out of range");
843 (png_ptr->mode & PNG_WROTE_tIME))
1025 to->location = (png_byte)(png_ptr->mode & 0xff);
/openjdk7/jdk/src/share/native/sun/java2d/opengl/J2D_GL/
H A Dglext.h3139 typedef void (APIENTRYP PFNGLBLENDEQUATIONPROC) (GLenum mode);
3140 typedef void (APIENTRYP PFNGLDRAWRANGEELEMENTSPROC) (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices);
3331 typedef void (APIENTRYP PFNGLMULTIDRAWARRAYSPROC) (GLenum mode, GLint *first, GLsizei *count, GLsizei primcount);
3332 typedef void (APIENTRYP PFNGLMULTIDRAWELEMENTSPROC) (GLenum mode, const GLsizei *count, GLenum type, const GLvoid* *indices, GLsizei primcount);
4344 typedef void (APIENTRYP PFNGLPIXELTEXGENSGIXPROC) (GLenum mode);
4458 typedef void (APIENTRYP PFNGLDRAWARRAYSEXTPROC) (GLenum mode, GLint first, GLsizei count);
4496 typedef void (APIENTRYP PFNGLBLENDEQUATIONEXTPROC) (GLenum mode);
4688 typedef void (APIENTRYP PFNGLHINTPGIPROC) (GLenum target, GLint mode);
4752 typedef void (APIENTRYP PFNGLINDEXMATERIALEXTPROC) (GLenum face, GLenum mode);
4813 typedef void (APIENTRYP PFNGLFRAGMENTCOLORMATERIALSGIXPROC) (GLenum face, GLenum mode);
[all...]
/openjdk7/jdk/src/share/classes/java/io/
H A DObjectOutputStream.java149 * block-data mode. Calls to the ObjectOutputStream methods writeObject,
1656 * object writes any primitive data (since block data mode is not
1727 * Buffered output stream with two modes: in default mode, outputs data in
1728 * same format as DataOutputStream; in "block data" mode, outputs data
1749 /** block data mode */
1761 * Block data mode is turned off by default.
1769 * Sets block data mode to the given mode (true == on, false == off)
1770 * and returns the previous mode value. If the new mode i
1775 setBlockDataMode(boolean mode) argument
[all...]
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.hpp50 static bool verify(instanceKlassHandle klass, Mode mode, bool should_verify_class, TRAPS);
379 // May throw an exception based upon the mode.
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.hpp331 bool save_result, TosState state, NotifyMethodExitMode mode);
/openjdk7/jdk/test/com/sun/jdi/
H A DShellScaffold.sh53 # mode=-Xcomp or mode=-Xint to run in these modes. These should not
867 thecmd="$jdk/bin/$java $mode -classpath $tmpFileDir $baseArgs $args \
/openjdk7/jdk/test/java/nio/file/Files/
H A DFileAttributes.java138 int mode = (Integer)Files.getAttribute(file, "unix:mode");
/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DNormalizerImpl.java2046 /* Is c an NF<mode>-skippable code point? See unormimp.h. */
2047 public static boolean isNFSkippable(int c, NormalizerBase.Mode mode, long mask) { argument
2059 if(mode == NormalizerBase.NFD || mode == NormalizerBase.NFKD || mode == NormalizerBase.NONE){
2075 /* if(mode<=UNORM_NFKC) { -- enable when implementing FCC */
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp760 // Just to be safe, recalculate the offset in debug mode
2264 // In conservative mode, don't unguard unless the address is in the VM
4103 int os::open(const char *path, int oflag, int mode) { argument
4111 return ::open(pathbuf, oflag | O_BINARY | O_NOINHERIT, mode);
4303 #define S_ISCHR(mode) (((mode) & _S_IFCHR) == _S_IFCHR)
4304 #define S_ISFIFO(mode) (((mode) & _S_IFIFO) == _S_IFIFO)
4314 int mode = stbuf64.st_mode; local
4315 if (S_ISCHR(mode) || S_ISFIF
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicPopupMenuUI.java631 String mode = UIManager.getString("Menu.cancelMode");
632 if ("hideMenuTree".equals(mode)) {
/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DDefaultTreeSelectionModel.java108 * empty, with a selection mode of DISCONTIGUOUS_TREE_SELECTION.
138 * CONTIGUOUS_TREE_SELECTION or DISCONTIGUOUS_TREE_SELECTION. If mode
142 * for the new mode. For example, if three TreePaths are
143 * selected when the mode is changed to <code>SINGLE_TREE_SELECTION</code>,
147 * Setting the mode to something other than the defined types will
148 * result in the mode becoming <code>DISCONTIGUOUS_TREE_SELECTION</code>.
150 public void setSelectionMode(int mode) { argument
153 selectionMode = mode;
165 * Returns the selection mode, one of <code>SINGLE_TREE_SELECTION</code>,
193 * new selection depends upon the selection mode
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Dcompile.hpp885 // Remember if this compilation changes hardware mode to 24-bit precision
886 void set_24_bit_selection_and_mode(bool selection, bool mode) { argument
888 _in_24_bit_fp_mode = mode;
/openjdk7/jdk/src/share/back/
H A DdebugInit.c125 set_event_notification(jvmtiEventMode mode, EventIndex ei) argument
129 (gdata->jvmti, mode, eventIndex2jvmti(ei), NULL);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DSimpleTypeBuilder.java539 EnumMemberMode mode, Locator loc ) {
588 switch(mode) {
537 bindToTypeSafeEnum( XSRestrictionSimpleType type, String className, String javadoc, Map<String,BIEnumMember> members, EnumMemberMode mode, Locator loc ) argument
/openjdk7/jdk/src/windows/bin/
H A Djava_md.c1257 * Required for javaw mode MessageBox output as well as for
1258 * HotSpot -XX:+ShowMessageBoxOnError in java mode, an empty
1366 int mode, char *what, int ret)
1369 return ContinueInNewThread(ifn, threadStackSize, argc, argv, mode, what, ret);
1364 JVMInit(InvocationFunctions* ifn, jlong threadStackSize, int argc, char **argv, int mode, char *what, int ret) argument
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipPath.java753 for (AccessMode mode : modes) {
754 switch (mode) {
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXFileDialogPeer.java57 int mode; field in class:XFileDialogPeer
141 this.mode = target.getMode();
/openjdk7/langtools/test/tools/javac/T5090006/
H A Dbroken.jar ... java.lang.String endpointInterface () } javax/jws/WebParam$Mode.class WebParam.java package javax.jws public ...
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp809 // BsdThreads have two flavors: floating-stack mode, which allows variable
810 // stack size; and fixed-stack mode. NPTL is always floating-stack.
1502 // product mode - assume we are the initial thread, good luck in the
2958 // add extra info in product mode for vm_exit_out_of_memory():
3343 // mode is enabled. AMD64/EM64T uses 2M page in 64bit mode. IA64 can use
5107 int os::open(const char *path, int oflag, int mode) { argument
5117 fd = ::open(path, oflag, mode);
5199 int mode; local
5203 mode
[all...]

Completed in 249 milliseconds

<<111213