Searched refs:write (Results 276 - 300 of 1953) sorted by relevance

<<11121314151617181920>>

/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/
H A DCylinderCollisionShape.java86 public void write(JmeExporter ex) throws IOException { method in class:CylinderCollisionShape
87 super.write(ex);
89 capsule.write(halfExtents, "halfExtents", new Vector3f(0.5f, 0.5f, 0.5f));
90 capsule.write(axis, "axis", 1);
/external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/
H A DDOMOutputCapsule.java102 public void write(byte value, String name, byte defVal) throws IOException { method in class:DOMOutputCapsule
109 public void write(byte[] value, String name, byte[] defVal) throws IOException { method in class:DOMOutputCapsule
127 public void write(byte[][] value, String name, byte[][] defVal) throws IOException { method in class:DOMOutputCapsule
149 public void write(int value, String name, int defVal) throws IOException { method in class:DOMOutputCapsule
156 public void write(int[] value, String name, int[] defVal) throws IOException { method in class:DOMOutputCapsule
174 public void write(int[][] value, String name, int[][] defVal) throws IOException { method in class:DOMOutputCapsule
183 write(array, "array_"+i, defVal==null?null:defVal[i]);
188 public void write(float value, String name, float defVal) throws IOException { method in class:DOMOutputCapsule
195 public void write(float[] value, String name, float[] defVal) throws IOException { method in class:DOMOutputCapsule
215 public void write(floa method in class:DOMOutputCapsule
236 public void write(double value, String name, double defVal) throws IOException { method in class:DOMOutputCapsule
243 public void write(double[] value, String name, double[] defVal) throws IOException { method in class:DOMOutputCapsule
261 public void write(double[][] value, String name, double[][] defVal) throws IOException { method in class:DOMOutputCapsule
275 public void write(long value, String name, long defVal) throws IOException { method in class:DOMOutputCapsule
282 public void write(long[] value, String name, long[] defVal) throws IOException { method in class:DOMOutputCapsule
300 public void write(long[][] value, String name, long[][] defVal) throws IOException { method in class:DOMOutputCapsule
314 public void write(short value, String name, short defVal) throws IOException { method in class:DOMOutputCapsule
321 public void write(short[] value, String name, short[] defVal) throws IOException { method in class:DOMOutputCapsule
339 public void write(short[][] value, String name, short[][] defVal) throws IOException { method in class:DOMOutputCapsule
353 public void write(boolean value, String name, boolean defVal) throws IOException { method in class:DOMOutputCapsule
360 public void write(boolean[] value, String name, boolean[] defVal) throws IOException { method in class:DOMOutputCapsule
378 public void write(boolean[][] value, String name, boolean[][] defVal) throws IOException { method in class:DOMOutputCapsule
392 public void write(String value, String name, String defVal) throws IOException { method in class:DOMOutputCapsule
399 public void write(String[] value, String name, String[] defVal) throws IOException { method in class:DOMOutputCapsule
418 public void write(String[][] value, String name, String[][] defVal) throws IOException { method in class:DOMOutputCapsule
432 public void write(BitSet value, String name, BitSet defVal) throws IOException { method in class:DOMOutputCapsule
446 public void write(Savable object, String name, Savable defVal) throws IOException { method in class:DOMOutputCapsule
504 public void write(Savable[] objects, String name, Savable[] defVal) throws IOException { method in class:DOMOutputCapsule
531 public void write(Savable[][] value, String name, Savable[][] defVal) throws IOException { method in class:DOMOutputCapsule
688 public void write(FloatBuffer value, String name, FloatBuffer defVal) throws IOException { method in class:DOMOutputCapsule
715 public void write(IntBuffer value, String name, IntBuffer defVal) throws IOException { method in class:DOMOutputCapsule
745 public void write(ByteBuffer value, String name, ByteBuffer defVal) throws IOException { method in class:DOMOutputCapsule
771 public void write(ShortBuffer value, String name, ShortBuffer defVal) throws IOException { method in class:DOMOutputCapsule
801 public void write(Enum value, String name, Enum defVal) throws IOException { method in class:DOMOutputCapsule
[all...]
/external/llvm/utils/
H A DDSAclean.py24 #skip next line, write neither this line nor the next
27 #this isn't a tmp Node, we can write it
28 output.write(buffer)
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
H A DIsoTypeWriterVariable.java23 public static void write(long v, ByteBuffer bb, int bytes) { method in class:IsoTypeWriterVariable
/external/openssh/
H A Datomicio.h40 #define vwrite (ssize_t (*)(int, void *, size_t))write
H A Droaming_dummy.c41 return write(fd, buf, count);
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
H A DCommentedOutMethodItem.java48 writer.write('#');
H A DPostInstructionRegisterInfoMethodItem.java94 writer.write('#');
100 writer.write('=');
103 writer.write("null");
107 writer.write(';');
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/EncodedValue/
H A DEnumEncodedValueAdaptor.java39 writer.write(".enum ");
/external/webkit/Source/WebKit/chromium/scripts/
H A Dconcatenate_css_files.py98 output.write('/* %s */\n\n' % input_file_name)
100 output.write(input_file.read())
101 output.write('\n')
105 output_file.write(output.getvalue())
H A Dconcatenate_js_files.py99 output.write('/* %s */\n\n' % input_file_name)
101 output.write(input_file.read())
102 output.write('\n')
106 output_file.write(jsmin.jsmin(output.getvalue()))
/external/webkit/Tools/QueueStatusServer/handlers/
H A Dgc.py44 self.response.out.write("Done!")
H A Dpatchstatus.py40 self.response.out.write(statuses[0].message)
/external/webkit/Tools/Scripts/webkitpy/common/
H A Darray_stream.py37 performs a similar function to StringIO, but (a) it is write-only, and
38 (b) it can be used to retrieve each individual write(); StringIO
45 def write(self, msg): member in class:ArrayStream
46 """Implement stream.write() by appending to the stream's contents."""
/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Durlfetcher.py53 file_object.write(contents)
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
H A Dmetered_stream_unittest.py50 m.write("foo")
55 # now check that a second write() does not overwrite the first.
56 m.write("bar")
77 # now check that a write() does overwrite the progress bar
78 m.write("foo")
85 # Note also that we do not back up to erase the most recent write(),
86 # i.e., write()s do not get erased.
96 m.write("foo")
/external/webkit/Tools/Scripts/webkitpy/test/
H A Dcat.py38 sys.stdout.write(sys.stdin.read())
/external/webkit/Tools/TestResultServer/handlers/
H A Ddashboardhandler.py66 self.response.out.write(files[0].data)
81 self.response.out.write(
110 self.response.out.write("FAIL")
113 self.response.out.write("OK")
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
H A DSocketChannelTest.java140 this.channel1.write(buf);
225 * Test method for 'java.nio.channels.SocketChannel.write(ByteBuffer[])'
233 this.channel1.write(byteBuf);
240 this.channel1.write(byteBuf);
245 testMSChannel.write(byteBuf);
246 testMSChannelnull.write(byteBuf);
250 * Test method for 'java.nio.channels.SocketChannel.write(ByteBuffer[])'
258 this.channel1.write(byteBuf);
264 testMSChannel.write(byteBuf);
270 testMSChannelnull.write(byteBu
3605 public int write(ByteBuffer source) throws IOException { method in class:SocketChannelTest.MockSocketChannel
3609 public long write(ByteBuffer[] sources, int offset, int length) throws IOException { method in class:SocketChannelTest.MockSocketChannel
[all...]
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/bc/
H A DBcDigestCalculatorProvider.java51 public void write(byte[] bytes, int off, int len) method in class:BcDigestCalculatorProvider.DigestOutputStream
57 public void write(byte[] bytes) method in class:BcDigestCalculatorProvider.DigestOutputStream
63 public void write(int b) method in class:BcDigestCalculatorProvider.DigestOutputStream
/external/emma/core/java12/com/vladium/jcd/compiler/
H A DCodeGen.java30 out.write (_aload_0 + index); // aload_n
50 out.write (_astore_0 + index); // astore_n
72 out.write (_iconst_0 + value);
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
H A DSCPInputStream.java32 os.write(0x0);
67 os.write(0x0);
122 session.getStdin().write(0x0);
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
H A DBoxCollisionShape.java67 public void write(JmeExporter ex) throws IOException { method in class:BoxCollisionShape
68 super.write(ex);
70 capsule.write(halfExtents, "halfExtents", new Vector3f(1, 1, 1));
H A DCollisionShape.java110 public void write(JmeExporter ex) throws IOException { method in class:CollisionShape
112 capsule.write(scale, "scale", new Vector3f(1, 1, 1));
113 capsule.write(getMargin(), "margin", 0.0f);
H A DPlaneCollisionShape.java41 public void write(JmeExporter ex) throws IOException { method in class:PlaneCollisionShape
42 super.write(ex);
44 capsule.write(plane, "collisionPlane", new Plane());

Completed in 375 milliseconds

<<11121314151617181920>>