Searched refs:section (Results 1 - 25 of 39) sorted by relevance

12

/openjdk10/jdk/test/sun/security/krb5/config/
H A Dcomments.conf0 [section]
/openjdk10/test/failure_handler/src/share/classes/jdk/test/failurehandler/
H A DProcessInfoGatherer.java27 void gatherProcessInfo(HtmlSection section, long pid); argument
H A DEnvironmentInfoGatherer.java27 void gatherEnvironmentInfo(HtmlSection section); argument
H A DToolKit.java47 public void gatherEnvironmentInfo(HtmlSection section) { argument
49 set.gatherEnvironmentInfo(section);
54 public void gatherProcessInfo(HtmlSection section, long pid) { argument
58 HtmlSection pidSection = section.createChildren("" + p);
66 s.link(section, c.toString(), c.toString());
H A DHtmlSection.java101 public HtmlSection createChildren(String section) { argument
103 if (child.name.equals(section)) {
108 child = new SubSection(this, section, rootSection);
142 public void link(HtmlSection section, String child, String name) { argument
143 String path = section.id;
/openjdk10/hotspot/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/pecoff/
H A DPECoffSection.java32 private final ByteBuffer section; field in class:PECoffSection
40 section = PECoffByteBuffer.allocate(IMAGE_SECTION_HEADER.totalsize);
42 // If .oop.got section is empty, VM exits since .oop.got
53 assert !(sectAlign < 1 || sectAlign > 1024 || (sectAlign & (sectAlign - 1)) != 0) : "section alignment is not valid: " + sectAlign;
61 section.put(Name, IMAGE_SECTION_HEADER.Name.off, max);
63 section.putInt(IMAGE_SECTION_HEADER.VirtualSize.off, 0);
64 section.putInt(IMAGE_SECTION_HEADER.VirtualAddress.off, 0);
65 section.putInt(IMAGE_SECTION_HEADER.SizeOfRawData.off, sectData.length);
66 section.putInt(IMAGE_SECTION_HEADER.PointerToLinenumbers.off, 0);
67 section
[all...]
/openjdk10/hotspot/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/
H A DRelocation.java59 private final ByteContainer section; field in class:Relocation
61 public Relocation(int offset, RelocType type, int size, ByteContainer section, Symbol sym) { argument
69 this.section = section;
70 section.setHasRelocations();
90 return section;
H A DSymbol.java52 private ByteContainer section; field in class:Symbol
58 * @param offset section offset for the defined symbol
61 * @param section section in which this symbol is "defined"
66 public Symbol(int offset, Kind kind, Binding binding, ByteContainer section, int size, String name) { argument
69 this.section = section;
100 return section;
136 return !(section != null ? !section
[all...]
/openjdk10/hotspot/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/macho/
H A DMachOSection.java32 private final ByteBuffer section; field in class:MachOSection
37 section = MachOByteBuffer.allocate(section_64.totalsize);
39 // TODO: Hotspot uses long section names.
46 section.put(section_64.sectname.off + i, sectNameBytes[i]);
52 section.put(section_64.segname.off + i, segNameBytes[i]);
54 section.putLong(section_64.size.off, sectData.length);
56 section.putInt(section_64.align.off, 31 - Integer.numberOfLeadingZeros(align));
58 section.putInt(section_64.flags.off, sectFlags);
66 return section.getLong(section_64.size.off);
70 return (1 << section
[all...]
/openjdk10/hotspot/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/elf/
H A DElfSection.java36 private final ByteBuffer section; field in class:ElfSection
42 * String holding section name strings
47 * Keeps track of bytes in section string table since strTabContent.length() is number of chars,
55 section = ElfByteBuffer.allocate(Elf64_Shdr.totalsize);
57 // Return all 0's for NULL section
67 section.putInt(Elf64_Shdr.sh_name.off, shStrTabNrOfBytes);
71 section.putInt(Elf64_Shdr.sh_type.off, sectType);
72 section.putLong(Elf64_Shdr.sh_flags.off, sectFlags);
73 section.putLong(Elf64_Shdr.sh_addr.off, 0);
74 section
[all...]
/openjdk10/test/failure_handler/src/share/classes/jdk/test/failurehandler/action/
H A DAction.java30 HtmlSection getSection(HtmlSection section); argument
H A DPatternAction.java52 public ProcessBuilder prepareProcess(HtmlSection section, argument
55 section = getSection(section);
62 return action.prepareProcess(section.getWriter(), helper);
66 public HtmlSection getSection(HtmlSection section) { argument
67 return action.getSection(section);
H A DActionSet.java107 public void gatherProcessInfo(HtmlSection section, long pid) { argument
111 if (helper.isJava(pid, section.getWriter())) {
112 helper.runPatternAction(action, section, pidStr);
115 helper.runPatternAction(action, section, pidStr);
121 public void gatherEnvironmentInfo(HtmlSection section) { argument
123 helper.runPatternAction(action, section);
H A DSimpleAction.java78 public HtmlSection getSection(HtmlSection section) { argument
79 return section.createChildren(sections);
H A DActionHelper.java78 public List<Long> getChildren(HtmlSection section, long pid) { argument
80 ProcessBuilder pb = getChildren.prepareProcess(section, this, pidStr);
81 PrintWriter log = getChildren.getSection(section).getWriter();
207 public void runPatternAction(SimpleAction action, HtmlSection section) { argument
209 HtmlSection subSection = action.getSection(section);
216 public void runPatternAction(PatternAction action, HtmlSection section, argument
219 ProcessBuilder pb = action.prepareProcess(section, this, value);
220 HtmlSection subSection = action.getSection(section);
284 private void exec(HtmlSection section, ProcessBuilder process, argument
289 PrintWriter sectionWriter = section
[all...]
/openjdk10/jdk/src/java.base/share/classes/jdk/internal/jmod/
H A DJmodFile.java91 * this section
104 private final Section section; field in class:JmodFile.Entry
115 this.section = section(name.substring(0, i));
120 * Returns the section of this entry.
122 public Section section() { method in class:JmodFile.Entry
123 return section;
153 return section.jmodDir() + "/" + name;
163 static Section section(String name) { method in class:JmodFile.Entry
165 throw new IllegalArgumentException("invalid section
193 getEntry(Section section, String name) argument
206 getInputStream(Section section, String name) argument
[all...]
/openjdk10/jdk/src/jdk.jlink/share/classes/jdk/tools/jmod/
H A DJmodOutputStream.java68 * Writes the input stream to the named entry of the given section.
70 public void writeEntry(InputStream in, Section section, String name) argument
73 ZipEntry ze = newEntry(section, name);
80 * Writes the given bytes to the named entry of the given section.
82 public void writeEntry(byte[] bytes, Section section, String path) argument
85 ZipEntry ze = newEntry(section, path);
100 private ZipEntry newEntry(Section section, String path) { argument
101 String prefix = section.jmodDir();
/openjdk10/jdk/src/jdk.jlink/share/classes/jdk/tools/jlink/internal/
H A DJmodArchive.java66 return jmodFile.getInputStream(entry.section(), entry.name());
127 private EntryType toEntryType(JmodFile.Section section) { argument
128 switch (section) {
144 throw new InternalError("unexpected entry: " + section);
149 EntryType type = toEntryType(entry.section());
150 String prefix = entry.section().jmodDir();
163 // For other kind of entries, it will keep the section name as
165 // out the section name) is the pathname to be written to the
H A DModularJarArchive.java51 EntryType toEntryType(String section) { argument
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/platform/
H A DJDKPlatformProvider.java83 for (Path section : dir) {
84 for (char ver : section.getFileName().toString().toCharArray()) {
131 for (Path section : dir) {
132 if (section.getFileName().toString().contains(version)) {
133 Path systemModules = section.resolve("system-modules");
146 paths.add(section);
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.code/src/org/graalvm/compiler/code/
H A DHexCodeFile.java297 void checkHCF(String section, int offset) { argument
298 check(hcf != null, offset, section + " section must be after Platform and HexCode section");
362 String section = source.substring(index, endIndex).trim();
363 parseSection(offset + index, section);
377 void parseSection(int offset, String section) { argument
378 if (section.isEmpty()) {
381 assert input.startsWith(section, offset);
382 Matcher m = HexCodeFile.SECTION.matcher(section);
[all...]
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/rngom/parse/xml/
H A DSchemaParser.java1088 GrammarSection section; field in class:SchemaParser.GrammarSectionState
1093 GrammarSectionState(GrammarSection section) { argument
1094 this.section = section;
1103 return new DefineState(section);
1106 return new StartState(section);
1109 Include include = section.makeInclude();
1115 return new DivState(section.makeDiv());
1124 section.topLevelComment(comments);
1131 section
1332 final GrammarSection section; field in class:SchemaParser.DefinitionState
1334 DefinitionState(GrammarSection section) argument
1364 DefineState(GrammarSection section) argument
1394 StartState(GrammarSection section) argument
[all...]
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/rngom/parse/compact/
H A DCompactSyntax.java321 private void topLevelComments(GrammarSection section) { argument
322 section.topLevelComment(getComments(null));
1542 final public Annotations GrammarBody(GrammarSection section, Scope scope, Annotations a) throws ParseException { argument
1571 GrammarComponent(section, scope);
1577 final public void GrammarComponent(GrammarSection section, Scope scope) throws ParseException { argument
1585 Definition(section, scope, a);
1588 Include(section, scope, a);
1591 Div(section, scope, a);
1606 section.topLevelAnnotation(e);
1610 final public void Definition(GrammarSection section, Scop argument
1626 Start(GrammarSection section, Scope scope, Annotations a) argument
1636 Define(GrammarSection section, Scope scope, Annotations a) argument
1668 Include(GrammarSection section, Scope scope, Annotations a) argument
1693 IncludeBody(GrammarSection section, Scope scope, Annotations a) argument
1727 IncludeComponent(GrammarSection section, Scope scope) argument
1757 Div(GrammarSection section, Scope scope, Annotations a) argument
1768 IncludeDiv(GrammarSection section, Scope scope, Annotations a) argument
[all...]
/openjdk10/langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/
H A DConstantsSummaryWriterImpl.java160 HtmlTree section = HtmlTree.SECTION(heading);
161 section.addContent(contentListTree);
162 div.addContent(section);
/openjdk10/hotspot/src/share/vm/jvmci/
H A DjvmciCodeInstaller.hpp219 void* record_metadata_reference(CodeSection* section, address dest, Handle constant, TRAPS);
221 narrowKlass record_narrow_metadata_reference(CodeSection* section, address dest, Handle constant, TRAPS);

Completed in 222 milliseconds

12