Searched refs:description (Results 226 - 250 of 276) sorted by relevance

1234567891011>>

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DWrapperInputStream.java207 System.out.println(" key = " + pos.intValue() + ", value = " + tci.description());
/openjdk7/jdk/src/share/classes/javax/management/modelmbean/
H A DModelMBeanInfoSupport.java257 * @param description human readable description of the
269 String description,
274 this(className, description, attributes, constructors,
283 * @param description human readable description of the
310 String description,
317 description,
268 ModelMBeanInfoSupport(String className, String description, ModelMBeanAttributeInfo[] attributes, ModelMBeanConstructorInfo[] constructors, ModelMBeanOperationInfo[] operations, ModelMBeanNotificationInfo[] notifications) argument
309 ModelMBeanInfoSupport(String className, String description, ModelMBeanAttributeInfo[] attributes, ModelMBeanConstructorInfo[] constructors, ModelMBeanOperationInfo[] operations, ModelMBeanNotificationInfo[] notifications, Descriptor mbeandescriptor) argument
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DEnv.java205 /** Return a description of an object. */
206 static String description(ObjectReference ref) { method in class:Env
212 return MessageOutput.format("object description and hex id",
H A DCommands.java204 MessageOutput.println("Connector description", cc.description());
221 MessageOutput.println("Connector description", aa.description());
370 Env.description(thr).length());
394 StringBuffer idBuffer = new StringBuffer(Env.description(thr));
411 statusFormat = "Thread description name unknownStatus BP";
413 statusFormat = "Thread description name unknownStatus";
418 statusFormat = "Thread description name zombieStatus BP";
420 statusFormat = "Thread description nam
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DAbstractLauncher.java48 abstract public String description(); method in class:AbstractLauncher
H A DSocketTransportService.java164 * Return localized description of this transport service
166 public String description() { method in class:SocketTransportService
172 return messages.getString("socket_transportservice.description");
/openjdk7/jdk/src/windows/classes/com/sun/tools/jdi/
H A DSharedMemoryTransportService.java82 * Return localized description of this transport service
84 public String description() { method in class:SharedMemoryTransportService
90 return messages.getString("memory_transportservice.description");
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DCipherSuite.java399 final String description; field in class:CipherSuite.BulkCipher
433 this.description = this.algorithm + "/" + (keySize << 3);
449 this.description = this.algorithm + "/" + (keySize << 3);
519 return description;
H A DServerHandshaker.java1564 void handshakeAlert(byte description) throws SSLProtocolException { argument
1566 String message = Alerts.alertDescription(description);
1581 if ((description == Alerts.alert_no_certificate) &&
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/
H A DImageTests.java229 public ImageTests(Group parent, String nodeName, String description) { argument
230 this(parent, nodeName, description, null);
233 public ImageTests(Group parent, String nodeName, String description, argument
236 super(parent, nodeName, description);
H A DGraphicsTests.java241 public GraphicsTests(Group parent, String nodeName, String description) { argument
242 super(parent, nodeName, description);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJComponent.java133 * <a href="package-summary.html#package_description">Swing package description</a>
485 * description: Whether or not the JPopupMenu is inherited
525 * description: Popup to show
647 * description: The component's look and feel delegate.
712 * description: UIClassID
1460 * Component.requestFocus()} for a complete description of
1482 * Component.requestFocus(boolean)} for a complete description of
1508 * Component.requestFocusInWindow()} for a complete description of
1529 * Component.requestFocusInWindow(boolean)} for a complete description of
1582 * description
[all...]
/openjdk7/jdk/src/macosx/native/sun/awt/
H A Dawt.m205 NSLog(@"Apple AWT Internal Exception: %@", [exception description]);
/openjdk7/jdk/src/macosx/native/sun/osxapp/
H A DNSApplicationAWT.m296 NSLog(@"Apple AWT Startup Exception: %@", [e description]);
/openjdk7/hotspot/src/share/vm/utilities/
H A Ddebug.cpp805 char *description;
897 CommandList[j].description );
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/
H A DMonitorBase.java369 @InheritedAttribute(methodName="getID", description="unique id for this feature"),
370 @InheritedAttribute(methodName="isEnabled", description="true if this feature is enabled")
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/iio/
H A DInputStreamTests.java83 String nodeName, String description)
85 super(parent, nodeName, description);
82 InputStreamTests(Group parent, String nodeName, String description) argument
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DThreadReferenceImpl.java79 protected String description() { method in class:ThreadReferenceImpl
/openjdk7/hotspot/agent/test/jdi/
H A DVMConnection.java194 System.out.println("JVM description: " + vm.description());
/openjdk7/jdk/test/com/sun/jdi/
H A DVMConnection.java200 System.out.println("JVM description: " + vm.description());
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DAnnotationTypeWriterImpl.java206 return getMemberTree(HtmlStyle.description, annotationInfoTree);
/openjdk7/jdk/src/share/native/sun/management/
H A DGcInfoBuilder.c90 desc = (*env)->NewStringUTF(env, ext_att_info[i].description);
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/resources/
H A Dhat.js115 description: root.description,
464 * describeRef -- returns description for a reference from a 'from'
626 * toHtml method that returns html description of the path.
650 var desc = root.description;
717 * Return description string for reference from 'from' object
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dbsd_x86_32.s28 #define ELF_TYPE(name, description)
31 #define ELF_TYPE(name, description) .type name,description
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DCommandInterpreter.java248 int len = Utils.description(thr).length();
280 sbOut.insert(iBuf, Utils.description(thr));
310 out.println("" + cnt + ". " + Utils.description(tg) + " " + tg.name());

Completed in 151 milliseconds

1234567891011>>