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

  /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:__anon28342
109 read_header({ source.begin(), source.begin() + body_pos }, m, r_log);
  /external/skia/src/codec/
SkWbmpCodec.cpp 62 static bool read_header(SkStream* stream, SkISize* size) { function
87 return read_header(this->stream(), nullptr);
145 return read_header(&stream, nullptr);
151 if (!read_header(stream, &size)) {
SkPngCodec.cpp 767 static SkCodec::Result read_header(SkStream* stream, SkPngChunkReader* chunkReader, function
    [all...]
  /packages/apps/Car/libs/
resource_generator.py 218 read_header = False
233 if not read_header:
236 read_header = True
  /toolchain/binutils/binutils-2.25/gold/
archive.cc 216 off_t header_size = this->read_header(sarmag, false, &armap_name, NULL);
237 header_size = this->read_header(off, true, &xname, NULL);
329 Archive::read_header(off_t off, bool cache, std::string* pname, function in class:gold::Archive
580 *memsize = this->read_header(off, false, member_name, &nested_off);
    [all...]
archive.h 300 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...]
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 438 static int read_header(FILE* fh, int* type, char** path, struct stat* st) function in namespace:android
539 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...]

Completed in 287 milliseconds