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

  /external/lzma/CPP/Common/
Lang.h 12 CRecordVector<UInt32> _offsets; member in class:CLang
  /test/vts/utils/python/library/
elf_parser.py 36 _offsets: Offset of each entry in the ELF.
66 offset + elf._offsets.SECTION_NAME_OFFSET)
68 offset + elf._offsets.SECTION_TYPE)
70 offset + elf._offsets.SECTION_ADDRESS)
72 offset + elf._offsets.SECTION_OFFSET)
74 offset + elf._offsets.SECTION_SIZE)
76 offset + elf._offsets.SECTION_ENTRY_SIZE)
186 self._offsets = elf_consts.ElfOffsets32
191 self._offsets = elf_consts.ElfOffsets64
197 self._offsets.SECTION_HEADER_OFFSET
    [all...]
  /kernel/tests/net/test/
cstruct.py 148 _offsets = dict(zip(_fieldnames, offset_list)) variable in class:Struct.CStruct
213 return self._offsets[name]
  /hardware/interfaces/renderscript/1.0/vts/functional/
VtsCopyTests.cpp 316 hidl_vec<uint32_t> _offsets; local
317 _offsets.setToExternal(offsets.data(), offsets.size());
319 context->allocationAdapterOffset(allocationAdapter, _offsets);
  /frameworks/rs/
rsHidlAdaptation.cpp 1091 hidl_vec<uint32_t> _offsets; local
    [all...]
  /hardware/interfaces/renderscript/1.0/default/
Context.cpp 77 const hidl_vec<uint32_t>& _offsets = offsets; local
78 Device::getHal().AllocationAdapterOffset(mContext, _alloc, _offsets.data(), _offsets.size() * sizeof(uint32_t));
    [all...]

Completed in 3490 milliseconds