Searched refs:an (Results 1 - 25 of 28) sorted by relevance

12

/openjdk7/langtools/test/tools/javac/annotations/pos/
H A DZ4.java39 An an = null;
40 java.lang.annotation.Annotation at = an;
/openjdk7/langtools/test/com/sun/javadoc/testUnnamedPackage/
H A DBadSource.java24 Just a dummy file that should not cause an error.
/openjdk7/jdk/make/java/nio/
H A DgenExceptions.sh73 * Constructs an instance of this class. </p>
100 * Constructs an instance of this class.
H A DgenBuffer.sh101 a=`if [ $type = int ]; then echo an; else echo a; fi`
140 a=`if [ $type = int ]; then echo an; else echo a; fi`
/openjdk7/jdk/test/java/net/URLClassLoader/
H A DClassPathTest.java91 Attributes.Name an = new Attributes.Name("Class-Path");
92 if (a.containsKey(an)) {
93 String val = a.getValue(an);
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/legacy/connection/
H A DREADME.txt29 Connection interceptor (called an ORBSocketFactory):
38 (given an IOR). If the ORB already has a connection of the
41 type/host/port. Finally, the createSocket method may throw an
/openjdk7/jdk/src/share/classes/javax/management/monitor/
H A DMonitor.java67 * A monitor MBean monitors values of an attribute common to a set of observed
271 * <p>Each element in this array corresponds to an observed object
282 * monitor MBean is not registered in an MBean server. This
563 * Returns an array containing the objects being observed.
1018 int mask, int an[]) {
1019 final int i = computeAlreadyNotifiedIndex(o, index, an);
1043 int index, int an[]) {
1044 final int i = computeAlreadyNotifiedIndex(o, index, an);
1056 int index, int an[]) {
1057 if (an
1017 setAlreadyNotified(ObservedObject o, int index, int mask, int an[]) argument
1042 resetAllAlreadyNotified(ObservedObject o, int index, int an[]) argument
1055 computeAlreadyNotifiedIndex(ObservedObject o, int index, int an[]) argument
1122 monitor(ObservedObject o, int index, int an[]) argument
[all...]
/openjdk7/hotspot/src/share/vm/utilities/
H A Dxmlstream.cpp178 assert(_element_depth > 0, "must be in an element to close");
360 assert_if_no_error(inside_attrs(), "stamp must be an attribute");
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DXMLSerializerMessages_de.properties48 ElementPrefix = Element "{0}" geh\u00F6rt zu keinem Namespace: Pr\u00E4fix ist m\u00F6glicherweise nicht deklariert oder an einen Namespace gebunden.
50 AttributePrefix = Attribut "{0}" geh\u00F6rt zu keinem Namespace: Pr\u00E4fix ist m\u00F6glicherweise nicht deklariert oder an einen Namespace gebunden.
H A DDOMMessages_de.properties43 HIERARCHY_REQUEST_ERR = Es wurde versucht, einen Knoten an einer Stelle einzuf\u00FCgen, an der dies nicht zul\u00E4ssig ist.
45 INUSE_ATTRIBUTE_ERR = Es wurde versucht, ein Attribut hinzuzuf\u00FCgen, das bereits an einer anderen Stelle verwendet wird.
H A DSAXMessages_es.properties57 property-not-parsing-supported = La propiedad "{0}" no est\u00E1 soportada durante el an\u00E1lisis.
H A DXMLSchemaMessages_de.properties97 cvc-fractionDigits-valid = cvc-fractionDigits-valid: Wert "{0}" enth\u00E4lt {1} Bruchziffern, die Anzahl an Bruchziffern wurde aber auf {2} beschr\u00E4nkt.
109 cvc-totalDigits-valid = cvc-totalDigits-valid: Wert "{0}" enth\u00E4lt {1} Gesamtziffern, die Anzahl an Gesamtziffern wurde aber auf {2} beschr\u00E4nkt.
297 # the "invalid-content" messages provide less information than the "must-match" counterparts above. They're used for complex types when providing a "match" would be an information dump
298 s4s-elt-invalid-content.1 = s4s-elt-invalid-content.1: Content von "{0}" ist ung\u00FCltig. Element "{1}" ist ung\u00FCltig, nicht an der erwarteten Stelle oder kommt zu oft vor.
308 c-general-xpath-ns = c-general-xpath-ns: Namespace-Pr\u00E4fix in XPath-Ausdruck "{0}" war an einen Namespace gebunden.
316 SchemaLocation = SchemaLocation: schemaLocation-Wert = "{0}" muss eine gerade Anzahl an URIs haben.
/openjdk7/jdk/test/com/sun/jdi/
H A DEvalArgs.sh34 # as an arg to a func where an Object is expected,
36 # legal because String is an instance of Object.
251 # because there is an exact match.
268 # isn't an exact match and jdb isn't smart enough
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A DCHANGES133 Fixed png_set_background() to allow using an arbitrary RGB color for
136 png_correct_palette is not needed unless you are correcting an
360 too large when writing an image with bit_depth < 8 (Bob Dellaca).
411 for truecolor images that have defined a background. This corrects an
467 if an attempt is made to read an interlaced image when it's not supported.
543 a helpful compiler error if an old png.h is found in the search path.
778 Fixed an error in png_rgb_to_gray_fixed()
893 Worked around a problem in pngconf.h; AIX's strings.h defines an "index"
904 when it tries to read an erroneou
[all...]
/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A DREADME93 data using an ordered dithering technique
99 <img_output32.h> Store 32-bit pixels in an int array
106 placed in a file called "img_util_md.h" and included when defining an
136 Return the index into an array of MaskBits elements where the
147 with the indicated "bit" to indicate an opaque pixel. If bits set
238 a simple best match lookup for an 8-bit gray value to the best
257 it will generate an object file which defines a function with the given
260 an 8-bit output image with an associated transparency mask (if needed)
/openjdk7/jdk/test/java/nio/charset/coders/
H A DBashStreams.java369 // This test requires 54 minutes on an Itanium-1 processor
373 int ai = 0, an = args.length;
376 if (ai < an)
383 if (ai < an)
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DXMLSerializer.java15 * distributed under the License is distributed on an "AS IS" BASIS,
63 * Implements an XML serializer supporting both DOM and SAX pretty
66 * If an output stream is used, the encoding is taken from the
78 * If an I/O exception occurs while serializing, the serializer
79 * will not throw an exception directly, but only throw it
259 // following an element or a comment
392 // an element. Note the different checks for the closed
468 // following an element.
684 // following an element.
796 // uri is an empt
[all...]
/openjdk7/jdk/src/share/classes/java/io/
H A DStreamTokenizer.java31 * The <code>StreamTokenizer</code> class takes an input stream and
45 * In addition, an instance has four flags. These flags indicate:
54 * A typical application first constructs an instance of this class,
104 * token, its value is the single character, converted to an integer.
218 * @deprecated As of JDK version 1.1, the preferred way to tokenize an
225 * @param is an input stream.
421 * this value when an end of line is read.
520 * @exception IOException if an I/O error occurs.
814 * is an ordinary character. ttype can definitely not be less
/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageCopy_blk.s30 ! mlib_v_ImageCopy_blk - Copy an image into another
71 ! When calling an assembly function, the first 6 arguments are stored
/openjdk7/jdk/src/macosx/native/jobjc/src/core/
H A DPrimitiveCoder.hs124 -- Given an Width and NType, return the Java code for reading said NType from memory.
133 -- Given an Width and NType, return the Java code for writing said NType to memory.
/openjdk7/hotspot/make/windows/
H A Dbuild.bat114 echo and bin/javac are present and working, and build_id is an
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DParser.java38 * This class implements an operator precedence parser. Errors are
43 * and discarding input tokens until an input token is reached that
54 * This restriction does introduce an ambiguity an expression of the
56 * an operator. That means that (a) - b is interpreted as subtract
300 * throw an exception.
638 * Parse an expression.
652 * Given a left-hand term, parse an operator and right-hand term.
831 // check for this case and signal an error.
920 * Check if an expressio
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/lib/
H A DExsltDatetime.java15 * distributed under the License is distributed on an "AS IS" BASIS,
124 * If the argument is not in either of these formats, date:date returns an empty string ('').
133 * followed by the difference between the difference from UTC represented as hh:mm. If an argument
181 * If the argument string is not in this format, date:time returns an empty string ('').
191 * followed by the difference between the difference from UTC represented as hh:mm. If an argument
638 * If the date/time string is not in one of these formats, then an empty string ('')
640 * The result is an English month name: one of 'January', 'February', 'March',
680 * If the date/time string is not in one of these formats, then an empty string ('')
722 * The result is an English day name: one of 'Sunday', 'Monday', 'Tuesday', 'Wednesday',
790 * Returns an arra
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A Dxpath.cup15 * distributed under the License is distributed on an "AS IS" BASIS,
223 * compiled in an external module (not in the main class) request
746 AxisSpecifier ::= AxisName:an DCOLON
747 {: RESULT = an; :}
/openjdk7/jdk/make/jpda/jdwp/
H A Djdwp.spec195 "command or an event has stopped it. "
271 "If the classpath is not defined, returns an empty list. If the "
272 "bootclasspath is not defined returns an empty list."
322 "it is part of an incoming packet, not yet "
537 "or an empty string if there is none.")
618 "of the reference type. If the reference type is an array or "
779 "status bits will be set. If an error occured during initialization then the "
865 "The generic signature for the reference type or an empty "
896 "field, or an empty string if there is none.")
938 "an empt
[all...]

Completed in 318 milliseconds

12