Searched defs:read (Results 51 - 75 of 539) sorted by relevance

1234567891011>>

/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
H A DLine.java116 public void read(JmeImporter im) throws IOException { method in class:Line
117 super.read(im);
/external/jmonkeyengine/engine/src/core/com/jme3/shader/
H A DShaderVariable.java62 public void read(JmeImporter im) throws IOException{ method in class:ShaderVariable
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/
H A DBoxCollisionShape.java73 public void read(JmeImporter im) throws IOException { method in class:BoxCollisionShape
74 super.read(im);
H A DConeCollisionShape.java57 public void read(JmeImporter im) throws IOException { method in class:ConeCollisionShape
58 super.read(im);
H A DCylinderCollisionShape.java93 public void read(JmeImporter im) throws IOException { method in class:CylinderCollisionShape
94 super.read(im);
H A DHullCollisionShape.java42 public void read(JmeImporter im) throws IOException { method in class:HullCollisionShape
43 super.read(im);
H A DPlaneCollisionShape.java46 public void read(JmeImporter im) throws IOException { method in class:PlaneCollisionShape
47 super.read(im);
H A DSphereCollisionShape.java72 public void read(JmeImporter im) throws IOException { method in class:SphereCollisionShape
73 super.read(im);
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/
H A DAbstractKernel.java97 public Envelope read() throws InterruptedException method in class:AbstractKernel
H A DKernel.java48 * A marker envelope returned from read() that indicates that
87 public Envelope read() throws InterruptedException; method in interface:Kernel
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/lodcalc/
H A DLodDistanceCalculatorFactory.java74 public void read(JmeImporter im) throws IOException { method in class:LodDistanceCalculatorFactory
H A DLodPerspectiveCalculatorFactory.java69 public void read(JmeImporter im) throws IOException { method in class:LodPerspectiveCalculatorFactory
/external/marisa-trie/lib/marisa/
H A Dreader.h22 void read(T *obj) { function in class:marisa::Reader
28 void read(T *objs, std::size_t num_objs) { function in class:marisa::Reader
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
H A Dreader.h22 void read(T *obj) { function in class:marisa_alpha::Reader
28 void read(T *objs, std::size_t num_objs) { function in class:marisa_alpha::Reader
/external/mockito/src/org/mockito/internal/util/reflection/
H A DFieldReader.java24 return read() == null;
27 public Object read() { method in class:FieldReader
31 throw new MockitoException("Cannot read state from field: " + field + ", on instance: " + target);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
H A DScalingList.java23 import com.googlecode.mp4parser.h264.read.CAVLCReader;
57 public static ScalingList read(CAVLCReader is, int sizeOfScalingList) method in class:ScalingList
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/
H A DByteBufferByteChannel.java33 public int read(ByteBuffer dst) throws IOException { method in class:ByteBufferByteChannel
/external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DUnknownLengthHttpInputStream.java33 @Override public int read(byte[] buffer, int offset, int count) throws IOException { method in class:UnknownLengthHttpInputStream
39 int read = in.read(buffer, offset, count);
40 if (read == -1) {
45 cacheWrite(buffer, offset, read);
46 return read;
/external/proguard/src/proguard/io/
H A DDataEntryCopier.java51 public void read(DataEntry dataEntry) throws IOException method in class:DataEntryCopier
83 * Copies all data that it can read from the given input stream to the
92 int count = inputStream.read(buffer);
/external/skia/legacy/src/images/
H A DSkFDStream.cpp36 size_t SkFDStream::read(void* buffer, size_t size) { function in class:SkFDStream
78 } else { // read
79 ssize_t actual = ::read(fFD, buffer, size);
83 SkDebugf("xxxxxxxxxxxxx read failed %d actual %d\n", size, actual);
/external/skia/src/images/
H A DSkFDStream.cpp36 size_t SkFDStream::read(void* buffer, size_t size) { function in class:SkFDStream
78 } else { // read
79 ssize_t actual = ::read(fFD, buffer, size);
83 SkDebugf("xxxxxxxxxxxxx read failed %d actual %d\n", size, actual);
/external/webkit/Source/WebCore/platform/network/curl/
H A DFormDataStreamCurl.cpp46 size_t FormDataStream::read(void* ptr, size_t blockSize, size_t numberOfBlocks) function in class:WebCore::FormDataStream
80 printf("Failed while trying to read %s for upload\n", element.m_filename.utf8().data());
/external/webkit/Source/WebKit/android/wds/
H A DConnection.h56 int read(char buf[], size_t length) const { function in class:android::WDS::Connection
/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Ddirectoryfileset.py57 def read(self, filename): member in class:DirectoryFileSet
H A Dzip_mock.py46 def read(self, filename): member in class:MockZip

Completed in 794 milliseconds

1234567891011>>