Searched defs:write (Results 501 - 525 of 721) sorted by relevance

<<212223242526272829

/external/jmonkeyengine/engine/src/core/com/jme3/animation/
H A DBone.java618 public void write(JmeExporter ex) throws IOException { method in class:Bone
621 output.write(name, "name", null);
622 output.write(attachNode, "attachNode", null);
623 output.write(initialPos, "initialPos", null);
624 output.write(initialRot, "initialRot", null);
625 output.write(initialScale, "initialScale", new Vector3f(1.0f, 1.0f, 1.0f));
/external/jmonkeyengine/engine/src/core/com/jme3/audio/
H A DAudioNode.java731 public void write(JmeExporter ex) throws IOException { method in class:AudioNode
732 super.write(ex);
734 oc.write(audioKey, "audio_key", null);
735 oc.write(loop, "looping", false);
736 oc.write(volume, "volume", 1);
737 oc.write(pitch, "pitch", 1);
738 oc.write(timeOffset, "time_offset", 0);
739 oc.write(dryFilter, "dry_filter", null);
741 oc.write(velocity, "velocity", null);
742 oc.write(reverbEnable
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/bounding/
H A DBoundingBox.java956 public void write(JmeExporter e) throws IOException { method in class:BoundingBox
957 super.write(e);
959 capsule.write(xExtent, "xExtent", 0);
960 capsule.write(yExtent, "yExtent", 0);
961 capsule.write(zExtent, "zExtent", 0);
/external/jmonkeyengine/engine/src/core/com/jme3/material/
H A DMaterial.java1043 public void write(JmeExporter ex) throws IOException { method in class:Material
1045 oc.write(def.getAssetName(), "material_def", null);
1046 oc.write(additionalState, "render_state", null);
1047 oc.write(transparent, "is_transparent", false);
/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DMatrix3f.java1208 public void write(JmeExporter e) throws IOException { method in class:Matrix3f
1210 cap.write(m00, "m00", 1);
1211 cap.write(m01, "m01", 0);
1212 cap.write(m02, "m02", 0);
1213 cap.write(m10, "m10", 0);
1214 cap.write(m11, "m11", 1);
1215 cap.write(m12, "m12", 0);
1216 cap.write(m20, "m20", 0);
1217 cap.write(m21, "m21", 0);
1218 cap.write(m2
[all...]
H A DVector2f.java737 public void write(JmeExporter e) throws IOException { method in class:Vector2f
739 capsule.write(x, "x", 0);
740 capsule.write(y, "y", 0);
/external/jmonkeyengine/engine/src/core/com/jme3/post/
H A DFilter.java318 * This method should always begin by super.write(ex);
322 public void write(JmeExporter ex) throws IOException { method in class:Filter
324 oc.write(name, "name", "");
325 oc.write(enabled, "enabled", true);
H A DFilterPostProcessor.java471 public void write(JmeExporter ex) throws IOException { method in class:FilterPostProcessor
473 oc.write(numSamples, "numSamples", 0);
/external/jmonkeyengine/engine/src/core/com/jme3/texture/
H A DTexture.java563 public void write(JmeExporter e) throws IOException { method in class:Texture
565 capsule.write(name, "name", null);
569 capsule.write(image, "image", null);
571 capsule.write(key, "key", null);
574 capsule.write(anisotropicFilter, "anisotropicFilter", 1);
575 capsule.write(minificationFilter, "minificationFilter",
577 capsule.write(magnificationFilter, "magnificationFilter",
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
H A DPhysicsVehicle.java546 public void write(JmeExporter ex) throws IOException { method in class:PhysicsVehicle
548 capsule.write(tuning.frictionSlip, "frictionSlip", 10.5f);
549 capsule.write(tuning.maxSuspensionTravelCm, "maxSuspensionTravelCm", 500f);
550 capsule.write(tuning.maxSuspensionForce, "maxSuspensionForce", 6000f);
551 capsule.write(tuning.suspensionCompression, "suspensionCompression", 0.83f);
552 capsule.write(tuning.suspensionDamping, "suspensionDamping", 0.88f);
553 capsule.write(tuning.suspensionStiffness, "suspensionStiffness", 5.88f);
555 super.write(ex);
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/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
H A DTerrainGrid.java503 public void write(JmeExporter ex) throws IOException { method in class:TerrainGrid
504 super.write(ex);
506 c.write(gridTileLoader, "terrainQuadGrid", null);
507 c.write(size, "size", 0);
508 c.write(patchSize, "patchSize", 0);
509 c.write(stepScale, "stepScale", null);
510 c.write(offset, "offset", null);
511 c.write(offsetAmount, "offsetAmount", 0);
512 c.write(material, "material", null);
/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DNestedMapData.java464 public void write(Appendable out, int indent) throws IOException { method in class:NestedMapData
489 child.write(out, childIndent);
/external/libvncserver/libvncclient/
H A Dsockets.c16 * along with this software; if not, write to the Free Software
39 #define write(sock,buf,len) send(sock,buf,len,0) macro
246 j = write(client->sock, buf + i, (n - i));
266 rfbClientErr("write\n");
270 rfbClientLog("write failed\n");
/external/lldb/source/Target/
H A DRegisterContext.cpp272 RegisterContext::SetHardwareWatchpoint (lldb::addr_t addr, size_t size, bool read, bool write) argument
/external/lldb/test/pexpect-2.4/
H A Dpexpect.py323 everything to standard output. The logfile is flushed after each write.
338 don't want to see everything you write to the child. You only want to
842 self.logfile.write (s)
845 self.logfile_read.write (s)
928 def write(self, s): # File-like object. member in class:spawn
937 """This calls write() for each element in the sequence. The sequence
943 self.write (s)
953 self.logfile.write (s)
956 self.logfile_send.write (s)
958 c = os.write(sel
[all...]
/external/llvm/include/llvm/Support/
H A DEndian.h10 // This file declares generic functions to read and write endian specific data.
73 inline void write(void *memory, value_type value) { function in namespace:llvm::support::endian
93 endian::write<value_type, endian, alignment>(
120 endian::write<value_type, endian, alignment>(Ptr, NewValue);
/external/lzma/Java/SevenZip/
H A DLzmaBench.java126 public void write(byte[] b) method in class:LzmaBench.CrcOutStream
130 public void write(byte[] b, int off, int len) method in class:LzmaBench.CrcOutStream
134 public void write(int b) method in class:LzmaBench.CrcOutStream
157 public void write(int b) throws IOException method in class:LzmaBench.MyOutputStream
/external/mesa3d/src/mesa/swrast/
H A Ds_depth.c47 if (write) { \
72 const GLboolean write = ctx->Depth.Mask; local
120 const GLboolean write = ctx->Depth.Mask; local
304 /* directly read/write row of 16-bit Z values */
309 /* directly read/write row of 32-bit Z values */
356 /* need to write temp Z values back into the buffer */
/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/
H A DWebSocketFrame.java240 public void write(OutputStream out) throws IOException { method in class:WebSocketFrame
246 out.write(header);
250 out.write(isMasked() ? 0x80 | (byte) _payloadLength : (byte) _payloadLength);
252 out.write(isMasked() ? 0xFE : 126);
253 out.write(_payloadLength >>> 8);
254 out.write(_payloadLength);
256 out.write(isMasked() ? 0xFF : 127);
257 out.write(_payloadLength >>> 56 & 0); //integer only contains 31 bit
258 out.write(_payloadLength >>> 48 & 0);
259 out.write(_payloadLengt
[all...]
/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/
H A DMockWebServer.java675 // TODO try to write close frame?
747 sink.write(buffer, read);
795 @Override public void write(Buffer source, long byteCount) throws IOException { method in class:MockWebServer.TruncatingBuffer
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DHttpConnection.java49 * <li>Open a sink to write the request body. Either {@link
64 private static final int STATE_IDLE = 0; // Idle connections are ready to write request headers.
295 @Override public void write(Buffer source, long byteCount) throws IOException { method in class:HttpConnection.FixedLengthSink
302 sink.write(source, byteCount);
333 @Override public void write(Buffer source, long byteCount) throws IOException { method in class:HttpConnection.ChunkedSink
339 sink.write(source, byteCount);
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
H A DSpdyStream.java200 * Returns a sink that can be used to write data to the peer.
487 @Override public void write(Buffer source, long byteCount) throws IOException { method in class:SpdyStream.SpdyDataSink
489 sendBuffer.write(source, byteCount);
497 * write window. This method will block until the write window is nonempty.
/external/opencv/ml/src/
H A Dmlnbayes.cpp397 void CvNormalBayesClassifier::write( CvFileStorage* fs, const char* name ) function in class:CvNormalBayesClassifier
399 CV_FUNCNAME( "CvNormalBayesClassifier::write" );
/external/protobuf/java/src/test/java/com/google/protobuf/
H A DByteStringTest.java384 // A stream which exposes the byte array passed into write(byte[], int, int).
389 public void write(byte[] buf, int off, int len) { method in class:ByteStringTest.EvilOutputStream
396 public void write(int ignored) { method in class:ByteStringTest.EvilOutputStream
412 output.write(bytes);
420 // write sizes
433 output.write(bytes, i, Math.min(writeSize, length - i));
443 // characters using write(byte);
453 output.write(byteValue);
461 // Test newOutput() in which we write the bytes using a variety of methods
472 // Test writing the entire output using a mixture of write size
[all...]

Completed in 2926 milliseconds

<<212223242526272829