HomeSort by relevance Sort by last modified time
    Searched refs:html (Results 1 - 25 of 2138) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/
Makefile 2 exec perl mklistpage.pl > menubody.html
3 cat menuhead.html menubody.html menufoot.html > menu.html
mklistpage.pl 34 # Creates the meat of a test suite manager page, requites menuhead.html and menufoot.html
42 local $html = ""; # html output
48 print ($html);
61 $html .= "<h3>Test Suites:</h3>\n";
62 $html .= "<center>\n";
63 $html .= " <input type='button' value='Select All' " .
65 $html .= " <input type='button' value='Select None' " .
69 $html .= "<table border='1'>\n"
    [all...]
  /frameworks/wilhelm/doc/
Makefile 0 html/index.html : Doxyfile clean
5 $(RM) -r html
  /external/webkit/Source/WebCore/html/canvas/
WebGLBuffer.idl 26 module html {
WebGLFramebuffer.idl 26 module html {
WebGLProgram.idl 26 module html {
WebGLRenderbuffer.idl 26 module html {
WebGLShader.idl 26 module html {
WebGLTexture.idl 26 module html {
WebGLUniformLocation.idl 27 module html {
WebGLVertexArrayObjectOES.idl 26 module html {
OESTextureFloat.idl 26 module html {
  /external/webkit/Source/WebCore/html/
HTMLAudioElement.idl 26 module html {
HTMLDListElement.idl 20 module html {
HTMLDetailsElement.idl 20 module html {
HTMLDirectoryElement.idl 20 module html {
HTMLMenuElement.idl 20 module html {
TextMetrics.idl 26 module html {
VoidCallback.idl 26 module html {
  /cts/tools/signature-tools/src/signature/io/html/
IEmitter.java 17 package signature.io.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...]

Completed in 1590 milliseconds

1 2 3 4 5 6 7 8 91011>>