Searched defs:read (Results 176 - 200 of 539) sorted by relevance

1234567891011>>

/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
H A DPoint2PointJoint.java99 public void read(JmeImporter im) throws IOException { method in class:Point2PointJoint
100 super.read(im);
/external/jmonkeyengine/engine/src/networking/com/jme3/network/serializing/serializers/
H A DSavableSerializer.java82 public int read() throws IOException { method in class:SavableSerializer.BufferInputStream
90 public int read(byte[] b){ method in class:SavableSerializer.BufferInputStream
91 return read(b, 0, b.length);
95 public int read(byte[] b, int off, int len){ method in class:SavableSerializer.BufferInputStream
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/grid/
H A DAssetTileLoader.java86 public void read(JmeImporter im) throws IOException { method in class:AssetTileLoader
H A DFractalTileLoader.java84 public void read(JmeImporter im) throws IOException { method in class:FractalTileLoader
H A DImageTileLoader.java94 im = ImageIO.read(in);
150 public void read(JmeImporter im) throws IOException { method in class:ImageTileLoader
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/lodcalc/
H A DSimpleLodThreshold.java97 public void read(JmeImporter im) throws IOException { method in class:SimpleLodThreshold
/external/libnfc-nxp/Linux_x86/
H A DphDal4Nfc_link.h55 phDal4Nfc_link_read_CB_t read; member in struct:__anon8710
/external/libpng/
H A Dpngrio.c30 * to read more then 64K on a 16 bit machine.
40 png_error(png_ptr, "Call to NULL read function");
120 png_size_t read, remaining, err; local
125 read = MIN(NEAR_BUF_SIZE, remaining);
127 if ( !ReadFile((HANDLE)(io_ptr), buf, read, &err, NULL) )
130 err = fread(buf, (png_size_t)1, read, io_ptr);
132 png_memcpy(data, buf, read); /* copy far buffer to near buffer */
133 if (err != read)
137 data += read;
138 remaining -= read;
[all...]
/external/llvm/lib/IR/
H A DGCOV.cpp10 // GCOV implements the interface to read and write coverage files that use
40 /// read - Read GCOV buffer.
41 bool GCOVFile::read(GCOVBuffer &Buffer) { function in class:GCOVFile
57 if (!GFun || !GFun->read(Buffer, Format))
88 /// read - Read a aunction from the buffer. Return false if buffer cursor
90 bool GCOVFunction::read(GCOVBuffer &Buff, GCOV::GCOVFormat Format) { function in class:GCOVFunction
115 // read blocks.
125 // read edges.
136 // read line table.
/external/llvm/test/Scripts/
H A Delf-dump13 self.file = StringIO.StringIO(sys.stdin.read())
23 def read(self, N): member in class:Reader
24 data = self.file.read(N)
30 return (ord(self.read(1)), 8)
33 return (struct.unpack('><'[self.isLSB] + 'H', self.read(2))[0], 16)
36 return (struct.unpack('><'[self.isLSB] + 'I', self.read(4))[0], 32)
39 return (struct.unpack('><'[self.isLSB] + 'Q', self.read(8))[0], 64)
115 data = f.read(self.sh_size[0])
180 magic = f.read(4)
244 shstrtab = StringTable(f.read(section
[all...]
H A Dmacho-dumpx13 self.file = StringIO.StringIO(sys.stdin.read())
27 def read(self, N): member in class:Reader
28 data = self.file.read(N)
34 return ord(self.read(1))
37 return struct.unpack('><'[self.isLSB] + 'H', self.read(2))[0]
42 Value = struct.unpack('><'[self.isLSB] + 'I', self.read(4))[0]
46 Value = struct.unpack('><'[self.isLSB] + 'Q', self.read(8))[0]
67 magic = f.read(4)
125 print " ('uuid', %s)" % uuid.UUID(bytes=f.read(16))
129 f.read(cmdSiz
[all...]
/external/mockito/src/org/mockito/internal/util/reflection/
H A DInstanceField.java15 * Contains the instance reference on which the field can be read adn write.
35 * Safely read the field.
40 public Object read() { method in class:InstanceField
41 return reader().read();
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/read/
H A DBitstreamReader.java21 package com.googlecode.mp4parser.h264.read;
44 curByte = is.read();
45 nextByte = is.read();
90 nextByte = is.read();
/external/objenesis/main/src/org/objenesis/instantiator/basic/
H A DObjectInputStreamInstantiator.java119 public int read() throws IOException { method in class:ObjectInputStreamInstantiator.MockStream
132 public int read(byte[] b, int off, int len) throws IOException { method in class:ObjectInputStreamInstantiator.MockStream
/external/proguard/src/proguard/io/
H A DManifestRewriter.java75 public int read() throws IOException method in class:ManifestRewriter.SplitLineReader
85 int c1 = super.read();
96 int c2 = super.read();
110 int c3 = super.read();
122 public int read(char[] cbuf, int off, int len) throws IOException method in class:ManifestRewriter.SplitLineReader
128 int c = read();
147 int c = read();
/external/smack/src/org/jivesoftware/smack/util/
H A DObservableReader.java41 public int read(char[] cbuf, int off, int len) throws IOException { method in class:ObservableReader
42 int count = wrappedReader.read(cbuf, off, len);
45 // Notify that a new string has been read
52 readerListeners[i].read(str);
62 public int read() throws IOException { method in class:ObservableReader
63 return wrappedReader.read();
66 public int read(char cbuf[]) throws IOException { method in class:ObservableReader
67 return wrappedReader.read(cbuf);
92 * new strings are read.
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
H A DInput.java35 * bytes read from this instance.
60 * @return the byte value that was read
67 * @return the short value that was read, as an int
74 * @return the unsigned int value that was read
81 * @return the long value that was read
91 * @return the integer value that was read
100 * @return the integer value that was read
118 * @param bytes non-null; the buffer to read the data into
121 * @param length &gt;= 0; number of bytes to read
123 public void read(byt method in interface:Input
131 public void read(byte[] bytes); method in interface:Input
[all...]
/external/srec/portable/include/
H A DPFile.h103 * @param count [in/out] Maximum number of items to be read. On output, contains the
104 * number of full items actually read, which may be less than count if
109 ESR_ReturnCode(*read)(struct PFile_t* self, void* buffer, size_t size, size_t* count); member in struct:PFile_t
117 * @param count [in/out] Maximum number of items to be read. On output, contains the
277 * @param count [in/out] Maximum number of items to be read. On output, contains the
278 * number of full items actually read, which may be less than count if
291 * @param count [in/out] Maximum number of items to be read. On output, contains the
407 * @param value [out] Integer that was read
417 * @param value [out] String that was read
/external/webkit/Source/WebCore/platform/
H A DFileStream.cpp118 int FileStream::read(char* buffer, int bufferSize) function in class:WebCore::FileStream
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DUrlInterceptResponse.cpp46 m_read = env->GetMethodID(inputStreamClass.get(), "read", "([B)I");
57 // In case we never call read().
62 void read(std::vector<char>* out) { function in class:android::JavaInputStreamWrapper
64 // Initialize our read buffer to the capacity of out.
120 m_inputStream->read(out);
/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Dzipfileset_unittest.py48 def read(self, filename): member in class:FakeZip
52 self._filesystem.write_text_file(self._filesystem.join(path, filename), self.read(filename))
79 self.assertEquals('contents', self._zip.read('some-file'))
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dserver_process.py132 to block for. A zero or negative number will attempt to read
141 def read(self, timeout, size): member in class:ServerProcess
142 """Attempts to read size characters from the subprocess, waiting until
149 to block for. A zero or negative number will attempt to read
152 size: amount of data to read. Must be a postive integer.
158 raise ValueError('ServerProcess.read() called with a '
163 """Internal routine that actually does the read."""
197 self._output += self._proc.stdout.read()
199 self.error += self._proc.stderr.read()
/external/webkit/Tools/Scripts/webkitpy/tool/bot/
H A Dflakytestreporter_unittest.py140 def read(self, path): member in class:FlakyTestReporterTest.test_report_flaky_tests_creating_bug.MockZipFile
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DFixASCIIControlsReader.java55 * @see Reader#read(char[], int, int)
57 public int read(char[] cbuf, int off, int len) throws IOException method in class:FixASCIIControlsReader
60 int read = 0;
65 while (available && read < len)
67 available = super.read(readAheadBuffer, readAhead, 1) == 1;
80 read++;
103 return read > 0 || available ? read : -1;
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DInputStreamReaderTest.java41 // A ByteArrayInputStream that only returns a single byte per read
69 public int read() { method in class:InputStreamReaderTest.LimitedByteArrayInputStream
78 public int read(byte[] buffer, int offset, int length) { method in class:InputStreamReaderTest.LimitedByteArrayInputStream
145 is.read();
172 int count = reader.read(new char[1]);
178 reader.read();
326 * @tests java.io.InputStreamReader#read()
329 assertEquals('T', (char) reader.read());
330 assertEquals('h', (char) reader.read());
331 assertEquals('i', (char) reader.read());
[all...]

Completed in 644 milliseconds

1234567891011>>