Searched refs:footer (Results 1 - 25 of 169) sorted by relevance

1234567

/external/doclava/res/assets/templates/
H A Dfooter.cs1 <div id="footer">
3 </div> <!-- end footer -->
/external/harfbuzz_ng/win32/
H A Dcreate-lists.bat4 if not "%1" == "header" if not "%1" == "file" if not "%1" == "footer" goto :error_cmd
9 if "%1" == "footer" goto :footer
21 :footer label
27 echo Specified command '%1' was invalid. Valid commands are: header file footer.
H A Dcreate-lists-msvc.mak15 # if [call create-lists.bat footer $(makefile_snippet_file)]
46 !if [call create-lists.bat footer hb_objs.mak]
58 !if [call create-lists.bat footer hb_objs.mak]
74 !if [call create-lists.bat footer hb_objs.mak]
85 !if [call create-lists.bat footer hb_objs.mak]
96 !if [call create-lists.bat footer hb_objs.mak]
113 !if [call create-lists.bat footer hb_srcs.mak]
123 !if [call create-lists.bat footer hb_srcs.mak]
132 !if [call create-lists.bat footer hb_srcs.mak]
/external/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.py218 for id, header, body, footer in cmds:
234 if footer is not None:
235 print ' while(body + sizeof(%s) <= next) {' % footer
236 print ' dump_%s((const %s *)body);' % (footer, footer)
237 print ' body += sizeof(%s);' % footer
326 for id, header, body, footer in cmds:
330 if footer is not None:
331 names.add(footer)
/external/mesa3d/src/mapi/glapi/gen/
H A Dgl_gentable.py124 footer = """
170 print footer
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/
H A DReportPage.java27 * breadcrumb, the title and the footer. Every report page is part of a
109 footer(body);
149 private void footer(final HTMLElement body) throws IOException { method in class:ReportPage
150 final HTMLElement footer = body.div(Styles.FOOTER);
151 final HTMLElement versioninfo = footer.span(Styles.RIGHT);
155 footer.text(context.getFooterText());
/external/avb/tools/avbctl/
H A Davbctl.cc107 AvbFooter footer; local
108 // Try looking for the vbmeta struct in 'boot' via the footer.
114 &footer,
118 "Error loading footer from partition '%s' (%d).\n",
124 if (memcmp(footer.magic, AVB_FOOTER_MAGIC, AVB_FOOTER_MAGIC_LEN) != 0) {
126 "Data from '%s' does not look like a vbmeta footer.\n",
131 vbmeta_offset = avb_be64toh(footer.vbmeta_offset);
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/table/
H A DIColumnRenderer.java25 * called in the sequence <code>init header footer item*</code>. Implementations
42 * Renders the footer for this column.
55 public void footer(HTMLElement td, ICoverageNode total, method in interface:IColumnRenderer
H A DTable.java95 footer(table, total, resources, base);
108 private void footer(final HTMLElement table, final ICoverageNode total, method in class:Table
113 c.footer(tr, total, resources, base);
174 void footer(final HTMLElement tr, final ICoverageNode total, method in class:Table.Column
178 renderer.footer(tr.td(style), total, resources, base);
H A DLabelColumn.java40 public void footer(final HTMLElement td, final ICoverageNode total, method in class:LabelColumn
/external/libopus/doc/
H A DMakefile.am9 $(top_srcdir)/doc/footer.html \
12 EXTRA_DIST = customdoxygen.css Doxyfile.in footer.html header.html \
/external/skia/src/core/
H A DSkArenaAlloc.cpp23 Footer footer; local
24 memcpy(&footer, footerEnd - sizeof(Footer), sizeof(Footer));
26 FooterAction* action = (FooterAction*)(footer >> 6);
27 ptrdiff_t padding = footer & 63;
152 // Install a skip footer if needed, thus terminating a run of POD data. The calling code is
153 // responsible for installing the footer after the object.
/external/doclava/res/assets/templates-sdk/
H A Dfooter.cs1 <?cs # page footer content ?>
3 <div class="dac-footer<?cs if:fullpage ?> dac-landing<?cs /if ?>">
4 <div class="cols dac-footer-main">
6 <a class="dac-footer-getnews" id="newsletter" data-modal-toggle="newsletter" href="javascript:;">Get news &amp; tips <span
9 <div class="col-1of2 dac-footer-reachout">
10 <div class="dac-footer-contact">
11 <a class="dac-footer-contact-link" href="http://android-developers.blogspot.com/">Blog</a>
12 <a class="dac-footer-contact-link" href="/support.html">Support</a>
14 <div class="dac-footer-social">
15 <a class="dac-button-social dac-youtube dac-footer
[all...]
H A Dtrailer.cs3 # because not every page needs footer content, but does need other stuff
/external/autotest/frontend/afe/
H A Dcontrol_file.py105 footer = '\n\nstep_init()\n'
108 footer = ''
111 return header + '\n' + '\n\n'.join(steps) + footer
/external/avb/
H A Davbtool1457 magic: Magic for identifying the footer, see |MAGIC|.
1458 version_major: The major version of avbtool that wrote the footer.
1459 version_minor: The minor version of avbtool that wrote the footer.
1477 """Initializes a new footer object.
1483 LookupError: If the given footer is malformed.
1484 struct.error: If the given data has no footer.
1493 raise LookupError('Given data does not look like a AVB footer.')
1503 """Gets a string representing the binary encoding of the footer.
1506 A bytearray() with a binary representation of the footer.
1661 image_filename: File to erase a footer fro
[all...]
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DHTMLDocument.java90 public void setFooter (final IContent footer) argument
92 if (footer != null) m_footer = footer;
96 * Overridden to ensure header/footer appear first/last in the body.
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DWriteNumberFormatSerialTestData.java39 static final String footer ="\n final static byte[][] content = {generalInstance, currencyInstance, percentInstance, scientificInstance};\n"+ field in class:WriteNumberFormatSerialTestData
54 file.write(footer.getBytes());
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DWriteNumberFormatSerialTestData.java38 static final String footer ="\n final static byte[][] content = {generalInstance, currencyInstance, percentInstance, scientificInstance};\n"+ field in class:WriteNumberFormatSerialTestData
53 file.write(footer.getBytes());
/external/ImageMagick/www/api/
H A Ddeprecate.php58 <footer class="magick-footer">
68 </footer>
H A Dmagick-deprecate.php58 <footer class="magick-footer">
68 </footer>
H A Dmagick.php58 <footer class="magick-footer">
68 </footer>
H A Danimate.php89 <footer class="magick-footer">
99 </footer>
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dactions.rb160 @all::footer {
170 @footer {
/external/libnl/doc/stylesheets/
H A Dxhtml11.css90 div#footer {
97 div#footer-text {
101 div#footer-badges {
306 div#footer-badges { display: none; }

Completed in 710 milliseconds

1234567