/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | ICUBinaryTest.java | 81 ICUBinary.readHeader(bytes, formatid, authenticate); in TestReadHeader() 88 ICUBinary.readHeader(bytes, formatid, null); in TestReadHeader() 96 ICUBinary.readHeader(bytes, formatid, authenticate); in TestReadHeader() 104 ICUBinary.readHeader(bytes, formatid, authenticate); in TestReadHeader()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | ICUBinaryTest.java | 82 ICUBinary.readHeader(bytes, formatid, authenticate); in TestReadHeader() 89 ICUBinary.readHeader(bytes, formatid, null); in TestReadHeader() 97 ICUBinary.readHeader(bytes, formatid, authenticate); in TestReadHeader() 105 ICUBinary.readHeader(bytes, formatid, authenticate); in TestReadHeader()
|
/external/llvm/include/llvm/ProfileData/ |
D | SampleProfReader.h | 265 virtual std::error_code readHeader() = 0; 328 std::error_code readHeader() override { return sampleprof_error::success; } in readHeader() function 343 std::error_code readHeader() override; 414 std::error_code readHeader() override;
|
D | InstrProfReader.h | 60 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/ |
D | ExecutionDataReader.java | 109 readHeader(); in readBlock() 123 private void readHeader() throws IOException { in readHeader() method in ExecutionDataReader
|
/external/llvm/lib/ProfileData/ |
D | InstrProfReader.cpp | 31 return Reader.readHeader(); in initializeReader() 118 Error TextInstrProfReader::readHeader() { in readHeader() function in TextInstrProfReader 264 Error RawInstrProfReader<IntPtrT>::readHeader() { in readHeader() function in RawInstrProfReader 272 return readHeader(*Header); in readHeader() 298 return readHeader(*Header); in readNextHeader() 316 Error RawInstrProfReader<IntPtrT>::readHeader( in readHeader() function in RawInstrProfReader 625 Error IndexedInstrProfReader::readHeader() { in readHeader() function in IndexedInstrProfReader
|
D | SampleProfReader.cpp | 388 std::error_code SampleProfileReaderBinary::readHeader() { in readHeader() function in SampleProfileReaderBinary 517 std::error_code SampleProfileReaderGCC::readHeader() { in readHeader() function in SampleProfileReaderGCC 787 if (std::error_code EC = Reader->readHeader()) in create()
|
/external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/internal/ws/ |
D | WebSocketReader.java | 99 readHeader(); in processNextFrame() 107 private void readHeader() throws IOException { in readHeader() method in WebSocketReader 251 readHeader(); in readUntilNonControlFrame()
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | UConverterAliasDataReader.java | 140 /*unicodeVersion = */ICUBinary.readHeader(byteBuffer, DATA_FORMAT_ID, this); in UConverterAliasDataReader()
|
/external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/ |
D | GifHeaderParser.java | 65 readHeader(); in parseHeader() 231 private void readHeader() { in readHeader() method in GifHeaderParser
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | StringPrepDataReader.java | 42 unicodeVersion = ICUBinary.readHeader(byteBuffer, DATA_FORMAT_ID, this); in StringPrepDataReader()
|
D | ICUBinary.java | 59 readHeader(bytes, DATA_FORMAT, IS_ACCEPTABLE); in validate() 560 return getVersionInfoFromCompactInt(readHeader(bytes, dataFormat, authenticate)); 575 public static int readHeader(ByteBuffer bytes, int dataFormat, Authenticate authenticate)
|
D | UCharacterNameReader.java | 48 ICUBinary.readHeader(bytes, DATA_FORMAT_ID_, this); in UCharacterNameReader()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | StringPrepDataReader.java | 40 unicodeVersion = ICUBinary.readHeader(byteBuffer, DATA_FORMAT_ID, this); in StringPrepDataReader()
|
D | ICUBinary.java | 55 readHeader(bytes, DATA_FORMAT, IS_ACCEPTABLE); in validate() 556 return getVersionInfoFromCompactInt(readHeader(bytes, dataFormat, authenticate)); 571 public static int readHeader(ByteBuffer bytes, int dataFormat, Authenticate authenticate)
|
D | UCharacterNameReader.java | 48 ICUBinary.readHeader(bytes, DATA_FORMAT_ID_, this); in UCharacterNameReader()
|
/external/xmlrpcpp/src/ |
D | XmlRpcClient.h | 81 virtual bool readHeader();
|
D | XmlRpcServerConnection.h | 53 bool readHeader();
|
D | XmlRpcClient.cpp | 129 if ( ! readHeader()) return 0; in handleEvent() 283 XmlRpcClient::readHeader() in readHeader() function in XmlRpcClient
|
D | XmlRpcServerConnection.cpp | 54 if ( ! readHeader()) return 0; in handleEvent() 68 XmlRpcServerConnection::readHeader() in readHeader() function in XmlRpcServerConnection
|
/external/sonic/ |
D | wave.c | 190 static int readHeader( in readHeader() function 255 if(!readHeader(file)) { in openInputWaveFile()
|
/external/volley/src/main/java/com/android/volley/toolbox/ |
D | DiskBasedCache.java | 118 CacheHeader.readHeader(cis); // eat header in get() 161 CacheHeader entry = CacheHeader.readHeader(fis); in initialize() 392 public static CacheHeader readHeader(InputStream is) throws IOException { in readHeader() method in DiskBasedCache.CacheHeader
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | DictionaryData.java | 52 ICUBinary.readHeader(bytes, DATA_FORMAT_ID, null); in loadDictionaryFor()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DictionaryData.java | 51 ICUBinary.readHeader(bytes, DATA_FORMAT_ID, null); in loadDictionaryFor()
|
/external/volley/src/test/java/com/android/volley/toolbox/ |
D | DiskBasedCacheTest.java | 49 CacheHeader second = CacheHeader.readHeader(bais); in cacheHeaderSerialization()
|