Searched defs:format (Results 201 - 225 of 329) sorted by relevance

1234567891011>>

/openjdk7/jdk/test/java/util/concurrent/locks/Lock/
H A DTimedAcquireLeak.java134 "-dump:file=dump,format=b",
249 static void debugPrintf(String format, Object... args) { argument
252 .printf(format, args);
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLSurfaceData.c140 GLint format = GL_RGBA; local
192 // the calculated power-of-two dimensions and the given internal format
193 j2d_glTexImage2D(texProxyTarget, 0, format,
195 format, size, NULL);
215 j2d_glTexImage2D(texTarget, 0, format,
217 format, size, NULL);
289 * the depth buffer is fairly simplistic, we hope to find a depth format that
322 // attempt to create a depth renderbuffer of a particular format; we
354 // we found a valid format, so break out of the loop
360 // this depth format did
[all...]
H A DOGLSurfaceData.h45 * GLenum format;
46 * The pixel format parameter used in glDrawPixels() and other similar calls.
65 * If true, indicates that this pixel format contains an alpha component.
68 * If true, indicates that this pixel format contains color components that
72 GLenum format; member in struct:__anon928
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DMotifDnDDropTargetProtocol.java893 public Object getData(long ctxt, long format) argument
941 return selection.getData(format, time_stamp);
H A DXDataTransferer.java93 public boolean isLocaleDependentTextFormat(long format) { argument
97 public boolean isTextFormat(long format) { argument
98 return super.isTextFormat(format)
99 || isMimeFormat(format, "text");
103 long format = lFormat.longValue();
104 if (isMimeFormat(format, "text")) {
105 String nat = getNativeForFormat(format);
120 protected boolean isURIListFormat(long format) { argument
121 String nat = getNativeForFormat(format);
131 // Not a MIME format
136 isFileFormat(long format) argument
141 isImageFormat(long format) argument
154 getNativeForFormat(long format) argument
169 imageToPlatformBytes(Image image, long format) argument
215 platformImageBytesOrStreamToImage(InputStream inputStream, byte[] bytes, long format) argument
256 dragQueryURIs(InputStream stream, byte[] bytes, long format, Transferable localeTransferable) argument
306 isMimeFormat(long format, String primaryType) argument
[all...]
H A DXDropTargetContextPeer.java136 protected Object getNativeData(long format) argument
151 return dropTargetProtocol.getData(ctxt, format);
H A DXDropTargetProtocol.java243 * Retrieves the data from the drag source in the specified format.
247 * @param format the format in which the data should be retrieved.
253 public abstract Object getData(long ctxt, long format) argument
H A DXSelection.java89 /* The format-to-flavor map for the current owner. */
262 * Requests the selection data in the specified format and returns
265 public byte[] getData(long format, long time) throws IOException { argument
287 format,
312 throw new IOException("Unsupported INCR format: " +
381 throw new IOException("Unsupported data format: " +
415 throw new IOException("Unsupported data format: " +
476 // Converts the data to the 'format' and if the conversion succeeded stores
479 private boolean convertAndStore(long requestor, long format, long property) { argument
490 format,
776 private final int format; field in class:XSelection.IncrementalDataProvider
781 IncrementalDataProvider(long requestor, long property, long target, int format, byte[] data) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DToHTMLSAXHandler.java142 * @param format this parameter is not used
145 public void setOutputFormat(Properties format) argument
H A DToTextSAXHandler.java164 public void setOutputFormat(Properties format) argument
H A DToXMLSAXHandler.java121 public void setOutputFormat(Properties format) argument
/openjdk7/hotspot/agent/src/os/bsd/
H A Dlibproc_impl.c83 void print_debug(const char* format,...) { argument
87 va_start(alist, format);
89 vfprintf(stderr, format, alist);
94 void print_error(const char* format,...) { argument
96 va_start(alist, format);
98 vfprintf(stderr, format, alist);
419 ps_plog (const char *format, ...) argument
423 va_start(alist, format);
424 vfprintf(stderr, format, alist);
/openjdk7/hotspot/agent/src/os/linux/
H A Dlibproc_impl.c84 void print_debug(const char* format,...) { argument
88 va_start(alist, format);
90 vfprintf(stderr, format, alist);
95 void print_error(const char* format,...) { argument
97 va_start(alist, format);
99 vfprintf(stderr, format, alist);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJFormattedTextField.java230 private AbstractFormatter format; field in class:JFormattedTextField
295 * Creates a <code>JFormattedTextField</code>. <code>format</code> is
299 * @param format Format used to look up an AbstractFormatter
301 public JFormattedTextField(java.text.Format format) { argument
303 setFormatterFactory(getDefaultFormatterFactory(format));
394 * used to format a value for display, as well an enforcing an editing
414 * AbstractFormatter that can format the current value.
450 * @param format AbstractFormatter to use for formatting
456 protected void setFormatter(AbstractFormatter format) { argument
457 AbstractFormatter oldFormat = this.format;
[all...]
H A DJProgressBar.java225 private transient Format format; field in class:JProgressBar
486 if (format == null) {
487 format = NumberFormat.getPercentInstance();
489 return format.format(new Double(getPercentComplete()));
973 * content and format of the returned string may vary between
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DInternationalFormatter.java40 * <code>Format</code> to format the current text on every edit.
51 * format 'M/d/yy', an <code>InternationalFormatter</code> that is always
55 * month. To avoid this, the format should be 'MM/dd/yy'.
104 private Format format; field in class:InternationalFormatter
176 * @param format Format instance used for converting from/to Strings
178 public InternationalFormatter(Format format) { argument
180 setFormat(format);
184 * Sets the format that dictates the legal values that can be edited
187 * @param format <code>Format</code> instance used for converting
190 public void setFormat(Format format) { argument
[all...]
/openjdk7/jdk/src/share/classes/java/text/
H A DMessageFormat.java114 * (<i>SubformatPattern</i> with underline) will produce a number format
130 * format patterns unfortunately have shown to be somewhat confusing.
141 * {@code arguments} array passed to the {@code format} methods
145 * a {@code Format} instance for the format element. The following
224 * In real internationalized programs, the message format pattern and other
228 * The first example uses the static method <code>MessageFormat.format</code>,
234 * String result = MessageFormat.format(
254 * System.out.println(form.format(testArgs));
277 * System.out.println(form.format(testArgs));
301 * produce a format tha
816 public final StringBuffer format(Object[] arguments, StringBuffer result, method in class:MessageFormat
834 public static String format(String pattern, Object ... arguments) { method in class:MessageFormat
857 public final StringBuffer format(Object arguments, StringBuffer result, method in class:MessageFormat
[all...]
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeTracer.cpp498 const char *format = first ? " %d:" INT32_FORMAT " (delta: %d)" : local
500 st->print(format, ll, dest[idx], dest[idx]-bci);
518 const char *format = first ? " " INT32_FORMAT ":" INT32_FORMAT : local
520 st->print(format, key[ll], dest[ll]);
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DFixups.java54 // and format. Every fixup occurs at a "desc". Until final
114 storeIndex(fx.location(), fx.format(), 0);
240 int desc; // location and format of reloc
251 public int format() { return descFmt(desc); } method in class:Fixups.Fixup
266 return "@"+location()+(format()==U1_FORMAT?".1":"")+"="+entry;
304 public void add(int location, int format, Entry entry) { argument
305 addDesc(makeDesc(location, format), entry);
462 storeIndex(fx.location(), fx.format(), index);
526 if (fx.format() == U1_FORMAT)
/openjdk7/jdk/src/share/classes/com/sun/jndi/toolkit/dir/
H A DSearchFilter.java436 public static String format(Attributes attrs) throws NamingException { method in class:SearchFilter
580 public static String format(String expr, Object[] args) method in class:SearchFilter
652 System.out.println(format(attrs));
660 System.out.println(format(expr, fargs));
663 System.out.println(format("bin={0}",
666 System.out.println(format("bin=\\{anything}", null));
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DEmergencySoundbank.java2439 AudioFormat format = new AudioFormat(44100, 16, 1, true, false);
2440 double basefreq = (base / fftsize) * format.getSampleRate() * 0.5;
2449 byte[] bdata = toBytes(fdata, format);
2459 sample.setSampleRate((long) format.getSampleRate());
2473 AudioFormat format = new AudioFormat(44100, 16, 1, true, false);
2474 double basefreq = (base / fftsize) * format.getSampleRate() * 0.5;
2489 byte[] bdata = toBytes(fdata, format);
2499 sample.setSampleRate((long) format.getSampleRate());
2513 AudioFormat format = new AudioFormat(44100, 16, 1, true, false);
2515 byte[] bdata = toBytes(toFloat(realPart(data)), format);
2653 toBytes(float[] in, AudioFormat format) argument
[all...]
H A DSoftMixingClip.java47 private AudioFormat format; field in class:SoftMixingClip
198 datastream, format, AudioSystem.NOT_SPECIFIED));
200 if (Math.abs(format.getSampleRate() - outputformat.getSampleRate()) > 0.000001)
277 return bufferSize / format.getFrameSize();
308 throw new IllegalStateException("Clip is already open with format "
312 throw new IllegalArgumentException("Invalid format : "
345 public void open(AudioFormat format, byte[] data, int offset, int bufferSize) argument
350 "Clip is already open with format " + getFormat()
353 if (AudioFloatConverter.getConverter(format) == null)
354 throw new IllegalArgumentException("Invalid format
[all...]
H A DSoftMixingDataLine.java95 AudioFormat format) {
98 targetFormat = new AudioFormat(sourceFormat.getEncoding(), format
101 format.getSampleRate(), sourceFormat.isBigEndian());
103 Object interpolation = format.getProperty("interpolation");
124 pitch[0] = sourceFormat.getSampleRate() / format.getSampleRate();
94 AudioFloatInputStreamResampler(AudioFloatInputStream ais, AudioFormat format) argument
/openjdk7/hotspot/src/share/vm/asm/
H A Dassembler.hpp327 void relocate(RelocationHolder const& rspec, int format = 0);
328 void relocate( relocInfo::relocType rtype, int format = 0) {
330 relocate(Relocation::spec_simple(rtype), format); local
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPrinterJob.java114 * containing the format indicated by the user if the
383 protected void startPage(PageFormat format, Printable painter, int index) throws PrinterException { argument
391 protected void endPage(PageFormat format, Printable painter, int index) throws PrinterException { argument

Completed in 115 milliseconds

1234567891011>>