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

/openjdk7/jdk/test/sun/tools/jcmd/
H A Djcmd_pid_Output1.awk3 # section 0 = [PID]:
4 # section 1 = "The following commands are available:"
5 # section 2 = <list of commands, one command per line>
6 # section 3 = blank line
7 # section 4 = "For more information about a specific command use 'help <command>'."
10 totallines=0; matched=0; section=0;
15 if(section==0) {
17 section=1;
22 if(section==1) {
24 section
[all...]
/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/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DXMLMessages_fr.properties43 InvalidCharInCDSect = Un caract\u00E8re XML non valide (Unicode : 0x{0}) a \u00E9t\u00E9 d\u00E9tect\u00E9 dans la section CDATA.
51 CDEndInContent = La s\u00E9quence de caract\u00E8res \"]]>\" ne doit pas figurer dans le contenu sauf si elle est utilis\u00E9e pour baliser la fin d'une section CDATA.
53 CDSectUnterminated = La section CDATA doit se terminer par \"]]>\".
70 ContentIllegalInTrailingMisc=Contenu non autoris\u00E9 dans la section de fin.
71 ReferenceIllegalInTrailingMisc=R\u00E9f\u00E9rence non autoris\u00E9e dans la section de fin.
159 InvalidCharInIgnoreSect = Un caract\u00E8re XML non valide (Unicode : 0x{0}) a \u00E9t\u00E9 d\u00E9tect\u00E9 dans la section conditionnelle exclue.
213 IncludeSectUnterminated = La section conditionnelle incluse doit se terminer par \"]]>\".
214 IgnoreSectUnterminated = La section conditionnelle exclue doit se terminer par \"]]>\".
256 INVALID_PE_IN_CONDITIONAL = Le texte de remplacement de l''entit\u00E9 de param\u00E8tre \"{0}\" doit inclure la section conditionnelle compl\u00E8te ou seulement INCLUDE ou IGNORE.
H A DXMLSerializerMessages_fr.properties52 EndingCDATA = La s\u00E9quence de caract\u00E8res \"]]>\" ne peut figurer dans le contenu que pour marquer la fin de la section CDATA.
53 SplittingCDATA = Fractionnement d'une section CDATA contenant le marqueur de fin de section CDATA \"]]>\".
/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...]
/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/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DDOMBuilder.java538 * section 2.10): non-validating parsers may also use this method
584 * section 2.8) or a text declaration (XML 1.0, section 4.3.1)
613 /** Flag indicating that we are processing a CData section */
617 * Report the start of a CDATA section.
628 * Report the end of a CDATA section.
668 CDATASection section =(CDATASection) m_currentNode.getLastChild();
669 section.appendData(s);
/openjdk7/jdk/make/tools/src/build/tools/dtdbuilder/
H A DDTDParser.java695 * Parse an ignored section until ]]> is encountered.
734 * Parse a marked section declaration.
742 error("expected", "section status keyword");
752 error("invalid.arg", "section status keyword", str);
811 * Parse a section of the input upto EOF or ']'.
/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/jdk/src/share/classes/javax/swing/
H A DJList.java1318 Section section = SwingUtilities2.liesInHorizontal(rect, p, ltr, true);
1319 if (section == TRAILING) {
1326 } else if (section == LEADING) {
1330 Section section = SwingUtilities2.liesInVertical(rect, p, true);
1331 if (section == LEADING) {
1333 } else if (section == TRAILING) {
H A DJTree.java48 * a section in <em>The Java Tutorial.</em>
1332 Section section = SwingUtilities2.liesInVertical(bounds, p, checkOn);
1333 if(section == LEADING) {
1336 } else if (section == TRAILING) {
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DDefaultStyledDocument.java557 Element section = getDefaultRootElement();
558 int index0 = section.getElementIndex(offset);
559 int index1 = section.getElementIndex(offset + ((length > 0) ? length - 1 : 0));
563 Element paragraph = section.getElement(i);
899 BranchElement section = new SectionElement();
900 BranchElement paragraph = new BranchElement(section, null);
908 section.replace(0, 0, buff);
910 return section;
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dsolaris_x86_64.s41 .section .text,"ax"
H A Dsolaris_x86_32.s46 .section .text,"ax"
/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageCopy_blk.s219 .section ".text",#alloc,#execinstr
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DWindbgCDebugInfoBuilder.java677 // Get the section header corresponding to this segment
678 SectionHeader section = file.getHeader().getSectionHeader(seg);
681 return base.addOffsetTo(section.getVirtualAddress() + offset);

Completed in 104 milliseconds