/external/libogg/doc/libogg/ |
Makefile.am | 5 doc_DATA = bitpacking.html datastructures.html decoding.html encoding.html\ 6 general.html index.html ogg_packet.html ogg_packet_clear.html\ 7 ogg_page.html ogg_page_bos.html ogg_page_checksum_set.html [all...] |
/external/libvorbis/doc/vorbisfile/ |
Makefile.am | 5 doc_DATA = OggVorbis_File.html callbacks.html chaining_example_c.html\ 6 chainingexample.html crosslap.html datastructures.html decoding.html\ 7 example.html exampleindex.html fileinfo.html index.html [all...] |
/external/libvorbis/doc/vorbisenc/ |
Makefile.am | 5 doc_DATA = changes.html examples.html index.html ov_ectl_ratemanage2_arg.html \ 6 ov_ectl_ratemanage_arg.html overview.html reference.html style.css\ 7 vorbis_encode_ctl.html vorbis_encode_init.html vorbis_encode_setup_init.html \ [all...] |
/frameworks/wilhelm/doc/ |
Makefile | 0 html/index.html : Doxyfile clean 5 $(RM) -r html
|
/external/nanopb-c/docs/ |
Makefile | 1 all: index.html concepts.html reference.html security.html \ 7 %.html: %.rst
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/ |
network_ui.cc | 61 content::WebUIDataSource* html = local 63 html->SetUseJsonJSFormatV2(); 65 html->AddLocalizedString("titleText", IDS_NETWORK_TITLE); 66 html->AddLocalizedString("autoRefreshText", IDS_NETWORK_AUTO_REFRESH); 67 html->AddLocalizedString("logRefreshText", IDS_NETWORK_LOG_REFRESH); 68 html->AddLocalizedString("logLevelShowText", IDS_NETWORK_LOG_LEVEL_SHOW); 69 html->AddLocalizedString("logLevelErrorText", IDS_NETWORK_LOG_LEVEL_ERROR); 70 html->AddLocalizedString("logLevelUserText", IDS_NETWORK_LOG_LEVEL_USER); 71 html->AddLocalizedString("logLevelEventText", IDS_NETWORK_LOG_LEVEL_EVENT); 72 html->AddLocalizedString("logLevelDebugText", IDS_NETWORK_LOG_LEVEL_DEBUG) [all...] |
/external/chromium_org/ppapi/c/documentation/ |
removefilesC.sh | 6 rm annotated.html 8 rm classes.html 11 rm functions*.html 12 rm globals_0x*.html 13 rm globals.html 14 rm globals_enum.html 15 rm globals_eval.html 16 rm globals_func.html 17 rm globals_type.html 18 rm globals_vars.html [all...] |
/cts/tools/signature-tools/src/signature/io/html/ |
IEmitter.java | 17 package signature.io.html;
|
/external/chromium_org/native_client_sdk/src/web/ |
update.sh | 2 for file in index.html manifest.html; do
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
TokenStream.java | 29 package org.owasp.html;
|
package-info.java | 30 * An efficient {@link org.owasp.html.HtmlSanitizer HtmlSanitizer} 32 * {@link org.owasp.html.HtmlPolicyBuilder HtmlPolicyBuilder}. 37 package org.owasp.html;
|
/external/libogg/doc/ |
Makefile.am | 7 doc_DATA = framing.html index.html oggstream.html ogg-multiplex.html \ 9 rfc3533.txt rfc5334.txt skeleton.html
|
/external/markdown/markdown/ |
postprocessors.py | 33 takes the html document as a single text string and returns a 41 """ Restore raw html to the document. """ 44 """ Iterate over html stash and restore "safe" html. """ 46 html, safe = self.markdown.htmlStash.rawHtmlBlocks[i] 49 html = self.escape(html) 51 html = '' 53 html = markdown.HTML_REMOVED_TEXT 57 html + "\n" [all...] |
/frameworks/support/v4/jellybean/android/support/v4/app/ |
ShareCompatJB.java | 19 import android.text.Html; 22 public static String escapeHtml(CharSequence html) { 23 return Html.escapeHtml(html);
|
/external/chromium_org/ppapi/cpp/documentation/ |
removefilesCPP.sh | 7 rm annotated.html 9 rm classes.html 14 rm index_8dox.html 15 rm namespacemembers.html 16 rm namespacemembers_func.html 17 rm namespaces.html 29 rm index.html 31 rm hierarchy.html
|
/external/emma/core/java12/com/vladium/emma/report/html/doc/ |
IContent.java | 5 * and is available at http://www.eclipse.org/legal/cpl-v10.html 9 package com.vladium.emma.report.html.doc;
|
/external/chromium_org/chrome/browser/resources/options/ |
options_settings_app.css | 8 html.settings-app body.uber-frame { 17 html.settings-app body.uber-frame section { 20 html.settings-app body.uber-frame section > h3 { 25 html.settings-app body.uber-frame header { 30 html.settings-app #content-settings-page .content-area { 39 html.settings-app .language-options-left { 44 html.settings-app .language-options-right {
|
/external/chromium_org/tools/grit/grit/gather/ |
chrome_html_unittest.py | 26 '''Standardizes the newline format and png mime type in Html text.''' 38 'index.html': ''' 39 <!DOCTYPE HTML> 40 <html> 47 </html> 63 html = chrome_html.ChromeHtml(tmp_dir.GetPath('index.html')) 64 html.SetDefines({'scale_factors': '1.4x,1.8x'}) 65 html.SetAttributes({'flattenhtml': 'true'}) 66 html.Parse( [all...] |
tr_html_unittest.py | 203 '''<a href='http://desktop.google.com/whatsnew.html?hl=[$~LANG~$]'>''' 240 '''html?hl=[LANG_CODE]'>Privacy Policy</A> and <A HREF='http://desktop''' 241 '''.google.com/privacyfaq.html?hl=[LANG_CODE]'>Privacy FAQ</A> online.''') 251 <A HREF='http://desktop.google.com/privacypolicy.html?hl=[LANG_CODE]'>Privacy Policy</A> 252 and <A HREF='http://desktop.google.com/privacyfaq.html?hl=[LANG_CODE]'>Privacy FAQ</A> online.''') 265 html = tr_html.TrHtml(StringIO.StringIO('')) 266 self.failUnlessEqual(html.fold_whitespace_, False) 267 html.SetAttributes({}) 268 self.failUnlessEqual(html.fold_whitespace_, False) 269 html.SetAttributes({'fold_whitespace': 'false'} [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/ |
proxy_settings.css | 7 html { 35 html[highlight=strong] input[type='button']:focus, 36 html[highlight=strong] input[type='checkbox']:focus, 37 html[highlight=strong] input[type='radio']:focus, 38 html[highlight=strong] input[type='text']:focus, 39 html[highlight=strong] input[type='url']:focus, 40 html[highlight=strong] button:focus, 41 html[highlight=strong] list:focus { 45 html[highlight=strong] #network-proxy-tab {
|
/external/chromium_org/third_party/markdown/ |
postprocessors.py | 73 takes the html document as a single text string and returns a 81 """ Restore raw html to the document. """ 84 """ Iterate over html stash and restore "safe" html. """ 86 html, safe = self.markdown.htmlStash.rawHtmlBlocks[i] 89 html = self.escape(html) 91 html = '' 93 html = self.markdown.html_replacement_text 94 if self.isblocklevel(html) and (safe or not self.markdown.safeMode) [all...] |
/frameworks/base/docs/html/ |
jd_collections.js | 5 "training/building-wearables.html", 6 "training/material/index.html", 7 "sdk/installing/studio.html" 37 "http://android-developers.blogspot.com/2013/11/app-translation-service-now-available.html", 38 "http://android-developers.blogspot.com/2013/10/more-visibility-for-tablet-apps-in.html", 39 "http://android-developers.blogspot.com/2013/11/bring-your-apps-into-classroom-with.html", 40 "distribute/essentials/quality/tablets.html", 41 "distribute/users/build-buzz.html", 42 "distribute/monetize/premium.html", 43 "distribute/monetize/freemium.html", [all...] |
/external/iputils/doc/ |
Makefile | 2 HTMLFILES=$(subst .sgml,.html,$(SGMLFILES)) index.html 5 all: html 7 html: $(HTMLFILES) iputils.html 18 @set -e; cd tmp.db2html; docbook2html ../$< ; mv *.html .. 21 iputils.html: iputils.db 24 @set -e; cd tmp.db2html; docbook2html -u -o html ../$< ; mv html/$@ .. 37 @rm -rf $(MANFILES) $(HTMLFILES) iputils.html tmp.db2html tmp.db2ma [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/ |
build.properties | 6 # http://www.eclipse.org/legal/epl-v10.html 12 bin.includes = about.html,\ 16 readme.html,\ 19 html/,\
|
/external/chromium_org/chrome/browser/resources/ntp4/ |
new_guest_tab_theme.css | 6 html { 20 html[bookmarkbarattached='true'] {
|