Searched refs:info (Results 251 - 275 of 541) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/src/share/classes/javax/swing/
H A DBufferStrategyPaintManager.java251 BufferInfo info = getBufferInfo(c);
253 if (info != null && info.isInSync() &&
254 (bufferStrategy = info.getBufferStrategy(false)) != null) {
257 boolean paintAllOnExpose = info.getPaintAllOnExpose();
258 info.setPaintAllOnExpose(false);
471 BufferInfo info;
481 info = getBufferInfo(rootPane.getParent());
482 if (painting && bufferInfo == info) {
488 info
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_CodeStubs_sparc.cpp40 RangeCheckStub::RangeCheckStub(CodeEmitInfo* info, LIR_Opr index, argument
45 assert(info != NULL, "must have info");
46 _info = new CodeEmitInfo(info);
134 NewInstanceStub::NewInstanceStub(LIR_Opr klass_reg, LIR_Opr result, ciInstanceKlass* klass, CodeEmitInfo* info, Runtime1::StubID stub_id) { argument
138 _info = new CodeEmitInfo(info);
159 NewTypeArrayStub::NewTypeArrayStub(LIR_Opr klass_reg, LIR_Opr length, LIR_Opr result, CodeEmitInfo* info) { argument
163 _info = new CodeEmitInfo(info);
182 NewObjectArrayStub::NewObjectArrayStub(LIR_Opr klass_reg, LIR_Opr length, LIR_Opr result, CodeEmitInfo* info) { argument
186 _info = new CodeEmitInfo(info);
204 MonitorEnterStub(LIR_Opr obj_reg, LIR_Opr lock_reg, CodeEmitInfo* info) argument
[all...]
/openjdk7/jdk/src/share/back/
H A DThreadReferenceImpl.c54 jvmtiThreadInfo info; local
57 (void)memset(&info, 0, sizeof(info));
60 (gdata->jvmti, thread, &info);
65 (void)outStream_writeString(out, info.name);
68 if ( info.name != NULL )
69 jvmtiDeallocate(info.name);
171 jvmtiThreadInfo info; local
174 (void)memset(&info, 0, sizeof(info));
[all...]
/openjdk7/hotspot/src/os_cpu/bsd_zero/vm/
H A Dos_bsd_zero.cpp120 siginfo_t* info,
133 // invoked with junk info/ucVoid. To avoid unnecessary crash when
139 if (os::Bsd::chained_handler(sig, info, ucVoid)) {
164 if (info != NULL && thread != NULL) {
167 address addr = (address) info->si_addr;
226 os::is_memory_serialize_page(thread, (address) info->si_addr)) {
234 if (os::Bsd::chained_handler(sig, info, ucVoid)) {
261 sprintf(buf, fmt, sig, info->si_addr);
119 JVM_handle_bsd_signal(int sig, siginfo_t* info, void* ucVoid, int abort_if_unrecognized) argument
/openjdk7/jdk/test/com/sun/nio/sctp/SctpChannel/
H A DBind.java243 MessageInfo info;
244 while((info = peerChannel.receive(buffer, null, handler)) != null) {
245 if (info != null) {
246 if (info.bytes() == -1) {
253 while((info = channel.receive(buffer, null, handler)) != null) {
254 if (info != null) {
255 if (info.bytes() == -1) {
/openjdk7/jdk/test/java/lang/management/ThreadMXBean/
H A DLocks.java54 ThreadInfo info = tm.getThreadInfo(t.getId());
55 String result = info.getLockName();
62 while(info.getThreadState() != Thread.State.BLOCKED) {
67 " Thread.State = " + info.getThreadState());
73 info.getThreadState() != Thread.State.WAITING) {
77 " Thread.State = " + info.getThreadState());
86 result = info.getLockOwnerName();
H A DMyOwnSynchronizer.java170 void checkLockedSyncs(ThreadInfo info, LockInfo[] syncs) { argument
171 if (!getName().equals(info.getThreadName())) {
172 throw new RuntimeException("Name: " + info.getThreadName() +
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DCodingChooser.java342 if (verbose > 5) Utils.log.info("maxd = "+maxd);
351 Utils.log.info("chooser: plain result="+bestChoice+" after "+bestChoice.searchOrder+" rounds, "+(regularChoice.zipSize-bestZipSize)+" fewer bytes than regular "+regular);
375 Utils.log.info("chooser: result="+bestMethod+" "+
403 Utils.log.info("regular coding cannot represent ["+min+".."+max+"]: "+regular);
414 Utils.log.info("*** regular choice is extra: "+regularChoice.coding);
426 Utils.log.info("*** regular choice does not apply "+regular);
427 Utils.log.info(" using instead "+regularChoice.coding);
431 Utils.log.info("chooser: #choices="+numChoices+" ["+min+".."+max+"]");
436 Utils.log.info(" "+c);
448 Utils.log.info("findChoic
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_CodeStubs_x86.cpp91 RangeCheckStub::RangeCheckStub(CodeEmitInfo* info, LIR_Opr index, argument
96 assert(info != NULL, "must have info");
97 _info = new CodeEmitInfo(info);
134 NewInstanceStub::NewInstanceStub(LIR_Opr klass_reg, LIR_Opr result, ciInstanceKlass* klass, CodeEmitInfo* info, Runtime1::StubID stub_id) { argument
138 _info = new CodeEmitInfo(info);
161 NewTypeArrayStub::NewTypeArrayStub(LIR_Opr klass_reg, LIR_Opr length, LIR_Opr result, CodeEmitInfo* info) { argument
165 _info = new CodeEmitInfo(info);
184 NewObjectArrayStub::NewObjectArrayStub(LIR_Opr klass_reg, LIR_Opr length, LIR_Opr result, CodeEmitInfo* info) { argument
188 _info = new CodeEmitInfo(info);
207 MonitorEnterStub(LIR_Opr obj_reg, LIR_Opr lock_reg, CodeEmitInfo* info) argument
[all...]
/openjdk7/jdk/test/javax/xml/jaxp/Encodings/
H A DCheckEncodingPropertiesFile.java284 EncodingInfo info;
290 info = xmlMap.get(kx);
291 if (info == null) {
292 info = new EncodingInfo(xml, charsetName);
294 xmlMap.put(kx, info);
295 all.add(info);
298 javaInfos.put(k, info);
310 javaInfos.put(kc, info);
319 javaInfos.put(c.name().toUpperCase(), info);
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DDirectAudioDevice.java171 public Line getLine(Line.Info info) throws LineUnavailableException { argument
172 Line.Info fullInfo = getLineInfo(info);
174 throw new IllegalArgumentException("Line unsupported: " + info);
182 // if a format is specified by the info class passed in, use it.
187 if (info instanceof DataLine.Info) {
188 supportedFormats = ((DataLine.Info)info).getFormats();
189 lineBufferSize = ((DataLine.Info)info).getMaxBufferSize();
196 // use the last format specified in the line.info object passed
216 throw new IllegalArgumentException("Line unsupported: " + info);
220 public int getMaxLines(Line.Info info) { argument
401 DirectDL(DataLine.Info info, DirectAudioDevice mixer, AudioFormat format, int bufferSize, int mixerIndex, int deviceID, boolean isSource) argument
925 DirectSDL(DataLine.Info info, AudioFormat format, int bufferSize, DirectAudioDevice mixer) argument
942 DirectTDL(DataLine.Info info, AudioFormat format, int bufferSize, DirectAudioDevice mixer) argument
1034 DirectClip(DataLine.Info info, AudioFormat format, int bufferSize, DirectAudioDevice mixer) argument
[all...]
H A DMidiOutDevice.java43 MidiOutDevice(AbstractMidiDeviceProvider.Info info) { argument
44 super(info);
/openjdk7/jdk/test/java/rmi/transport/dgcDeadLock/
H A DTestImpl.java209 Object info = en.next();
213 info.getClass().getDeclaredField("notifySet");
215 HashSet notifySet = (HashSet) notifySetField.get(info);
223 /* Get and set the expiration field from the info object. */
224 Field expirationField = info.getClass().
227 expirationField.setLong(info, 0);
/openjdk7/hotspot/src/share/tools/launcher/
H A Djava.c848 AddOption(char *str, void *info) argument
868 options[numOptions++].extraInfo = info;
909 manifest_info info; local
1005 if ((res = JLI_ParseManifest(operand, &info)) != 0) {
1021 if (!headlessflag && !splash_file_name && info.splashscreen_image_file_name) {
1022 splash_file_name = info.splashscreen_image_file_name;
1026 info.manifest_version = NULL;
1027 info.main_class = NULL;
1028 info.jre_version = NULL;
1029 info
[all...]
/openjdk7/jdk/src/share/bin/
H A Djava.c646 AddOption(char *str, void *info) argument
666 options[numOptions++].extraInfo = info;
733 manifest_info info; local
829 if ((res = JLI_ParseManifest(operand, &info)) != 0) {
843 if (!headlessflag && !splash_file_name && info.splashscreen_image_file_name) {
844 splash_file_name = info.splashscreen_image_file_name;
848 info.manifest_version = NULL;
849 info.main_class = NULL;
850 info.jre_version = NULL;
851 info
[all...]
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextLayout.java246 // cached values computed from GlyphSets and set info:
1072 * The text hit info (1, t) represents the trailing side of 'b'. If 'q',
1118 float[] info) {
1176 if (info == null) {
1177 info = new float[2];
1181 info[1] = (float) ((topX - bottomX) / bounds.getWidth());
1182 info[0] = (float) (topX + (info[1]*bounds.getX()));
1185 info[1] = (float) ((topX - bottomX) / bounds.getHeight());
1186 info[
1116 getCaretInfo(int caret, Rectangle2D bounds, float[] info) argument
[all...]
/openjdk7/jdk/src/macosx/native/sun/font/
H A DCGGlyphOutlines.m227 AWTPathApplierCallback(void *info, const CGPathElement *element)
231 AWTPathMoveTo(info, element->points[0]);
234 AWTPathLineTo(info, element->points[0]);
237 AWTPathQuadTo(info, element->points[0], element->points[1]);
240 AWTPathCubicTo(info, element->points[0],
244 AWTPathClose(info);
/openjdk7/hotspot/src/share/vm/runtime/
H A Djava.cpp694 jdk_version_info info; local
705 (*func)(&info, sizeof(info));
707 int major = JDK_VERSION_MAJOR(info.jdk_version);
708 int minor = JDK_VERSION_MINOR(info.jdk_version);
709 int micro = JDK_VERSION_MICRO(info.jdk_version);
710 int build = JDK_VERSION_BUILD(info.jdk_version);
717 _current = JDK_Version(major, minor, micro, info.update_version,
718 info.special_update_version, build,
719 info
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/
H A DServer.java142 logger.info(String.format("success: %s", args));
146 logger.info(String.format("Real time: %sms", -msec));
162 logger.info(String.format("EXIT: %s", res));
/openjdk7/jdk/src/share/demo/jfc/TableExample/
H A DTableExample4.java211 for (LookAndFeelInfo info : UIManager.getInstalledLookAndFeels()) {
212 if ("Nimbus".equals(info.getName())) {
213 UIManager.setLookAndFeel(info.getClassName());
/openjdk7/hotspot/src/os_cpu/linux_zero/vm/
H A Dos_linux_zero.cpp115 siginfo_t* info,
128 // invoked with junk info/ucVoid. To avoid unnecessary crash when
134 if (os::Linux::chained_handler(sig, info, ucVoid)) {
159 if (info != NULL && thread != NULL) {
162 address addr = (address) info->si_addr;
219 os::is_memory_serialize_page(thread, (address) info->si_addr)) {
227 if (os::Linux::chained_handler(sig, info, ucVoid)) {
114 JVM_handle_linux_signal(int sig, siginfo_t* info, void* ucVoid, int abort_if_unrecognized) argument
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
H A DDirectoryScanner.java150 // info. This is a hard reference to another MBean, provided
170 * @param logManager The info log manager with which to log the info
386 // Contextual object used to store info about current
404 private volatile String info="Not started"; field in class:DirectoryScanner.ScanTask
419 return info+" - ["+scanned+" scanned, "+matching+" matching]";
427 // since all the info needed to resume would be in the list.
431 task.info = "In Progress";
484 task.info = "Successfully Completed";
490 task.info
[all...]
/openjdk7/jdk/src/solaris/classes/sun/font/
H A DFontConfigManager.java204 logger.info("Fontconfig returned no font for " +
216 logger.info("Fontconfig returned no fonts at all.");
235 logger.info("Time spent accessing fontconfig="
240 logger.info("FC font " + fci.fcName+" maps to family " +
246 logger.info("Family=" + fcf.familyName +
370 .info("FC name=" + name + " style=" + style +
/openjdk7/jdk/src/macosx/bundle/JavaAppLauncher/src/
H A Dmain.m32 static void dummyTimer(CFRunLoopTimerRef timer, void *info) {}
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DReferencePropertyInfoImpl.java191 ReferencePropertyInfoImpl<T,C,F,M> info = (ReferencePropertyInfoImpl<T, C, F, M>) i.next();
192 PropertySeed sd = info.seed;
228 yield = addGenericElement(r, info);
300 private boolean addGenericElement(XmlElementRef r, ReferencePropertyInfoImpl<T,C,F,M> info) { argument
301 String nsUri = info.getEffectiveNamespaceFor(r);
302 ElementInfo ei = parent.owner.getElementInfo(info.parent.getClazz(), new QName(nsUri, r.name()));
378 public final void addType(PropertyInfoImpl<T,C,F,M> info) { argument
379 subTypes.add(info);

Completed in 1852 milliseconds

<<11121314151617181920>>