Searched refs:write (Results 1 - 25 of 2480) 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/dexmaker/src/dx/java/com/android/dx/io/instructions/
H A DCodeOutput.java26 public void write(short codeUnit); method in interface:CodeOutput
31 public void write(short u0, short u1); method in interface:CodeOutput
36 public void write(short u0, short u1, short u2); method in interface:CodeOutput
41 public void write(short u0, short u1, short u2, short u3); method in interface:CodeOutput
46 public void write(short u0, short u1, short u2, short u3, short u4); method in interface:CodeOutput
61 public void write(byte[] data); method in interface:CodeOutput
66 public void write(short[] data); method in interface:CodeOutput
71 public void write(int[] data); method in interface:CodeOutput
76 public void write(long[] data); method in interface:CodeOutput
H A DShortArrayCodeOutput.java24 /** array to write to */
57 public void write(short codeUnit) { method in class:ShortArrayCodeOutput
63 public void write(short u0, short u1) { method in class:ShortArrayCodeOutput
64 write(u0);
65 write(u1);
69 public void write(short u0, short u1, short u2) { method in class:ShortArrayCodeOutput
70 write(u0);
71 write(u1);
72 write(u2);
76 public void write(shor method in class:ShortArrayCodeOutput
84 public void write(short u0, short u1, short u2, short u3, short u4) { method in class:ShortArrayCodeOutput
107 public void write(byte[] data) { method in class:ShortArrayCodeOutput
127 public void write(short[] data) { method in class:ShortArrayCodeOutput
134 public void write(int[] data) { method in class:ShortArrayCodeOutput
141 public void write(long[] data) { method in class:ShortArrayCodeOutput
[all...]
/external/skia/platform_tools/android/gyp_gen/
H A Dgenerate_user_config.py66 dst.write(AUTOGEN_WARNING)
77 dst.write('\n// Android defines:\n')
78 dst.write('#ifndef ' + BUILD_GUARD + '\n')
79 dst.write('#define ' + BUILD_GUARD + '\n')
84 dst.write('#ifdef ANDROID\n')
85 dst.write(' #include <utils/misc.h>\n')
86 dst.write('#endif\n\n')
88 dst.write('#if __BYTE_ORDER == __BIG_ENDIAN\n')
89 dst.write(' #define SK_CPU_BENDIAN\n')
90 dst.write(' #unde
[all...]
H A Dmakefile_writer.py34 f.write(' \\\n\t'.join(items_to_write))
36 f.write('\n\n')
40 """Helper function to write all the members of var_dict to the makefile.
153 f.write('LOCAL_PATH:= $(call my-dir)\n')
161 f.write('include $(CLEAR_VARS)\n')
164 """Given all the variables, write the final make file.
167 target_dir: The full path to the directory to write Android.mk, or None
181 f.write(AUTOGEN_WARNING)
182 f.write('BASE_PATH := $(call my-dir)\n')
185 f.write(DEBUGGING_HEL
[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/jetty/src/java/org/eclipse/jetty/util/
H A DMultiPartWriter.java67 out.write(__CRLF);
68 out.write(__DASHDASH);
69 out.write(boundary);
70 out.write(__DASHDASH);
71 out.write(__CRLF);
89 out.write(__CRLF);
90 out.write(__DASHDASH);
91 out.write(boundary);
92 out.write(__CRLF);
93 out.write("Conten
[all...]
H A DMultiPartOutputStream.java72 out.write(__CRLF);
73 out.write(__DASHDASH);
74 out.write(boundaryBytes);
75 out.write(__DASHDASH);
76 out.write(__CRLF);
96 out.write(__CRLF);
98 out.write(__DASHDASH);
99 out.write(boundaryBytes);
100 out.write(__CRLF);
102 out.write(("Conten
132 public void write(byte[] b, int off, int len) throws IOException method in class:MultiPartOutputStream
[all...]
/external/selinux/libsepol/tests/policies/test-expander/
H A Duser-module.conf4 class file {read write};
/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/lldb/utils/vim-lldb/python-vim-lldb/
H A Dplugin.py10 sys.stderr.write("Unable to load vim/lldb module. Check lldb is on the path is available (or LLDB is set) and that script is invoked inside Vim with :pyfile")
/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');
/external/llvm/include/llvm/Support/
H A DEndianStream.h25 /// Adapter to write values to a stream in a particular byte order.
29 template <typename value_type> void write(value_type Val) { function in struct:llvm::support::endian::Writer
31 OS.write((const char *)&Val, sizeof(value_type));
37 inline void Writer<little>::write<float>(float Val) { function in class:llvm::support::endian::Writer
38 write(FloatToBits(Val));
43 inline void Writer<little>::write<double>(double Val) { function in class:llvm::support::endian::Writer
44 write(DoubleToBits(Val));
49 inline void Writer<big>::write<float>(float Val) { function in class:llvm::support::endian::Writer
50 write(FloatToBits(Val));
55 inline void Writer<big>::write<doubl function in class:llvm::support::endian::Writer
[all...]
/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/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/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/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/
H A DBinaryOutputCapsule.java72 public void write(byte value, String name, byte defVal) throws IOException { method in class:BinaryOutputCapsule
76 write(value);
79 public void write(byte[] value, String name, byte[] defVal) method in class:BinaryOutputCapsule
84 write(value);
87 public void write(byte[][] value, String name, byte[][] defVal) method in class:BinaryOutputCapsule
92 write(value);
95 public void write(int value, String name, int defVal) throws IOException { method in class:BinaryOutputCapsule
99 write(value);
102 public void write(int[] value, String name, int[] defVal) method in class:BinaryOutputCapsule
107 write(valu
110 public void write(int[][] value, String name, int[][] defVal) method in class:BinaryOutputCapsule
118 public void write(float value, String name, float defVal) method in class:BinaryOutputCapsule
126 public void write(float[] value, String name, float[] defVal) method in class:BinaryOutputCapsule
134 public void write(float[][] value, String name, float[][] defVal) method in class:BinaryOutputCapsule
142 public void write(double value, String name, double defVal) method in class:BinaryOutputCapsule
150 public void write(double[] value, String name, double[] defVal) method in class:BinaryOutputCapsule
158 public void write(double[][] value, String name, double[][] defVal) method in class:BinaryOutputCapsule
166 public void write(long value, String name, long defVal) throws IOException { method in class:BinaryOutputCapsule
173 public void write(long[] value, String name, long[] defVal) method in class:BinaryOutputCapsule
181 public void write(long[][] value, String name, long[][] defVal) method in class:BinaryOutputCapsule
189 public void write(short value, String name, short defVal) method in class:BinaryOutputCapsule
197 public void write(short[] value, String name, short[] defVal) method in class:BinaryOutputCapsule
205 public void write(short[][] value, String name, short[][] defVal) method in class:BinaryOutputCapsule
213 public void write(boolean value, String name, boolean defVal) method in class:BinaryOutputCapsule
221 public void write(boolean[] value, String name, boolean[] defVal) method in class:BinaryOutputCapsule
229 public void write(boolean[][] value, String name, boolean[][] defVal) method in class:BinaryOutputCapsule
237 public void write(String value, String name, String defVal) method in class:BinaryOutputCapsule
245 public void write(String[] value, String name, String[] defVal) method in class:BinaryOutputCapsule
253 public void write(String[][] value, String name, String[][] defVal) method in class:BinaryOutputCapsule
261 public void write(BitSet value, String name, BitSet defVal) method in class:BinaryOutputCapsule
269 public void write(Savable object, String name, Savable defVal) method in class:BinaryOutputCapsule
277 public void write(Savable[] objects, String name, Savable[] defVal) method in class:BinaryOutputCapsule
285 public void write(Savable[][] objects, String name, Savable[][] defVal) method in class:BinaryOutputCapsule
293 public void write(FloatBuffer value, String name, FloatBuffer defVal) method in class:BinaryOutputCapsule
301 public void write(IntBuffer value, String name, IntBuffer defVal) method in class:BinaryOutputCapsule
309 public void write(ByteBuffer value, String name, ByteBuffer defVal) method in class:BinaryOutputCapsule
317 public void write(ShortBuffer value, String name, ShortBuffer defVal) method in class:BinaryOutputCapsule
437 protected void write(byte value) throws IOException { method in class:BinaryOutputCapsule
445 protected void write(byte[] value) throws IOException { method in class:BinaryOutputCapsule
454 protected void write(byte[][] value) throws IOException { method in class:BinaryOutputCapsule
466 protected void write(int value) throws IOException { method in class:BinaryOutputCapsule
479 protected void write(int[] value) throws IOException { method in class:BinaryOutputCapsule
489 protected void write(int[][] value) throws IOException { method in class:BinaryOutputCapsule
501 protected void write(float value) throws IOException { method in class:BinaryOutputCapsule
510 protected void write(float[] value) throws IOException { method in class:BinaryOutputCapsule
520 protected void write(float[][] value) throws IOException { method in class:BinaryOutputCapsule
532 protected void write(double value) throws IOException { method in class:BinaryOutputCapsule
536 protected void write(double[] value) throws IOException { method in class:BinaryOutputCapsule
546 protected void write(double[][] value) throws IOException { method in class:BinaryOutputCapsule
558 protected void write(long value) throws IOException { method in class:BinaryOutputCapsule
562 protected void write(long[] value) throws IOException { method in class:BinaryOutputCapsule
572 protected void write(long[][] value) throws IOException { method in class:BinaryOutputCapsule
584 protected void write(short value) throws IOException { method in class:BinaryOutputCapsule
595 protected void write(short[] value) throws IOException { method in class:BinaryOutputCapsule
605 protected void write(short[][] value) throws IOException { method in class:BinaryOutputCapsule
617 protected void write(boolean value) throws IOException { method in class:BinaryOutputCapsule
621 protected void write(boolean[] value) throws IOException { method in class:BinaryOutputCapsule
631 protected void write(boolean[][] value) throws IOException { method in class:BinaryOutputCapsule
643 protected void write(String value) throws IOException { method in class:BinaryOutputCapsule
654 protected void write(String[] value) throws IOException { method in class:BinaryOutputCapsule
664 protected void write(String[][] value) throws IOException { method in class:BinaryOutputCapsule
676 protected void write(BitSet value) throws IOException { method in class:BinaryOutputCapsule
716 protected void write(Savable object) throws IOException { method in class:BinaryOutputCapsule
727 protected void write(Savable[] objects) throws IOException { method in class:BinaryOutputCapsule
738 protected void write(Savable[][] objects) throws IOException { method in class:BinaryOutputCapsule
872 protected void write(FloatBuffer value) throws IOException { method in class:BinaryOutputCapsule
888 protected void write(IntBuffer value) throws IOException { method in class:BinaryOutputCapsule
905 protected void write(ByteBuffer value) throws IOException { method in class:BinaryOutputCapsule
921 protected void write(ShortBuffer value) throws IOException { method in class:BinaryOutputCapsule
935 public void write(Enum value, String name, Enum defVal) throws IOException { method in class:BinaryOutputCapsule
[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 666 milliseconds

1234567891011>>