Searched defs:description (Results 201 - 205 of 205) sorted by relevance

123456789

/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/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...]
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/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);

Completed in 72 milliseconds

123456789