Searched defs:read (Results 226 - 250 of 539) sorted by relevance

1234567891011>>

/external/jmonkeyengine/engine/src/core/com/jme3/material/
H A DMatParam.java309 public void read(JmeImporter im) throws IOException { method in class:MatParam
H A DTechnique.java252 public void read(JmeImporter im) throws IOException { method in class:Technique
/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DLineSegment.java585 public void read(JmeImporter e) throws IOException { method in class:LineSegment
H A DPlane.java268 public void read(JmeImporter e) throws IOException { method in class:Plane
H A DRay.java504 public void read(JmeImporter e) throws IOException { method in class:Ray
H A DTransform.java298 public void read(JmeImporter e) throws IOException { method in class:Transform
/external/jmonkeyengine/engine/src/core/com/jme3/scene/control/
H A DBillboardControl.java299 public void read(JmeImporter e) throws IOException { method in class:BillboardControl
300 super.read(e);
/external/jmonkeyengine/engine/src/core/com/jme3/shader/
H A DUniform.java117 public void read(JmeImporter im) throws IOException{ method in class:Uniform
118 super.read(im);
/external/jmonkeyengine/engine/src/core/com/jme3/util/
H A DLittleEndien.java37 * <code>LittleEndien</code> is a class to read littleendien stored data
39 * assume they come from a LittleEndien input stream. Currently used to read .ms3d and .3ds files.
50 * @param in The input stream to read from.
57 public int read() throws IOException { method in class:LittleEndien
58 return in.read();
62 public int read(byte[] buf) throws IOException { method in class:LittleEndien
63 return in.read(buf);
67 public int read(byte[] buf, int off, int len) throws IOException { method in class:LittleEndien
68 return in.read(buf, off, len);
72 return (in.read()
[all...]
/external/jmonkeyengine/engine/src/core-effects/com/jme3/post/filters/
H A DFadeFilter.java151 public void read(JmeImporter im) throws IOException { method in class:FadeFilter
152 super.read(im);
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
H A DHingeJoint.java128 public void read(JmeImporter im) throws IOException { method in class:HingeJoint
129 super.read(im);
H A DSixDofJoint.java160 public void read(JmeImporter im) throws IOException { method in class:SixDofJoint
161 super.read(im);
/external/jmonkeyengine/engine/src/jogg/com/jme3/audio/plugins/
H A DOGGLoader.java77 public int read() throws IOException { method in class:OGGLoader.JOggInputStream
82 public int read(byte[] buf) throws IOException{ method in class:OGGLoader.JOggInputStream
83 return read(buf,0,buf.length);
87 public int read(byte[] buf, int offset, int length) throws IOException{ method in class:OGGLoader.JOggInputStream
92 assert length % 2 == 0; // read buffer should be even
207 int read = 0;
210 while ( (read = vorbisStream.readPcm(buf, 0, buf.length)) > 0){
211 baos.write(buf, 0, read);
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/
H A DGeoMap.java349 public void read(JmeImporter im) throws IOException { method in class:GeoMap
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
H A DTerrainLodControl.java203 public void read(JmeImporter im) throws IOException { method in class:TerrainLodControl
204 super.read(im);
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/lodcalc/
H A DDistanceLodCalculator.java122 public void read(JmeImporter im) throws IOException { method in class:DistanceLodCalculator
H A DPerspectiveLodCalculator.java144 public void read(JmeImporter im) throws IOException { method in class:PerspectiveLodCalculator
/external/jmonkeyengine/engine/src/test/jme3test/bullet/
H A DBombControl.java181 public void read(JmeImporter im) throws IOException { method in class:BombControl
/external/libvpx/libvpx/nestegg/include/nestegg/
H A Dnestegg.h86 /** User supplied read callback.
87 @param buffer Buffer to read data into.
93 int (* read)(void * buffer, size_t length, void * userdata); member in struct:__anon8928
137 read forward in the stream processing all elements until the first
247 @retval 1 Additional packets may be read in subsequent calls.
/external/llvm/test/Scripts/
H A Dcoff-dump.py267 def read(format): function
268 return struct.unpack(format, Input.read(struct.calcsize(format)))
273 char = Input.read(1)
295 data = Input.read(16)
298 data = Input.read(size)
357 val = read(expr)
582 Input = StringIO.StringIO(sys.stdin.read())
/external/marisa-trie/lib/marisa/
H A Dintvector.cc70 read(reader);
75 read(reader);
78 void IntVector::read(int fd) { function in class:marisa::IntVector
80 read(reader);
83 void IntVector::read(std::istream &stream) { function in class:marisa::IntVector
85 read(reader);
88 void IntVector::read(Reader &reader) { function in class:marisa::IntVector
90 temp.units_.read(reader);
91 reader.read(&temp.num_bits_per_int_);
92 reader.read(
[all...]
H A Dtrie.cc49 read(reader);
54 read(reader);
57 void Trie::read(int fd) { function in class:marisa::Trie
59 read(reader);
62 void Trie::read(std::istream &stream) { function in class:marisa::Trie
64 read(reader);
67 void Trie::read(Reader &reader) { function in class:marisa::Trie
69 temp.louds_.read(reader);
70 temp.labels_.read(reader);
71 temp.terminal_flags_.read(reade
[all...]
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
H A Dintvector.cc70 read(reader);
75 read(reader);
78 void IntVector::read(int fd) { function in class:marisa_alpha::IntVector
80 read(reader);
83 void IntVector::read(std::istream &stream) { function in class:marisa_alpha::IntVector
85 read(reader);
88 void IntVector::read(Reader &reader) { function in class:marisa_alpha::IntVector
90 temp.units_.read(reader);
91 reader.read(&temp.num_bits_per_int_);
92 reader.read(
[all...]
H A Dtrie.cc49 read(reader);
54 read(reader);
57 void Trie::read(int fd) { function in class:marisa_alpha::Trie
59 read(reader);
62 void Trie::read(std::istream &stream) { function in class:marisa_alpha::Trie
64 read(reader);
67 void Trie::read(Reader &reader) { function in class:marisa_alpha::Trie
69 temp.louds_.read(reader);
70 temp.labels_.read(reader);
71 temp.terminal_flags_.read(reade
[all...]
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DPipeline.java35 * Input class for the pipelined parser. Buffer all bytes read from the socket
162 public int read() throws IOException { method in class:Pipeline

Completed in 540 milliseconds

1234567891011>>