Searched refs:description (Results 51 - 75 of 276) sorted by relevance

1234567891011>>

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/
H A DX86ArithmeticInstruction.java35 final private String description; field in class:X86ArithmeticInstruction
43 description = initDescription();
52 description = initDescription();
75 return description;
H A DX86FPArithmeticInstruction.java34 final private String description; field in class:X86FPArithmeticInstruction
41 description = initDescription();
60 return description;
H A DX86GeneralInstruction.java33 final private String description; field in class:X86GeneralInstruction
40 description = initDescription();
70 return description;
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dinterpreter.hpp49 const char* _description; // a description of the codelet, for debugging & printing
73 void initialize(const char* description, Bytecodes::Code bytecode);
77 const char* description() const { return _description; } function in class:InterpreterCodelet
111 const char* description,
120 _clet->initialize(description, bytecode);
109 CodeletMark( InterpreterMacroAssembler*& masm, const char* description, Bytecodes::Code bytecode = Bytecodes::_illegal) argument
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DAudioSynthesizerPropertyInfo.java36 * name and value. The <code>description</code> and <code>choices</code>
59 * A brief description of the property, which may be null.
61 public String description = null; field in class:AudioSynthesizerPropertyInfo
H A DSimpleSoundbank.java46 String description = ""; field in class:SimpleSoundbank
63 return description;
66 public void setDescription(String description) { argument
67 this.description = description;
/openjdk7/hotspot/src/share/vm/services/
H A DnmtDCmd.hpp51 static const char* description() { function in class:NMTDCmd
H A DdiagnosticArgument.hpp87 GenDCmdArgument(const char* name, const char* description, const char* type, argument
90 _description = description;
99 const char* description() { return _description; } function in class:GenDCmdArgument
133 DCmdArgument(const char* name, const char* description, const char* type, argument
135 GenDCmdArgument(name, description, type, NULL, mandatory) { }
136 DCmdArgument(const char* name, const char* description, const char* type, argument
138 GenDCmdArgument(name, description, type, defaultvalue, mandatory)
H A DdiagnosticFramework.hpp112 // A DCmdInfo instance provides a description of a diagnostic command. It is
113 // used to export the description to the JMX interface of the framework.
123 const char* description,
128 this->_description = description;
134 const char* description() const { return _description; } function in class:DCmdInfo
142 // A DCmdArgumentInfo instance provides a description of a diagnostic command
143 // argument. It is used to export the description to the JMX interface of the
155 DCmdArgumentInfo(const char* name, const char* description, const char* type, argument
158 this->_description = description;
166 DCmdArgumentInfo(const char* name, const char* description, cons argument
122 DCmdInfo(const char* name, const char* description, const char* impact, int num_arguments, bool enabled) argument
179 const char* description() const { return _description; } function in class:DCmdArgumentInfo
239 static const char* description() { return "No Help";} function in class:DCmd
291 static const char* description() { return "No Help";} function in class:DCmdWithParser
390 virtual const char* description() const { function in class:DCmdFactoryImpl
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/org/glassfish/gmbal/
H A DInheritedAttribute.java54 /** The description of the attribute. Can be a key to a resource
55 * bundle for I18N support. Note that this needs a description, otherwise
57 * annotation is used in all other cases. The description cannot be
59 * @return The description.
61 String description() ; method in interface:InheritedAttribute
/openjdk7/jaxws/src/share/jaxws_classes/javax/annotation/
H A DResource.java126 * Description of this resource. The description is expected
128 * application is deployed. The description can be presented
131 String description() default "";
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DAlerts.java38 * Alerts are always a fixed two byte format (level/description).
153 static SSLException getSSLException(byte description, String reason) { argument
154 return getSSLException(description, null, reason);
161 static SSLException getSSLException(byte description, Throwable cause, argument
174 switch (description) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DSPARCAtomicLoadStoreInstruction.java34 final protected String description; field in class:SPARCAtomicLoadStoreInstruction
41 description = initDescription();
79 return description;
H A DSPARCV9MembarInstruction.java34 final private String description; field in class:SPARCV9MembarInstruction
40 description = initDescription();
85 return description;
/openjdk7/jdk/src/share/classes/sun/awt/
H A DSunHints.java45 String description; field in class:SunHints.Key
56 public Key(int privatekey, String description) { argument
58 this.description = description;
74 return description;
99 private String description; field in class:SunHints.Value
124 public Value(SunHints.Key key, int index, String description) { argument
127 this.description = description;
145 return description;
455 LCDContrastKey(int privatekey, String description) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/net/www/
H A DMimeEntry.java37 private String description; field in class:MimeEntry
137 return (description != null ? description : typeName);
140 public synchronized void setDescription(String description) { argument
141 this.description = description;
275 theClone.description = description;
321 String description = getDescription();
322 if (description !
[all...]
/openjdk7/hotspot/test/runtime/7116786/
H A DTest7116786.java55 private String description; // What causes this VerifyError field in class:Case
61 String location, String description, String message) {
66 this.description = description;
73 String getDescription() { return this.description; }
60 Case(String caseName, String file, boolean testable, String location, String description, String message) argument
/openjdk7/jdk/test/com/sun/jdi/
H A DExceptionEvents.java309 String description = target + " with " +
316 description += "All";
319 description += "Thread";
322 description += "None";
328 description += "\n";
330 System.out.print("\nTesting " + description);
337 aRun.analyse(expectedEvent, description);
340 void analyse(boolean expectedEvent, String description) { argument
347 tooManySummary.append(description);
351 notSentSummary.append(description);
[all...]
/openjdk7/jdk/src/share/classes/javax/management/openmbean/
H A DOpenMBeanOperationInfoSupport.java70 * MBeans, with the specified {@code name}, {@code description},
80 * @param description cannot be a null or empty string.
92 * description} are null or empty string, or {@code
100 String description,
104 this(name, description, signature, returnOpenType, impact,
111 * MBeans, with the specified {@code name}, {@code description},
121 * @param description cannot be a null or empty string.
136 * description} are null or empty string, or {@code
146 String description,
152 description,
99 OpenMBeanOperationInfoSupport(String name, String description, OpenMBeanParameterInfo[] signature, OpenType<?> returnOpenType, int impact) argument
145 OpenMBeanOperationInfoSupport(String name, String description, OpenMBeanParameterInfo[] signature, OpenType<?> returnOpenType, int impact, Descriptor descriptor) argument
[all...]
/openjdk7/jdk/test/com/sun/jdi/connect/spi/
H A DSimpleLaunchingConnector.java52 String description; field in class:SimpleLaunchingConnector.StringArgumentImpl
55 StringArgumentImpl(String name, String label, String description, String value) { argument
58 this.description = description;
70 public String description() { method in class:SimpleLaunchingConnector.StringArgumentImpl
71 return description;
107 public String description() { method in class:SimpleLaunchingConnector
/openjdk7/jdk/src/solaris/native/com/sun/media/sound/
H A DPLATFORM_API_BsdOS_ALSA_PCMUtils.c196 strncpy(desc->description,
201 strncat(desc->description, ", ", desc->strLen - strlen(desc->description));
202 strncat(desc->description, snd_pcm_info_get_id(pcminfo), desc->strLen - strlen(desc->description));
203 strncat(desc->description, ", ", desc->strLen - strlen(desc->description));
204 strncat(desc->description, snd_pcm_info_get_name(pcminfo), desc->strLen - strlen(desc->description));
206 TRACE4("Returning %s, %s, %s, %s\n", desc->name, desc->vendor, desc->description, des
[all...]
H A DPLATFORM_API_LinuxOS_ALSA_PCMUtils.c196 strncpy(desc->description,
201 strncat(desc->description, ", ", desc->strLen - strlen(desc->description));
202 strncat(desc->description, snd_pcm_info_get_id(pcminfo), desc->strLen - strlen(desc->description));
203 strncat(desc->description, ", ", desc->strLen - strlen(desc->description));
204 strncat(desc->description, snd_pcm_info_get_name(pcminfo), desc->strLen - strlen(desc->description));
206 TRACE4("Returning %s, %s, %s, %s\n", desc->name, desc->vendor, desc->description, des
[all...]
/openjdk7/jdk/src/share/classes/javax/management/
H A DMBeanAttributeInfo.java98 * @param description A human readable description of the attribute.
111 String description,
115 this(name, type, description, isReadable, isWritable, isIs,
124 * @param description A human readable description of the attribute.
141 String description,
146 super(name, description, descriptor);
171 * @param description A human readable description o
109 MBeanAttributeInfo(String name, String type, String description, boolean isReadable, boolean isWritable, boolean isIs) argument
139 MBeanAttributeInfo(String name, String type, String description, boolean isReadable, boolean isWritable, boolean isIs, Descriptor descriptor) argument
179 MBeanAttributeInfo(String name, String description, Method getter, Method setter) argument
[all...]
H A DMBeanOperationInfo.java104 * @param description A human readable description of the operation.
106 public MBeanOperationInfo(String description, Method method) { argument
108 description,
119 * @param description A human readable description of the operation.
129 String description,
133 this(name, description, signature, type, impact, (Descriptor) null);
140 * @param description A human readable description o
128 MBeanOperationInfo(String name, String description, MBeanParameterInfo[] signature, String type, int impact) argument
153 MBeanOperationInfo(String name, String description, MBeanParameterInfo[] signature, String type, int impact, Descriptor descriptor) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jdi/connect/spi/
H A DTransportService.java90 * Returns a description of the transport service.
92 * @return The description of the transport service
94 public abstract String description(); method in class:TransportService

Completed in 87 milliseconds

1234567891011>>