Searched defs:details (Results 1 - 10 of 10) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javap/
H A DOptions.java14 * version 2 for more details (a copy is included in the LICENSE file that
82 public Set<InstructionDetailWriter.Kind> details = EnumSet.noneOf(InstructionDetailWriter.Kind.class); field in class:Options
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DClassTab.java14 * version 2 for more details (a copy is included in the LICENSE file that
49 private HTMLPane details; field in class:ClassTab
77 Center: details
133 details = new HTMLPane();
134 setAccessibleName(details, Messages.DETAILS);
135 JScrollPane scrollPane = new JScrollPane(details);
204 details.setText(detailsStr);
H A DMemoryTab.java14 * version 2 for more details (a copy is included in the LICENSE file that
54 HTMLPane details; field in class:MemoryTab
90 Center: details
140 details = new HTMLPane();
141 setAccessibleName(details, Messages.DETAILS);
142 bottomPanel.add(new JScrollPane(details), BorderLayout.CENTER);
369 details.setText(detailsStr);
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/markup/
H A DHtmlStyle.java14 * version 2 for more details (a copy is included in the LICENSE file that
48 details, enum constant in enum:HtmlStyle
/openjdk7/jdk/src/share/demo/jvmti/heapViewer/
H A DheapViewer.c59 /* Typedef to hold class details */
116 ClassDetails *details; local
129 /* Setup an area to hold details about these classes */
130 details = (ClassDetails*)calloc(sizeof(ClassDetails), count);
131 if ( details == NULL ) {
143 details[i].signature = strdup(sig);
148 (jlong)(ptrdiff_t)(void*)(&details[i]));
168 /* Sort details by space used */
169 qsort(details, count, sizeof(ClassDetails), &compareDetails);
179 if ( details[
[all...]
/openjdk7/jdk/src/windows/native/com/sun/media/sound/
H A DPLATFORM_API_WinOS_Ports.c14 * version 2 for more details (a copy is included in the LICENSE file that
78 MIXERCONTROLDETAILS details; member in struct:tag_PortControlID
619 MIXERCONTROLDETAILS* details; local
638 // get the details for this mux control
646 details = &(controlID->details);
647 details->cbStruct = sizeof(MIXERCONTROLDETAILS);
648 details->dwControlID = controlInfos.pamxctrl[i].dwControlID;
649 details->cChannels = 1;
650 details
[all...]
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_check.c142 char details[256]; local
144 details[0] = 0;
146 md_system_error(details, (int)sizeof(details));
148 (void)strcpy(details,"Only part of buffer processed");
150 if ( details[0] == 0 ) {
151 (void)strcpy(details,"Unknown system error condition");
154 system_call, details);
H A Dhprof_io.c262 char details[256]; local
264 details[0] = 0;
266 md_system_error(details, (int)sizeof(details));
268 (void)strcpy(details,"Only part of buffer processed");
270 if ( details[0] == 0 ) {
271 (void)strcpy(details,"Unknown system error condition");
274 system_call, details);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DResolve.java14 * version 2 for more details (a copy is included in the LICENSE file that
1619 final JCDiagnostic details = sym.kind == WRONG_MTH ?
1626 String key = details == null ?
1630 diags.fragment("diamond", site.tsym), details);
2057 this.explanation = explanation; //update the details
2156 List<JCDiagnostic> details = List.nil();
2158 details = details.prepend(c.getDiagnostic(site));
2160 return details.reverse();
2163 Symbol addCandidate(MethodResolutionPhase currentStep, Symbol sym, JCDiagnostic details) { argument
2186 final JCDiagnostic details; field in class:Resolve.InapplicableSymbolsError.Candidate
2188 Candidate(MethodResolutionPhase step, Symbol sym, JCDiagnostic details) argument
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DGraphicsPrimitiveMgr.h14 * version 2 for more details (a copy is included in the LICENSE file that
86 } details; member in struct:_CompositeInfo

Completed in 344 milliseconds