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

/openjdk7/jdk/test/java/lang/instrument/ilib/
H A DClassReaderWriter.java55 for (int section = 0; section < SECTIONS; ++section) {
56 genSectionPos[section] = section * sectionLength;
60 int setSection(int section) { argument
63 genPos = genSectionPos[section];
64 currentSection = section;
69 int section;
72 setSection(0); // save current section
[all...]
/openjdk7/jdk/src/share/classes/sun/security/krb5/
H A DConfig.java232 * section. <br>This method is quicker by using section name as the
235 * @param sectio the name string of the section.
240 public int getDefaultIntValue(String name, String section) { argument
243 result = getDefault(name, section);
250 name +" in section " +
251 section + " " + e.getMessage());
319 * specified section.
320 * <br>This method is quicker by using the section name as the search key.
322 * @param section th
325 getDefault(String name, String section) argument
397 getDefaultBooleanValue(String name, String section) argument
[all...]
/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.hpp133 // relocInfo::section_word_type -- same, but can refer to another section
134 // Value: an address in the CodeBlob's code or constants section
138 // In the case of section_word_type, the offset is relative to a section
139 // base address, and the section number (e.g., SECT_INSTS) is encoded
266 section_word_type = 9, // internal, but a cross-section reference
1189 int _section; // section providing base address, if any
1194 // bit-width of LSB field in packed offset, if section >= 0
1207 int section() { return _section; } function in class:internal_word_Relocation
1215 static RelocationHolder spec(address target, int section) { argument
1217 new(rh) section_word_Relocation(target, section);
1221 section_word_Relocation(address target, int section) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/xml/
H A DSchemaParser.java976 GrammarSection section; field in class:SchemaParser.GrammarSectionState
980 GrammarSectionState(GrammarSection section) { argument
981 this.section = section;
990 return new DefineState(section);
992 return new StartState(section);
994 Include include = section.makeInclude();
999 return new DivState(section.makeDiv());
1007 section.topLevelComment(comments);
1013 section
1186 final GrammarSection section; field in class:SchemaParser.DefinitionState
1188 DefinitionState(GrammarSection section) argument
1214 DefineState(GrammarSection section) argument
1240 StartState(GrammarSection section) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_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...]

Completed in 72 milliseconds