HomeSort by relevance Sort by last modified time
    Searched full:read_header (Results 1 - 24 of 24) sorted by null

  /external/skia/src/codec/
SkWbmpCodec.cpp 62 static bool read_header(SkStream* stream, SkISize* size) { function
87 return read_header(this->stream(), nullptr);
147 return read_header(&stream, nullptr);
153 if (!read_header(stream.get(), &size)) {
SkPngCodec.cpp 780 static SkCodec::Result read_header(SkStream* stream, SkPngChunkReader* chunkReader, function
    [all...]
  /external/skqp/src/codec/
SkWbmpCodec.cpp 62 static bool read_header(SkStream* stream, SkISize* size) { function
87 return read_header(this->stream(), nullptr);
147 return read_header(&stream, nullptr);
153 if (!read_header(stream.get(), &size)) {
SkPngCodec.cpp 780 static SkCodec::Result read_header(SkStream* stream, SkPngChunkReader* chunkReader, function
    [all...]
  /external/mesa3d/src/gallium/state_trackers/clover/tgsi/
compiler.cpp 36 read_header(const std::string &header, module &m, std::string &r_log) { function in namespace:__anon30198
109 read_header({ source.begin(), source.begin() + body_pos }, m, r_log);
  /external/xmlrpcpp/src/
XmlRpcServerConnection.h 79 enum ServerConnectionState { READ_HEADER, READ_REQUEST, WRITE_RESPONSE };
XmlRpcServerConnection.cpp 35 _connectionState = READ_HEADER;
53 if (_connectionState == READ_HEADER)
199 _connectionState = READ_HEADER;
XmlRpcClient.h 86 enum ClientConnectionState { NO_CONNECTION, CONNECTING, WRITE_REQUEST, READ_HEADER, READ_RESPONSE, IDLE };
XmlRpcClient.cpp 128 if (_connectionState == READ_HEADER)
275 _connectionState = READ_HEADER;
  /packages/apps/Car/libs/
resource_generator.py 218 read_header = False
233 if not read_header:
236 read_header = True
  /bionic/libc/kernel/android/scsi/scsi/
scsi_proto.h 77 #define READ_HEADER 0x44
  /external/kernel-headers/modified/scsi/
scsi_proto.h 75 #define READ_HEADER 0x44
  /external/kernel-headers/original/scsi/
scsi_proto.h 75 #define READ_HEADER 0x44
  /toolchain/binutils/binutils-2.27/gold/
archive.cc 222 off_t header_size = this->read_header(sarmag, false, &armap_name, NULL);
248 header_size = this->read_header(off, true, &xname, NULL);
344 Archive::read_header(off_t off, bool cache, std::string* pname, function in class:gold::Archive
602 *memsize = this->read_header(off, false, member_name, &nested_off);
    [all...]
archive.h 304 read_header(off_t off, bool cache, std::string* pname, off_t* nested_off);
gdb-index.cc 871 if (!table->read_header(offset))
1048 while (table->read_header(section_offset))
    [all...]
dwarf_reader.h 421 read_header(off_t offset);
    [all...]
ChangeLog-0815     [all...]
dwarf_reader.cc 557 Dwarf_pubnames_table::read_header(off_t offset) function in class:gold::Dwarf_pubnames_table
    [all...]
  /frameworks/native/cmds/rawbu/
backup.cpp 437 static int read_header(FILE* fh, int* type, char** path, struct stat* st) function in namespace:android
538 if (read_header(fh, &type, &path, &statBuffer) == 0) {
  /external/v8/src/
d8.cc 2746 bool read_header; local
    [all...]
api.cc 3271 bool read_header = false; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
scsi.h     [all...]
  /external/devlib/devlib/bin/armeabi/
trace-cmd 

Completed in 779 milliseconds