/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/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 );
|
/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
|
/external/chromium/net/base/ |
pem_tokenizer.cc | 26 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/ |
new_tab.css | 31 /* 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/ |
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 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->heads * footer->secs_per_cyl 494 struct vhd_footer* footer = (struct vhd_footer*) buf; local [all...] |
/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 | 11 ldr r2, .LdvmSelfVerificationMemOpDecode @ defined in footer.S
|
/dalvik/vm/compiler/template/armv5te-vfp/ |
TEMPLATE_MEM_OP_DECODE.S | 12 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
|
/external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/ |
main.css | 85 #footer { 97 #footer .divider { 103 #footer label { 113 #footer label span { 196 #footer { 245 #footer button {
|
/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...] |
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
ManageCachePage.java | 116 View footer = activity.findViewById(R.id.footer); 117 if (footer != null) { 119 footer.getLocationOnScreen(location); 222 FrameLayout layout = (FrameLayout) ((Activity) mActivity).findViewById(R.id.footer); 242 FrameLayout layout = (FrameLayout) ((Activity) mActivity).findViewById(R.id.footer); 266 FrameLayout layout = (FrameLayout) ((Activity) mActivity).findViewById(R.id.footer); 322 FrameLayout footer = (FrameLayout) activity.findViewById(R.id.footer); local
|
/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/Tools/WinLauncher/ |
PrintWebUIDelegate.cpp | 176 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);
|
/sdk/sdkstats/src/com/android/sdkstats/ |
SdkStatsPermissionDialog.java | 146 final Label footer = new Label(composite, SWT.WRAP); local 150 footer.setLayoutData(gd); 151 footer.setText(FOOTER_TEXT);
|
/external/chromium/chrome/browser/resources/touch_ntp/ |
newtab.css | 35 by footer 40 bottom: 60px; /* must match #footer height */ 139 #footer { 171 #footer.rearrange-mode .dot { 210 #footer.rearrange-mode #trash {
|
/external/libvpx/examples/includes/geshi/contrib/ |
aliased.php | 93 #footer { 98 #footer a {
|
/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 | 40 * 32-bit footer size (4 bytes) 41 * 32-bit footer marker (4 bytes) 136 char *footer = new char[kFooterTagSize]; local 137 actual = TEMP_FAILURE_RETRY(read(fd, footer, kFooterTagSize)); 139 LOGW("couldn't read footer signature: %s\n", strerror(errno)); 143 unsigned int fileSig = get4LE((unsigned char*)footer + sizeof(int32_t)); 145 LOGW("footer didn't match magic string (expected 0x%08x; got 0x%08x)\n", 150 footerSize = get4LE((unsigned char*)footer); 153 LOGW("claimed footer size is too large (0x%08zx; file size is 0x%08llx)\n", 159 LOGW("claimed footer size is too small (0x%zx; minimum size is 0x%x)\n" [all...] |
/build/tools/droiddoc/templates-sdk/ |
sampleindex.cs | 46 <?cs include:"footer.cs" ?>
|