Home
last modified time | relevance | path

Searched defs:readHeader (Results 1 – 22 of 22) sorted by relevance

/external/llvm/lib/ProfileData/
DInstrProfReader.cpp118 Error TextInstrProfReader::readHeader() { in readHeader() function in TextInstrProfReader
264 Error RawInstrProfReader<IntPtrT>::readHeader() { in readHeader() function in RawInstrProfReader
316 Error RawInstrProfReader<IntPtrT>::readHeader( in readHeader() function in RawInstrProfReader
625 Error IndexedInstrProfReader::readHeader() { in readHeader() function in IndexedInstrProfReader
DSampleProfReader.cpp388 std::error_code SampleProfileReaderBinary::readHeader() { in readHeader() function in SampleProfileReaderBinary
517 std::error_code SampleProfileReaderGCC::readHeader() { in readHeader() function in SampleProfileReaderGCC
/external/jacoco/org.jacoco.core/src/org/jacoco/core/data/
DExecutionDataReader.java123 private void readHeader() throws IOException { in readHeader() method in ExecutionDataReader
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProfReader.cpp153 Error TextInstrProfReader::readHeader() { in readHeader() function in TextInstrProfReader
305 Error RawInstrProfReader<IntPtrT>::readHeader() { in readHeader() function in RawInstrProfReader
356 Error RawInstrProfReader<IntPtrT>::readHeader( in readHeader() function in RawInstrProfReader
801 Error IndexedInstrProfReader::readHeader() { in readHeader() function in IndexedInstrProfReader
DSampleProfReader.cpp760 std::error_code SampleProfileReaderExtBinaryBase::readHeader() { in readHeader() function in SampleProfileReaderExtBinaryBase
831 std::error_code SampleProfileReaderBinary::readHeader() { in readHeader() function in SampleProfileReaderBinary
846 std::error_code SampleProfileReaderCompactBinary::readHeader() { in readHeader() function in SampleProfileReaderCompactBinary
999 std::error_code SampleProfileReaderGCC::readHeader() { in readHeader() function in SampleProfileReaderGCC
/external/llvm-project/llvm/lib/ProfileData/
DInstrProfReader.cpp154 Error TextInstrProfReader::readHeader() { in readHeader() function in TextInstrProfReader
312 Error RawInstrProfReader<IntPtrT>::readHeader() { in readHeader() function in RawInstrProfReader
363 Error RawInstrProfReader<IntPtrT>::readHeader( in readHeader() function in RawInstrProfReader
808 Error IndexedInstrProfReader::readHeader() { in readHeader() function in IndexedInstrProfReader
DSampleProfReader.cpp859 std::error_code SampleProfileReaderExtBinaryBase::readHeader() { in readHeader() function in SampleProfileReaderExtBinaryBase
961 std::error_code SampleProfileReaderBinary::readHeader() { in readHeader() function in SampleProfileReaderBinary
976 std::error_code SampleProfileReaderCompactBinary::readHeader() { in readHeader() function in SampleProfileReaderCompactBinary
1129 std::error_code SampleProfileReaderGCC::readHeader() { in readHeader() function in SampleProfileReaderGCC
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DPDBStringTable.cpp27 Error PDBStringTable::readHeader(BinaryStreamReader &Reader) { in readHeader() function in PDBStringTable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DPDBStringTable.cpp27 Error PDBStringTable::readHeader(BinaryStreamReader &Reader) { in readHeader() function in PDBStringTable
/external/llvm/include/llvm/ProfileData/
DSampleProfReader.h328 std::error_code readHeader() override { return sampleprof_error::success; } in readHeader() function
/external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
DGifHeaderParser.java231 private void readHeader() { in readHeader() method in GifHeaderParser
/external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/internal/ws/
DWebSocketReader.java107 private void readHeader() throws IOException { in readHeader() method in WebSocketReader
/external/llvm-project/mlir/lib/ExecutionEngine/
DSparseUtils.cpp45 static void readHeader(FILE *file, char *name, uint64_t *m, uint64_t *n, in readHeader() function
/external/icu/android_icu4j/libcore_bridge/src/java/com/android/i18n/timezone/
DZoneInfoDb.java210 private void readHeader() throws IOException { in readHeader() method in ZoneInfoDb
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/arj/
DArjArchiveInputStream.java128 private byte[] readHeader() throws IOException { in readHeader() method in ArjArchiveInputStream
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DSampleProfReader.h460 std::error_code readHeader() override { return sampleprof_error::success; } in readHeader() function
/external/llvm-project/llvm/tools/llvm-objcopy/MachO/
DMachOReader.cpp20 void MachOReader::readHeader(Object &O) const { in readHeader() function in llvm::objcopy::macho::MachOReader
/external/sonic/
Dwave.c190 static int readHeader( in readHeader() function
/external/icu/icu4c/source/tools/makeconv/
Dmakeconv.cpp437 readHeader(ConvData *data, in readHeader() function
/external/llvm-project/llvm/include/llvm/ProfileData/
DSampleProfReader.h479 std::error_code readHeader() override { return sampleprof_error::success; } in readHeader() function
/external/volley/src/main/java/com/android/volley/toolbox/
DDiskBasedCache.java489 static CacheHeader readHeader(CountingInputStream is) throws IOException { in readHeader() method in DiskBasedCache.CacheHeader
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/sevenz/
DSevenZFile.java381 private void readHeader(final ByteBuffer header, final Archive archive) throws IOException { in readHeader() method in SevenZFile