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

12 3 4 5 6 7 8 91011>>

  /packages/apps/Protips/res/values/
styles.xml 14 <style name="TipText.Footer">
  /packages/apps/UnifiedEmail/res/raw/
template_conversation_lower.html 1 <div id="conversation-footer" class="spacer" style="height: %spx;"></div>
  /docs/source.android.com/src/compatibility/5.1/
android-cdd-footer.html 4 <title>Android 5.1 Compatibility Definition Footer</title>
23 <div class="footer">
CDD_README.txt 55 wkthmltopdf [page-margins] page path-to-html path-to-footer path-to-pdf
66 path-to-footer
67 The full path (from root, including the filename) to the footer html file. This is a simple html file that contains the android logo and some javascript to calculate the page number and count. The footer should NOT change from release to release.
69 --footer-html /usr/local/google/home/hvm/Projects/internal/lmp-mr1-dev/docs/source.android.com/src/compatibility/5.1/android-cdd-footer.html
80 wkhtmltopdf -B 1in -T 1in -L .75in -R .75in page /usr/local/google/home/hvm/Projects/internal/lmp-mr1-dev/docs/source.android.com/src/compatibility/5.1/android-5.1-cdd.html --footer-html /usr/local/google/home/hvm/Projects/internal/lmp-mr1-dev/docs/source.android.com/src/compatibility/5.1/android-cdd-footer.html /usr/local/google/home/hvm/Projects/internal/lmp-mr1-dev/docs/source.android.com/src/compatibility/5.1/android-cdd-body.pdf
  /docs/source.android.com/src/compatibility/source/
android-cdd-footer.html 4 <title>Android 5.1 Compatibility Definition Footer</title>
23 <div class="footer">
  /external/libopus/doc/
Makefile.am 9 $(top_srcdir)/doc/footer.html \
12 EXTRA_DIST = customdoxygen.css Doxyfile.in footer.html header.html \
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestListActivity.java 81 View footer = getLayoutInflater().inflate(R.layout.test_list_footer, null); local
83 footer.findViewById(R.id.clear).setOnClickListener(this);
84 footer.findViewById(R.id.view).setOnClickListener(this);
85 footer.findViewById(R.id.export).setOnClickListener(this);
87 getListView().addFooterView(footer);
  /external/owasp/sanitizer/empiricism/
canned-data.js 50 "footer": true,
176 "footer",
291 "footer",
406 "footer",
521 "footer",
636 "footer",
752 "footer",
867 "footer",
982 "footer",
1097 "footer",
    [all...]
  /build/tools/droiddoc/templates-ds/
nosidenavpage.cs 18 <?cs include:"footer.cs" ?>
  /build/tools/droiddoc/templates-ndk/
nosidenavpage.cs 18 <?cs include:"footer.cs" ?>
  /build/tools/droiddoc/templates-sac/
nosidenavpage.cs 18 <?cs include:"footer.cs" ?>
  /build/tools/droiddoc/templates-sdk/
nosidenavpage.cs 19 <?cs include:"footer.cs" ?>
  /build/tools/droiddoc/templates-sdk-dev/
nosidenavpage.cs 18 <?cs include:"footer.cs" ?>
  /frameworks/base/docs/html/design/style/
index.jd 3 footer.hide=1
  /ndk/docs/Programmers_Guide/html/
md__t_o_c_new.html 84 <!-- start footer part -->
85 <hr class="footer"/><address class="footer"><small>
87 <img class="footer" src="doxygen.png" alt="doxygen"/>
md_2__samples__samples.html 73 <!-- start footer part -->
76 <li class="footer">Generated on Wed Jun 25 2014 00:51:19 for NDK
79 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.5 </li>
md_3__key__topics__building_building.html 77 <!-- start footer part -->
80 <li class="footer">Generated on Wed Jun 25 2014 00:51:19 for NDK Programmer&#39;s Guide by
82 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.5 </li>
md_3__key__topics__debugging_debugging.html 69 <!-- start footer part -->
72 <li class="footer">Generated on Wed Jun 25 2014 00:51:19 for NDK Programmer&#39;s Guide by
74 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.5 </li>
md_3__key__topics__libraries_libraries.html 74 <!-- start footer part -->
77 <li class="footer">Generated on Wed Jun 25 2014 00:51:19 for NDK Programmer&#39;s Guide by
79 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.5 </li>
  /packages/apps/Gallery2/res/layout/
main.xml 13 <FrameLayout android:id="@+id/footer"
  /packages/apps/UnifiedEmail/src/com/android/mail/drawer/
FooterItem.java 31 * The base class of all footer items. Subclasses must fill in the logic of
58 * Executes the behavior associated with this footer item.<br>
97 // adjust the text of the footer item
102 // adjust the icon of the footer item
  /external/chromium-trace/trace-viewer/tracing/third_party/gl-matrix/jsdoc-template/
index.tmpl 41 <footer>
48 </footer>
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
ListWithFooterViewAndNewLabelsTest.java 63 + "the footer view).",
67 assertEquals("Expecting the selected index to be 0, the first non footer "
  /external/chromium-trace/trace-viewer/tracing/tracing/ui/base/
sortable_table_test.html 66 // the footer should never change.
88 // the footer should never change.
110 // the footer should never change.
132 // the footer should never change.
154 // the footer should never change.
176 // the footer should never change.
193 // the footer should never change.
215 // the footer should never change.
232 // the footer should never change.
  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_dump.py 218 for id, header, body, footer in cmds:
234 if footer is not None:
235 print ' while(body + sizeof(%s) <= next) {' % footer
236 print ' dump_%s((const %s *)body);' % (footer, footer)
237 print ' body += sizeof(%s);' % footer
326 for id, header, body, footer in cmds:
330 if footer is not None:
331 names.add(footer)

Completed in 382 milliseconds

12 3 4 5 6 7 8 91011>>