Searched defs:format (Results 151 - 175 of 329) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageCreate.c40 * mlib_ImageSetFormat - set image format
74 * mlib_format format)
92 * format image format
116 * mlib_ImageSetFormat() sets new value for the image format
147 image -> format = MLIB_FORMAT_UNKNOWN;
335 image -> format = MLIB_FORMAT_UNKNOWN;
574 mlib_format format)
578 img -> format = format;
573 mlib_ImageSetFormat(mlib_image *img, mlib_format format) argument
[all...]
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLookupTables.h59 le_int16 format; member in struct:LookupTable
/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DRDN.java168 RDN(String name, String format) throws IOException { argument
169 this(name, format, Collections.<String, String>emptyMap());
184 RDN(String name, String format, Map<String, String> keywordMap) argument
186 if (format.equalsIgnoreCase("RFC2253") == false) {
187 throw new IOException("Unsupported format " + format);
/openjdk7/jdk/src/share/classes/sun/tools/jstat/
H A DColumnFormat.java31 * A class to represent the format for a column of data.
41 private String format; field in class:ColumnFormat
69 if (format == null) {
70 // if no formating is specified, then the format is set to output
72 format="0";
88 public void setFormat(String format) { argument
89 this.format = format;
101 return format;
143 + ";format
[all...]
/openjdk7/jdk/src/share/demo/jvmti/agent_util/
H A Dagent_util.c48 stdout_message(const char * format, ...) argument
52 va_start(ap, format);
53 (void)vfprintf(stdout, format, ap);
59 fatal_error(const char * format, ...) argument
63 va_start(ap, format);
64 (void)vfprintf(stderr, format, ap);
/openjdk7/jdk/test/java/rmi/reliability/benchmark/bench/serial/
H A DMain.java63 static int format = TEXT; field in class:Main
82 p.println(" -html format output as html (default is text)");
83 p.println(" -xml format output as xml");
158 if (format != TEXT)
160 format = HTML;
162 if (format != TEXT)
164 format = XML;
239 switch (format) {
253 die("Error: unrecognized format type");
/openjdk7/jdk/test/java/util/ResourceBundle/Control/
H A DStressTest.java202 String format, ClassLoader loader,
204 //System.out.println("Expired: " + baseName + "_" + locale + "." + format +
201 needsReload(String baseName, Locale locale, String format, ClassLoader loader, ResourceBundle bundle, long loadTime) argument
/openjdk7/jdk/test/javax/imageio/plugins/bmp/
H A DBMPSubsamplingTest.java66 private String format = "BMP"; field in class:BMPSubsamplingTest
99 ImageIO.getImageWritersByFormatName(format).next();
/openjdk7/jdk/test/javax/sound/midi/Gervill/SoftAudioSynthesizer/
H A DDummySourceDataLine.java51 private AudioFormat format = new AudioFormat(44100.0f, 16, 2, true, false); field in class:DummySourceDataLine
109 open(format);
112 public void open(AudioFormat format) throws LineUnavailableException { argument
114 bufferSize = ((int) (format.getFrameRate() / 2))
115 * format.getFrameSize();
116 open(format, bufferSize);
119 public void open(AudioFormat format, int bufferSize) argument
121 this.format = format;
123 this.framesize = format
[all...]
/openjdk7/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/
H A DDummySourceDataLine.java51 private AudioFormat format = new AudioFormat(44100.0f, 16, 2, true, false); field in class:DummySourceDataLine
109 open(format);
112 public void open(AudioFormat format) throws LineUnavailableException { argument
114 bufferSize = ((int) (format.getFrameRate() / 2))
115 * format.getFrameSize();
116 open(format, bufferSize);
119 public void open(AudioFormat format, int bufferSize) argument
121 this.format = format;
123 this.framesize = format
[all...]
/openjdk7/jdk/test/sun/awt/datatransfer/
H A DSuplementaryCharactersTransferTest.java113 public boolean isLocaleDependentTextFormat(long format) { argument
118 public boolean isFileFormat(long format) { argument
123 public boolean isImageFormat(long format) { argument
133 protected String getNativeForFormat(long format) { argument
150 byte[] bytes, long format) throws IOException {
155 protected byte[] imageToPlatformBytes(Image image, long format) argument
149 platformImageBytesOrStreamToImage(InputStream str, byte[] bytes, long format) argument
/openjdk7/jdk/test/sun/nio/cs/
H A DFindOneCharEncoderBugs.java56 sb.append(String.format("%02x", (int)b));
65 sb.append(String.format("%02x", (int)bb.get(i)));
146 static void fail(String format, Object... args) { argument
147 System.out.println(String.format(format, args)); failed++;}
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXClipboard.java119 protected byte[] getClipboardData(long format) throws IOException { argument
120 return selection.getData(format, XToolkit.getCurrentServerTime());
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/lib/
H A DExsltDatetime.java67 * The date/time string that's returned must be a string in the format defined as the
71 * The date/time format is basically CCYY-MM-DDThh:mm:ss, although implementers should consult
74 * The date/time string format must include a time zone, either a Z to indicate Coordinated
85 StringBuffer buff = new StringBuffer(dateFormat.format(datetime));
120 * The date/time string that's returned must be a string in the format defined as the
125 * The date/time format is basically CCYY-MM-DDThh:mm:ss, although implementers should consult
129 * [3.2.9 date] of [XML Schema Part 2: Datatypes]. The date format is basically CCYY-MM-DD,
132 * format must include a time zone, either a Z to indicate Coordinated Universal Time or a + or -
134 * is specified and it does not specify a time zone, then the date string format must not include
154 String dateOut = dateFormat.format(dat
915 getNameOrAbbrev(String format) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DNodeCounter.java111 protected void setFormatting(String format, String lang, String letterValue, argument
117 setTokens(format);
181 // format == null assumed here
182 private final void setTokens(final String format){ argument
183 if( (_format!=null) &&(format.equals(_format)) ){// has already been set
186 _format = format;
198 * Tokenize the format string into alphanumeric and non-alphanumeric
202 char c = format.charAt(i);
205 c = format.charAt(i);
212 _formatToks.addElement(format
260 getCounter(String format, String lang, String letterValue, String groupSep, String groupSize) argument
335 formatValue(int value, String format, StringBuilder buffer) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/sound/sampled/
H A DAudioSystem.java376 * one fully qualified audio format, the last one
377 * will be used as the default format of the returned
515 AudioFormat format = new AudioFormat(AudioFormat.Encoding.PCM_SIGNED,
519 DataLine.Info info = new DataLine.Info(Clip.class, format);
550 AudioFormat format = new AudioFormat(AudioFormat.Encoding.PCM_SIGNED,
554 DataLine.Info info = new DataLine.Info(Clip.class, format);
562 * audio data in the format specified by the
577 * audio format will be initialized with <code>format</code>.
585 * @param format a
601 getSourceDataLine(AudioFormat format) argument
645 getSourceDataLine(AudioFormat format, Mixer.Info mixerinfo) argument
696 getTargetDataLine(AudioFormat format) argument
742 getTargetDataLine(AudioFormat format, Mixer.Info mixerinfo) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/awt/datatransfer/
H A DSunClipboard.java212 long format = 0;
227 format = lFormat.longValue();
228 data = getClipboardData(format);
230 if (DataTransferer.getInstance().isLocaleDependentTextFormat(format)) {
239 translateBytes(data, flavor, format, localeTransferable);
346 protected abstract byte[] getClipboardData(long format) throws IOException; argument
/openjdk7/jdk/src/share/classes/java/io/
H A DPrintStream.java831 * using the specified format string and arguments.
833 * <p> An invocation of this method of the form <tt>out.printf(format,
837 * out.format(format, args) </pre>
839 * @param format
840 * A format string as described in <a
844 * Arguments referenced by the format specifiers in the format
845 * string. If there are more arguments than format specifiers, the
855 * If a format strin
870 printf(String format, Object ... args) argument
920 printf(Locale l, String format, Object ... args) argument
963 format(String format, Object ... args) argument
1020 format(Locale l, String format, Object ... args) argument
[all...]
H A DPrintWriter.java43 * <tt>format</tt> methods is invoked, rather than whenever a newline character
108 * <tt>printf</tt>, or <tt>format</tt> methods will
142 * <tt>printf</tt>, or <tt>format</tt> methods will
352 * either on the underlying output stream or during a format
763 * the specified format string and arguments. If automatic flushing is
766 * <p> An invocation of this method of the form <tt>out.printf(format,
770 * out.format(format, args) </pre>
772 * @param format
773 * A format strin
803 printf(String format, Object ... args) argument
854 printf(Locale l, String format, Object ... args) argument
898 format(String format, Object ... args) argument
958 format(Locale l, String format, Object ... args) argument
[all...]
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileLog.cpp213 // print/print_cr may need to allocate large stack buffer to format
326 void CompileLog::set_context(const char* format, ...) { argument
328 va_start(ap, format);
331 _context.vprint(format, ap);
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1GCPhaseTimes.cpp41 void vappend(const char* format, va_list ap) { argument
42 int res = vsnprintf(&_buffer[_cur], BUFFER_LEN - _cur, format, ap);
65 void append(const char* format, ...) { argument
67 va_start(ap, format);
68 vappend(format, ap);
72 void append_and_print_cr(const char* format, ...) { argument
74 va_start(ap, format);
75 vappend(format, ap);
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.cpp163 void Bytecodes::def(Code code, const char* name, const char* format, const char* wide_format, BasicType result_type, int depth, bool can_trap) { argument
164 def(code, name, format, wide_format, result_type, depth, can_trap, code);
168 void Bytecodes::def(Code code, const char* name, const char* format, const char* wide_format, BasicType result_type, int depth, bool can_trap, Code java_code) { argument
169 assert(wide_format == NULL || format != NULL, "short form must exist if there's a wide form");
170 int len = (format != NULL ? (int) strlen(format) : 0);
180 _flags[(u1)code+0*(1<<BitsPerByte)] = compute_flags(format, bc_flags);
182 assert(is_defined(code) == (format != NULL), "");
200 // Note: The format strings are used for 2 purposes:
202 // (= number of characters in format strin
207 compute_flags(const char* format, int more_flags) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DAudioFloatConverter.java64 AudioFloatLSBFilter(AudioFloatConverter converter, AudioFormat format) { argument
65 int bits = format.getSampleSizeInBits();
66 boolean bigEndian = format.isBigEndian();
906 public static AudioFloatConverter getConverter(AudioFormat format) { argument
908 if (format.getFrameSize() == 0)
910 if (format.getFrameSize() !=
911 ((format.getSampleSizeInBits() + 7) / 8) * format.getChannels()) {
914 if (format.getEncoding().equals(Encoding.PCM_SIGNED)) {
915 if (format
1008 private AudioFormat format; field in class:AudioFloatConverter
[all...]
H A DAudioFloatFormatConverter.java134 AudioFormat format = ais.getFormat();
135 targetFormat = new AudioFormat(format.getEncoding(), format
136 .getSampleRate(), format.getSampleSizeInBits(),
137 targetChannels, (format.getFrameSize() / sourceChannels)
138 * targetChannels, format.getFrameRate(), format
268 AudioFormat format) {
271 targetFormat = new AudioFormat(sourceFormat.getEncoding(), format
274 format
267 AudioFloatInputStreamResampler(AudioFloatInputStream ais, AudioFormat format) argument
[all...]
H A DModelByteBufferWavetable.java51 framesize_pc = format.getFrameSize() / format.getChannels();
52 bigendian = format.isBigEndian();
132 private AudioFormat format = null; field in class:ModelByteBufferWavetable
147 public ModelByteBufferWavetable(ModelByteBuffer buffer, AudioFormat format) { argument
148 this.format = format;
152 public ModelByteBufferWavetable(ModelByteBuffer buffer, AudioFormat format, argument
154 this.format = format;
[all...]

Completed in 163 milliseconds

1234567891011>>