Searched refs:info (Results 126 - 150 of 541) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/javax/management/
H A DStandardMBean.java485 * {@link MBeanInfo#getClassName() info.getClassName()}.
486 * @param info The default MBeanInfo derived by reflection.
489 protected String getClassName(MBeanInfo info) { argument
490 if (info == null) return getImplementationClass().getName();
491 return info.getClassName();
501 * {@link MBeanInfo#getDescription() info.getDescription()}.
502 * @param info The default MBeanInfo derived by reflection.
505 protected String getDescription(MBeanInfo info) { argument
506 if (info == null) return null;
507 return info
528 getDescription(MBeanFeatureInfo info) argument
545 getDescription(MBeanAttributeInfo info) argument
562 getDescription(MBeanConstructorInfo info) argument
624 getDescription(MBeanOperationInfo info) argument
639 getImpact(MBeanOperationInfo info) argument
728 getNotifications(MBeanInfo info) argument
752 getDescriptor(MBeanInfo info, boolean immutableInfo) argument
814 cacheMBeanInfo(MBeanInfo info) argument
953 getConstructors(MBeanInfo info, Object impl) argument
985 getOperations(MBeanInfo info) argument
1015 getAttributes(MBeanInfo info) argument
[all...]
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextJustifier.java44 * one info for each side of each glyph
51 private GlyphJustificationInfo[] info; field in class:TextJustifier
61 TextJustifier(GlyphJustificationInfo[] info, int start, int limit) { argument
62 this.info = info;
69 GlyphJustificationInfo gji = info[i];
81 * Return an array of deltas twice as long as the original info array,
88 float[] deltas = new float[info.length * 2];
112 GlyphJustificationInfo gi = info[i];
179 GlyphJustificationInfo gi = info[
[all...]
/openjdk7/hotspot/src/share/vm/services/
H A DgcNotifier.hpp42 GCNotificationRequest(jlong ts, GCMemoryManager *manager, const char*action, const char *cause,GCStatInfo *info) { argument
48 gcStatInfo = info;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wscompile/
H A DErrorReceiverFilter.java63 public void info(SAXParseException exception) { method in class:ErrorReceiverFilter
64 if(core!=null) core.info(exception);
H A DWsimportListener.java72 public void info(SAXParseException exception) { method in class:WsimportListener
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/util/
H A DErrorReceiverFilter.java57 public void info(SAXParseException exception) { method in class:ErrorReceiverFilter
58 if(core!=null) core.info(exception);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/
H A DHandlerConfigurator.java154 private void logSetChain(WSPortInfo info, HandlerAnnotationInfo chain) { argument
156 " for port info");
157 logPortInfo(info, Level.FINER);
161 private void logGetChain(WSPortInfo info) { argument
162 logger.fine("No handler chain found for port info:");
163 logPortInfo(info, Level.FINE);
170 " handlers for port info ");
176 private void logPortInfo(WSPortInfo info, Level level) { argument
177 logger.log(level, "binding: " + info.getBindingID() +
178 "\nservice: " + info
[all...]
/openjdk7/jdk/test/java/beans/Introspector/
H A DTest6660539.java58 BeanInfo info = Introspector.getBeanInfo(Test6660539.class);
59 return info.getPropertyDescriptors();
/openjdk7/jdk/test/sun/text/resources/Format/
H A DBug4442855.java62 private boolean Test(String parent, String child, String info){ argument
66 System.out.println("Error translation for " + info + " in TCH: " + parent);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DEncodings.java289 final EncodingInfo info = _encodingInfos.findEncoding(toUpperCaseFast(encoding));
290 return info != null ? info.javaName : encoding;
462 EncodingInfo info = new EncodingInfo(mimeName, charsetName);
463 _encodingTableKeyMime.put(km, info);
466 // the info containing the prefered mime name
469 canonicals.put(kc, info);
470 _encodingTableKeyJava.put(kc, info);
472 _encodingTableKeyJava.put(kj, info);
480 // Fix up the _encodingTableKeyJava so that the info mappe
515 putEncoding(String key, EncodingInfo info) argument
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/
H A DFullServantCacheLocalCRDImpl.java59 // Note that info is shared across multiple threads
62 OAInvocationInfo info = new OAInvocationInfo( cachedInfo, operation ) ;
63 orb.pushInvocationInfo( info ) ;
66 info.oa().enter() ;
71 return info ;
H A DInfoOnlyServantCacheLocalCRDImpl.java54 // Note that info is shared across multiple threads
57 OAInvocationInfo info = new OAInvocationInfo(cachedInfo, operation) ;
58 orb.pushInvocationInfo( info ) ;
60 return info ;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/api/
H A DErrorListener.java54 void info(SAXParseException exception); method in interface:ErrorListener
/openjdk7/jdk/src/windows/bin/
H A Djava_md.h53 char *LocateJRE(manifest_info *info);
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djmemsys.h146 backing_store_ptr info,
150 backing_store_ptr info,
154 backing_store_ptr info));
185 backing_store_ptr info,
/openjdk7/jdk/src/share/classes/sun/management/
H A DMemoryNotifInfoCompositeData.java43 private MemoryNotifInfoCompositeData(MemoryNotificationInfo info) { argument
44 this.memoryNotifInfo = info;
51 public static CompositeData toCompositeData(MemoryNotificationInfo info) { argument
53 new MemoryNotifInfoCompositeData(info);
/openjdk7/jdk/src/macosx/native/sun/font/
H A DCGGlyphImages.m180 DUMP_GLYPHINFO(const GlyphInfo *info)
183 info->width, info->height, info->rowBytes / info->width);
185 info->advanceX, info->advanceY, info->topLeftX, info->topLeftY);
189 info
[all...]
/openjdk7/jdk/src/share/classes/javax/sound/sampled/
H A DLine.java243 * The class of the line described by the info object.
249 * Constructs an info object that describes a line of the specified class.
275 * Indicates whether the specified info object matches this one.
277 * a special case of this one. The specified info object
282 * for the specified info object must be compatible with that of this
287 * @param info the info object which is being compared to this one
291 public boolean matches(Info info) { argument
319 if (! (this.getClass().isInstance(info)) ) {
328 if (! (getLineClass().isAssignableFrom(info
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DNamingEventNotifier.java61 NotifierArgs info; field in class:NamingEventNotifier
63 NamingEventNotifier(EventSupport support, LdapCtx ctx, NotifierArgs info, argument
65 this.info = info;
71 info.mask,
72 true /* no info about original entry(s) */,
73 true /* additional info about changes */,
117 cont.setError(this, info.name);
118 Name nm = (info.name == null || info
[all...]
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DMidiInDeviceProvider.java39 /** Cache of info objects for all MIDI output devices on the system. */
73 MidiDevice createDevice(AbstractMidiDeviceProvider.Info info) { argument
74 if (enabled && (info instanceof MidiInDeviceInfo)) {
75 return new MidiInDevice(info);
H A DMidiOutDeviceProvider.java39 /** Cache of info objects for all MIDI output devices on the system. */
73 MidiDevice createDevice(AbstractMidiDeviceProvider.Info info) { argument
74 if (enabled && (info instanceof MidiOutDeviceInfo)) {
75 return new MidiOutDevice(info);
/openjdk7/jdk/src/share/native/com/sun/media/sound/
H A DDirectAudioDeviceProvider.c72 jobject info = NULL; local
92 info = (*env)->NewObject(env, directAudioDeviceInfoClass, directAudioDeviceInfoConstructor,
105 return info;
H A DPortMixerProvider.c67 jobject info = NULL; local
85 info = (*env)->NewObject(env, portMixerInfoClass, portMixerInfoConstructor, mixerIndex,
93 return info;
/openjdk7/jdk/src/share/demo/jfc/TableExample/
H A DTableExample2.java97 for (LookAndFeelInfo info : UIManager.getInstalledLookAndFeels()) {
98 if ("Nimbus".equals(info.getName())) {
99 UIManager.setLookAndFeel(info.getClassName());
/openjdk7/jdk/src/share/back/
H A Dtransport.c36 * data structure used for passing transport info from thread to thread
302 TransportInfo *info; local
308 info = (TransportInfo*)(void*)arg;
309 t = info->transport;
311 rc = (*t)->Accept(t, info->timeout, 0);
440 TransportInfo *info; local
445 info = jvmtiAllocate(sizeof(*info));
446 if (info == NULL) {
449 info
[all...]

Completed in 101 milliseconds

1234567891011>>