Home
last modified time | relevance | path

Searched refs:footer (Results 1 – 25 of 152) sorted by relevance

1234567

/external/chromium-trace/catapult/third_party/Paste/paste/util/
DPySourceColor.py689 footer = None
729 footer = str(a)
731 footer = ''
751 footer=footer, form=form)
762 footer=footer, linenumbers=linenumbers,
766 markup=markup, header=header, footer=footer,
781 footer=footer, linenumbers=linenumbers, form=form)
805 markup='css', quiet=quiet, header='', footer='',
816 markup='xhtml', quiet=quiet, header='', footer='',
883 header=None, footer=None, argument
[all …]
/external/mesa3d/src/gallium/drivers/svga/svgadump/
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/harfbuzz_ng/win32/
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.
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]
71 !if [call create-lists.bat footer hb_objs.mak]
87 !if [call create-lists.bat footer hb_objs.mak]
98 !if [call create-lists.bat footer hb_objs.mak]
109 !if [call create-lists.bat footer hb_objs.mak]
126 !if [call create-lists.bat footer hb_srcs.mak]
136 !if [call create-lists.bat footer hb_srcs.mak]
145 !if [call create-lists.bat footer hb_srcs.mak]
/external/opencv3/samples/winrt/JavaScript/sample-utils/
Dsample-utils.css56 #footer
111 #footer span
116 #footer .company
121 #footer .links
126 #footer .links a
133 #footer .links .pipe
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/
DReportPage.java109 footer(body); in body()
149 private void footer(final HTMLElement body) throws IOException { in footer() method in ReportPage
150 final HTMLElement footer = body.div(Styles.FOOTER); in footer() local
151 final HTMLElement versioninfo = footer.span(Styles.RIGHT); in footer()
155 footer.text(context.getFooterText()); in footer()
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/table/
DTable.java95 footer(table, total, resources, base); in render()
108 private void footer(final HTMLElement table, final ICoverageNode total, in footer() method in Table
113 c.footer(tr, total, resources, base); in footer()
174 void footer(final HTMLElement tr, final ICoverageNode total, in footer() method in Table.Column
178 renderer.footer(tr.td(style), total, resources, base); in footer()
/external/mesa3d/src/mapi/glapi/gen/
Dgl_gentable.py124 footer = """ variable
170 print footer
/external/chromium-trace/catapult/tracing/third_party/devscripts/
Dlicensecheck.pl313 my $footer = '';
318 $footer .= $_;
323 remove_comments($footer);
324 $license = parselicense($footer);
/external/emma/core/java12/com/vladium/emma/report/html/doc/
DHTMLDocument.java90 public void setFooter (final IContent footer) in setFooter() argument
92 if (footer != null) m_footer = footer; in setFooter()
/external/vulkan-validation-layers/
Dvk-generate.py53 footer = self.generate_footer()
62 if footer:
63 contents.append(footer)
/external/libopus/doc/
DMakefile.am9 $(top_srcdir)/doc/footer.html \
12 EXTRA_DIST = customdoxygen.css Doxyfile.in footer.html header.html \
/external/f2fs-tools/fsck/
Dfsck.c225 node_blk->footer.nid != node_blk->footer.ino) { in sanity_check_nid()
227 nid, le32_to_cpu(node_blk->footer.nid), in sanity_check_nid()
228 le32_to_cpu(node_blk->footer.ino)); in sanity_check_nid()
232 node_blk->footer.nid == node_blk->footer.ino) { in sanity_check_nid()
234 nid, le32_to_cpu(node_blk->footer.nid), in sanity_check_nid()
235 le32_to_cpu(node_blk->footer.ino)); in sanity_check_nid()
239 if (le32_to_cpu(node_blk->footer.nid) != nid) { in sanity_check_nid()
242 le32_to_cpu(node_blk->footer.nid)); in sanity_check_nid()
247 u32 flag = le32_to_cpu(node_blk->footer.flag); in sanity_check_nid()
512 le32_to_cpu(node_blk->footer.ino), in fsck_chk_inode_blk()
[all …]
Ddump.c288 DBG(1, "node_blk.footer.ino [0x%x]\n", le32_to_cpu(node_blk->footer.ino)); in dump_node()
289 DBG(1, "node_blk.footer.nid [0x%x]\n", le32_to_cpu(node_blk->footer.nid)); in dump_node()
291 if (le32_to_cpu(node_blk->footer.ino) == ni.ino && in dump_node()
292 le32_to_cpu(node_blk->footer.nid) == ni.nid) { in dump_node()
Df2fs.h202 unsigned flag = le32_to_cpu(node_blk->footer.flag); in ofs_of_node()
385 #define IS_SUM_NODE_SEG(footer) (footer.entry_type == SUM_TYPE_NODE) argument
/external/autotest/frontend/afe/
Dcontrol_file.py269 footer = '\n\nstep_init()\n'
272 footer = ''
275 return header + '\n' + '\n\n'.join(steps) + footer
/external/jacoco/org.jacoco.doc/javadoc/
Dstylesheet.css57 .footer {
69 .footer a {
/external/opencv3/3rdparty/jinja2/
D_stringdefs.py108 footer = content[content.find("def combine("):] variable
131 f.write(footer)
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DWriteNumberFormatSerialTestData.java36 …static final String footer ="\n final static byte[][] content = {generalInstance, currencyInsta… field in WriteNumberFormatSerialTestData
51 file.write(footer.getBytes()); in main()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DWriteNumberFormatSerialTestData.java37 …static final String footer ="\n final static byte[][] content = {generalInstance, currencyInsta… field in WriteNumberFormatSerialTestData
52 file.write(footer.getBytes()); in main()
/external/f2fs-tools/include/
Df2fs_fs.h285 #define GET_SUM_TYPE(footer) ((footer)->entry_type) argument
286 #define SET_SUM_TYPE(footer, type) ((footer)->entry_type = type) argument
513 struct node_footer footer; member
663 struct summary_footer footer; member
/external/vboot_reference/futility/
Dmisc.c129 const char *banner, const char *footer) in print_hwid_digest() argument
135 printf("<none>%s", footer); in print_hwid_digest()
158 printf("%s", footer); in print_hwid_digest()
/external/f2fs-tools/mkfs/
Df2fs_format.c556 SET_SUM_TYPE((&sum->footer), SUM_TYPE_DATA); in f2fs_write_check_point_pack()
609 SET_SUM_TYPE((&sum->footer), SUM_TYPE_NODE); in f2fs_write_check_point_pack()
624 SET_SUM_TYPE((&sum->footer), SUM_TYPE_NODE); in f2fs_write_check_point_pack()
636 SET_SUM_TYPE((&sum->footer), SUM_TYPE_NODE); in f2fs_write_check_point_pack()
736 raw_node->footer.nid = sb.root_ino; in f2fs_write_root_inode()
737 raw_node->footer.ino = sb.root_ino; in f2fs_write_root_inode()
738 raw_node->footer.cp_ver = cpu_to_le64(1); in f2fs_write_root_inode()
739 raw_node->footer.next_blkaddr = cpu_to_le32( in f2fs_write_root_inode()
/external/doclava/res/assets/templates/
Dfooter.cs3 </div> <!-- end footer -->
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/table/
DTableTest.java88 public void footer(HTMLElement td, ICoverageNode total, in testCallbackSequence()
125 public void footer(HTMLElement td, ICoverageNode total, in testInvisible()
270 public void footer(HTMLElement td, ICoverageNode total,

1234567