Searched refs:write (Results 301 - 325 of 1953) sorted by relevance

<<11121314151617181920>>

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
H A DSphereCollisionShape.java66 public void write(JmeExporter ex) throws IOException { method in class:SphereCollisionShape
67 super.write(ex);
69 capsule.write(radius, "radius", 0.5f);
/external/jmonkeyengine/engine/src/core/com/jme3/animation/
H A DCompactQuaternionArray.java71 public void write(JmeExporter ex) throws IOException { method in class:CompactQuaternionArray
74 out.write(array, "array", null);
75 out.write(index, "index", null);
H A DCompactVector3Array.java71 public void write(JmeExporter ex) throws IOException { method in class:CompactVector3Array
74 out.write(array, "array", null);
75 out.write(index, "index", null);
/external/jmonkeyengine/engine/src/core/com/jme3/light/
H A DDirectionalLight.java91 public void write(JmeExporter ex) throws IOException { method in class:DirectionalLight
92 super.write(ex);
94 oc.write(direction, "direction", null);
/external/jmonkeyengine/engine/src/core/com/jme3/scene/control/
H A DAbstractControl.java100 public void write(JmeExporter ex) throws IOException { method in class:AbstractControl
102 oc.write(enabled, "enabled", true);
103 oc.write(spatial, "spatial", null);
/external/jmonkeyengine/engine/src/core-effects/com/jme3/post/filters/
H A DColorOverlayFilter.java99 public void write(JmeExporter ex) throws IOException { method in class:ColorOverlayFilter
100 super.write(ex);
102 oc.write(color, "color", ColorRGBA.White);
/external/jmonkeyengine/engine/src/jbullet/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.java100 public void write(JmeExporter ex) throws IOException { method in class:CollisionShape
102 capsule.write(scale, "scale", new Vector3f(1, 1, 1));
103 capsule.write(getMargin(), "margin", 0.0f);
H A DPlaneCollisionShape.java40 public void write(JmeExporter ex) throws IOException { method in class:PlaneCollisionShape
41 super.write(ex);
43 capsule.write(plane, "collisionPlane", new Plane());
H A DSphereCollisionShape.java66 public void write(JmeExporter ex) throws IOException { method in class:SphereCollisionShape
67 super.write(ex);
69 capsule.write(radius, "radius", 0.5f);
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/lodcalc/
H A DLodDistanceCalculatorFactory.java68 public void write(JmeExporter ex) throws IOException { method in class:LodDistanceCalculatorFactory
70 c.write(lodThreshold, "lodThreshold", null);
71 c.write(lodThresholdSize, "lodThresholdSize", 2);
H A DSimpleLodThreshold.java91 public void write(JmeExporter ex) throws IOException { method in class:SimpleLodThreshold
93 oc.write(size, "size", 16);
94 oc.write(lodMultiplier, "lodMultiplier", 2);
/external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/
H A DDOMSerializer.java65 writer.write("&lt;");
68 writer.write("&gt;");
71 writer.write("&amp;");
74 writer.write("&#xD;");
77 writer.write(c);
102 write(doc, writer, 0);
143 private void write(Node node, Writer writer, int depth) throws IOException { method in class:DOMSerializer
155 writer.write("<![CDATA[");
157 writer.write("]]>");
191 write(node
[all...]
/external/llvm/utils/
H A DDSAextract.py103 output.write(buffer)
107 output.write(buffer)
109 output.write(buffer)
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/write/
H A DBitstreamWriter.java21 package com.googlecode.mp4parser.h264.write;
60 os.write(toWrite);
105 os.write(b);
/external/valgrind/main/drd/tests/
H A Dpth_detached.c24 write(STDOUT_FILENO, ".", 1);
32 write(STDOUT_FILENO, ".", 1);
82 write(STDOUT_FILENO, "\n", 1);
H A Dpth_detached_sem.c28 write(STDOUT_FILENO, ".", 1);
36 write(STDOUT_FILENO, ".", 1);
84 write(STDOUT_FILENO, "\n", 1);
/external/webkit/Tools/Scripts/webkitpy/common/
H A Darray_stream_unittest.py57 a.write("foo")
58 a.write("bar")
72 a.write("foo")
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DDigestOutputStreamTest.java138 * Test #1 for <code>write(int)</code> method<br>
151 dos.write(myMessage[i]);
154 assertTrue("write", Arrays.equals(MDGoldenData.getMessage(),
168 * Test #2 for <code>write(int)</code> method<br>
171 * Assertion: <code>write(int)</code> must not update digest if it is off<br>
188 dos.write(myMessage[i]);
192 assertTrue("write", Arrays.equals(MDGoldenData.getMessage(),
194 // check that digest value has not been updated by write()
206 * Test #3 for <code>write(int)</code> method<br>
209 * <code>OutputStream</code> not set. <code>write(in
586 public void write(int arg0) throws IOException { method in class:DigestOutputStreamTest.MyOutputStream
[all...]
/external/zlib/src/
H A Dmake_vms.com82 $ open/write topt tmp.opt
83 $ open/write optf 'optfile'
123 $ open/write conf_hin config.hin
124 $ write conf_hin "#undef _LARGEFILE64_SOURCE"
138 $ open/write aconf zconf.h
146 $ write aconf line
154 $ write aconf ""
155 $ write aconf "/* VMS specifics added by make_vms.com: */"
156 $ write aconf "#define VMS 1"
157 $ write acon
[all...]
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
H A DVehicleWheel.java383 public void write(JmeExporter ex) throws IOException { method in class:VehicleWheel
385 capsule.write(wheelSpatial, "wheelSpatial", null);
386 capsule.write(frontWheel, "frontWheel", false);
387 capsule.write(location, "wheelLocation", new Vector3f());
388 capsule.write(direction, "wheelDirection", new Vector3f());
389 capsule.write(axle, "wheelAxle", new Vector3f());
390 capsule.write(suspensionStiffness, "suspensionStiffness", 20.0f);
391 capsule.write(wheelsDampingRelaxation, "wheelsDampingRelaxation", 2.3f);
392 capsule.write(wheelsDampingCompression, "wheelsDampingCompression", 4.4f);
393 capsule.write(frictionSli
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/shader/
H A DUniform.java70 public void write(JmeExporter ex) throws IOException{ method in class:Uniform
71 super.write(ex);
73 oc.write(varType, "varType", null);
74 oc.write(binding, "binding", null);
77 oc.write( ((Boolean)value).booleanValue(), "valueBoolean", false );
80 oc.write( ((Float)value).floatValue(), "valueFloat", 0);
83 oc.write( (FloatBuffer)value, "valueFloatArray", null);
86 oc.write( ((Integer)value).intValue(), "valueInt", 0);
89 oc.write( (Matrix3f)value, "valueMatrix3", null);
96 oc.write( (Matrix4
[all...]
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
H A DVehicleWheel.java363 public void write(JmeExporter ex) throws IOException { method in class:VehicleWheel
365 capsule.write(wheelSpatial, "wheelSpatial", null);
366 capsule.write(frontWheel, "frontWheel", false);
367 capsule.write(location, "wheelLocation", new Vector3f());
368 capsule.write(direction, "wheelDirection", new Vector3f());
369 capsule.write(axle, "wheelAxle", new Vector3f());
370 capsule.write(suspensionStiffness, "suspensionStiffness", 20.0f);
371 capsule.write(wheelsDampingRelaxation, "wheelsDampingRelaxation", 2.3f);
372 capsule.write(wheelsDampingCompression, "wheelsDampingCompression", 4.4f);
373 capsule.write(frictionSli
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DBEROctetString.java29 bOut.write(o.getOctets());
139 out.write(BERTags.CONSTRUCTED | BERTags.OCTET_STRING);
141 out.write(0x80);
144 // write out the octet array
151 out.write(0x00);
152 out.write(0x00);
/external/chromium-trace/
H A Dupdate.py38 open('UPSTREAM_REVISION', 'wt').write(rev_str[21:-1] + '\n')
50 open(output_js_file, 'wt').write(js_code)
52 open(output_css_file, 'wt').write(css_code)
81 open('flat_script.js', 'wt').write(js_code)
92 open(output_js_file, 'wt').write(result['compiledCode'] + '\n')

Completed in 1611 milliseconds

<<11121314151617181920>>