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

  /art/libdexfile/dex/
test_dex_file_builder.h 171 uint32_t raw_offset = data_section_offset + entry.second.data_offset; local
172 dex_file_data_[raw_offset] = static_cast<uint8_t>(entry.first.size());
173 std::memcpy(&dex_file_data_[raw_offset + 1], entry.first.c_str(), entry.first.size() + 1);
174 Write32(string_ids_offset + entry.second.idx * sizeof(DexFile::StringId), raw_offset);
186 uint32_t raw_offset = proto_ids_offset + entry.second.idx * sizeof(DexFile::ProtoId); local
187 Write32(raw_offset + 0u, GetStringIdx(entry.first.shorty));
188 Write16(raw_offset + 4u, GetTypeIdx(entry.first.return_type));
189 Write32(raw_offset + 8u, type_list_offset);
201 uint32_t raw_offset = field_ids_offset + entry.second * sizeof(DexFile::FieldId); local
202 Write16(raw_offset + 0u, GetTypeIdx(entry.first.class_descriptor))
208 uint32_t raw_offset = method_ids_offset + entry.second * sizeof(DexFile::MethodId); local
    [all...]
  /device/google/cuttlefish_common/common/vsoc/lib/
region_view.cpp 102 uint32_t raw_offset = offsets[i].exchange(0); local
103 if (raw_offset) {
104 bool round_trip = raw_offset & UADDR_OFFSET_ROUND_TRIP_FLAG;
105 uint32_t offset = raw_offset & UADDR_OFFSET_MASK;
  /external/v8/src/
frames.cc 1588 int raw_offset = Smi::cast(GetExpression(index))->value(); local
1599 int raw_offset = Smi::cast(Memory::Object_at(expression_offset))->value(); local
1608 int raw_offset = new_offset + BytecodeArray::kHeaderSize - kHeapObjectTag; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
tzregts.cpp 482 int32_t raw_offset = tz->getRawOffset(); local
484 if (offset == raw_offset)
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneRegressionTest.java 342 long raw_offset = tz.getRawOffset(); local
343 if (offset == raw_offset)
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneRegressionTest.java 339 long raw_offset = tz.getRawOffset(); local
340 if (offset == raw_offset)
    [all...]

Completed in 942 milliseconds