Searched refs:any (Results 51 - 75 of 85) sorted by relevance

1234

/openjdk7/hotspot/agent/make/
H A Dsaenv64.bat21 REM or visit www.oracle.com if you need additional information or have any
/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A DREADME22 * or visit www.oracle.com if you need additional information or have any
66 <img_anycm.h> Decode any type of ColorModel's pixels (with
125 where any existing opaque converted data resides and to
164 Called at the end of the image conversion function to perform any
259 which defines a very generalized function to convert any input data into
267 #include "img_input8_32.h" /* any type of input pixels */
268 #include "img_anycm.h" /* any type of input ColorModel */
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DDefaultXMLDocumentHandler.java567 * the internal entity declaration, without any entity
715 public void any(Augmentations augmentations) throws XNIException { method in class:DefaultXMLDocumentHandler
726 * @see #any
743 * @see #any
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DAbstractXMLDocumentParser.java534 * the internal entity declaration, without any entity
673 public void any(Augmentations augs) throws XNIException { method in class:AbstractXMLDocumentParser
674 } // any(Augmentations)
684 * @see #any
701 * @see #any
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/corba/
H A DAnyImpl.java22 * or visit www.oracle.com if you need additional information or have any
135 false, // any
159 static AnyImpl convertToNative(ORB orb, Any any) { argument
160 if (any instanceof AnyImpl) {
161 return (AnyImpl)any;
163 AnyImpl anyImpl = new AnyImpl(orb, any);
611 * takes a streamable and inserts its reference into the any
/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/
H A Dlinux_sparc.s20 # or visit www.oracle.com if you need additional information or have any
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dsolaris_sparc.s20 !! or visit www.oracle.com if you need additional information or have any
/openjdk7/jdk/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/classes/
H A DFrameworkClassFile.java22 * or visit www.oracle.com if you need additional information or have any
123 if(Fp.any(new Map1<Constant,Boolean>(){ public Boolean apply(Constant a) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/packaging/mime/internet/
H A DMimeUtility.java22 * or visit www.oracle.com if you need additional information or have any
462 * for any sequence, an UnsupportedEncodingException is thrown.
838 * A utility method to quote a word, if the word contains any
857 * Look for any "bad" characters, Escape and
1020 * Return the first index of any of the characters in "any" in "s",
1025 private static int indexOfAny(String s, String any) { argument
1026 return indexOfAny(s, any, 0);
1029 private static int indexOfAny(String s, String any, int start) { argument
1033 if (any
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orb/
H A DORBSingleton.java22 * or visit www.oracle.com if you need additional information or have any
295 create_named_value(String s, Any any, int flags) { argument
296 return new NamedValueImpl(this, s, any, flags);
/openjdk7/hotspot/make/windows/
H A Dbuild.bat21 REM or visit www.oracle.com if you need additional information or have any
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A DCHANGES22 * or visit www.oracle.com if you need additional information or have any
703 application to free its copy of the palette any time after it calls
3264 "PNG_" to begin any of their own symbols.
3409 header is read. It never performed any useful function to override
3422 silently; the libpng code just doesn't do any gamma correction. Moving
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXMLDTDProcessor.java25 * if any, must include the following acknowledgment:
323 * about any features and properties that affect the operation of the
415 * manager any time after reset when a feature changes state.
443 * manager any time after reset when a property changes value.
924 // one typical case where this could be a problem, when any XML file
1111 * the internal entity declaration, without any entity
1444 public void any(Augmentations augs) throws XNIException { method in class:XMLDTDProcessor
1446 fDTDGrammar.any(augs);
1448 fDTDContentModelHandler.any(augs);
1450 } // any()
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DIDLJavaSerializationInputStream.java22 * or visit www.oracle.com if you need additional information or have any
538 Any any = orb.create_any();
560 // read off the value of the any.
561 any.read_value(parent, tc);
563 return any;
627 // In any case, we must first read the IOR.
874 // don't have any guarantees that mark/reset will work in their
1034 // Add any extra spaces to align the
H A DCDROutputStream_1_0.java22 * or visit www.oracle.com if you need additional information or have any
322 // hold one octet of any multi-byte character encoding."
585 public void write_any(Any any) argument
587 if ( any == null )
590 write_TypeCode(any.type());
591 any.write_value(parent);
1745 // Add any extra spaces to align the
1884 // tell BufferManagerWrite to release any ByteBuffers
H A DCDRInputStream_1_0.java22 * or visit www.oracle.com if you need additional information or have any
683 Any any = orb.create_any();
703 // read off the value of the any
704 any.read_value(parent, tc);
706 return any;
730 // In any case, we must first read the IOR.
871 * Examines the valuetag to see how many (if any) repository IDs
1006 // Just rethrow any CORBA system exceptions
1019 // Skip any remaining chunks until we get to
1516 // Skip any remainin
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/schemagen/
H A DXmlSchemaGenerator.java22 * or visit www.oracle.com if you need additional information or have any
1291 Any any = parent.any();
1293 if( pcmode != null ) any.processContents(pcmode);
1294 any.namespace("##other");
1295 writeOccurs(any,isOptional,repeated);
/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DORB.java22 * or visit www.oracle.com if you need additional information or have any
105 * <LI>check in Applet parameter or application string array, if any
107 * <LI>check in properties parameter, if any
112 * directory (if any)
115 * directory (if any)
520 * in any way that a <code>String</code> object can be manipulated.
626 * @param any the <code>Any</code> value to be inserted into the
635 abstract public NamedValue create_named_value(String s, Any any, int flags); argument
679 * any responses. Note that oneway invocations are not guaranteed to
694 * Finds out if any o
[all...]
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dsolaris_x86_64.s20 / or visit www.oracle.com if you need additional information or have any
/openjdk7/jdk/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/utils/
H A DFp.java22 * or visit www.oracle.com if you need additional information or have any
218 public static <A> boolean any(Map1<A,Boolean> p, Collection<A> xs) { method in class:Fp
/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageCopy_blk.s24 ! or visit www.oracle.com if you need additional information or have any
/openjdk7/jdk/src/macosx/native/jobjc/src/core/
H A DPrimitiveCoder.hs25 * or visit www.oracle.com if you need additional information or have any
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dbsd_x86_64.s20 # or visit www.oracle.com if you need additional information or have any
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dlinux_x86_64.s20 # or visit www.oracle.com if you need additional information or have any
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/util/
H A DSchemaWriter.java22 * or visit www.oracle.com if you need additional information or have any
548 SchemaWriter.this.wildcard("any",wc,extraAtts);
554 wildcard("any",wc,"");
574 public String any(Any wc) {

Completed in 97 milliseconds

1234