Searched refs:display (Results 51 - 75 of 76) sorted by relevance

1234

/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DForEach.java57 public void display(int indent) { method in class:ForEach
H A DParam.java89 public void display(int indent) { method in class:Param
H A DSyntaxTreeNode.java868 public void display(int indent) { method in class:SyntaxTreeNode
879 item.display(indent);
H A DXslAttribute.java74 public void display(int indent) { method in class:XslAttribute
H A DTemplate.java142 public void display(int indent) { method in class:Template
H A DVariableBase.java177 public void display(int indent) { method in class:VariableBase
H A DOutput.java76 public void display(int indent) { method in class:Output
H A DLiteralElement.java68 public void display(int indent) { method in class:LiteralElement
H A DStylesheet.java1398 public void display(int indent) { method in class:Stylesheet
/openjdk10/jdk/src/java.desktop/unix/native/common/java2d/opengl/
H A DGLXSurfaceData.c341 GLXSD_BadAllocXErrHandler(Display *display, XErrorEvent *xerr) argument
/openjdk10/langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/jquery/
H A Djquery-1.10.2.js3469 divReset = "padding:0;margin:0;border:0;display:block;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;",
3484 // to display:none and there are still other visible table cells in a
3487 // display:none (it is still safe to use offsets if a parent element is
3491 tds[ 0 ].style.cssText = "padding:0;margin:0;border:0;display:none";
3494 tds[ 0 ].style.display = "";
3495 tds[ 1 ].style.display = "none";
3503 div.style.cssText = "box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:1px;border:1px;display:block;width:4px;margin-top:1%;position:absolute;top:1%;";
3532 // elements when setting their display to 'inline' and giving
3535 div.style.cssText = divReset + "width:1px;padding:1px;display:inline;zoom:1";
3540 div.style.display
6807 cssShow = { position: "absolute", visibility: "hidden", display: "block" }, property
[all...]
/openjdk10/langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/jquery/external/jquery/
H A Djquery.js3469 divReset = "padding:0;margin:0;border:0;display:block;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;",
3484 // to display:none and there are still other visible table cells in a
3487 // display:none (it is still safe to use offsets if a parent element is
3491 tds[ 0 ].style.cssText = "padding:0;margin:0;border:0;display:none";
3494 tds[ 0 ].style.display = "";
3495 tds[ 1 ].style.display = "none";
3503 div.style.cssText = "box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:1px;border:1px;display:block;width:4px;margin-top:1%;position:absolute;top:1%;";
3532 // elements when setting their display to 'inline' and giving
3535 div.style.cssText = divReset + "width:1px;padding:1px;display:inline;zoom:1";
3540 div.style.display
6807 cssShow = { position: "absolute", visibility: "hidden", display: "block" }, property
[all...]
/openjdk10/jdk/src/java.desktop/unix/classes/sun/awt/X11/
H A DXIconWindow.java63 final long display = XToolkit.getDisplay();
70 XlibWrapper.XGetIconSizes(display, XToolkit.getDefaultRootWindow(),
H A DXTrayIconPeer.java351 balloon.display(caption, text, messageType);
H A DXWM.java721 public int handleError(long display, XErrorEvent err) {
728 return super.handleError(display, err);
/openjdk10/jdk/src/java.desktop/unix/native/libawt_xawt/awt/
H A Dawt_InputMethod.c1308 static void OpenXIMCallback(Display *display, XPointer client_data, XPointer call_data) { argument
1311 X11im = XOpenIM(display, NULL, NULL, NULL);
1349 jlong display)
1355 dpy = (Display *)jlong_to_ptr(display);
1347 Java_sun_awt_X11_XInputMethod_openXIMNative(JNIEnv *env, jobject this, jlong display) argument
H A Dawt_DrawingSurface.c233 /* Set drawable and display */
235 px->display = awt_display;
H A Dawt_GraphicsEnv.c109 * display.
112 * X display, multiple X displays, or a single X display with multiple
136 typedef Status XineramaGetInfoFunc(Display* display, int screen_number,
139 typedef Status XineramaGetCenterHintFunc(Display* display, int screen_number,
416 * After a display change event, the default config field will have
917 int XShmAttachXErrHandler(Display *display, XErrorEvent *xerr) { argument
1783 "Could not get display mode class");
1791 "Could not get display mode constructor");
1850 event.xclient.display
[all...]
/openjdk10/jdk/test/java/util/Locale/
H A DLocaleProviders.sh134 PLATDEF=`${TESTJAVA}${FS}bin${FS}java ${TESTVMOPTS} ${EXTRAOPTS} -classpath ${TESTCLASSES} LocaleProviders getPlatformLocale display`
/openjdk10/jdk/src/java.desktop/share/native/libsplashscreen/libpng/
H A Dpngrutil.c3085 * handles the two methods of progressive display of interlaced images,
3086 * depending on the 'display' value; if 'display' is true then the whole row
3088 * 'display' is false only those pixels present in the pass are filled in.
3091 png_combine_row(png_const_structrp png_ptr, png_bytep dp, int display) argument
3151 pass < 6 && (display == 0 ||
3152 /* The following copies everything for 'display' on passes 0, 2 and 4. */
3153 (display == 1 && (pass & 1) != 0)))
3165 * values in the 32-bit mask can be used. For the 'display' option the
3171 * the 'display' cas
[all...]
H A Dpngpriv.h1201 * is the final pass this just does a memcpy, otherwise the "display" flag
1206 * if display is 1 and the 'sparkle' appearance, where existing pixels in 'row'
1207 * are not changed if they are not in the current pass, when display is 0.
1209 * 'display' must be 0 or 1, otherwise the memcpy will be done regardless.
1226 png_bytep row, int display),PNG_EMPTY);
/openjdk10/jaxp/src/jdk.xml.dom/share/classes/org/w3c/dom/css/
H A DCSS2Properties.java687 * See the display property definition in CSS2.
691 * See the display property definition in CSS2.
697 public void setDisplay(String display) argument
/openjdk10/langtools/test/jdk/jshell/
H A DReplToolTesting.java507 public void assertOutput(String got, String expected, String display) { argument
509 assertEquals(got, expected, display + ".\n");
/openjdk10/nashorn/samples/
H A DMain.asm39 // See also: https://wiki.openjdk.java.net/display/CodeTools/asmtools
/openjdk10/jdk/src/java.desktop/unix/native/common/java2d/x11/
H A DX11SurfaceData.c64 extern int XShmAttachXErrHandler(Display *display, XErrorEvent *xerr);

Completed in 250 milliseconds

1234