HomeSort by relevance Sort by last modified time
    Searched defs:Write16 (Results 1 - 3 of 3) sorted by null

  /frameworks/base/cmds/idmap2/libidmap2/
BinaryStreamVisitor.cpp 27 void BinaryStreamVisitor::Write16(uint16_t value) {
62 Write16(header.GetTargetPackageId());
63 Write16(header.GetTypeCount());
69 Write16(type_entry.GetTargetTypeId());
70 Write16(type_entry.GetOverlayTypeId());
71 Write16(entryCount);
72 Write16(type_entry.GetEntryOffset());
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCObjectWriter.h 148 void Write16(uint16_t Value) {
  /art/libdexfile/dex/
test_dex_file_builder.h 189 Write16(raw_offset + 4u, GetTypeIdx(entry.first.return_type));
195 Write16(type_list_offset + 4u + i * sizeof(dex::TypeItem),
203 Write16(raw_offset + 0u, GetTypeIdx(entry.first.class_descriptor));
204 Write16(raw_offset + 2u, GetTypeIdx(entry.first.type));
210 Write16(raw_offset + 0u, GetTypeIdx(entry.first.class_descriptor));
213 Write16(raw_offset + 2u, it->second.idx);
381 void Write16(size_t offset, uint32_t value) {

Completed in 219 milliseconds