Searched defs:footer (Results 1 - 25 of 32) sorted by last modified time

12

/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.cpp92 static char footer[] = "\nendobj\n"; local
93 static size_t footerLen = strlen(footer);
108 footer, footerLen));
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/qemu/proxy/
H A Dproxy_http_int.h22 char* footer; /* the footer contains the static parts of the */ member in struct:HttpService
/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/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/lldb/tools/debugserver/source/
H A DRNBRemote.cpp250 RNBRemote::SendHexEncodedBytePacket (const char *header, const void *buf, size_t buf_len, const char *footer) argument
262 // Append the footer cstr if there was one
263 if (footer && footer[0])
264 packet_sstrm << footer; local
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/icu/icu4c/source/tools/toolutil/
H A Dpkg_genc.c112 const char *footer; member in struct:AssemblyType
320 sprintf(bufferStr, assemblyHeader[assemblyHeaderIndex].footer,
/external/f2fs-tools/include/
H A Df2fs_fs.h279 #define GET_SUM_TYPE(footer) ((footer)->entry_type)
280 #define SET_SUM_TYPE(footer, type) ((footer)->entry_type = type)
504 struct node_footer footer; member in struct:f2fs_node
654 struct summary_footer footer; member in struct:f2fs_summary_block
/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:__anon21474
/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/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/skia/tests/
H A DPDFPrimitivesTest.cpp93 static char footer[] = "\nendobj\n"; local
94 static size_t footerLen = strlen(footer);
109 footer, footerLen));
/external/chromium_org/third_party/leveldatabase/src/table/
H A Dtable.cc34 BlockHandle metaindex_handle; // Handle to metaindex_block: saved from footer
53 Footer footer;
54 s = footer.DecodeFrom(&footer_input);
61 s = ReadBlock(file, ReadOptions(), footer.index_handle(), &contents);
68 // We've successfully read the footer and the index block: we're
73 rep->metaindex_handle = footer.metaindex_handle();
79 (*table)->ReadMeta(footer);
87 void Table::ReadMeta(const Footer& footer) { argument
92 // TODO(sanjay): Skip this if footer.metaindex_handle() size indicates
96 if (!ReadBlock(rep_->file, opt, footer
[all...]
H A Dtable_builder.cc241 // Write footer
243 Footer footer; local
244 footer.set_metaindex_handle(metaindex_block_handle);
245 footer.set_index_handle(index_block_handle);
247 footer.EncodeTo(&footer_encoding);
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dpkg_genc.c112 const char *footer; member in struct:AssemblyType
328 sprintf(bufferStr, assemblyHeader[assemblyHeaderIndex].footer,
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTable.h155 RenderTableSection* footer() const { return m_foot; } function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
H A DMetricsSidebarPane.js255 "table-footer-group": true,
265 "table-footer-group": true,

Completed in 285 milliseconds

12