Searched refs:headless (Results 1 - 23 of 23) sorted by relevance

/openjdk10/jdk/src/java.desktop/share/classes/java/awt/
H A DGraphicsEnvironment.java59 * The headless state of the Toolkit and GraphicsEnvironment
61 private static Boolean headless; field in class:GraphicsEnvironment
64 * The headless state assumed by default
149 * @return warning message if headless state is assumed by default;
154 if (headless == null) {
163 * @return the value of the property "java.awt.headless"
167 if (headless == null) {
169 String nm = System.getProperty("java.awt.headless");
174 headless = defaultHeadless = Boolean.FALSE;
180 headless
[all...]
/openjdk10/jdk/test/sun/tools/jrunscript/
H A Djrunscript-argsTest.sh44 ${JRUNSCRIPT} -l nashorn -J-Djava.awt.headless=true -f - hello world <<EOF
H A DjrunscriptTest.sh43 ${JRUNSCRIPT} -J-Djava.awt.headless=true -l nashorn > jrunscriptTest.out 2>&1 <<EOF
H A Djrunscript-fTest.sh46 ${JRUNSCRIPT} -J-Djava.awt.headless=true -l nashorn -f ${TESTSRC}/hello.js > jrunscript-fTest.out 2>&1
H A Djrunscript-eTest.sh45 ${JRUNSCRIPT} -J-Djava.awt.headless=true -l nashorn -e "println('hello')" > jrunscript-eTest.out 2>&1
/openjdk10/jdk/src/java.desktop/unix/native/libawt_xawt/awt/
H A Dawt_Event.c32 #error This file should not be included in headless library
H A Dawt_AWTEvent.c34 #error This file should not be included in headless library
H A Dawt_util.c27 #error This file should not be included in headless library
H A Drobot_common.c27 #error This file should not be included in headless library
H A Dawt_DrawingSurface.c27 #error This file should not be included in headless library
H A Dawt_Robot.c27 #error This file should not be included in headless library
H A Dmulti_font.c31 #error This file should not be included in headless library
H A Dawt_InputMethod.c27 #error This file should not be included in headless library
/openjdk10/jdk/test/java/awt/Toolkit/Headless/WrappedToolkitTest/
H A DWrappedToolkitTest.sh30 # @author artem.ananiev@sun.com: area=awt.headless
156 ${TESTJAVA}/bin/java ${TESTVMOPTS} -Djava.awt.headless=true \
164 ${TESTJAVA}/bin/java ${TESTVMOPTS} -Djava.awt.headless=true \
176 ${TESTJAVA}/bin/java ${TESTVMOPTS} -Djava.awt.headless=true \
188 -Djava.awt.headless=true \
197 ${TESTJAVA}/bin/java ${TESTVMOPTS} -Djava.awt.headless=true \
205 ${TESTJAVA}/bin/java ${TESTVMOPTS} -Djava.awt.headless=true \
/openjdk10/jdk/make/
H A DTools.gmk64 -Djava.awt.headless=true \
110 TOOL_AWT_TOBIN = $(JAVA_SMALL) -Djava.awt.headless=true -cp $(BUILDTOOLS_OUTPUTDIR)/jdk_tools_classes \
113 TOOL_OSX_TOBIN = $(JAVA_SMALL) -Djava.awt.headless=true -cp $(BUILDTOOLS_OUTPUTDIR)/jdk_tools_classes \
/openjdk10/jdk/test/java/security/Security/ClassLoaderDeadlock/
H A DClassLoaderDeadlock.sh100 -Djava.awt.headless=true \
/openjdk10/jdk/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Debug.cpp180 static jboolean headless = isHeadless(); local
206 if (!headless) {
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/
H A DRepaintManager.java215 boolean headless = GraphicsEnvironment.isHeadless();
216 if (volatileImageBufferEnabled && headless) {
223 if (headless) {
/openjdk10/jdk/src/java.desktop/macosx/classes/sun/lwawt/macosx/
H A DLWCToolkit.java76 private static native void initAppkit(ThreadGroup appKitThreadGroup, boolean headless); argument
/openjdk10/make/
H A DDocs.gmk322 $$(JAVA) -Djava.awt.headless=true $$($1_JAVA_ARGS) \
/openjdk10/hotspot/src/share/vm/runtime/
H A Darguments.cpp3698 // If we are running in a headless jre, force java.awt.headless property
3700 // Also allow the OS environment variable JAVA_AWT_HEADLESS to set headless state.
3702 const char* headless = Arguments::get_property("java.awt.headless");
3703 if (headless == NULL) {
3706 if (!add_property("java.awt.headless=true")) {
3711 jio_snprintf(buffer, sizeof(buffer), "java.awt.headless=%s", headless_env);
/openjdk10/jdk/src/java.desktop/unix/native/libawt_xawt/xawt/
H A DXWindow.c31 #error This file should not be included in headless library
/openjdk10/common/autoconf/
H A Dgenerated-configure.sh1979 --enable-headless-only only build headless (no GUI) support [disabled]
24995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking headless only" >&5
24996 $as_echo_n "checking headless only... " >&6; }
24997 # Check whether --enable-headless-only was given.
25016 as_fn_error $? "--enable-headless-only can only take yes or no" "$LINENO" 5
[all...]

Completed in 257 milliseconds