Searched refs:not (Results 26 - 50 of 114) sorted by relevance

12345

/openjdk7/hotspot/src/share/vm/utilities/
H A Dxmlstream.cpp16 * 2 along with this work; if not, write to the Free Software Foundation,
149 assert(tag_len > 0, "tag must not be empty");
179 assert(*tag != 0, "tag must not be empty");
223 // words must be XML attributes. Outputs "<kind ...", not including "/>".
273 // words must be XML attributes. Outputs "<kind ...", not including ">".
H A Ddebug.cpp16 * 2 along with this work; if not, write to the Free Software Foundation,
74 ASSERT should be defined when _DEBUG is defined. It is not intended to be used for debugging
75 functions that do not slow down the system too much and thus can be left in optimized code.
76 On the other hand, the code should not be included in a production version.
90 configuration error: ASSERT et al. must not be defined in PRODUCT version
156 // "file:line!" means the assert suppression is not silent
291 warning("\nThe %s is not large enough\n"
367 // This is last because it does not generate an hs_err* file on Windows.
467 // note: this may not be safe if we're not a
[all...]
/openjdk7/jaxws/src/share/jaxws_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 <tt>'!x'</tt>.
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
/openjdk7/corba/src/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 ()};
H A DExprFactory.java18 * 2 along with this work; if not, write to the Free Software Foundation,
58 Not not (Expression operand); method in interface:ExprFactory
H A DDefaultExprFactory.java18 * 2 along with this work; if not, write to the Free Software Foundation,
110 public Not not (Expression operand) method in class:DefaultExprFactory
113 } // not
/openjdk7/hotspot/src/os/posix/launcher/
H A Dlauncher.script17 # 2 along with this work; if not, write to the Free Software Foundation,
106 echo Failed to find JDK. ALT_JAVA_HOME is not set or ./jdkpath.sh is empty or not found.
135 # not 'Darwin'
/openjdk7/jdk/make/java/nio/
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! -- //
/openjdk7/jdk/src/share/back/
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.
277 #define MOD_TRANSIENT 0x0080 /* not persistant */
282 * Additional modifiers not defined as such in the JVM spec
284 #define MOD_SYNTHETIC 0xf0000000 /* not i
[all...]
/openjdk7/jdk/src/macosx/native/jobjc/src/tests/java/com/apple/jobjc/
H A DGUIDemo.java18 * 2 along with this work; if not, write to the Free Software Foundation,
87 public void applicationWillFinishLaunching(ID not){ argument
92 public void applicationDidFinishLaunching(ID not){ argument
/openjdk7/langtools/make/
H A DMakefile18 # 2 along with this work; if not, write to the Free Software Foundation,
29 # On Solaris, the standard 'make' utility will not work with these makefiles.
139 # new JDK API. In a bootstrap build, an import JDK may not be available,
174 $(error $(ANT) not found -- please update ANT_HOME)
179 $(error 'ant' not found -- please set ANT_HOME or put 'ant' on your PATH)
219 # Declare these phony (not filenames)
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A DREADME.txt40 the security manager not liking the sun.* package name.
78 objects created in the system classes inside <clinit> might not
86 do not require BCI.
99 performance, this could be improved by not having the
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_Plugin.c18 * 2 along with this work; if not, write to the Free Software Foundation,
27 #error This file should not be included in headless library
60 "getExtAwtData: warning: reserved pointer is not null\n");
134 "getAwtLockFunctions: warning: reserved pointer is not null\n");
H A Drobot_common.c18 * 2 along with this work; if not, write to the Free Software Foundation,
27 #error This file should not be included in headless library
H A DMouseInfo.c18 * 2 along with this work; if not, write to the Free Software Foundation,
27 #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
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xinclude/
H A DXIncludeHandler.java9 * you may not use this file except in compliance with the License.
432 // if parser settings have not changed return.
612 * that do not affect the operation of the component.
617 * @throws SAXNotRecognizedException The component should not throw
619 * @throws SAXNotSupportedException The component should not throw
649 * that do not affect the operation of the component.
654 * @throws SAXNotRecognizedException The component should not throw
656 * @throws SAXNotSupportedException The component should not throw
721 * component does not want to report a default value for this
740 * component does not wan
2557 checkAndSendNotation(Notation not) argument
[all...]
/openjdk7/hotspot/make/windows/
H A Dbuild.bat17 REM 2 along with this work; if not, write to the Free Software Foundation,
60 if not "%7" == "" goto usage
81 REM If not found then fail fast.
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A DCHANGES18 * 2 along with this work; if not, write to the Free Software Foundation,
136 png_correct_palette is not needed unless you are correcting an
174 Added test for MACOS to ensure that both math.h and fp.h are not #included
179 input images without using it (not necessarily a good idea)
403 Fixed error in example.c with png_set_text: num_text is 3, not 2 (Guido V.)
435 Fixed a problem in png_read_push_finish_row(), which would not skip some
467 if an attempt is made to read an interlaced image when it's not supported.
570 Revised pngset.c so that it does not allocate or free memory in the user's
592 PNG_NO_GLOBAL_ARRAYS is not defined or when PNG_GLOBAL_ARRAYS is defined.
687 about ignoring incorrect gAMA with sRGB (gAMA was in fact not ignore
[all...]
/openjdk7/hotspot/agent/make/
H A Dsaenv64.bat17 REM 2 along with this work; if not, write to the Free Software Foundation,
48 REM For now, only AMD-64, IA-64 stack walking is not working anyway
/openjdk7/jdk/test/javax/management/MBeanServer/
H A DNotifDeadlockTest.java16 * 2 along with this work; if not, write to the Free Software Foundation,
91 public void handleNotification(Notification not, Object handback) { argument
114 e.printStackTrace(); // should not happen
/openjdk7/corba/make/common/shared/
H A DDefs-java.gmk18 # 2 along with this work; if not, write to the Free Software Foundation,
28 # This file should not contain rules.
38 # Suspect this may not be needed anymore.
92 # langtools is not available.
169 # LANGTOOLS_DIST javac should not be run during this jdk build and indeed
170 # may not even run with the ALT_BOOTDIR jdk because they may be a newer
183 # should only be used to build the 'make/tools' sources, which are not
207 # Should not be used
208 JAVA = /should/not/be/used
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DPreprocessor.java18 * 2 along with this work; if not, write to the Free Software Foundation,
43 // collide with keywords, in letter but not case, and issue a warning.
535 private void ifDefine (boolean inParens, boolean not) throws IOException, ParseException argument
538 if ((not && symbols.containsKey (token.name)) || (!not && !symbols.containsKey (token.name)))
557 private void ifdef (boolean not) throws IOException, ParseException argument
559 if (not)
564 if ((not && symbols.containsKey (token.name)) || (!not && !symbols.containsKey (token.name)))
672 // throwing an exception, since it does not mak
[all...]
/openjdk7/jdk/src/share/classes/javax/management/
H A DQuery.java18 * 2 along with this work; if not, write to the Free Software Foundation,
39 * {@code QueryExp} interface might not be present in the remote MBean Server,
359 public static QueryExp not(QueryExp queryExp) { method in class:Query

Completed in 79 milliseconds

12345