/external/doclava/res/assets/templates/ |
docpage.cs | 32 <?cs include:"footer.cs" ?>
|
sample.cs | 26 <?cs include:"footer.cs" ?>
|
hierarchy.cs | 60 <?cs include:"footer.cs" ?>
|
/external/libvpx/examples/includes/geshi/contrib/ |
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 © Nigel McNie, 2004, released under the GNU GPL<br />
|
/external/llvm/lib/CodeGen/ |
AggressiveAntiDepBreaker.h | 172 const char *header =NULL, const char *footer =NULL);
|
/external/skia/tests/ |
PDFPrimitivesTest.cpp | 42 static char footer[] = "\nendobj\n"; local 43 static size_t footerLen = strlen(footer); 62 footer, footerLen) == 0);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
LayoutMetadata.java | 63 /** The property key, included in comments, which references a list footer layout */ 338 String footer = getProperty(editor, xmlNode, KEY_LV_FOOTER); local 340 if (layout != null || header != null || footer != null) { 364 if (footer != null) { 365 boolean isFramework = footer.startsWith(ANDROID_LAYOUT_PREFIX); 366 binding.addFooter(new ResourceReference(stripLayoutPrefix(footer),
|
/packages/apps/KeyChain/src/com/android/keychain/ |
KeyChainActivity.java | 159 View footer = View.inflate(this, R.layout.cert_chooser_footer, null); local 163 lv.addFooterView(footer, null, false); 245 TextView installText = (TextView) footer.findViewById(R.id.cert_chooser_install_message); 248 Button installButton = (Button) footer.findViewById(R.id.cert_chooser_install_button);
|
/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);
|
/external/clang/docs/ |
Makefile | 30 DOXYFILES := doxygen.cfg.in doxygen.css doxygen.footer doxygen.header \
|
/external/qemu/proxy/ |
proxy_http_connector.c | 60 stralloc_add_bytes(str, service->footer, service->footer_len);
|
/external/webkit/LayoutTests/fast/events/touch/script-tests/ |
basic-multi-touch-events-limited.js | 22 // footer message.
|
basic-multi-touch-events.js | 22 // footer message.
|
basic-single-touch-events.js | 22 // footer message.
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/ |
ContactFragment.java | 647 public TextView footer; field in class:ContactFragment.ViewCache 682 views.footer = (TextView) v.findViewById(R.id.footer); 729 // Set the footer 731 views.footer.setText(entry.footerLine); 732 views.footer.setVisibility(View.VISIBLE); 734 views.footer.setVisibility(View.GONE);
|
/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...] |
/external/doclava/res/assets/templates/assets/ |
doclava-developer-core.css | 452 /* FOOTER */ 454 #footer { 462 #footer a { 467 #footer a:hover {
|
/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_INVOKE_METHOD_NATIVE.S | 78 ldr r1, .LdvmJitToInterpTraceSelectNoChain @ defined in footer.S
|
footer.S | 66 ldr r1, .LdvmJitToInterpTraceSelectNoChain @ defined in footer.S
|
/external/webkit/LayoutTests/dom/html/level2/html/ |
HTMLTableElement22.js | 78 The createTFoot() method creates a table footer row or returns
|
HTMLTableElement23.js | 78 The createTFoot() method creates a table footer row or returns
|
HTMLTableElement24.js | 78 The deleteTFoot() method deletes the footer from the table.
|
/external/webkit/LayoutTests/dom/xhtml/level2/html/ |
HTMLTableElement22.js | 78 The createTFoot() method creates a table footer row or returns
|
HTMLTableElement23.js | 78 The createTFoot() method creates a table footer row or returns
|
HTMLTableElement24.js | 78 The deleteTFoot() method deletes the footer from the table.
|