Searched defs:footer (Results 1 - 15 of 15) sorted by relevance

/external/qemu/proxy/
H A Dproxy_http_int.h22 char* footer; /* the footer contains the static parts of the */ member in struct:HttpService
/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/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/skia/tests/
H A DPDFPrimitivesTest.cpp42 static char footer[] = "\nendobj\n"; local
43 static size_t footerLen = strlen(footer);
62 footer, footerLen) == 0);
/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/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/webkit/Source/WebCore/inspector/front-end/
H A DMetricsSidebarPane.js134 "table-footer-group": true,
144 "table-footer-group": true,
/external/webkit/Source/WebCore/rendering/
H A DRenderTable.h144 RenderTableSection* footer() const { return m_foot; } function in class:WebCore::RenderTable
/external/dropbear/
H A Dkeyimport.c702 char *header = NULL, *footer = NULL; local
832 footer = "-----END RSA PRIVATE KEY-----\n";
866 footer = "-----END DSA PRIVATE KEY-----\n";
949 fputs(footer, fp);
/external/icu4c/tools/toolutil/
H A Dpkg_genc.c116 const char *footer; member in struct:AssemblyType
305 sprintf(bufferStr, assemblyHeader[assemblyHeaderIndex].footer,
/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/telephony/
H A Dgsm.c1157 cbytes_t footer = end - ADN_FOOTER_SIZE; local
1179 num_len = footer[ADN_OFFSET_NUMBER_LENGTH];
1185 int ton = footer[ADN_OFFSET_TON_NPI];
1198 count = gsm_bcdnum_to_ascii( footer + ADN_OFFSET_NUMBER_START,
1209 bytes_t footer = end - ADN_FOOTER_SIZE; local
1217 footer[0] = (strlen((const char*)number)+1)/2 + 1;
/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:__anon4348
/external/libvpx/examples/includes/geshi/
H A Dgeshi.php84 * <tfooter><tr><td colspan="2">$footer</td></tr></tfoot>
353 * The content of the footer block
365 * The style of the footer block
1564 * Sets the content of the footer block
1566 * @param string The content of the footer block
1584 * Sets the style for the footer content
1586 * @param string The style for the footer content
3931 $parsed_code .= $this->footer();
4015 * Returns the footer for the code block.
4017 * @return string The footer fo
4021 function footer() { function
4022 $footer = $this->footer_content; variable
4025 $footer = str_replace("\\n", '', $footer);; variable
4027 $footer = $this->replace_keywords($footer); variable
4035 $footer = "<tfoot><tr><td colspan=\\"2\\">$footer</td></tr></tfoot>"; variable
4037 $footer = "<div$attr>$footer</div>"; variable
[all...]
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 7284 milliseconds