/external/javassist/src/main/javassist/tools/web/ |
Webserver.java | 213 while ((c = in.read()) >= 0 && c != 0x0d) 216 in.read(); /* skip 0x0a (LF) */ 223 while ((c = in.read()) >= 0 && c != 0x0d) 226 in.read(); /* skip 0x0a (LF) */ 277 len = fin.read(filebuffer); 298 len = fin.read(filebuffer);
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/ |
BlenderInputStream.java | 64 /** The buffer we store the read data to. */
68 /** The current position of the read cursor. */
70 /** The input stream we read the data from. */
74 * Constructor. The input stream is stored and used to read data.
76 * the stream we read data from
121 * the stream to read the file data from
123 * an exception is thrown when data read from the stream is invalid or there are problems with i/o
127 int data = inputStream.read();
137 data = inputStream.read();
167 * the stream we read the header from 202 public int read() throws IOException { method in class:BlenderInputStream [all...] |
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/ |
PhysicsCollisionObject.java | 307 public void read(JmeImporter e) throws IOException { method in class:PhysicsCollisionObject
|
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/ |
VehicleWheel.java | 364 public void read(JmeImporter im) throws IOException { method in class:VehicleWheel
|
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/ |
RigidBodyControl.java | 255 public void read(JmeImporter im) throws IOException { method in class:RigidBodyControl 256 super.read(im);
|
/external/jmonkeyengine/engine/src/core/com/jme3/animation/ |
BoneTrack.java | 297 public void read(JmeImporter im) throws IOException { method in class:BoneTrack
|
SpatialTrack.java | 235 public void read(JmeImporter im) throws IOException {
method in class:SpatialTrack
|
/external/jmonkeyengine/engine/src/core/com/jme3/audio/ |
AudioNode.java | 158 * be read entirely but not decoded, allowing features such as 177 * be read entirely but not decoded, allowing features such as 756 public void read(JmeImporter im) throws IOException { method in class:AudioNode 757 super.read(im);
|
/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/ |
Cinematic.java | 142 public void read(JmeImporter im) throws IOException { method in class:Cinematic 143 super.read(im);
|
MotionPath.java | 159 public void read(JmeImporter im) throws IOException { method in class:MotionPath
|
/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/ |
MotionTrack.java | 208 public void read(JmeImporter im) throws IOException { method in class:MotionTrack 209 super.read(im);
|
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
LineSegment.java | 585 public void read(JmeImporter e) throws IOException {
method in class:LineSegment
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/ |
Node.java | 594 public void read(JmeImporter e) throws IOException { method in class:Node 609 super.read(e);
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/ |
Cylinder.java | 395 public void read(JmeImporter e) throws IOException {
method in class:Cylinder 396 super.read(e);
|
Sphere.java | 399 public void read(JmeImporter e) throws IOException {
method in class:Sphere 400 super.read(e);
|
/external/jmonkeyengine/engine/src/core/com/jme3/shader/ |
Shader.java | 133 public void read(JmeImporter im) throws IOException{
method in class:Shader.ShaderSource 253 public void read(JmeImporter im) throws IOException{
method in class:Shader
|
/external/jmonkeyengine/engine/src/core/com/jme3/texture/ |
Texture.java | 581 public void read(JmeImporter e) throws IOException { method in class:Texture
|
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/ |
HttpZipLocator.java | 127 int read = 0; local 128 while (read < len){ 129 // Either read n remaining bytes in b or 250 if n is higher. 130 int toRead = Math.min(len - read, byteBuf.capacity()); 134 // read 'toRead' bytes into byteBuf 135 byteBuf.put(b, off + read, toRead); 162 read += toRead; 246 int read = source.read(array, total, length - total); 247 if (read < 0 [all...] |
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/ |
VehicleWheel.java | 344 public void read(JmeImporter im) throws IOException { method in class:VehicleWheel
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/ |
GeoMap.java | 349 public void read(JmeImporter im) throws IOException { method in class:GeoMap
|
/external/jmonkeyengine/engine/src/test/jme3test/bullet/ |
BombControl.java | 181 public void read(JmeImporter im) throws IOException { method in class:BombControl
|
PhysicsHoverControl.java | 218 public void read(JmeImporter im) throws IOException { method in class:PhysicsHoverControl 219 super.read(im);
|
/external/kernel-headers/original/linux/mtd/ |
map.h | 198 map_word (*read)(struct map_info *, unsigned long); member in struct:map_info 416 #define map_read(map, ofs) (map)->read(map, ofs)
|
/external/libppp/src/ |
physical.h | 71 ssize_t (*read)(struct physical *, void *, size_t); member in struct:device
|
/external/linux-tools-perf/util/ |
event.h | 140 struct read_event read; member in union:perf_event
|