Searched refs:write (Results 51 - 75 of 1953) sorted by relevance

1234567891011>>

/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/testdata/handlers/sub/
H A Dplain_wsh.py36 request.connection.write('sub/plain_wsh.py is called for %s, %s' %
H A Dwrong_handshake_sig_wsh.py40 request.connection.write(
H A Dwrong_transfer_sig_wsh.py40 request.connection.write(
/external/guava/guava/src/com/google/common/io/
H A DCountingOutputStream.java50 @Override public void write(byte[] b, int off, int len) throws IOException { method in class:CountingOutputStream
51 out.write(b, off, len);
55 @Override public void write(int b) throws IOException { method in class:CountingOutputStream
56 out.write(b);
H A DNullOutputStream.java32 @Override public void write(int b) { method in class:NullOutputStream
36 @Override public void write(byte[] b, int off, int len) { method in class:NullOutputStream
/external/netcat/
H A Datomicio.h37 #define vwrite (ssize_t (*)(int, void *, size_t))write
/external/protobuf/python/google/protobuf/internal/
H A Dencoder.py43 strings and invokes the writer function to write those strings. Typically the
44 writer function is the write() method of a cStringIO.
338 def EncodeVarint(write, value):
342 write(local_chr(0x80|bits))
345 return write(local_chr(bits))
355 def EncodeSignedVarint(write, value):
361 write(local_chr(0x80|bits))
364 return write(local_chr(bits))
407 def EncodePackedField(write, value):
408 write(tag_byte
[all...]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPSerializerRDF.java111 // serializes the whole packet, but don't write the tail yet
120 write(tailStr);
133 * Calulates the padding according to the options and write it to the stream.
247 write(PACKET_HEADER);
253 write(RDF_XMPMETA_START);
257 write(XMPMetaFactory.getVersionInfo().getMessage());
259 write("\">");
264 write(RDF_RDF_START);
279 write(RDF_RDF_END);
284 write(RDF_XMPMETA_EN
1236 private void write(int c) throws IOException method in class:XMPSerializerRDF
1247 private void write(String str) throws IOException method in class:XMPSerializerRDF
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/export/
H A DOutputCapsule.java52 public void write(byte value, String name, byte defVal) throws IOException; method in interface:OutputCapsule
53 public void write(byte[] value, String name, byte[] defVal) throws IOException; method in interface:OutputCapsule
54 public void write(byte[][] value, String name, byte[][] defVal) throws IOException; method in interface:OutputCapsule
59 public void write(int value, String name, int defVal) throws IOException; method in interface:OutputCapsule
60 public void write(int[] value, String name, int[] defVal) throws IOException; method in interface:OutputCapsule
61 public void write(int[][] value, String name, int[][] defVal) throws IOException; method in interface:OutputCapsule
66 public void write(float value, String name, float defVal) throws IOException; method in interface:OutputCapsule
67 public void write(float[] value, String name, float[] defVal) throws IOException; method in interface:OutputCapsule
68 public void write(float[][] value, String name, float[][] defVal) throws IOException; method in interface:OutputCapsule
73 public void write(doubl method in interface:OutputCapsule
74 public void write(double[] value, String name, double[] defVal) throws IOException; method in interface:OutputCapsule
75 public void write(double[][] value, String name, double[][] defVal) throws IOException; method in interface:OutputCapsule
80 public void write(long value, String name, long defVal) throws IOException; method in interface:OutputCapsule
81 public void write(long[] value, String name, long[] defVal) throws IOException; method in interface:OutputCapsule
82 public void write(long[][] value, String name, long[][] defVal) throws IOException; method in interface:OutputCapsule
87 public void write(short value, String name, short defVal) throws IOException; method in interface:OutputCapsule
88 public void write(short[] value, String name, short[] defVal) throws IOException; method in interface:OutputCapsule
89 public void write(short[][] value, String name, short[][] defVal) throws IOException; method in interface:OutputCapsule
94 public void write(boolean value, String name, boolean defVal) throws IOException; method in interface:OutputCapsule
95 public void write(boolean[] value, String name, boolean[] defVal) throws IOException; method in interface:OutputCapsule
96 public void write(boolean[][] value, String name, boolean[][] defVal) throws IOException; method in interface:OutputCapsule
101 public void write(String value, String name, String defVal) throws IOException; method in interface:OutputCapsule
102 public void write(String[] value, String name, String[] defVal) throws IOException; method in interface:OutputCapsule
103 public void write(String[][] value, String name, String[][] defVal) throws IOException; method in interface:OutputCapsule
108 public void write(BitSet value, String name, BitSet defVal) throws IOException; method in interface:OutputCapsule
113 public void write(Savable object, String name, Savable defVal) throws IOException; method in interface:OutputCapsule
114 public void write(Savable[] objects, String name, Savable[] defVal) throws IOException; method in interface:OutputCapsule
115 public void write(Savable[][] objects, String name, Savable[][] defVal) throws IOException; method in interface:OutputCapsule
137 public void write(FloatBuffer value, String name, FloatBuffer defVal) throws IOException; method in interface:OutputCapsule
142 public void write(IntBuffer value, String name, IntBuffer defVal) throws IOException; method in interface:OutputCapsule
147 public void write(ByteBuffer value, String name, ByteBuffer defVal) throws IOException; method in interface:OutputCapsule
152 public void write(ShortBuffer value, String name, ShortBuffer defVal) throws IOException; method in interface:OutputCapsule
157 public void write(Enum value, String name, Enum defVal) throws IOException; method in interface:OutputCapsule
[all...]
/external/chromium-trace/trace-viewer/build/
H A Dflatten.py15 out.write(" if (!window.FLATTENED) window.FLATTENED = {};\n")
17 out.write(" window.FLATTENED['%s'] = true;\n" % module.name);
20 out.write(module.contents)
22 out.write('\n')
34 out.write(style_sheet.contents)
36 out.write('\n')
45 sys.stdout.write(flatten_style_sheet_contents(args))
47 sys.stdout.write(flatten_module_contents(args))
/external/javassist/sample/evolve/
H A DWebPage.java14 out.write(c.getTime().toString());
15 out.write("<P><A HREF=\"demo.html\">Return to the home page.</A>");
/external/libsepol/tests/policies/test-deps/
H A Dmodreq-attr-opt.conf4 class file {read write};
H A Dmodreq-role-opt.conf4 class file {read write};
/external/libsepol/tests/policies/test-expander/
H A Drole-module.conf4 class file {read write};
/external/okhttp/src/main/java/libcore/net/http/
H A DAbstractHttpOutputStream.java25 * <p>Since a single socket's output stream may be used to write multiple HTTP
31 @Override public final void write(int data) throws IOException { method in class:AbstractHttpOutputStream
32 write(new byte[] {(byte) data});
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
H A DRegisterFormatter.java48 * @param writer the <code>IndentingWriter</code> to write to
65 writer.write("{p");
67 writer.write(" .. p");
69 writer.write('}');
73 writer.write("{v");
75 writer.write(" .. v");
77 writer.write('}');
85 * @param writer the <code>IndentingWriter</code> to write to
95 writer.write('p');
100 writer.write('
[all...]
H A DFieldDefinition.java58 writer.write("#the value of this static final field might be set in the static constructor\n");
61 writer.write(".field ");
63 writer.write(encodedField.field.getFieldName().getStringValue());
64 writer.write(':');
65 writer.write(encodedField.field.getFieldType().getTypeDescriptor());
67 writer.write(" = ");
71 writer.write('\n');
77 writer.write(".end field\n");
84 writer.write(accessFlag.toString());
85 writer.write(' ');
[all...]
/external/smali/baksmali/src/main/java/org/jf/baksmali/Renderers/
H A DBooleanRenderer.java38 writer.write("true");
40 writer.write("false");
H A DFloatRenderer.java37 writer.write(Float.toString(val));
38 writer.write('f');
/external/valgrind/main/drd/tests/
H A Dlinuxthreads_det.c18 write(STDOUT_FILENO, "NPTL or non-Linux POSIX threads implementation detected.\n", 57);
22 write(STDOUT_FILENO, "Detected LinuxThreads as POSIX threads implementation.\n", 55);
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/EncodedValue/
H A DArrayEncodedValueAdaptor.java39 writer.write('{');
42 writer.write('}');
46 writer.write('\n');
51 writer.write(",\n");
58 writer.write("\n}");
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DBufferedWriterTest.java42 sw.write("Hi");
57 public void write(char[] buf, int off, int len) throws IOException { method in class:BufferedWriterTest.MockWriter
86 bw.write(testString);
96 bw.write('a');
123 bw.write("This should not cause a flush");
135 bw.write("Hello");
137 bw.write("World");
144 * @tests java.io.BufferedWriter#write(char[], int, int)
148 bw.write(testCharArray, 500, 1000);
155 * @tests java.io.BufferedWriter#write(cha
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DBERGenerator.java41 _out.write(tag);
42 _out.write(0x80);
84 _out.write(ch);
91 _out.write(0x00);
92 _out.write(0x00);
94 if (_tagged && _isExplicit) // write extra end for tag header
96 _out.write(0x00);
97 _out.write(0x00);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/io/
H A DCipherOutputStream.java50 public void write( method in class:CipherOutputStream
62 out.write(buf, 0, len);
67 out.write(streamCipher.returnByte((byte)b));
75 * The <code>write</code> method of
76 * <code>CipherOutputStream</code> calls the <code>write</code>
82 * @see #write(byte[], int, int)
84 public void write( method in class:CipherOutputStream
88 write(b, 0, b.length);
97 * @param len the number of bytes to write.
100 public void write( method in class:CipherOutputStream
[all...]
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DIndentingWriter.java91 public void write(int c) throws IOException { method in class:IndentingWriter
106 out.write('\n');
116 out.write(prefix);
121 out.write(' ');
127 out.write(c);
139 public void write(char[] cbuf, int off, int len) throws IOException { method in class:IndentingWriter
142 write(cbuf[off]);
151 public void write(String str, int off, int len) throws IOException { method in class:IndentingWriter
154 write(str.charAt(off));

Completed in 747 milliseconds

1234567891011>>