Home
last modified time | relevance | path

Searched refs:readStream (Results 1 – 8 of 8) sorted by relevance

/external/brotli/java/org/brotli/integration/
DBundleHelper.java41 public static byte[] readStream(InputStream input) throws IOException { in readStream() method in BundleHelper
57 byte[] result = readStream(zis); in readEntry()
/external/vogar/src/vogar/util/
DStrings.java46 public static String readStream(Reader reader) throws IOException { in readStream() method in Strings
59 return readStream(new InputStreamReader(new FileInputStream(f), "UTF-8")); in readFile()
/external/swiftshader/src/Shader/
DVertexRoutine.hpp61 Vector4f readStream(Pointer<Byte> &buffer, UInt &stride, const Stream &stream, const UInt &index);
DVertexRoutine.cpp105 v[i] = readStream(input, stride, state.input[i], index); in readInput()
140 …Vector4f VertexRoutine::readStream(Pointer<Byte> &buffer, UInt &stride, const Stream &stream, cons… in readStream() function in sw::VertexRoutine
/external/swiftshader/src/Pipeline/
DVertexRoutine.hpp61 Vector4f readStream(Pointer<Byte> &buffer, UInt &stride, const Stream &stream, const UInt &index);
DVertexRoutine.cpp105 v[i] = readStream(input, stride, state.input[i], index); in readInput()
135 …Vector4f VertexRoutine::readStream(Pointer<Byte> &buffer, UInt &stride, const Stream &stream, cons… in readStream() function in sw::VertexRoutine
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/
DZipTestCase.java666 readStream(in, entry, actualStatistics); in testInputStreamStatistics()
676 readStream(in, zae, actualStatistics); in testInputStreamStatistics()
693 …private void readStream(final InputStream in, final ArchiveEntry entry, final Map<String,List<List… in readStream() method in ZipTestCase
/external/webrtc/webrtc/examples/objc/AppRTCDemo/third_party/SocketRocket/
DSRWebSocket.m553 CFReadStreamRef readStream = NULL;
556 …CFStreamCreatePairWithSocketToHost(NULL, (__bridge CFStringRef)host, port, &readStream, &writeStre…
559 _inputStream = CFBridgingRelease(readStream);