Searched refs:not (Results 1 - 25 of 104) sorted by relevance

12345

/openjdk10/langtools/test/tools/javac/diags/examples/ModuleNotFound/
H A Dmodule-info.java16 * 2 along with this work; if not, write to the Free Software Foundation,
24 // key: compiler.err.module.not.found
27 requires does.not.exist;
/openjdk10/langtools/test/tools/javac/processing/StopAfterError/
H A DStopAfterErrorAux.java4 should not; get here;
/openjdk10/langtools/test/jdk/javadoc/doclet/testUnnamedPackage/
H A DBadSource.java16 * 2 along with this work; if not, write to the Free Software Foundation,
24 Just a dummy file that should not cause an error.
/openjdk10/langtools/test/tools/javac/diags/examples/WarnModuleNotFound/modulesourcepath/m/
H A Dmodule-info.java16 * 2 along with this work; if not, write to the Free Software Foundation,
25 exports api to does.not.exist;
/openjdk10/jdk/src/java.desktop/unix/native/libawt_xawt/awt/
H A Dawt_Event.c18 * 2 along with this work; if not, write to the Free Software Foundation,
32 #error This file should not be included in headless library
H A Dawt_AWTEvent.c18 * 2 along with this work; if not, write to the Free Software Foundation,
34 #error This file should not be included in headless library
/openjdk10/jdk/test/java/nio/charset/spi/
H A DCharsetTest.java16 * 2 along with this work; if not, write to the Free Software Foundation,
67 out.println(csn + " not supported, as expected");
85 boolean not = a.startsWith("!");
86 String csn = (not ? a.substring(1) : a);
87 if (not)
/openjdk10/
H A DMakefile18 # 2 along with this work; if not, write to the Free Software Foundation,
31 # The shell code below will be executed on /usr/bin/make on Solaris, but not in GNU Make.
33 .TEST_FOR_NON_GNUMAKE:sh=echo You are not using GNU Make/gmake, this is a requirement. Check your path. 1>&2 && exit 1
37 $(info Error: '$(MAKE)' does not seem to be GNU Make, which is a requirement.)
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/regexp/joni/
H A DToken.java101 void setPropNot(final boolean not) { argument
102 INT2 = not ? 1 : 0;
/openjdk10/corba/make/
H A DMakefile18 # 2 along with this work; if not, write to the Free Software Foundation,
44 $(info Cannot locate top-level Makefile. Is this repo not checked out as part of a complete forest?)
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.graph.test/src/org/graalvm/compiler/graph/test/matchers/
H A DNodeIterableIsEmpty.java16 * 2 along with this work; if not, write to the Free Software Foundation,
52 return IsNot.not(INSTANCE);
/openjdk10/jdk/make/non-build-utils/src/build/tools/commentchecker/
H A DCommentChecker.java18 * 2 along with this work; if not, write to the Free Software Foundation,
154 error(fileName + " not found.");
/openjdk10/jdk/test/com/sun/jdi/
H A DRedefineStep.sh18 # 2 along with this work; if not, write to the Free Software Foundation,
51 System.out.println("done"); // should not see this
101 jdbFailIfPresent 'should not see this'
/openjdk10/hotspot/src/jdk.hotspot.agent/scripts/
H A Dstart-debug-server.bat18 REM 2 along with this work; if not, write to the Free Software Foundation,
30 if not exist %JAVA_HOME%\bin\java.exe goto BADJAVAHOME
31 if not exist %JAVA_HOME\lib\sa-jdi.jar goto BADJAVAHOME
37 echo JAVA_HOME does not point to a working J2SE 1.5 installation.
H A Dstart-rmiregistry.bat18 REM 2 along with this work; if not, write to the Free Software Foundation,
32 if not exist %JAVA_HOME%\bin\rmiregistry goto BADJAVAHOME
33 if not exist %JAVA_HOME%\lib\sa-jdi.jar goto BADJAVAHOME
39 echo JAVA_HOME does not point to a working J2SE 1.5 installation.
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.test/src/org/graalvm/compiler/hotspot/test/
H A DHotSpotMonitorValueTest.java16 * 2 along with this work; if not, write to the Free Software Foundation,
25 import static org.hamcrest.CoreMatchers.not;
73 assertThat(lock.getSlot(), not(other.getSlot()));
78 assertThat(lock1.getOwner(), not(lock2.getOwner()));
84 throw new AssertionError("Could not find debug info for call to Object.wait(long)");
91 throw new GraalError("Could not find Object.wait(long): %s", e);
/openjdk10/jdk/test/javax/management/query/
H A DQueryExpStringTest.java16 * 2 along with this work; if not, write to the Free Software Foundation,
90 not = Query.not(gt), field in class:QueryExpStringTest
132 not, "not ((12345678) > (2.5))",
190 if (skip(ss, "not (")) {
191 QueryExp not = parseQuery(ss);
193 throw new Exception("Expected ) after not (...");
194 return Query.not(not);
[all...]
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/codemodel/internal/
H A DJExpressionImpl.java18 * 2 along with this work; if not, write to the Free Software Foundation,
43 * Logical not {@code '!x'}.
45 public final JExpression not() { method in class:JExpressionImpl
46 return JOp.not(this);
H A DJExpression.java18 * 2 along with this work; if not, write to the Free Software Foundation,
53 JExpression not(); method in interface:JExpression
/openjdk10/hotspot/src/share/vm/utilities/
H A Dxmlstream.cpp16 * 2 along with this work; if not, write to the Free Software Foundation,
38 // Do not assert this condition if there's already another error reported.
155 assert(tag_len > 0, "tag must not be empty");
185 assert(*tag != 0, "tag must not be empty");
229 // words must be XML attributes. Outputs "<kind ...", not including "/>".
279 // words must be XML attributes. Outputs "<kind ...", not including ">".
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.word/src/org/graalvm/word/
H A DUnsignedWord.java18 * 2 along with this work; if not, write to the Free Software Foundation,
114 UnsignedWord not(); method in interface:UnsignedWord
H A DSignedWord.java18 * 2 along with this work; if not, write to the Free Software Foundation,
118 SignedWord not(); method in interface:SignedWord
/openjdk10/corba/src/java.corba/share/classes/com/sun/tools/corba/se/idl/constExpr/
H A DNot.java18 * 2 along with this work; if not, write to the Free Software Foundation,
58 String[] parameters = {Util.getMessage ("EvaluationException.not"), operand ().value ().getClass ().getName ()};
71 // "short" not CORBA compliant, but necessary for logical operations--size matters!
78 value (b.not ()); // Should never execute...
83 String[] parameters = {Util.getMessage ("EvaluationException.not"), operand ().value ().getClass ().getName ()};
/openjdk10/jdk/make/scripts/
H A DgenExceptions.sh19 # 2 along with this work; if not, write to the Free Software Foundation,
48 // -- This file was mechanically generated: Do not edit! -- //
/openjdk10/jdk/src/jdk.jdwp.agent/share/native/libjdwp/
H A Dutil.h18 * 2 along with this work; if not, write to the Free Software Foundation,
36 /* Just to make sure these interfaces are not used here. */
38 #define free(p) Do not use this interface.
40 #define malloc(p) Do not use this interface.
42 #define calloc(p) Do not use this interface.
44 #define realloc(p) Do not use this interface.
46 #define strdup(p) Do not use this interface.
271 #define MOD_TRANSIENT 0x0080 /* not persistant */
276 * Additional modifiers not defined as such in the JVM spec
278 #define MOD_SYNTHETIC 0xf0000000 /* not i
[all...]

Completed in 302 milliseconds

12345