Searched refs:readHeader (Results 1 - 25 of 52) sorted by relevance

123

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DICUBinaryTest.java82 ICUBinary.readHeader(bytes, formatid, authenticate);
84 errln("Failed: Lenient authenticate object should pass ICUBinary.readHeader");
89 ICUBinary.readHeader(bytes, formatid, null);
91 errln("Failed: Null authenticate object should pass ICUBinary.readHeader");
97 ICUBinary.readHeader(bytes, formatid, authenticate);
99 errln("Failed: Lenient authenticate object should pass ICUBinary.readHeader");
105 ICUBinary.readHeader(bytes, formatid, authenticate);
108 logln("PASS: ICUBinary.readHeader with invalid version number failed as expected");
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DICUBinaryTest.java81 ICUBinary.readHeader(bytes, formatid, authenticate);
83 errln("Failed: Lenient authenticate object should pass ICUBinary.readHeader");
88 ICUBinary.readHeader(bytes, formatid, null);
90 errln("Failed: Null authenticate object should pass ICUBinary.readHeader");
96 ICUBinary.readHeader(bytes, formatid, authenticate);
98 errln("Failed: Lenient authenticate object should pass ICUBinary.readHeader");
104 ICUBinary.readHeader(bytes, formatid, authenticate);
107 logln("PASS: ICUBinary.readHeader with invalid version number failed as expected");
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DUConverterAliasDataReader.java140 /*unicodeVersion = */ICUBinary.readHeader(byteBuffer, DATA_FORMAT_ID, this);
/external/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h265 virtual std::error_code readHeader() = 0;
328 std::error_code readHeader() override { return sampleprof_error::success; }
343 std::error_code readHeader() override;
414 std::error_code readHeader() override;
H A DInstrProfReader.h60 virtual Error readHeader() = 0;
145 Error readHeader() override;
194 Error readHeader() override;
208 Error readHeader(const RawInstrProf::Header &Header);
388 Error readHeader() override;
/external/jacoco/org.jacoco.core/src/org/jacoco/core/data/
H A DExecutionDataReader.java107 readHeader();
121 private void readHeader() throws IOException { method in class:ExecutionDataReader
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DStringPrepDataReader.java42 unicodeVersion = ICUBinary.readHeader(byteBuffer, DATA_FORMAT_ID, this);
H A DUCharacterNameReader.java48 ICUBinary.readHeader(bytes, DATA_FORMAT_ID_, this);
H A DICUBinary.java59 readHeader(bytes, DATA_FORMAT, IS_ACCEPTABLE);
408 * Method used in ICUBinary.readHeader() to provide data format
554 * Same as readHeader(), but returns a VersionInfo rather than a compact int.
560 return getVersionInfoFromCompactInt(readHeader(bytes, dataFormat, authenticate));
575 public static int readHeader(ByteBuffer bytes, int dataFormat, Authenticate authenticate) method in class:ICUBinary
H A DUBiDiProps.java48 ICUBinary.readHeader(bytes, FMT, new IsAcceptable());
H A DUPropertyAliases.java83 ICUBinary.readHeader(bytes, DATA_FORMAT, IS_ACCEPTABLE);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DStringPrepDataReader.java40 unicodeVersion = ICUBinary.readHeader(byteBuffer, DATA_FORMAT_ID, this);
H A DUCharacterNameReader.java48 ICUBinary.readHeader(bytes, DATA_FORMAT_ID_, this);
H A DICUBinary.java55 readHeader(bytes, DATA_FORMAT, IS_ACCEPTABLE);
404 * Method used in ICUBinary.readHeader() to provide data format
550 * Same as readHeader(), but returns a VersionInfo rather than a compact int.
556 return getVersionInfoFromCompactInt(readHeader(bytes, dataFormat, authenticate));
571 public static int readHeader(ByteBuffer bytes, int dataFormat, Authenticate authenticate) method in class:ICUBinary
/external/xmlrpcpp/src/
H A DXmlRpcClient.h81 virtual bool readHeader();
H A DXmlRpcServerConnection.h53 bool readHeader();
H A DXmlRpcClient.cpp129 if ( ! readHeader()) return 0;
283 XmlRpcClient::readHeader() function in class:XmlRpcClient
292 XmlRpcUtil::log(4, "XmlRpcClient::readHeader: re-trying connection");
299 XmlRpcUtil::error("Error in XmlRpcClient::readHeader: error while reading header (%s) on fd %d.",
304 XmlRpcUtil::log(4, "XmlRpcClient::readHeader: client has read %d bytes", _header.length());
324 XmlRpcUtil::error("Error in XmlRpcClient::readHeader: EOF while reading header");
333 XmlRpcUtil::error("Error XmlRpcClient::readHeader: No Content-length specified");
339 XmlRpcUtil::error("Error in XmlRpcClient::readHeader: Invalid Content-length specified (%d).", _contentLength);
H A DXmlRpcServerConnection.cpp54 if ( ! readHeader()) return 0;
68 XmlRpcServerConnection::readHeader() function in class:XmlRpcServerConnection
75 XmlRpcUtil::error("XmlRpcServerConnection::readHeader: error while reading header (%s).",XmlRpcSocket::getErrorMsg().c_str());
79 XmlRpcUtil::log(4, "XmlRpcServerConnection::readHeader: read %d bytes.", _header.length());
101 XmlRpcUtil::log(4, "XmlRpcServerConnection::readHeader: EOF");
103 XmlRpcUtil::error("XmlRpcServerConnection::readHeader: EOF while reading header");
112 XmlRpcUtil::error("XmlRpcServerConnection::readHeader: No Content-length specified");
118 XmlRpcUtil::error("XmlRpcServerConnection::readHeader: Invalid Content-length specified (%d).", _contentLength);
122 XmlRpcUtil::log(3, "XmlRpcServerConnection::readHeader: specified content length is %d.", _contentLength);
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDictionaryData.java52 ICUBinary.readHeader(bytes, DATA_FORMAT_ID, null);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDictionaryData.java51 ICUBinary.readHeader(bytes, DATA_FORMAT_ID, null);
/external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/internal/ws/
H A DWebSocketReader.java99 readHeader();
107 private void readHeader() throws IOException { method in class:WebSocketReader
251 readHeader();
/external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
H A DGifHeaderParser.java65 readHeader();
231 private void readHeader() { method in class:GifHeaderParser
/external/sonic/
H A Dwave.c190 static int readHeader( function
255 if(!readHeader(file)) {
/external/llvm/lib/ProfileData/
H A DInstrProfReader.cpp31 return Reader.readHeader();
118 Error TextInstrProfReader::readHeader() {
264 Error RawInstrProfReader<IntPtrT>::readHeader() {
272 return readHeader(*Header);
298 return readHeader(*Header);
316 Error RawInstrProfReader<IntPtrT>::readHeader(
625 Error IndexedInstrProfReader::readHeader() {
/external/volley/src/main/java/com/android/volley/toolbox/
H A DDiskBasedCache.java118 CacheHeader.readHeader(cis); // eat header
161 CacheHeader entry = CacheHeader.readHeader(fis);
392 public static CacheHeader readHeader(InputStream is) throws IOException { method in class:DiskBasedCache.CacheHeader

Completed in 1422 milliseconds

123