/external/doclava/res/assets/templates/ |
sample.cs | 26 <?cs include:"footer.cs" ?>
|
hierarchy.cs | 60 <?cs include:"footer.cs" ?>
|
/external/libvpx/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 />
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/ |
SystraceOutputParser.java | 132 String footer = mHtmlSuffix; local 133 return header + html_out + footer;
|
/bootable/recovery/ |
verifier_test.sh | 103 expect_fail alter-footer.zip
|
/external/chromium-trace/trace-viewer/third_party/gl-matrix/jsdoc-template/static/ |
default.css | 347 footer { 361 header, section, footer {
|
/external/chromium_org/third_party/devscripts/ |
licensecheck.pl | 310 # If no license in header, check footer (slow, because read file backwards) 311 # Need for instance for Perl files, which often use the footer 313 my $footer = ''; 318 $footer .= $_; 321 print qq(----- $file footer -----\n$header----- end footer -----\n\n) 323 remove_comments($footer); 324 $license = parselicense($footer);
|
/external/llvm/lib/CodeGen/ |
AggressiveAntiDepBreaker.h | 172 const char *header =NULL, const char *footer =NULL);
|
/external/open-vcdiff/gflags/src/ |
gflags_completions.cc | 147 const string &footer, 516 const char* footer; member in struct:__anon23943::DisplayInfoGroup 524 if (strlen(footer) > 0) { 544 // nonempty group, there will be ~3 lines of header & footer, plus all 625 string(it->footer), // footer 667 const string &footer, 689 if (!footer.empty()) { 692 completions->push_back(line_indentation + footer);
|
/external/chromium_org/chrome/browser/resources/extensions/ |
extensions.css | 109 #footer-section { 114 html[dir=rtl] #footer-section { 118 #footer-section > a { 128 .loading #footer-section, 130 .empty-extension-list ~ #footer-section {
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/ |
style.css | 56 #indexfile #footer { 60 #pyfile #footer { 64 #footer .content {
|
/prebuilts/misc/common/commons-cli/ |
commons-cli-1.2.jar | |
/external/chromium_org/ash/system/tray/ |
tray_details_view_unittest.cc | 44 footer()->content()->RequestFocus();
|
/packages/apps/KeyChain/src/com/android/keychain/ |
KeyChainActivity.java | 154 View footer = View.inflate(this, R.layout.cert_chooser_footer, null); local 158 lv.addFooterView(footer, null, false); 247 TextView installText = (TextView) footer.findViewById(R.id.cert_chooser_install_message); 250 Button installButton = (Button) footer.findViewById(R.id.cert_chooser_install_button);
|
/external/chromium_org/chrome/browser/ui/app_modal_dialogs/ |
javascript_dialog_manager.cc | 209 const base::string16 footer = l10n_util::GetStringUTF16(is_reload ? local 212 base::string16 full_message = message_text + ASCIIToUTF16("\n\n") + footer;
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/ |
uber_shared.css | 90 body.uber-frame footer {
|
/external/chromium_org/v8/tools/ |
gen-postmortem-metadata.py | 177 footer = ''' 483 out.write(footer);
|
/external/libexif/doc/ |
Makefile.am | 98 EXTRA_DIST = Doxyfile.in Doxyfile-internals.in footer.html README.apidocs $(HTML_APIDOC_DIR).tar.gz
|
/external/libvorbis/doc/ |
footer.tex | 6 \includegraphics{xifish} \label{footer}
|
/external/v8/tools/ |
gen-postmortem-metadata.py | 167 footer = ''' 473 out.write(footer);
|
/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/chromium_org/ash/system/bluetooth/ |
tray_bluetooth.cc | 205 footer()->AddThrobber(throbber_); 221 footer()->AddButton(toggle_bluetooth_); 355 if (sender == footer()->content()) {
|
/external/skia/tests/ |
PDFPrimitivesTest.cpp | 93 static char footer[] = "\nendobj\n"; local 94 static size_t footerLen = strlen(footer); 109 footer, footerLen));
|
/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);
|