Searched refs:not (Results 76 - 100 of 114) sorted by relevance

12345

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DDOMMessages_zh_TW.properties17 * 2 along with this work; if not, write to the Free Software Foundation,
69 doctype-not-allowed = \u4E0D\u5141\u8A31 DOCTYPE \u5BA3\u544A\u3002
84 jaxp-order-not-supported = \u8A2D\u5B9A\u5C6C\u6027 ''{1}'' \u4E4B\u524D\uFF0C\u5FC5\u9808\u8A2D\u5B9A\u5C6C\u6027 ''{0}''\u3002
H A DXMLSchemaMessages_pt_BR.properties17 * 2 along with this work; if not, write to the Free Software Foundation,
60 # Ideally, we should only use the following error keys, not the ones under
117 schema_reference.access = schema_reference: Failed to read schema document ''{0}'', because ''{1}'' access is not allowed.
293 s4s-att-not-allowed = s4s-att-not-allowed: O atributo ''{1}'' n\u00E3o pode aparecer no elemento ''{0}''.
304 # codes not defined by the spec
H A DDOMMessages_ja.properties17 * 2 along with this work; if not, write to the Free Software Foundation,
69 doctype-not-allowed = DOCTYPE\u5BA3\u8A00\u306F\u8A31\u53EF\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002
84 jaxp-order-not-supported = \u30D7\u30ED\u30D1\u30C6\u30A3''{1}''\u3092\u8A2D\u5B9A\u3059\u308B\u524D\u306B\u30D7\u30ED\u30D1\u30C6\u30A3''{0}''\u3092\u8A2D\u5B9A\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002
H A DDOMMessages_ko.properties17 * 2 along with this work; if not, write to the Free Software Foundation,
69 doctype-not-allowed = DOCTYPE \uC120\uC5B8\uC740 \uD5C8\uC6A9\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
84 jaxp-order-not-supported = ''{1}'' \uC18D\uC131\uC744 \uC124\uC815\uD558\uAE30 \uC804\uC5D0 ''{0}'' \uC18D\uC131\uC744 \uC124\uC815\uD574\uC57C \uD569\uB2C8\uB2E4.
H A DXMLSchemaMessages_de.properties17 * 2 along with this work; if not, write to the Free Software Foundation,
60 # Ideally, we should only use the following error keys, not the ones under
117 schema_reference.access = schema_reference: Failed to read schema document ''{0}'', because ''{1}'' access is not allowed.
293 s4s-att-not-allowed = s4s-att-not-allowed: Attribut "{1}" darf nicht in Element "{0}" vorkommen.
304 # codes not defined by the spec
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dbsd_x86_64.s16 # 2 along with this work; if not, write to the Free Software Foundation,
35 # which means that they *must* either not use floating
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dlinux_x86_64.s16 # 2 along with this work; if not, write to the Free Software Foundation,
27 # which means that they *must* either not use floating
/openjdk7/hotspot/agent/src/os/bsd/
H A Dps_proc.c16 * 2 along with this work; if not, write to the Free Software Foundation,
172 print_debug("waitpid() failed. Child process pid (%d) does not exist \n", pid);
215 #error TEXT_START_ADDR not defined
245 print_debug("not an ELF_EHDR at %p\n", ehdr_addr);
270 print_debug("PT_DYNAMIC section not found!\n");
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_DrawingSurface.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
63 * JAWT_LOCK_ERROR - When an error has occurred and the surface could not
92 fprintf(stderr, "Target is not a component\n");
H A Dawt_Robot.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_mgrsel.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
66 * Returns the screen number, or -1 if W is not a root.
315 DTRACE_PRINTLN("MG: not interested in this selection, ignoring");
404 return (0); /* not interested */
H A Dmulti_font.c18 * 2 along with this work; if not, write to the Free Software Foundation,
31 #error This file should not be included in headless library
267 // are not invoking client code on the privileged thread
365 * ASSUMES: We are not running on a privileged thread
688 * ASSUMES: We are not running on a privileged thread
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DSctpChannelImpl.java18 * 2 along with this work; if not, write to the Free Software Foundation,
248 throw new IllegalUnbindException("Cannot remove address from a channel that is not bound to that address");
497 /* poll()/getsockopt() does not report
588 * ## Throw an error if this channel has not been pre-closed */
674 throw new UnsupportedOperationException("'" + name + "' not supported");
691 throw new UnsupportedOperationException("'" + name + "' not supported");
870 AssociationChangeNotification not, T unused) {
871 if (not.event().equals(
874 SctpAssocChange sac = (SctpAssocChange) not;
938 * SCTP_EOR not ye
869 handleNotification( AssociationChangeNotification not, T unused) argument
[all...]
H A DSctpMultiChannelImpl.java18 * 2 along with this work; if not, write to the Free Software Foundation,
211 throw new IllegalUnbindException("Cannot remove address from a channel that is not bound to that address");
318 * ## Throw an error if this channel has not been pre-closed */
390 throw new UnsupportedOperationException("'" + name + "' not supported");
413 throw new UnsupportedOperationException("'" + name + "' not supported");
594 AssociationChangeNotification not, T unused) {
595 SctpAssocChange sac = (SctpAssocChange) not;
598 switch (not.event()) {
686 /* OK, determining connected addresses may not be possible
706 /* OK, determining connected addresses may not b
593 handleNotification( AssociationChangeNotification not, T unused) argument
[all...]
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dsolaris_x86_64.s16 / 2 along with this work; if not, write to the Free Software Foundation,
29 // which means that they *must* either not use floating
/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageCopy_blk.s20 ! 2 along with this work; if not, write to the Free Software Foundation,
/openjdk7/langtools/test/tools/apt/Compile/
H A Dcompile.sh18 # 2 along with this work; if not, write to the Free Software Foundation,
49 # If the file does not exist, exit with an error
52 printf "%s\n" "File ${1} not found."
83 echo "Verify that source 1.6 is not supported
102 echo "Verify that target 1.6 is not supported
135 echo "FAILED: javac with -A in options file did not compile"
166 echo "FAILED: did not record expected error messages"
196 echo "FAILED: did not record expected warning messages"
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DXPathParser.java9 * you may not use this file except in compliance with the License.
157 // I doubt this has the desired effect, but I'm not sure what else to do.
235 * errors will be sent. If the error listener is not set, syntax errors
249 * @return The error listener, which should not normally be null, but may be.
632 * So older XPath code in Xalan is not affected by this. To older XPath code
1336 * FILTER_MATCH_FAILED, if this method did not match a FilterExpr
1510 new Object[]{ m_token }); //"Could not find function: "+m_token+"()");
1519 // Node type tests look like function calls, but they're not
1664 // first thing is a '/', that means we had '//' and the Step must not
2071 // XPath 1.0 does not suppor
[all...]
/openjdk7/jdk/src/macosx/native/jobjc/src/core/
H A DPrimitiveCoder.hs21 * 2 along with this work; if not, write to the Free Software Foundation,
251 putStrLn "// Do not edit by hand."
/openjdk7/jdk/test/java/math/BigInteger/
H A DBigIntegerTest.java16 * 2 along with this work; if not, write to the Free Software Foundation,
236 BigInteger w = x.not().or(y).not();
405 // which is not ideal because base must not be multiple of modulus
445 // Note: this constant used for computed Carmichaels, not the array above
481 // The array holds the exponents, not the numbers being tested
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DDefaultClassBinder.java18 * 2 along with this work; if not, write to the Free Software Foundation,
201 return false; // not a complex type
347 public CClassInfo notation(XSNotation not) { argument
376 // all we need to do here is just not to acknowledge
398 * if the class name is not specified in the customization.
402 * if a name is not given by the customization.
448 // since we are not going to bind this complex type, we need to figure out
477 // not a valid Java class name
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DPolicyParser.java18 * 2 along with this work; if not, write to the Free Software Foundation,
62 * it is not involved in making policy decisions. It is merely the
169 * Treat end-of-line as white space, not as a token
222 ("keystorePasswordURL.can.not.be.specified.without.also.specifying.keystore"));
493 ("can.not.specify.Principal.with.a.wildcard.class.without.a.wildcard.name"));
1187 * algorithm is not available.
/openjdk7/hotspot/src/share/vm/runtime/
H A Dos.cpp16 * 2 along with this work; if not, write to the Free Software Foundation,
199 assert(false, "Should not happen");
233 // FIXME : Currently we have not decieded what should be the status
351 // in that case. However, since this must work and we do not allow
390 // Try to load verify dll first. In 1.3 java dll depends on it and is not
459 #define size_addr_from_base(p) should not use w/o ASSERT
460 #define size_addr_from_obj(p) should not use w/o ASSERT
496 // find block allocated before ptr (not entirely crash-proof)
518 tty->print_cr("### previous object (not sure if correct): " PTR_FORMAT " (" SSIZE_FORMAT " bytes)", obj, size);
532 tty->print_cr("### next object (not sur
[all...]
/openjdk7/jdk/src/share/classes/java/util/regex/
H A DPattern.java18 * 2 along with this work; if not, write to the Free Software Foundation,
65 * is less efficient since it does not allow the compiled pattern to be reused.
68 * concurrent threads. Instances of the {@link Matcher} class are not safe for
144 * and not <tt>m</tt> through <tt>p</tt>: <tt>[a-lq-z]</tt>(subtraction)</td></tr>
150 * <td headers="matches">Any character (may or may not match <a href="#lt">line terminators</a>)</td></tr>
250 * <td headers="matches"><i>X</i>, once or not at all</td></tr>
260 * <td headers="matches"><i>X</i>, at least <i>n</i> but not more than <i>m</i> times</td></tr>
266 * <td headers="matches"><i>X</i>, once or not at all</td></tr>
276 * <td headers="matches"><i>X</i>, at least <i>n</i> but not more than <i>m</i> times</td></tr>
282 * <td headers="matches"><i>X</i>, once or not a
4910 Node cond, yes, not; field in class:Pattern.Conditional
4911 Conditional(Node cond, Node yes, Node not) argument
[all...]
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DParser.java18 * 2 along with this work; if not, write to the Free Software Foundation,
628 // not be called now, since a semantic exception ocurred, but
960 // <f46082.40> Value boxes may not be forwarded.
977 // at this point (i.e., not an identifier that resolves to a constructed
1230 // If the above statement is not valid and throws an
1536 Not not = exprFactory.not (e);
1537 not.type (entry.typeName());
1538 not.rep ('~' + e.rep());
1539 return not;
[all...]

Completed in 88 milliseconds

12345