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

12

/external/doclava/res/assets/templates/
H A Dfooter.cs1 <div id="footer">
3 </div> <!-- end footer -->
/external/qemu/proxy/
H A Dproxy_http_int.h22 char* footer; /* the footer contains the static parts of the */ member in struct:HttpService
H A Dproxy_http.c25 if (service->footer != service->footer0)
26 qemu_free(service->footer);
112 /* prepare footer */
161 PROXY_LOG( "%s: buffer overflow when creating connection footer",
167 service->footer = service->footer0;
168 service->footer_len = (p - service->footer);
173 service->footer_len, service->footer );
H A Dproxy_http_connector.c60 stralloc_add_bytes(str, service->footer, service->footer_len);
/external/chromium/net/base/
H A Dpem_tokenizer.cc26 std::string footer; member in struct:net::PEMTokenizer::PEMType
51 // Look for a footer matching the header. If none is found, then all
53 StringPiece::size_type footer_pos = str_.find(it->footer, pos_);
59 // Chop off the header and footer and parse the data in between.
61 pos_ = footer_pos + it->footer.size();
93 // Construct PEM header/footer strings for all the accepted types, to
100 allowed_type.footer = base::StringPrintf(kPEMEndBlock, it->c_str());
/external/chromium/chrome/browser/resources/ntp4/
H A Dnew_tab.css31 /* Must match #footer height. */
35 by footer */
48 #footer {
56 * border-image on #footer once WebKit supports border-image-slice.
58 #footer-border {
64 #footer-content {
70 #footer-content > * {
75 #footer-content span {
149 #footer.rearrange-mode #trash {
/external/qemu/block/
H A Dvpc.c71 // the bytes in the footer without the checksum field")
157 struct vhd_footer* footer; local
165 footer = (struct vhd_footer*) s->footer_buf;
166 if (strncmp(footer->creator, "conectix", 8))
169 checksum = be32_to_cpu(footer->checksum);
170 footer->checksum = 0;
176 // rather than on the size stored in the footer (the size in the footer
179 be16_to_cpu(footer->cyls) * footer
494 struct vhd_footer* footer = (struct vhd_footer*) buf; local
[all...]
/external/qemu/
H A Dgen-skin.py17 footer = """\
75 print footer
/external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/
H A Dmain.css85 #footer {
97 #footer .divider {
103 #footer label {
113 #footer label span {
196 #footer {
245 #footer button {
/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/webkit/Tools/WinLauncher/
H A DPrintWebUIDelegate.cpp176 LPCWSTR footer = L"[Sample Footer]"; local
177 size_t length = wcslen(footer);
179 // Add a line, 1/10th inch above the footer text from left margin to right margin.
186 int rc = ::DrawTextW(dc, footer, length, rect, DT_LEFT | DT_NOCLIP | DT_VCENTER | DT_SINGLELINE);
/external/chromium/chrome/browser/resources/touch_ntp/
H A Dnewtab.css35 by footer
40 bottom: 60px; /* must match #footer height */
139 #footer {
171 #footer.rearrange-mode .dot {
210 #footer.rearrange-mode #trash {
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dactions.rb160 @all::footer {
170 @footer {
/external/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.h172 const char *header =NULL, const char *footer =NULL);
/external/libvorbis/doc/
H A Dfooter.tex6 \includegraphics{xifish} \label{footer}
H A DMakefile.am69 footer.tex
/external/v8/tools/
H A Dgen-postmortem-metadata.py167 footer = '''
473 out.write(footer);
/external/xmlwriter/src/org/jheer/
H A DXMLWriter.java406 * Finish the XML document, writing the given footer text at the
408 * @param footer the footer text, this will not be escaped
410 public void finish(String footer) throws IOException { argument
412 m_out.write(footer);
/external/skia/tests/
H A DPDFPrimitivesTest.cpp70 static char footer[] = "\nendobj\n"; local
71 static size_t footerLen = strlen(footer);
86 footer, footerLen));
/external/clang/docs/
H A DMakefile30 DOXYFILES := doxygen.cfg.in doxygen.css doxygen.footer doxygen.header \
/external/doclava/res/assets/templates/assets/
H A Ddoclava-developer-core.css454 #footer {
462 #footer a {
467 #footer a:hover {
/external/libvpx/examples/includes/geshi/contrib/
H A Dexample.php85 // Use the header/footer functionality. This puts a div with content within the PRE element, so it is
86 // affected by the styles set by set_overall_style. So if the PRE has a border then the header/footer will
135 #footer {
140 #footer a {
213 <div id="footer">GeSHi &copy; Nigel McNie, 2004, released under the GNU GPL<br />
/external/chromium/chrome/browser/resources/file_manager/css/
H A Dfile_manager.css57 .dialog-footer {
377 .dialog-footer .filename-label {
/external/flac/include/FLAC/
H A Dformat.h457 /** FLAC frame footer structure. (c.f. <A HREF="../format.html#frame_footer">format specification</A>)
475 FLAC__FrameFooter footer; member in struct:__anon6011
/external/llvm/docs/
H A DMakefile29 DOXYFILES := doxygen.cfg.in doxygen.css doxygen.footer doxygen.header \

Completed in 1454 milliseconds

12