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

1 2 3

  /cts/tests/src/android/widget/cts/
ExpandableListWithHeaders.java 51 Button footer = new Button(this); local
52 footer.setText("Footer View");
53 expandableListView.addFooterView(footer);
56 // Set adapter here AFTER we set header and footer views
  /frameworks/base/core/tests/coretests/src/android/widget/expandablelistview/
ExpandableListWithHeaders.java 51 Button footer = new Button(this); local
52 footer.setText("Footer View " + i);
53 expandableListView.addFooterView(footer);
56 // Set adapter here AFTER we set header and footer views
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListWithHeaders.java 49 Button footer = new Button(this); local
50 footer.setText("Footer View");
51 listView.addFooterView(footer);
  /external/qemu/proxy/
proxy_http_int.h 22 char* footer; /* the footer contains the static parts of the */ member in struct:HttpService
proxy_http.c 25 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);
171 PROXY_LOG( "%s: creating HTTP Proxy Service Footer is (len=%d):\n'%.*s'",
173 service->footer_len, service->footer );
  /external/qemu/block/
vpc.c 70 // Checksum of the Hard Disk Footer ("one's complement of the sum of all
71 // the bytes in the footer without the checksum field")
157 struct vhd_footer* footer; local
169 footer = (struct vhd_footer*) s->footer_buf;
170 if (strncmp(footer->creator, "conectix", 8))
173 checksum = be32_to_cpu(footer->checksum);
174 footer->checksum = 0;
180 // rather than on the size stored in the footer (the size in the footer
183 be16_to_cpu(footer->cyls) * footer->heads * footer->secs_per_cyl
483 struct vhd_footer* footer = (struct vhd_footer*) buf; local
    [all...]
  /bootable/recovery/
verifier.c 48 // archive comment.) We start by reading this footer, this tells
60 unsigned char footer[FOOTER_SIZE]; local
61 if (fread(footer, 1, FOOTER_SIZE, f) != FOOTER_SIZE) {
62 LOGE("failed to read footer from %s (%s)\n", path, strerror(errno));
67 if (footer[2] != 0xff || footer[3] != 0xff) {
72 int comment_size = footer[4] + (footer[5] << 8);
73 int signature_start = footer[0] + (footer[1] << 8)
    [all...]
verifier_test.sh 86 expect_fail alter-footer.zip
  /cts/tests/tests/widget/src/android/widget/cts/
HeaderViewListAdapterTest.java 56 ArrayList<ListView.FixedViewInfo> footer = new ArrayList<ListView.FixedViewInfo>(5); local
57 new HeaderViewListAdapter(header, footer, null);
59 new HeaderViewListAdapter(header, footer, new HeaderViewEmptyAdapter());
90 ArrayList<ListView.FixedViewInfo> footer = new ArrayList<ListView.FixedViewInfo>(4); local
91 footer.add(lv.new FixedViewInfo());
92 headerViewListAdapter = new HeaderViewListAdapter(null, footer, null);
157 ArrayList<ListView.FixedViewInfo> footer = new ArrayList<ListView.FixedViewInfo>(4); local
164 footer.add(info1);
165 footer.add(info2);
166 HeaderViewListAdapter headerViewListAdapter = new HeaderViewListAdapter(null, footer, null)
201 ArrayList<ListView.FixedViewInfo> footer = new ArrayList<ListView.FixedViewInfo>(4); local
260 ArrayList<ListView.FixedViewInfo> footer = new ArrayList<ListView.FixedViewInfo>(4); local
292 ArrayList<ListView.FixedViewInfo> footer = new ArrayList<ListView.FixedViewInfo>(4); local
    [all...]
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_MEM_OP_DECODE.S 13 ldr r2, .LdvmSelfVerificationMemOpDecode @ defined in footer.S
  /dalvik/vm/compiler/template/armv5te-vfp/
TEMPLATE_MEM_OP_DECODE.S 14 ldr r2, .LdvmSelfVerificationMemOpDecode @ defined in footer.S
  /development/pdk/doxygen_config/
overrideconfig.conf 14 HTML_FOOTER = footer.html
  /external/qemu/
gen-skin.py 17 footer = """\
75 print footer
  /frameworks/base/core/java/android/os/
RecoverySystem.java 156 byte[] footer = new byte[6];
157 raf.readFully(footer);
159 if (footer[2] != (byte)0xff || footer[3] != (byte)0xff) {
160 throw new SignatureException("no signature in file (no footer)");
163 int commentSize = (footer[4] & 0xff) | ((footer[5] & 0xff) << 8);
164 int signatureStart = (footer[0] & 0xff) | ((footer[1] & 0xff) << 8);
176 throw new SignatureException("no signature in file (bad footer)");
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
HTMLDocument.java 90 public void setFooter (final IContent footer)
92 if (footer != null) m_footer = footer;
96 * Overridden to ensure header/footer appear first/last in the body.
  /external/webkit/WebKitTools/WinLauncher/
PrintWebUIDelegate.cpp 177 LPCTSTR footer(_T("[Sample Footer]"));
178 int length = _tcslen(footer);
180 // Add a line, 1/10th inch above the footer text from left margin to right margin.
187 int rc = ::DrawText(dc, footer, length, rect, DT_LEFT | DT_NOCLIP | DT_VCENTER | DT_SINGLELINE);
  /build/tools/droiddoc/templates/
sample.cs 25 <?cs include:"footer.cs" ?>
docpage.cs 32 <?cs include:"footer.cs" ?>
hierarchy.cs 60 <?cs include:"footer.cs" ?>
  /external/libvpx/examples/includes/geshi/contrib/
aliased.php 93 #footer {
98 #footer a {
example.php 85 // 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 />
  /development/pdk/
Pdk.mk 133 $(pdk_docs_intermediates)/footer.html: $(pdk_config_dir)/footer.html
149 $(pdk_docs_intermediates)/footer.html $(pdk_doxy_docsfiles_dir)/groups.dox \
157 $(pdk_docs_intermediates)/footer.html $(pdk_doxy_docsfiles_dir)/groups.dox \
  /frameworks/base/libs/utils/
ObbFile.cpp 38 * 32-bit footer size (4 bytes)
39 * 32-bit footer marker (4 bytes)
145 char *footer = new char[kFooterTagSize]; local
146 actual = TEMP_FAILURE_RETRY(read(fd, footer, kFooterTagSize));
148 LOGW("couldn't read footer signature: %s\n", strerror(errno));
152 unsigned int fileSig = get4LE((unsigned char*)footer + sizeof(int32_t));
154 LOGW("footer didn't match magic string (expected 0x%08x; got 0x%08x)\n",
159 footerSize = get4LE((unsigned char*)footer);
162 LOGW("claimed footer size is too large (0x%08zx; file size is 0x%08llx)\n",
168 LOGW("claimed footer size is too small (0x%zx; minimum size is 0x%x)\n"
    [all...]
  /external/xmlwriter/src/org/jheer/
XMLWriter.java 406 * 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 {
412 m_out.write(footer);
  /sdk/sdkstats/src/com/android/sdkstats/
SdkStatsService.java 365 final Link footer = new Link(shell, SWT.WRAP);
366 footer.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
367 footer.setText(FOOTER_TEXT);

Completed in 293 milliseconds

1 2 3