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

1234567891011>>

/external/webkit/LayoutTests/fast/encoding/resources/
H A Dyentestexternal2.js3 document.write("two backslashes external: \\ <br>");
4 document.write("one backslash external: \ <br>");
H A Dyentestexternal.js3 document.write("two backslashes external: " + "\\" + "<br>");
/external/llvm/lib/Target/NVPTX/
H A Dgen-register-defs.py7 outFile.write('''
41 outFile.write('''
45 outFile.write('def P%d : NVPTXReg<"%%p%d">;\n' % (i, i))
48 outFile.write('''
52 outFile.write('def RC%d : NVPTXReg<"%%rc%d">;\n' % (i, i))
55 outFile.write('''
59 outFile.write('def RS%d : NVPTXReg<"%%rs%d">;\n' % (i, i))
62 outFile.write('''
66 outFile.write('def R%d : NVPTXReg<"%%r%d">;\n' % (i, i))
69 outFile.write('''
[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/webkit/LayoutTests/fast/dom/HTMLLabelElement/script-tests/
H A Dlabel-control.js4 document.write("<label id='test1'><input id='inputId1'></label>");
8 document.write("<label id='test2' for='inputId2'></label><input id='inputId2' type='number'>");
13 document.write("<label id='test3'><p><input id='inputId3' type='date'></p></label>");
18 document.write("<label id='test4'><fieldset><input id='inputId4'></fieldset></label>");
23 document.write("<label id='test5'><legend><input id='inputId5'></legend></label>");
28 document.write("<label id='test6'><optgroup><input id='inputId6'></optgroup></label>");
33 document.write("<label id='test7'><option><input id='inputId7'></option></label>");
37 document.write("<label for='foo' id='test8'><input id='inputId8'></label>");
41 document.write("<label for='divId' id='test9'><input id='inputId9'></label><div id='divId'></div>");
46 document.write("<labe
[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/webkit/Tools/MiniBrowser/mac/
H A Dmake-launchable.sh27 defaults write "${BUILT_PRODUCTS_DIR}/${INFOPLIST_PATH%.plist}" LSEnvironment -dict DYLD_FRAMEWORK_PATH "${BUILT_PRODUCTS_DIR}"
/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/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/webkit/LayoutTests/dom/html/level2/html/
H A DHTMLDocument19.js78 Replaces the current document with a valid HTML document using HTMLDocument.open, write and close.
104 doc.write("<html>");
109 doc.write("<html xmlns='http://www.w3.org/1999/xhtml'>");
112 doc.write("<body>");
113 doc.write("<title>Replacement</title>");
114 doc.write("</body>");
115 doc.write("<p>");
116 doc.write("Hello, World.");
117 doc.write("</p>");
118 doc.write("</bod
[all...]
/external/webkit/LayoutTests/dom/xhtml/level2/html/
H A DHTMLDocument19.js78 Replaces the current document with a valid HTML document using HTMLDocument.open, write and close.
104 doc.write("<html>");
109 doc.write("<html xmlns='http://www.w3.org/1999/xhtml'>");
112 doc.write("<body>");
113 doc.write("<title>Replacement</title>");
114 doc.write("</body>");
115 doc.write("<p>");
116 doc.write("Hello, World.");
117 doc.write("</p>");
118 doc.write("</bod
[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/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/compiler-rt/lib/asan/lit_tests/
H A Dmalloc_hook.cc10 write(1, "MallocHook\n", sizeof("MallocHook\n"));
13 write(1, "FreeHook\n", sizeof("FreeHook\n"));
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
H A DPacketListener.java13 void write(String packet); method in interface:PacketListener

Completed in 430 milliseconds

1234567891011>>