HomeSort by relevance Sort by last modified time
    Searched refs:_offsets (Results 1 - 7 of 7) 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 39 _offsets: Offset of each entry in the ELF.
69 offset + elf._offsets.SECTION_NAME_OFFSET)
71 offset + elf._offsets.SECTION_TYPE)
73 offset + elf._offsets.SECTION_ADDRESS)
75 offset + elf._offsets.SECTION_OFFSET)
77 offset + elf._offsets.SECTION_SIZE)
79 offset + elf._offsets.SECTION_ENTRY_SIZE)
198 self._offsets = elf_consts.ElfOffsets32
203 self._offsets = elf_consts.ElfOffsets64
210 self._offsets.SECTION_HEADER_OFFSET
    [all...]
  /kernel/tests/net/test/
cstruct.py 148 _offsets = dict(zip(_fieldnames, offset_list)) variable in class:Struct.CStruct
219 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 75 const hidl_vec<uint32_t>& _offsets = offsets; local
76 Device::getHal().AllocationAdapterOffset(mContext, _alloc, _offsets.data(), _offsets.size() * sizeof(uint32_t));
    [all...]
  /external/annotation-tools/asmx/test/lib/
serp.jar 

Completed in 633 milliseconds