Searched refs:installed (Results 1 - 13 of 13) sorted by relevance

/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/deopt/
H A DSafepointRethrowDeoptTest.java74 InstalledCode installed = getCode(getResolvedJavaMethod("execute"));
85 installed.invalidate();
96 result = installed.executeVarargs();
/openjdk10/jdk/src/jdk.jdwp.agent/share/native/libjdwp/
H A DstandardHandlers.c171 jboolean installed; local
174 installed = (eventHandler_createPermanentInternal(
176 if (!installed) {
/openjdk10/jdk/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DXalanXPathAPI.java60 private static boolean installed; field in class:XalanXPathAPI
115 return installed;
169 installed = false;
174 installed = true;
189 installed = true;
194 if (!installed) {
201 installed = true;
207 if (installed) {
/openjdk10/langtools/src/jdk.jshell/share/classes/jdk/jshell/spi/
H A DExecutionControl.java392 private final boolean[] installed; field in class:ExecutionControl.ClassInstallException
394 public ClassInstallException(String message, boolean[] installed) { argument
396 this.installed = installed;
403 * array -- {@code true} if installed
405 public boolean[] installed() { method in class:ExecutionControl.ClassInstallException
406 return installed;
/openjdk10/hotspot/test/compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/
H A DCodeInstallationTest.java100 InstalledCode installed = codeCache.addCode(resolvedMethod, code, null, null);
103 Object actual = installed.executeVarargs(args);
/openjdk10/jdk/src/java.desktop/share/classes/sun/java2d/
H A DSunGraphicsEnvironment.java238 String[] installed = fm.getInstalledFontFamilyNames(requestedLocale);
241 * is the same as the installed families. This preserves historical
249 return installed;
251 for (int i=0; i<installed.length; i++) {
252 map.put(installed[i].toLowerCase(requestedLocale),
253 installed[i]);
/openjdk10/jdk/test/sanity/client/lib/jemmy/src/org/netbeans/jemmy/
H A DQueueTool.java642 private boolean installed = false; field in class:QueueTool.JemmyQueue
663 if (!installed) {
665 installed = true;
670 if (installed) {
672 installed = false;
/openjdk10/jdk/test/javax/imageio/spi/AppletContextTest/
H A DBadPluginConfigurationTest.sh217 echo Test plugin is installed.
/openjdk10/langtools/src/jdk.jshell/share/classes/jdk/jshell/execution/
H A DExecutionControlForwarder.java205 writeObject(ex.installed());
/openjdk10/langtools/src/jdk.jshell/share/classes/jdk/jshell/
H A DUnit.java214 * @return true is the corralled wrap was installed
318 state.classTracker.markLoaded(cbcs, ex.installed());
H A DEval.java745 state.classTracker.markLoaded(cbcs, ex.installed());
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/
H A DGroupLayout.java2950 private boolean installed; field in class:GroupLayout.ComponentSpring
3093 if (!installed) {
3094 installed = true;
/openjdk10/common/autoconf/
H A Dgenerated-configure.sh3860 # 3) You can have multiple JDKs installed
3910 # Test: Is there a JDK installed in default, well-known locations?
17452 # If not, detect if Xcode is installed by running xcodebuild -version
17453 # if no Xcode installed, xcodebuild exits with 1
17454 # if Xcode is installed, even if xcode-select is misconfigured, then it exits with 0
17501 # when only the command line tools are installed there are no SDKs, so headers
17556 as_fn_error $? "Unable to find required framework headers, provide a path to an SDK via --with-sysroot or --with-sdk-name and be sure Xcode is installed properly" "$LINENO" 5
21557 # These tools might not be installed by default,
27464 # Test: Is there a JDK installed in default, well-known locations?
[all...]

Completed in 283 milliseconds