Home
last modified time | relevance | path

Searched refs:base_offset (Results 1 – 10 of 10) sorted by relevance

/aosp12/bionic/linker/
H A Dlinker_mapped_file_fragment.cpp48 bool MappedFileFragment::Map(int fd, off64_t base_offset, size_t elf_offset, size_t size) { in Map() argument
50 CHECK(safe_add(&offset, base_offset, elf_offset)); in Map()
H A Dlinker_mapped_file_fragment.h40 bool Map(int fd, off64_t base_offset, size_t elf_offset, size_t size);
/aosp12/system/update_engine/cros/
H A Ddownload_action_chromeos.h82 void set_base_offset(int64_t base_offset) { base_offset_ = base_offset; } in set_base_offset() argument
/aosp12/system/update_engine/common/
H A Ddownload_action.h108 void set_base_offset(int64_t base_offset) { base_offset_ = base_offset; } in set_base_offset() argument
/aosp12/system/logging/liblog/tests/
H A Dliblog_test.cpp1261 property_set(key + base_offset, ""); in TEST()
1267 property_set(key + base_offset, ""); in TEST()
1344 key + base_offset, buf); in TEST()
1345 property_set(key + base_offset, buf); in TEST()
1369 property_set(key + base_offset, ""); in TEST()
1402 key + base_offset, buf); in TEST()
1403 property_set(key + base_offset, buf); in TEST()
1427 property_set(key + base_offset, ""); in TEST()
1477 key + base_offset, buf); in TEST()
1478 property_set(key + base_offset, buf); in TEST()
[all …]
/aosp12/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
H A Dbricked.rscript83 int base_offset = (in_br_z) * 32 + (in_br_y);
85 int slice_pos = base_brick * BRICK_SIZE + base_offset;
/aosp12/system/media/camera/docs/
H A Dmetadata_helpers.py649 base_offset = 0
655 base_offset += 1
663 return "0x%X" %(base_value + base_offset)
665 return "%d" %(base_value + base_offset)
/aosp12/frameworks/av/media/extractors/mp4/
H A DItemTable.cpp271 uint16_t data_reference_index, uint64_t base_offset) : in ItemLoc()
275 baseOffset(base_offset) {} in ItemLoc()
413 uint64_t base_offset = 0; in parse() local
415 if (!source()->getUInt64Var(offset, &base_offset, base_offset_size)) { in parse()
420 ALOGV("base_offset %lld", (long long) base_offset); in parse()
423 item_id, construction_method, data_reference_index, base_offset)); in parse()
/aosp12/art/dex2oat/linker/
H A Dimage_writer.cc1758 size_t base_offset = image_writer_->GetImageOffset(current_obj_.Ptr(), oat_index_); in operator ()() local
1759 string_reference_offsets_->emplace_back(base_offset, member_offset.Uint32Value()); in operator ()()
/aosp12/art/runtime/
H A Dclass_linker.cc1486 uint32_t base_offset = sro_base[offset_index].first; in VisitInternedStringReferences() local
1489 DCHECK_ALIGNED(base_offset, 2); in VisitInternedStringReferences()
1493 reinterpret_cast<mirror::Object*>(space->Begin() + base_offset); in VisitInternedStringReferences()