Searched defs:encoding (Results 326 - 341 of 341) sorted by relevance

<<11121314

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DCDRInputStream_1_0.java33 package com.sun.corba.se.impl.encoding;
118 import com.sun.corba.se.impl.encoding.CDROutputObject;
119 import com.sun.corba.se.impl.encoding.CodeSetConversion;
374 // left in the valuetype's encoding on the wire
H A DCDROutputStream_1_0.java32 package com.sun.corba.se.impl.encoding;
88 import com.sun.corba.se.impl.encoding.ByteBufferWithInfo;
89 import com.sun.corba.se.impl.encoding.MarshalOutputStream;
90 import com.sun.corba.se.impl.encoding.CodeSetConversion;
322 // hold one octet of any multi-byte character encoding."
/openjdk7/jdk/src/share/classes/sun/awt/
H A DFontConfiguration.java65 protected static String encoding; // canonical name of default nio charset field in class:FontConfiguration
142 encoding = Charset.defaultCharset().name();
409 * currently we just simply use the startup locale and encoding
413 initEncoding = encoding;
746 /* Mappings from file encoding to font config name for font supporting
769 * encoding. If there's none then the caller can "bail" and avoid
785 Object val = reorderMap.get(encoding + "." + language + "." + country);
787 val = reorderMap.get(encoding + "." + language);
790 val = reorderMap.get(encoding);
796 * file encoding ar
[all...]
/openjdk7/jdk/src/share/classes/sun/awt/datatransfer/
H A DDataTransferer.java152 * encoding, where:
161 * The <code>DataFlavor</code> representing a Java text encoding String
165 * mimeType = "application/x-java-text-encoding"
200 * Cache of the platform default encoding as specified in the
201 * "file.encoding" system property.
264 ("application/x-java-text-encoding;class=\"[B\"");
353 * Converts an arbitrary text encoding to its canonical name.
355 public static String canonicalName(String encoding) { argument
356 if (encoding == null) {
360 return Charset.forName(encoding)
501 isEncodingSupported(String encoding) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/font/
H A DSunFontManager.java574 * that claims to support the Microsoft Windows encoding corresponding to
575 * the default file.encoding property of this JRE instance.
586 // String encoding =
588 // new sun.security.action.GetPropertyAction("file.encoding"));
590 // if (encoding == null || font == null) {
594 // encoding = encoding.toLowerCase(Locale.ENGLISH);
596 // return FontManager.fontSupportsEncoding(font, encoding);
2388 * FontConfiguration : do it only for encoding==Cp1252
2438 private static boolean fontSupportsEncoding(Font font, String encoding) { argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/encryption/
H A DXMLCipher.java152 /** Base64 encoding */
1936 sb.append("<?xml version=\"1.0\" encoding=\"UTF-8\"?><"+tagname);
3342 private String encoding = null; field in class:XMLCipher.Factory.EncryptedTypeImpl
3408 return (encoding);
3412 * @param encoding
3414 public void setEncoding(String encoding) { argument
3415 if (encoding == null || encoding.length() == 0) {
3416 this.encoding = null;
3420 tmpEncoding = new URI(encoding);
[all...]
/openjdk7/jdk/src/macosx/native/com/sun/media/sound/
H A DPLATFORM_API_MacOSX_PCM.cpp795 int encoding, float sampleRate, int sampleSizeInBits,
818 if (encoding != DAUDIO_PCM) {
819 ERROR1("<<DAUDIO_Open: ERROR: unsupported encoding (%d)\n", encoding);
794 DAUDIO_Open(INT32 mixerIndex, INT32 deviceID, int isSource, int encoding, float sampleRate, int sampleSizeInBits, int frameSize, int channels, int isSigned, int isBigEndian, int bufferSizeInBytes) argument
/openjdk7/jdk/src/windows/native/com/sun/media/sound/
H A DPLATFORM_API_WinOS_DirectSound.cpp838 int encoding, float sampleRate, int sampleSizeInBits,
858 if (encoding != DAUDIO_PCM) {
859 ERROR1("DAUDIO_Open: ERROR: cannot open the device with encoding=%d!\n", encoding);
837 DAUDIO_Open(INT32 mixerIndex, INT32 deviceID, int isSource, int encoding, float sampleRate, int sampleSizeInBits, int frameSize, int channels, int isSigned, int isBigEndian, int bufferSizeInBytes) argument
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xinclude/
H A DXIncludeHandler.java140 public final static String XINCLUDE_ATTR_ENCODING = "encoding".intern();
780 String encoding,
819 encoding,
828 String encoding,
834 fDocumentHandler.xmlDecl(version, encoding, standalone, augs);
1091 String encoding,
1101 fDocumentHandler.startGeneralEntity(name, resId, encoding, augs);
1107 public void textDecl(String version, String encoding, Augmentations augs) argument
1111 fDocumentHandler.textDecl(version, encoding, augs);
1420 String encoding,
778 startDocument( XMLLocator locator, String encoding, NamespaceContext namespaceContext, Augmentations augs) argument
826 xmlDecl( String version, String encoding, String standalone, Augmentations augs) argument
1088 startGeneralEntity( String name, XMLResourceIdentifier resId, String encoding, Augmentations augs) argument
1417 startParameterEntity( String name, XMLResourceIdentifier identifier, String encoding, Augmentations augmentations) argument
[all...]
/openjdk7/hotspot/src/share/vm/adlc/
H A Dadlparse.cpp777 RegisterForm *regBlock = _AD.get_registers(); // Information about registers encoding
810 EncodeForm *encBlock; // Information about instruction/operand encoding
826 parse_err(SYNERR, "missing identifier inside encoding block.\n");
841 char *ec_name; // Name of encoding class being defined
843 // Get encoding class name
847 parse_err(SYNERR, "missing encoding class name after encode.\n");
851 EncClass *encoding = _AD._encode->add_EncClass(ec_name); local
852 encoding->_linenum = linenum();
881 encoding->add_parameter( pType, pName );
901 enc_class_parse_block(encoding, ec_nam
905 enc_class_parse_block(EncClass* encoding, char* ec_name) argument
2205 char *encoding = NULL; local
2770 EncClass* encoding = _AD._encode->add_EncClass(ec_name); local
2812 ins_encode_parse_block_impl(InstructForm& inst, EncClass* encoding, char* ec_name) argument
3064 EncClass* encoding = _AD._encode->add_EncClass(ec_name); local
3094 constant_parse_expression(EncClass* encoding, char* ec_name) argument
[all...]
H A Dformssel.cpp249 // We can prove it is cheap if it has an empty encoding.
262 // Has an empty encoding if _size is a constant zero or there
1533 // Lookup the function body for an encoding class
1535 assert( className != NULL, "Must provide a defined encoding name");
1541 // Lookup the function body for an encoding class
1554 // Lookup the function body for an encoding class
1593 // Add the decomposed "code" sections of an encoding's code-block
1598 // Add the decomposed "replacement variables" of an encoding's code-block
1604 // Lookup the function body for an encoding class
1734 NameAndList *InsEncode::add_encode(char *encoding) { argument
1769 NameAndList *encoding = NULL; local
[all...]
H A Doutput_c.cpp95 // Define an array containing the machine register encoding values
102 // Output the register encoding for each register in the allocation classes
115 assert(encval < 256, "Exceeded supported width for register encoding");
1844 // (2) // ... encoding defined by user
1892 DefineEmitState(FILE *fp, ArchDesc &AD, EncClass &encoding, argument
1894 : _AD(AD), _fp(fp), _encoding(encoding), _ins_encode(ins_encode), _inst(inst) {
1923 // @arg rep_var: The formal parameter of the encoding.
1945 // Lookup its position in (formal) parameter list of encoding
1954 // This is the argument (actual parameter) to the encoding.
1985 // Check later that encoding specifie
2536 EncClass *encoding = _encode->encClass(ec_name); local
2615 EncClass *encoding = _encode->encClass(ec_name); local
2757 rep_var_to_operand(const char *encoding, OperandForm &oper, FormDict &globals) argument
2777 rep_var_to_constant_index(const char *encoding, OperandForm &oper, FormDict &globals) argument
2801 is_regI(const char *encoding, OperandForm &oper, FormDict &globals ) argument
2817 is_conP(const char *encoding, OperandForm &oper, FormDict &globals ) argument
2835 define_oper_interface(FILE *fp, OperandForm &oper, FormDict &globals, const char *name, const char *encoding) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/compact/
H A DCompactSyntax.java3128 /** Constructor with InputStream and supplied encoding */
3129 public CompactSyntax(java.io.InputStream stream, String encoding) { argument
3130 try { jj_input_stream = new JavaCharStream(stream, encoding, 1, 1); } catch(java.io.UnsupportedEncodingException e) { throw new RuntimeException(e); }
3144 public void ReInit(java.io.InputStream stream, String encoding) { argument
3145 try { jj_input_stream.ReInit(stream, encoding, 1, 1); } catch(java.io.UnsupportedEncodingException e) { throw new RuntimeException(e); }
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaValidator.java150 /** Feature identifier: whether to recognize java encoding names */
651 * @param encoding The auto-detected IANA encoding name of the entity
653 * where the entity encoding is not auto-detected (e.g.
670 String encoding,
680 handleStartDocument(locator, encoding);
683 fDocumentHandler.startDocument(locator, encoding, namespaceContext, augs);
694 * @param encoding The IANA encoding name of the document, or null if
701 public void xmlDecl(String version, String encoding, Strin argument
668 startDocument( XMLLocator locator, String encoding, NamespaceContext namespaceContext, Augmentations augs) argument
1000 startGeneralEntity( String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs) argument
1033 textDecl(String version, String encoding, Augmentations augs) argument
1556 handleStartDocument(XMLLocator locator, String encoding) argument
[all...]
/openjdk7/jdk/src/macosx/classes/apple/laf/
H A DJRSUIConstants.java112 final PropertyEncoding encoding; field in class:JRSUIConstants.Property
116 Property(final PropertyEncoding encoding, final byte ordinal) { argument
117 this.encoding = encoding;
118 this.value = ((long)ordinal) << encoding.shift;
128 return (encodedState & ~encoding.mask) | value;
/openjdk7/langtools/test/tools/javac/T5090006/
H A Dbroken.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/framework/ junit/framework/Assert.class Assert. ...

Completed in 135 milliseconds

<<11121314