Searched refs:not (Results 51 - 75 of 114) sorted by relevance

12345

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/generator/bean/field/
H A DAbstractListField.java18 * 2 along with this work; if not, write to the Free Software Foundation,
109 // not just List<Foo>.
197 * when the list is still not constructed.) This could be
221 return field.ne(JExpr._null()).cand(field.invoke("isEmpty").not());
/openjdk7/jdk/test/com/sun/jdi/
H A DStringConvertTest.sh18 # 2 along with this work; if not, write to the Free Software Foundation,
105 // This does not have a toString method
/openjdk7/langtools/src/share/classes/com/sun/mirror/util/
H A DDeclarationFilter.java18 * 2 along with this work; if not, write to the Free Software Foundation,
61 * compoundFilter = classFilter.and(enumFilter.not());
203 * Returns a filter that selects those declarations not selected
206 * @return a filter that selects those declarations not selected
209 public DeclarationFilter not() { method in class:DeclarationFilter
/openjdk7/hotspot/agent/make/
H A Dsaenv.bat17 REM 2 along with this work; if not, write to the Free Software Foundation,
/openjdk7/jdk/src/share/classes/java/io/
H A DStreamTokenizer.java18 * 2 along with this work; if not, write to the Free Software Foundation,
214 * <li>Ends of lines are treated as white space, not as separate tokens.
215 * <li>C-style and C++-style comments are not recognized.
370 * recognized, consisting of all characters after (but not including)
371 * the string quote character, up to (but not including) the next
417 * Determines whether or not ends of line are treated as tokens.
444 * Determines whether or not the tokenizer recognizes C-style comments.
450 * are not treated specially.
460 * Determines whether or not the tokenizer recognizes C++-style comments.
467 * comments are not treate
[all...]
/openjdk7/hotspot/make/windows/
H A Dcross_build.bat17 REM 2 along with this work; if not, write to the Free Software Foundation,
/openjdk7/jdk/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.
42 # Suspect this may not be needed anymore.
101 # langtools is not available.
131 # Some licensees do not get the Security Source bundles. We will
203 # LANGTOOLS_DIST javac should not be run during this jdk build and indeed
204 # may not even run with the ALT_BOOTDIR jdk because they may be a newer
217 # should only be used to build the 'make/tools' sources, which are not
243 # Should not be used
244 JAVA = /should/not/b
[all...]
/openjdk7/jdk/make/jpda/jdwp/
H A Djdwp.spec18 * 2 along with this work; if not, write to the Free Software Foundation,
98 "by the target VM. Threads that have not yet been started "
99 "and threads that have completed their execution are not "
113 "Returns all thread groups that do not have a parent. This command "
212 "A thread death exception is not thrown and "
213 "finally blocks are not run."
240 "return the NOT_IMPLEMENTED error if the cabability is not "
271 "If the classpath is not defined, returns an empty list. If the "
272 "bootclasspath is not defined returns an empty list."
301 "Use of this command is not require
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DDOMMessages_de.properties17 * 2 along with this work; if not, write to the Free Software Foundation,
69 doctype-not-allowed = DOCTYPE-Deklaration ist nicht zul\u00E4ssig.
84 jaxp-order-not-supported = Eigenschaft "{0}" muss vor der Eigenschaft "{1}" festgelegt werden.
H A DDOMMessages_sv.properties17 * 2 along with this work; if not, write to the Free Software Foundation,
69 doctype-not-allowed = DOCTYPE-deklaration \u00E4r inte till\u00E5tet.
84 jaxp-order-not-supported = Egenskapen ''{0}'' m\u00E5ste anges f\u00F6re inst\u00E4llning av egenskapen ''{1}''.
H A DDOMMessages_es.properties17 * 2 along with this work; if not, write to the Free Software Foundation,
69 doctype-not-allowed = La declaraci\u00F3n DOCTYPE no est\u00E1 permitida.
84 jaxp-order-not-supported = La propiedad ''{0}'' debe definirse antes de definir la propiedad ''{1}''.
H A DDOMMessages_pt_BR.properties17 * 2 along with this work; if not, write to the Free Software Foundation,
69 doctype-not-allowed = A declara\u00E7\u00E3o DOCTYPE n\u00E3o \u00E9 permitida.
84 jaxp-order-not-supported = A propriedade ''{0}'' deve ser estabelecida antes da defini\u00E7\u00E3o da propriedade ''{1}''.
H A DDOMMessages_zh_CN.properties17 * 2 along with this work; if not, write to the Free Software Foundation,
69 doctype-not-allowed = \u4E0D\u5141\u8BB8 DOCTYPE \u58F0\u660E\u3002
84 jaxp-order-not-supported = \u5FC5\u987B\u5728\u8BBE\u7F6E\u5C5E\u6027 ''{1}'' \u4E4B\u524D\u8BBE\u7F6E\u5C5E\u6027 ''{0}''\u3002
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/doc-files/
H A DModality.txt18 * 2 along with this work; if not, write to the Free Software Foundation,
75 'nextTransientFor'. If window is not blocked both of these fields
117 that is not the first in the transient_for chain too.
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DCSSParser.java18 * 2 along with this work; if not, write to the Free Software Foundation,
238 // Skip a tailing ';', not really to spec.
849 throw new RuntimeException("Can not handle look ahead of more than one character");
/openjdk7/jdk/src/share/classes/java/text/
H A DChoiceFormat.java18 * 2 along with this work; if not, write to the Free Software Foundation,
34 * patents. This notice and attribution to Taligent may not be removed.
57 * on whether the number (X) is too low or too high. If the limit array is not
65 * constructor (not with a <code>getInstance</code> style factory
157 * Choice formats are not synchronized.
267 // could do better, but it's not worth it.
328 * If the limit array is not in ascending order, the results of formatting
558 * Does not affect floating-point flags,
559 * provided these member functions do not:
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dbsd_x86_32.s16 # 2 along with this work; if not, write to the Free Software Foundation,
38 # which means that they *must* either not use floating
171 # copy dwords, aligned or not
181 # copy dwords, aligned or not
/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/
H A Dlinux_sparc.s16 # 2 along with this work; if not, write to the Free Software Foundation,
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dlinux_x86_32.s16 # 2 along with this work; if not, write to the Free Software Foundation,
27 # which means that they *must* either not use floating
150 # copy dwords, aligned or not
160 # copy dwords, aligned or not
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dsolaris_sparc.s16 !! 2 along with this work; if not, write to the Free Software Foundation,
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dsolaris_x86_32.s16 // 2 along with this work; if not, write to the Free Software Foundation,
33 // which means that they *must* either not use floating
83 / Fault if SSE not available
88 / Signal handler continues here if SSE is not available
182 / copy dwords, aligned or not
192 / copy dwords, aligned or not
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJOp.java18 * 2 along with this work; if not, write to the Free Software Foundation,
80 * Logical not <tt>'!x'</tt>.
82 public static JExpression not(JExpression e) { method in class:JOp
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DPairPositioningSubtables.cpp17 * 2 along with this work; if not, write to the Free Software Foundation,
188 #error dead code - not updated.
/openjdk7/jdk/make/java/redist/
H A DMakefile18 # 2 along with this work; if not, write to the Free Software Foundation,
95 # the import JDK may not contain .diz files
100 # the import JDK may not contain .debuginfo files
117 # the import JDK may not contain .diz files
122 # the import JDK may not contain .debuginfo files
145 # the import JDK may not contain .diz files
150 # the import JDK may not contain .pdb files
165 # the import JDK may not contain .diz files
170 # the import JDK may not contain .pdb files
179 # the import JDK may not contai
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.cpp16 * 2 along with this work; if not, write to the Free Software Foundation,
436 assert(total_len > 0, "empty sysclasspath not allowed");
864 "Could not open settings file %s\n", file_name);
992 // This may not be the final mode; mode may change later in onload phase.
1085 // if it's not explictly set or unset. If the user has chosen
1086 // UseParNewGC and not explicitly set ParallelGCThreads we
1240 // prefer minuscule survivor spaces so as not to waste
1245 // If OldPLABSize is set and CMSParPromoteBlocksToClaim is not,
1252 // OldPLABSize is not the default value but CMSParPromoteBlocksToClaim
1322 // It does not mak
[all...]

Completed in 98 milliseconds

12345