Searched refs:description (Results 251 - 275 of 276) sorted by relevance

<<1112

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DHSDB.java884 String description = null;
886 description = codelet.getDescription();
888 if (description == null) {
891 anno += "\nExecuting in codelet \"" + description + "\" at PC = " + curFrame.getPC();
/openjdk7/jdk/src/share/classes/sun/security/tools/
H A DKeyTool.java243 final String description; field in class:KeyTool.Command
246 description = d;
300 final String name, arg, description; field in class:KeyTool.Option
301 Option(String name, String arg, String description) { argument
304 this.description = description;
4090 System.err.println(rb.getString(command.description));
4111 right[j] = rb.getString(opt.description);
4128 System.err.printf(" %-20s%s\n", c, rb.getString(c.description));
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DVirtualMachineImpl.java589 public String description() { method in class:VirtualMachineImpl
595 versionInfo().description);
/openjdk7/jdk/src/macosx/native/com/sun/media/sound/
H A DPLATFORM_API_MacOSX_PCM.cpp93 strncpy(desc->description, "Default Audio Device", DAUDIO_STRING_LENGTH);
98 desc->name, desc->vendor, desc->description, desc->version);
H A DPLATFORM_API_MacOSX_Ports.cpp225 mixerDescription->name, mixerDescription->vendor, mixerDescription->description, mixerDescription->version);
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCMenuItem.m222 - (NSString *)description {
H A DJavaComponentAccessibility.m125 - (NSString *)description
373 // all elements respond to parent, role, role description, window, topLevelUIElement, help
725 // Instance description, such as a help tag string (NSString)
852 // Localized, user-readable description of role, such as radio button (NSString)
855 // first ask AppKit for its accessible role description for a given AXRole
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/
H A DMessageImpl.java769 public void setContentDescription(String description) { argument
770 headers.setHeader("Content-Description", description);
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DClientHandshaker.java1286 void handshakeAlert(byte description) throws SSLProtocolException { argument
1287 String message = Alerts.alertDescription(description);
H A DHandshaker.java932 abstract void handshakeAlert(byte description) throws SSLProtocolException; argument
/openjdk7/hotspot/src/share/vm/services/
H A Dmanagement.cpp1973 // the name of the attribute, its type, and a short description.
1995 info[0].description = "Number of GC threads";
2188 infoArray[i].description = info->description();
2224 infoArray[i].description = array->at(i)->description();
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DClassWriterImpl.java215 return getMemberTree(HtmlStyle.description, classInfoTree);
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DRealTimeSequencer.java1088 private static final String description = "Software sequencer"; field in class:RealTimeSequencer.RealTimeSequencerInfo
1092 super(name, vendor, description, version);
/openjdk7/jdk/src/windows/native/com/sun/media/sound/
H A DPLATFORM_API_WinOS_DirectSound.cpp237 //strncpy(desc->description, lpstrModule, DAUDIO_STRING_LENGTH);
261 strncpy(desc->description, "DirectSound Playback", DAUDIO_STRING_LENGTH);
264 strncpy(desc->description, "DirectSound Capture", DAUDIO_STRING_LENGTH);
413 ** due IDirectSoundBuffer8::Play() description:
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_init.c488 option_error(char *description) argument
493 "%s option error: %s (%s)", AGENTNAME, description, gdata->options);
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/
H A DRenderTests.java278 public RenderTests(Group parent, String nodeName, String description) { argument
279 super(parent, nodeName, description);
/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.cpp1621 // Check that each replacement variable, '$name' in architecture description
1687 const char *description = NULL; local
1694 description = "primary()";
1698 description = "secondary()";
1702 description = "tertiary()";
1711 fprintf(fp, "(%s /*%s*/)", value, description);
/openjdk7/jdk/src/macosx/native/apple/applescript/
H A DAS_NS_ConversionUtils.m170 // encode the description as a fallback - this is pretty useless, only helpful for debugging
171 return [[self description] aeDescriptorValue];
/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.cpp2967 #define UNSUPPORTED_OPTION(opt, description) \
2971 warning(description " is disabled in this release."); \
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DVirtualMachineImpl.java792 public String description() { method in class:VirtualMachineImpl
/openjdk7/jdk/make/jpda/jdwp/
H A Djdwp.spec34 (string description "Text information on the VM version")
311 "This description assumes reference counting, "
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiExport.cpp1076 void JvmtiExport::post_resource_exhausted(jint resource_exhausted_flags, const char* description) { argument
1090 resource_exhausted_flags, NULL, description);
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DAccessibleHTML.java262 * @return the localized description of the object; <code>null</code>
263 * if this object does not have a description
879 * @return the localized description of the object; <code>null</code>
880 * if this object does not have a description
1313 * @return the localized description of the object; <code>null</code>
1314 * if this object does not have a description
1351 * Gets the description of the icon. This is meant to be a brief
1352 * textual description of the object. For example, it might be
1356 * @return the description of the icon
1363 * Sets the description o
1370 setAccessibleIconDescription(String description) argument
[all...]
H A DHTMLEditorKit.java856 String description;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/corba/
H A DTypeCodeImpl.java2287 public String description() { method in class:TypeCodeImpl

Completed in 916 milliseconds

<<1112