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

1234567891011>>

/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
H A Dbuilders_jsonp_for_file_urls.js32 document.write('<script src="http://test-results.appspot.com/builders?callback=LOAD_BUILDBOT_DATA"></scr' + 'ipt>');
/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/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/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/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
H A DDebugMethodItem.java52 writer.write(".line ");
57 writer.write(".prologue");
61 writer.write(".epilogue");
67 writer.write(".local ");
69 writer.write(", ");
70 writer.write(name.getStringValue());
71 writer.write(':');
72 writer.write(type.getTypeDescriptor());
74 writer.write(",\"");
75 writer.write(signatur
[all...]
/external/chromium_org/tools/gyp/test/actions/src/subdir2/
H A Dmake-file.py11 open(sys.argv[1], 'wb').write(contents)
/external/chromium_org/tools/gyp/test/actions-subdir/src/
H A Dmake-file.py11 open(sys.argv[1], 'wb').write(contents)
/external/chromium_org/tools/gyp/test/actions-subdir/src/subdir/
H A Dmake-subdir-file.py11 open(sys.argv[1], 'wb').write(contents)
/external/chromium_org/tools/gyp/test/generator-output/actions/subdir2/
H A Dmake-file.py11 open(sys.argv[1], 'wb').write(contents)
/external/chromium_org/tools/gyp/test/msvs/external_builder/
H A Dexternal_builder.py8 f.write(' '.join(sys.argv))
H A Dmsbuild_action.py8 f.write(' '.join(sys.argv))
/external/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/smack/src/org/jivesoftware/smack/util/
H A DWriterListener.java39 public abstract void write(String str); method in interface:WriterListener
/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/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/
H A DTeeOutputStream.java18 public void write(byte[] buf) method in class:TeeOutputStream
21 this.output1.write(buf);
22 this.output2.write(buf);
25 public void write(byte[] buf, int off, int len) method in class:TeeOutputStream
28 this.output1.write(buf, off, len);
29 this.output2.write(buf, off, len);
32 public void write(int b) method in class:TeeOutputStream
35 this.output1.write(b);
36 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/chromium_org/tools/gyp/test/actions/generated-header/
H A Daction.py11 open(outfile, 'w').write('const char kFoo[] = "%s";' % sys.argv[2])

Completed in 501 milliseconds

1234567891011>>