Searched refs:header (Results 1 - 7 of 7) sorted by relevance

/opengrok-jel/ext/SampleRazorRepository/UserSandbox/SimpleCProgram/
H A DMakefile4 main.o: main.c header.h
10 lint: main.c header.h
/opengrok-jel/src/org/opensolaris/opengrok/analysis/
H A DXrefWriter.java52 private XrefHeader header; field in class:XrefWriter
129 header = new XrefHeader(genre, compress);
130 header.write(fos);
138 * ignored and thus no header will be written or updated.
189 header.setSize(count);
190 fos.raf.write(header.getBytes().array());
222 if (header != null) {
223 header.setLines(lines);
H A DXrefInputStream.java55 private XrefHeader header; field in class:XrefInputStream
61 * Create a new InputStream from the given crossfile. The header gets read
75 header = new XrefHeader(fis);
76 this.uncompress = uncompress && header.isCompressed();
79 : new BufferedInputStream(fis, header.isCompressed() ? 4096 : 16384);
92 * Get the header of the crossfile beeing read.
93 * @return the crossfile header
96 return header;
107 return header.isCompressed();
117 return header
[all...]
H A DXrefHeader.java36 * The header of a crossfile.
46 /** the size of the header in bytes */
56 * Create a new default header for a crossfile of the given genre. Data
67 * Create a new default header for a crossfile of the given genre and
78 * Create a new default header for a crossfile of the given genre and
118 * @param header byte array containing the header bytes.
119 * @throws IOException if the header is invalid.
121 public XrefHeader(byte[] header) throws IOException { argument
122 ByteBuffer bb = ByteBuffer.wrap(header);
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java1110 private transient String header = null; field in class:Configuration
1119 if (header == null) {
1120 header = getFileContent(new File(getDataRoot(), HEADER_INCLUDE_FILE));
1122 return header;
/opengrok-jel/web/static/offwhite/
H A Dstyle.css371 /* ############### start of header ############## */
375 #header { }
529 /* ############### end of header ############## */
/opengrok-jel/web/static/polished/
H A Dstyle.css391 /* ############### start of header ############## */
397 #header {
573 /* ############### end of header ############## */

Completed in 17 milliseconds