HomeSort by relevance Sort by last modified time
    Searched refs:footer (Results 26 - 50 of 62) sorted by null

12 3

  /external/qemu/proxy/
proxy_http_connector.c 60 stralloc_add_bytes(str, service->footer, service->footer_len);
proxy_http_rewriter.c 584 /* add the service's footer - includes final \r\n */
585 stralloc_add_bytes( str, service->footer, service->footer_len );
    [all...]
  /external/webkit/WebCore/rendering/
RenderTable.h 84 RenderTableSection* footer() const { return m_foot; } function in class:WebCore::RenderTable
FixedTableLayout.cpp 148 section = m_table->footer();
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_INVOKE_METHOD_NATIVE.S 65 ldr r1, .LdvmJitToInterpTraceSelectNoChain @ defined in footer.S
  /external/libvpx/examples/includes/geshi/
geshi.php 84 * <tfooter><tr><td colspan="2">$footer</td></tr></tfoot>
353 * The content of the footer block
365 * The style of the footer block
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...]
  /packages/apps/Contacts/src/com/android/contacts/
ViewContactActivity.java 1206 public TextView footer; field in class:ViewContactActivity.ViewCache
    [all...]
  /external/libvpx/examples/includes/geshi/contrib/
langcheck.php 94 #footer {
99 #footer a {
    [all...]
  /external/dropbear/
keyimport.c 702 char *header = NULL, *footer = NULL; local
832 footer = "-----END RSA PRIVATE KEY-----\n";
866 footer = "-----END DSA PRIVATE KEY-----\n";
949 fputs(footer, fp);
    [all...]
  /external/webkit/WebCore/css/
html.css 75 article, aside, footer, header, nav, section {
189 display: table-footer-group;
  /build/tools/droiddoc/templates/assets/
android-developer-core.css 455 /* FOOTER */
457 #footer {
465 #footer a {
470 #footer a:hover {
android-developer-docs.css 1340 #footer {
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-core.css 496 /* Footer */
497 #footer {
505 #footer a {
510 #footer a:hover {
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-armv5te-vfp.S 198 ldr r1, .LdvmJitToInterpNoChainNoProfile @ defined in footer.S
219 ldr r2, .LdvmMterpStdBail @ defined in footer.S
460 ldr r1, .LdvmJitToInterpTraceSelectNoChain @ defined in footer.S
    [all...]
CompilerTemplateAsm-armv7-a-neon.S 198 ldr r1, .LdvmJitToInterpNoChainNoProfile @ defined in footer.S
219 ldr r2, .LdvmMterpStdBail @ defined in footer.S
460 ldr r1, .LdvmJitToInterpTraceSelectNoChain @ defined in footer.S
    [all...]
CompilerTemplateAsm-armv7-a.S 198 ldr r1, .LdvmJitToInterpNoChainNoProfile @ defined in footer.S
219 ldr r2, .LdvmMterpStdBail @ defined in footer.S
460 ldr r1, .LdvmJitToInterpTraceSelectNoChain @ defined in footer.S
    [all...]
CompilerTemplateAsm-armv5te.S 198 ldr r1, .LdvmJitToInterpNoChainNoProfile @ defined in footer.S
219 ldr r2, .LdvmMterpStdBail @ defined in footer.S
460 ldr r1, .LdvmJitToInterpTraceSelectNoChain @ defined in footer.S
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/html/
ReportGenerator.java 774 // TODO: merge header and footer in the same method
852 final ElementList footer = new ElementList (); local
    [all...]
  /build/tools/droiddoc/templates-sdk/
sdkpage.cs 223 <?cs include:"footer.cs" ?>
  /external/chromium/third_party/icu/source/tools/toolutil/
pkg_genc.c 116 const char *footer; member in struct:AssemblyType
305 sprintf(bufferStr, assemblyHeader[assemblyHeaderIndex].footer,
    [all...]
  /external/icu4c/tools/toolutil/
pkg_genc.c 116 const char *footer; member in struct:AssemblyType
305 sprintf(bufferStr, assemblyHeader[assemblyHeaderIndex].footer,
    [all...]
  /external/clearsilver/imd/
imd.cs 203 <?cs include:"/home/www/footer.html" ?>
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
basic-block.h 279 rtx footer; local
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
basic-block.h 279 rtx footer; local
    [all...]
  /frameworks/base/core/java/android/widget/
ListView.java 107 * or a footer at the bottom.
269 * the supplied cursor with one that will also account for header and footer
296 * the supplied cursor with one that will also account for header and footer
347 * the supplied cursor with one that will also account for header and footer
352 * @param isSelectable true if the footer view can be selected
361 // in the case of re-adding a footer view, or adding one later on,
373 * cursor with one that will also account for header and footer views.
388 * Removes a previously-added footer view.
392 * true if the view was removed, false if the view was not a footer view
    [all...]

Completed in 449 milliseconds

12 3