Searched refs:description (Results 201 - 225 of 276) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/macosx/bundle/JavaAppLauncher/src/
H A DJVMArgs.m132 [arguments replaceObjectAtIndex:idx withObject:[self expandMacros:[obj description]]];
225 NSString *expanded = [self expandMacros:[obj description]]; // turn everything into a string, and expand macros
/openjdk7/jdk/src/solaris/native/com/sun/media/sound/
H A DPLATFORM_API_SolarisOS_Utils.c151 adDesc->description[0] = 0;
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DHtmlSerialFieldWriter.java159 * Add the description text for this member.
175 * Add the description text for this member represented by the tag.
181 String serialFieldTagDesc = serialFieldTag.description().trim();
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/text/
H A DTextTests.java632 public TextTests(Group parent, String nodeName, String description) { argument
633 super(parent, nodeName, description);
705 public FontOption(Group parent, String nodeName, String description) { argument
706 super(parent, nodeName, description,
H A DTextConstructionTests.java91 public TextConstructionTests(Group parent, String nodeName, String description) { argument
92 super(parent, nodeName, description);
/openjdk7/jdk/test/sun/net/www/protocol/http/
H A DB5017051.java221 public String description() { method in class:B5017051.CookieFilter
/openjdk7/jdk/src/macosx/native/apple/applescript/
H A DAppleScriptExecutionContext.m86 NSString *function = [[context objectForKey:@"javax_script_function"] description];
/openjdk7/hotspot/src/share/vm/runtime/
H A Dframe.hpp501 char* description; member in class:VALUE_OBJ_CLASS_SPEC
508 // description of the stack memory. Interpreter frame values can be
524 void describe(int owner, intptr_t* location, const char* description, int priority = 0);
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/resources/
H A Dstylesheet.css263 .contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt {
269 .contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd {
348 .contentContainer .description table, .contentContainer .details table {
446 .description pre {
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/iio/
H A DOutputImageTests.java167 String nodeName, String description)
169 super(parent, nodeName, description);
166 OutputImageTests(Group parent, String nodeName, String description) argument
H A DInputImageTests.java208 String nodeName, String description)
210 super(parent, nodeName, description);
207 InputImageTests(Group parent, String nodeName, String description) argument
H A DOutputStreamTests.java76 String nodeName, String description)
78 super(parent, nodeName, description);
75 OutputStreamTests(Group parent, String nodeName, String description) argument
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJFileChooser.java86 * description: A component which allows for the interactive selection of a file.
429 * description: determines whether automatic drag handling is enabled
512 * description: The list of selected files if the chooser is in multiple selection mode.
553 * description: The directory that the JFileChooser is showing files of.
848 * description: Sets whether the approve & cancel buttons are shown.
906 * description: The type (open, save, custom) of the JFileChooser.
940 * description: The title of the JFileChooser dialog window.
976 * description: The tooltip text for the ApproveButton.
1025 * description: The mnemonic key accelerator for the ApproveButton.
1060 * description
[all...]
H A DJEditorPane.java188 * description: A text component to edit various types of content.
360 * reload it is necessary to clear the stream description property
412 * description: the URL used to set content
959 * description: the type of content
1045 * description: the currently installed kit for handling content
1404 * description: the text of this component
1650 * @return the localized description of the object; <code>null</code>
1651 * if this object does not have a description
1656 String description = accessibleDescription;
1659 if (description
[all...]
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dbsd_x86_64.s27 #define ELF_TYPE(name, description)
30 #define ELF_TYPE(name, description) .type name,description
/openjdk7/jdk/src/share/classes/sun/management/
H A DMappedMXBeanType.java758 private static final String description = field in class:MappedMXBeanType.InProgress
762 super("java.lang.String", "java.lang.String", description);
766 return description;
/openjdk7/jdk/src/windows/native/com/sun/media/sound/
H A DPLATFORM_API_WinOS_Ports.c355 INT32 PORT_GetPortMixerDescription(INT32 mixerIndex, PortMixerDescription* description) { argument
358 strncpy(description->name, mixerCaps.szPname, PORT_STRING_LENGTH-1);
359 description->name[PORT_STRING_LENGTH-1] = 0;
360 sprintf(description->version, "%d.%d", (mixerCaps.vDriverVersion & 0xFF00) >> 8, mixerCaps.vDriverVersion & 0xFF);
361 strncpy(description->description, "Port Mixer", PORT_STRING_LENGTH-1);
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/generator/
H A DWrapperGenerator.java459 String description; field in class:WrapperGenerator.StructType
493 return description;
538 description = _desc;
575 String description; field in class:WrapperGenerator.FunctionType
584 description = _desc;
616 return description;
/openjdk7/jdk/src/share/classes/javax/management/openmbean/
H A DArrayType.java236 * The internal field corresponding to the description of this <code>ArrayType</code> instance is set to a string value
249 * System.out.println("array type description = " + t.getDescription());
256 * array type description = 3-dimension array of java.lang.String
267 * System.out.println("array type description = " + t3.getDescription());
329 * The internal field corresponding to the description of this <code>ArrayType</code> instance is set to a string value
342 * System.out.println("array type description = " + t.getDescription());
349 * array type description = 1-dimension array of int
386 ArrayType(String className, String typeName, String description, argument
389 super(className, typeName, description, true);
786 * System.out.println("array type description
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DObjectReferenceImpl.java98 protected String description() { method in class:ObjectReferenceImpl
114 vm.printTrace("Clearing temporary cache for " + description());
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCMenu.m129 - (NSString *)description {
/openjdk7/hotspot/src/share/vm/services/
H A DdiagnosticCommand.cpp81 output()->print_cr("\t%s", factory->description());
93 output()->print_cr(factory->description());
/openjdk7/jdk/test/javax/management/mxbean/
H A DMerlinMXBean.java334 String description,
340 description,
333 make(String className, String description, String[] itemNames, String[] itemDescriptions, OpenType[] itemTypes) argument
/openjdk7/hotspot/src/share/vm/adlc/
H A Dadlparse.cpp650 // <keyword> <name> ( <int_value>, <description> );
656 char *description = NULL; // textual description local
683 // Check for description
687 description = get_expr("int_def description", ")");
688 if (description == NULL) {
689 parse_err(SYNERR, "invalid or missing description in int_def\n");
692 trim(description);
713 (value), (description
1158 parse_one_arg(const char *description) argument
4132 find_cpp_block(const char* description) argument
4239 get_paren_expr(const char *description, bool include_location) argument
4343 get_ident_or_literal_constant(const char* description) argument
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DTypeCodeInputStream.java187 System.out.println(" key = " + pos.intValue() + ", value = " + tci.description());

Completed in 130 milliseconds

1234567891011>>