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

12345

/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/regexp/joni/ast/
H A DCClassNode.java262 public void addCTypeByRange(final int ct, final boolean not, final int sbOut, final int mbr[]) { argument
265 if (!not) {
338 public void addCType(final int ctp, final boolean not, final ScanEnvironment env, final IntHolder sbOut) { argument
352 if (not) {
376 addCTypeByRange(ct, not, sbOut.value, ranges);
392 if (not) {
410 if (not) {
427 if (!not) {
/openjdk10/jdk/src/java.desktop/unix/native/libawt_xawt/awt/
H A Dawt_util.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 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
/openjdk10/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
/openjdk10/test/make/
H A DTestMakeBase.gmk18 # 2 along with this work; if not, write to the Free Software Foundation,
76 # Test containing and not-containing
96 value := $$(call not-containing, $1, $(CONT_LIST))
98 $$(info (call not-containing, $1, $(CONT_LIST)))
117 $(error The strings >$(EQUALS_VALUE1)< and >$(EQUALS_VALUE1)< are not equal)
125 Prefixes not properly removed))
129 Prefixes not properly removed))
192 # was never run by checking that the flag file was not recreated
266 PathList call not safe for calling twice))
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.common/src/org/graalvm/compiler/core/common/type/
H A DArithmeticOpTable.java16 * 2 along with this work; if not, write to the Free Software Foundation,
72 private final UnaryOp<Not> not; field in class:ArithmeticOpTable
133 UnaryOp<Not> not = wrapIfNonNull(wrapper::wrapUnaryOp, inner.getNot());
150 return new ArithmeticOpTable(neg, add, sub, mul, mulHigh, umulHigh, div, rem, not, and, or, xor, shl, shr, ushr, abs, sqrt, zeroExtend, signExtend, narrow, floatConvert);
154 UnaryOp<Not> not, BinaryOp<And> and, BinaryOp<Or> or, BinaryOp<Xor> xor, ShiftOp<Shl> shl, ShiftOp<Shr> shr, ShiftOp<UShr> ushr, UnaryOp<Abs> abs, UnaryOp<Sqrt> sqrt,
164 this.not = not;
181 this.hash = Objects.hash(neg, add, sub, mul, div, rem, not, and, or, xor, shl, shr, ushr, abs, sqrt, zeroExtend, signExtend, narrow);
246 * Describes the bitwise not operation.
249 return not;
153 ArithmeticOpTable(UnaryOp<Neg> neg, BinaryOp<Add> add, BinaryOp<Sub> sub, BinaryOp<Mul> mul, BinaryOp<MulHigh> mulHigh, BinaryOp<UMulHigh> umulHigh, BinaryOp<Div> div, BinaryOp<Rem> rem, UnaryOp<Not> not, BinaryOp<And> and, BinaryOp<Or> or, BinaryOp<Xor> xor, ShiftOp<Shl> shl, ShiftOp<Shr> shr, ShiftOp<UShr> ushr, UnaryOp<Abs> abs, UnaryOp<Sqrt> sqrt, IntegerConvertOp<ZeroExtend> zeroExtend, IntegerConvertOp<SignExtend> signExtend, IntegerConvertOp<Narrow> narrow, FloatConvertOp... floatConvert) argument
[all...]
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xinclude/
H A DXIncludeHandler.java9 * (the "License"); you may not use this file except in compliance with
441 // if parser settings have not changed return.
629 * that do not affect the operation of the component.
634 * @throws SAXNotRecognizedException The component should not throw
636 * @throws SAXNotSupportedException The component should not throw
666 * that do not affect the operation of the component.
671 * @throws SAXNotRecognizedException The component should not throw
673 * @throws SAXNotSupportedException The component should not throw
740 * component does not want to report a default value for this
759 * component does not wan
2606 checkAndSendNotation(Notation not) argument
[all...]
/openjdk10/hotspot/src/os_cpu/linux_arm/vm/
H A Dlinux_arm_64.s16 # 2 along with this work; if not, write to the Free Software Foundation,
28 # which means that they *must* either not use floating
186 # If this number is not zero, also copy remaining bytes
203 # Overlapping case should be the rare one, it does not worth optimizing
511 # If this number is not zero, also copy remaining bytes
517 # Overlapping case should be the rare one, it does not worth optimizing
H A Dlinux_arm_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
250 # Destination not aligned
257 # Check to see if source is not aligned ether
269 # Destination aligned, source not
365 # Destination not aligned
374 # Source not aligned
/openjdk10/corba/src/java.corba/share/classes/com/sun/tools/corba/se/idl/constExpr/
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
/openjdk10/make/common/
H A DZipArchive.gmk18 # 2 along with this work; if not, write to the Free Software Foundation,
62 $1_ALL_SRCS := $$(call not-containing,_the.,$$(call CacheFind,$$($1_FIND_LIST)))
106 # and only fail if it's not.
/openjdk10/make/
H A DSourceRevision.gmk18 # 2 along with this work; if not, write to the Free Software Foundation,
108 $(call LogInfo, No mercurial configuration present$(COMMA) not updating .src-rev)
/openjdk10/corba/src/java.corba/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...]
/openjdk10/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,
/openjdk10/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,
/openjdk10/hotspot/src/share/vm/utilities/
H A Ddebug.cpp16 * 2 along with this work; if not, write to the Free Software Foundation,
65 ASSERT should be defined when _DEBUG is defined. It is not intended to be used for debugging
66 functions that do not slow down the system too much and thus can be left in optimized code.
67 On the other hand, the code should not be included in a production version.
81 configuration error: ASSERT et al. must not be defined in PRODUCT version
139 // "file:line!" means the assert suppression is not silent
242 guarantee(false, "report_and_die() should not return here");
401 // note: this may not be safe if we're not at a safepoint; for debugging,
406 tty->print_cr("warning: not a
[all...]
/openjdk10/hotspot/src/share/vm/runtime/
H A Darguments.cpp16 * 2 along with this work; if not, write to the Free Software Foundation,
244 // Set up _system_boot_class_path which is not a property but
308 * part of the process of deprecating a flag, but not all aliases need
325 * on the command line. A warning is printed to let the user know that option might not
359 // "deprecated_in" or "obsolete_in" fields may be set to "undefined", but not both.
402 { "not deprecated or obsolete", JDK_Version::undefined(), JDK_Version::undefined(), JDK_Version::jdk(9) },
581 // if flag has become obsolete it should not have a "globals" flag defined anymore.
591 // if flag has become expired it should not have a "globals" flag defined anymore.
1021 st->print_cr("java_class_path (initial): %s", strlen(path) == 0 ? "<not set>" : path );
1160 "Could not ope
[all...]
/openjdk10/jaxws/src/jdk.xml.bind/share/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());
/openjdk10/jdk/test/com/sun/jdi/
H A DStringConvertTest.sh18 # 2 along with this work; if not, write to the Free Software Foundation,
106 // This does not have a toString method
/openjdk10/jdk/src/java.management/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,
358 public static QueryExp not(QueryExp queryExp) { method in class:Query
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/doclint/
H A DEntity.java18 * 2 along with this work; if not, write to the Free Software Foundation,
59 not(172), enum constant in enum:Entity
/openjdk10/test/failure_handler/
H A DMakefile16 # 2 along with this work; if not, write to the Free Software Foundation,
70 __check_defined = $(if $(value $1),, $(error $1 is not set))
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements.test/src/org/graalvm/compiler/replacements/test/
H A DWordTest.java16 * 2 along with this work; if not, write to the Free Software Foundation,
189 return WordFactory.signed(word).not().rawValue();
194 return WordFactory.unsigned(word).not().rawValue();
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.asm.sparc/src/org/graalvm/compiler/asm/sparc/
H A DSPARCMacroAssembler.java16 * 2 along with this work; if not, write to the Free Software Foundation,
56 * constant table does not exceed simm13).
176 public void not(Register rs1, Register rd) { method in class:SPARCMacroAssembler
180 public void not(Register rd) { method in class:SPARCMacroAssembler

Completed in 211 milliseconds

12345