Searched defs:section (Results 1 - 25 of 26) sorted by relevance

12

/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
54 public void gatherProcessInfo(HtmlSection section, long pid) { argument
H A DHtmlSection.java101 public HtmlSection createChildren(String section) { argument
142 public void link(HtmlSection section, String child, String name) { argument
/openjdk10/test/failure_handler/src/share/classes/jdk/test/failurehandler/action/
H A DAction.java30 HtmlSection getSection(HtmlSection section); argument
H A DSimpleAction.java78 public HtmlSection getSection(HtmlSection section) { argument
H A DPatternAction.java52 public ProcessBuilder prepareProcess(HtmlSection section, argument
66 public HtmlSection getSection(HtmlSection section) { argument
H A DActionSet.java107 public void gatherProcessInfo(HtmlSection section, long pid) { argument
121 public void gatherEnvironmentInfo(HtmlSection section) { argument
H A DActionHelper.java78 public List<Long> getChildren(HtmlSection section, long pid) { argument
207 public void runPatternAction(SimpleAction action, HtmlSection section) { argument
216 public void runPatternAction(PatternAction action, HtmlSection section, argument
284 private void exec(HtmlSection section, ProcessBuilder process, argument
[all...]
/openjdk10/jdk/src/jdk.jlink/share/classes/jdk/tools/jlink/internal/
H A DModularJarArchive.java51 EntryType toEntryType(String section) { argument
H A DJmodArchive.java127 private EntryType toEntryType(JmodFile.Section section) { argument
/openjdk10/jdk/src/jdk.jlink/share/classes/jdk/tools/jmod/
H A DJmodOutputStream.java70 public void writeEntry(InputStream in, Section section, String name) argument
82 public void writeEntry(byte[] bytes, Section section, String path) argument
100 private ZipEntry newEntry(Section section, String path) { argument
H A DJmodTask.java757 void processSection(JmodOutputStream out, Section section, List<Path> paths) argument
768 void processSection(JmodOutputStream out, Section section, Path path) argument
/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
H A DSymbol.java52 private ByteContainer section; field in class:Symbol
66 public Symbol(int offset, Kind kind, Binding binding, ByteContainer section, int size, String name) { argument
[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
[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
[all...]
/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
[all...]
/openjdk10/jdk/src/java.base/share/classes/jdk/internal/jmod/
H A DJmodFile.java104 private final Section section; field in class:JmodFile.Entry
122 public Section section() { method in class:JmodFile.Entry
163 static Section section(String name) { method in class:JmodFile.Entry
193 getEntry(Section section, String name) argument
206 getInputStream(Section section, String name) argument
[all...]
/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
377 void parseSection(int offset, String section) { argument
[all...]
/openjdk10/langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/
H A DModuleWriterImpl.java419 public boolean display(Set<? extends Element> section) { argument
429 public boolean display(Map<? extends Element, ?> section) { argument
[all...]
/openjdk10/hotspot/src/share/vm/code/
H A DrelocInfo.hpp1333 int section() { return _section; } function in class:internal_word_Relocation
1341 static RelocationHolder spec(address target, int section) { argument
1347 section_word_Relocation(address target, int section) argument
[all...]
/openjdk10/hotspot/src/share/vm/jvmci/
H A DjvmciCodeInstaller.cpp239 void* CodeInstaller::record_metadata_reference(CodeSection* section, address dest, Handle constant, TRAPS) { argument
267 narrowKlass CodeInstaller::record_narrow_metadata_reference(CodeSection* section, address dest, Handle constant, TRAPS) { argument
[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
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
1542 final public Annotations GrammarBody(GrammarSection section, Scope scope, Annotations a) throws ParseException { argument
1577 final public void GrammarComponent(GrammarSection section, Scope scope) throws ParseException { argument
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...]

Completed in 400 milliseconds

12