Searched refs:write (Results 1 - 25 of 3621) sorted by relevance

1234567891011>>

/external/slf4j/slf4j-site/src/site/pages/templates/
H A Dleft.js1 document.write('<div class="menuGroup">');
2 document.write(' <p class="menu_header">SLF4J Project</p>');
3 document.write(' <a href="index.html">Introduction</a>');
4 document.write(' <a href="download.html">Download</a>');
5 document.write(' <a href="docs.html">Documentation</a>');
6 document.write(' <a href="license.html">License</a>');
7 document.write(' <a href="news.html">News</a>');
9 document.write(' <p class="menu_header">Support</p>');
11 document.write(' <a href="mailing-lists.html">Mailing Lists</a>');
12 document.write(' <
[all...]
H A Dheader.js2 document.write('<table width="100%" border="0"><tr>');
3 document.write('<td><a href="http://www.slf4j.org/">');
4 document.write('<img src="' + prefix + 'images/logos/slf4j-logo.jpg" alt="" border="0"/>');
5 document.write('</a></td>')
7 //document.write('<td align="right"><a id="job" href="http://logback.qos.ch/job.html">');
8 //document.write('<img src="' + prefix + 'images/myjob.png" alt="" border="0"/>');
9 //document.write('</a></td>')
11 document.write('</tr></table>');
12 document.write('<div id="breadcrumbs"></div>')
H A Dfooter.js2 document.write('<table class="footer" border="0">')
4 document.write('<tr>')
6 document.write(' <td valign="top" align="left">Copyright &copy; 2004-2015 <a href="http://www.qos.ch/">QOS.ch</a></td>')
8 //document.write(' <td rowspan="2">');
9 //document.write(' <a href="http://twitter.com/qos_ch">');
10 //document.write(' <img alt="Follow @qos_ch" src="images/follow_us.png" />');
11 //document.write(' </a>');
12 //document.write(' </td>');
15 document.write('</tr>')
19 document.write('<t
[all...]
/external/v8/
H A Dgenmakefiles.py36 out.write(_makefileCommonHeader(module_name))
37 out.write('LOCAL_MODULE_CLASS := STATIC_LIBRARIES\n')
39 out.write('LOCAL_SRC_FILES := \\\n')
41 out.write(_makefileSources(sources))
43 out.write('LOCAL_C_INCLUDES := \\\n')
44 out.write('\t$(LOCAL_PATH)/src \\\n')
45 out.write('\t$(LOCAL_PATH)/include\n')
47 out.write('include $(BUILD_STATIC_LIBRARY)\n')
54 out.write(_makefileCommonHeader('v8mkpeephole'))
55 out.write('LOCAL_SRC_FILE
[all...]
/external/javassist/sample/evolve/sample/evolve/
H A DWebPage.java13 out.write("<H2>Current Time:</H2>");
15 out.write("<CENTER><H3><FONT color=\"blue\">");
16 out.write(c.getTime().toString());
17 out.write("</FONT></H3></CENTER><HR>");
18 out.write("<P><A HREF=\"demo.html\">Return to the home page.</A>");
/external/selinux/libsepol/tests/policies/test-expander/
H A Duser-module.conf4 class file {read write};
/external/curl/packages/vms/
H A Dgenerate_config_vms_h_curl.com116 $ write sys$output "NOTICE: A LIBIDN port has been detected."
117 $ write sys$output " This port of curl for VMS has not been tested with it."
124 $ write sys$output " LIBIDN support is not enabled."
125 $ write sys$output "Run with the ""libidn"" parameter to attempt to use."
127 $ write sys$output " Untested LIBIDN support requested."
135 $ write sys$output "NOTICE: A LIBSSH2 port has been detected."
136 $ write sys$output " This port of curl for VMS has not been tested with it."
143 $ write sys$output " LIBSSH2 support is not enabled."
144 $ write sys$output "Run with the ""libssh2"" parameter to attempt to use."
146 $ write sy
[all...]
H A Dconfig_h.com88 $ write sys$output "Found existing custom file ''file'."
91 $ write sys$output "Creating new sys$disk:[]config_vms.h for you."
162 $ write sys$output "Can not find sys$disk:config.h.in"
165 $ write/symbol sys$output line_out
168 $ write sys$output "Also looked in PRJ_INCLUDE: for these files."
171 $ write tf ""
172 $ write tf -
174 $ write tf -
176 $ write tf -
180 $ write t
[all...]
/external/xmlwriter/src/org/jheer/
H A DXMLWriter.java46 * [Print]FileWriter to write the XML to. Call the {@link #begin()} or
67 * @param out the FileWriter to write the XML to
76 * @param out the FileWriter to write the XML to
87 * Write <em>unescaped</em> text into the XML file. To write
89 * @param s the text to write. This String will not be escaped.
91 public void write(String s) throws IOException { method in class:XMLWriter
92 m_out.write(s);
97 * a newline. To write escaped text, use the {@link #content(String)}
99 * @param s the text to write. This String will not be escaped.
102 m_out.write(
[all...]
/external/selinux/libsepol/tests/policies/test-deps/
H A Dmodreq-bool-global.conf5 class file { read write };
14 allow a_t b_t : file { read write };
H A Dmodreq-type-global.conf5 class file { read write };
12 allow test_t type_req_t : file { read write };
H A Dmodreq-type-opt.conf5 class file { read write };
15 allow type_req_t file_t : file { read write };
/external/smali/baksmali/src/main/java/org/jf/baksmali/Renderers/
H A DShortRenderer.java38 writer.write("-0x");
40 writer.write('s');
42 writer.write("0x");
44 writer.write('s');
H A DByteRenderer.java38 writer.write("-0x");
40 writer.write('t');
42 writer.write("0x");
44 writer.write('t');
49 writer.write("0x");
51 writer.write('t');
H A DLongRenderer.java38 writer.write("-0x");
40 writer.write('L');
42 writer.write("0x");
44 writer.write('L');
50 writer.write("-0x");
53 writer.write('L');
56 writer.write("0x");
59 writer.write('L');
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DWriterChain.java33 * write(int val)
34 * write(char[] chars)
35 * write(char[] chars, int start, int count)
36 * write(String chars)
37 * write(String chars, int start, int count)
54 public void write(int val) throws IOException; method in interface:WriterChain
56 public void write(char[] chars) throws IOException; method in interface:WriterChain
58 public void write(char[] chars, int start, int count) throws IOException; method in interface:WriterChain
60 public void write(String chars) throws IOException; method in interface:WriterChain
62 public void write(Strin method in interface:WriterChain
[all...]
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/csv/
H A DDelimitedWriterTest.java45 writer.write("test");
51 writer.write("value,1");
57 writer.write("\",\"");
63 writer.write(new String[] {});
69 writer.write("header1", "header2", "header3");
75 writer.write("test1");
76 writer.write("test2");
82 writer.write("test1");
83 writer.write("test2");
85 writer.write("test
[all...]
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
H A DSyntheticAccessCommentMethodItem.java52 writer.write("# ");
55 writer.write("invokes: ");
58 writer.write("getter for: ");
61 writer.write("setter for: ");
64 writer.write("++operator for: ");
67 writer.write("operator++ for: ");
70 writer.write("--operator for: ");
73 writer.write("operator-- for: ");
76 writer.write("+= operator for: ");
79 writer.write("
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/
H A DTeeOutputStream.java28 public void write(byte[] buf) method in class:TeeOutputStream
31 this.output1.write(buf);
32 this.output2.write(buf);
35 public void write(byte[] buf, int off, int len) method in class:TeeOutputStream
38 this.output1.write(buf, off, len);
39 this.output2.write(buf, off, len);
42 public void write(int b) method in class:TeeOutputStream
45 this.output1.write(b);
46 this.output2.write(b);
/external/archive-patcher/shared/src/main/java/com/google/archivepatcher/shared/
H A DCountingOutputStream.java47 public void write(int b) throws IOException { method in class:CountingOutputStream
49 out.write(b);
53 public void write(byte[] b) throws IOException { method in class:CountingOutputStream
55 out.write(b);
59 public void write(byte[] b, int off, int len) throws IOException { method in class:CountingOutputStream
61 out.write(b, off, len);
/external/lzma/Java/Tukaani/src/org/tukaani/xz/
H A DFinishableWrapperOutputStream.java36 * Calls {@link java.io.OutputStream#write(int) out.write(b)}.
38 public void write(int b) throws IOException { method in class:FinishableWrapperOutputStream
39 out.write(b);
43 * Calls {@link java.io.OutputStream#write(byte[]) out.write(buf)}.
45 public void write(byte[] buf) throws IOException { method in class:FinishableWrapperOutputStream
46 out.write(buf);
50 * Calls {@link java.io.OutputStream#write(byte[],int,int)
51 out.write(bu
53 public void write(byte[] buf, int off, int len) throws IOException { method in class:FinishableWrapperOutputStream
[all...]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DCountOutputStream.java41 * @see java.io.OutputStream#write(byte[], int, int)
43 public void write(byte[] buf, int off, int len) throws IOException method in class:CountOutputStream
45 out.write(buf, off, len);
52 * @see java.io.OutputStream#write(byte[])
54 public void write(byte[] buf) throws IOException method in class:CountOutputStream
56 out.write(buf);
63 * @see java.io.OutputStream#write(int)
65 public void write(int b) throws IOException method in class:CountOutputStream
67 out.write(b);
/external/skia/gn/
H A Dgn_to_cmake.py62 out.write('set("')
63 out.write(CMakeStringEscape(variable_name))
64 out.write('" "')
65 out.write(CMakeStringEscape(value))
66 out.write('")\n')
75 out.write('list(APPEND "')
76 out.write(CMakeStringEscape(variable_name))
77 out.write('"\n "')
78 out.write('"\n "'.join([CMakeStringEscape(value) for value in values]))
79 out.write('")\
[all...]
H A Dfind_headers.py12 # then write them to skia.h with a small blacklist.
14 # We'll also write skia.h.deps, which Ninja uses to track dependencies. It's the
38 f.write('// skia.h generated by GN.\n')
39 f.write('#ifndef skia_h_DEFINED\n')
40 f.write('#define skia_h_DEFINED\n')
42 f.write('#include "' + h + '"\n')
43 f.write('#endif//skia_h_DEFINED\n')
46 f.write(skia_h + ':')
48 f.write(' ' + h)
49 f.write('\
[all...]
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dasan_preload_test-2.cc13 extern "C" ssize_t write(int fd, const void *buf, size_t count);
17 write(1, p, 2);

Completed in 525 milliseconds

1234567891011>>