Home
last modified time | relevance | path

Searched refs:offsets (Results 1 – 13 of 13) sorted by relevance

/system/timezone/input_tools/android/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/zonetree/
DZoneOffsetPeriod.java79 int[] offsets = new int[2]; in create() local
80 timeZone.getOffset(startMillis, false /* local */, offsets); in create()
81 return new ZoneOffsetPeriod(minTime, end, offsets[0], offsets[1], longName); in create()
206 int[] offsets = new int[2]; in getNameAtTime() local
207 timeZone.getOffset(startMillis, false /* local */, offsets); in getNameAtTime()
209 TimeZoneNames.NameType longNameType = offsets[1] == 0 in getNameAtTime()
/system/timezone/input_tools/android/zone_compactor/main/java/
DZoneCompactor.java49 private Map<String,Integer> offsets = new HashMap<>(); field in ZoneCompactor
96 offsets.put(zoneId, offset); in ZoneCompactor()
110 offsets.put(from, offsets.get(to)); in ZoneCompactor()
145 sortedOlsonIds.addAll(offsets.keySet()); in ZoneCompactor()
159 f.writeInt(offsets.get(actualZoneName)); in ZoneCompactor()
/system/extras/boottime_tools/io_analysis/
Dcheck_file_read.py62 offsets = container.get(process_name)
63 if not offsets:
64 offsets = []
65 container[process_name] = offsets
66 offsets.append(offset)
81 def add_merged_access(self, time, offsets, lens, process_names): argument
83 for i in range(len(offsets)):
84 self.accesses.append((time, offsets[i], lens[i], process_names[i]))
86 … self.add_if_single_block(self.ext4_single_block_accesses, lens[i], offsets[i], process_names[i])
88 total_read_offsets.add(offsets[i] + j)
[all …]
/system/timezone/apex/tests/src/java/android/tzdata/mts/
DTimeZoneRulesTest.java273 int[] offsets = new int[2]; in dstMeansSummer() local
274 timeZone.getOffset(winterTimeMillis, false /* local */, offsets); in dstMeansSummer()
275 assertEquals(winterOffsetRawMillis, offsets[0]); in dstMeansSummer()
276 assertEquals(winterOffsetDstMillis, offsets[1]); in dstMeansSummer()
278 timeZone.getOffset(summerTimeMillis, false /* local */, offsets); in dstMeansSummer()
279 assertEquals(summerOffsetRawMillis, offsets[0]); in dstMeansSummer()
280 assertEquals(summerOffsetDstMillis, offsets[1]); in dstMeansSummer()
/system/unwinding/libunwindstack/benchmarks/
DSymbolBenchmark.cpp32 static void BenchmarkSymbolLookup(benchmark::State& state, std::vector<uint64_t> offsets, in BenchmarkSymbolLookup() argument
56 for (auto pc : offsets) { in BenchmarkSymbolLookup()
/system/timezone/testing/src/main/java/libcore/timezone/testing/
DZoneInfoTestHelper.java289 Map<String, Integer> offsets = new HashMap<>(); in build() local
292 offsets.put(datum.id, offset); in build()
307 Integer offset = offsets.get(id); in build()
/system/libhwbinder/
DIPCThreadState.cpp139 << "offsets=" << btd->data.ptr.offsets << " (" << (void*)btd->offsets_size in printBinderTransactionData()
845 reinterpret_cast<const binder_size_t*>(tr.data.ptr.offsets), in waitForResponse()
853 reinterpret_cast<const binder_size_t*>(tr.data.ptr.offsets), in waitForResponse()
860 reinterpret_cast<const binder_size_t*>(tr.data.ptr.offsets), in waitForResponse()
1007 tr_sg.transaction_data.data.ptr.offsets = data.ipcObjects(); in writeTransactionData()
1015 tr_sg.transaction_data.data.ptr.offsets = 0; in writeTransactionData()
1146 reinterpret_cast<const binder_size_t*>(tr.data.ptr.offsets), in executeCommand()
1177 << reinterpret_cast<const size_t*>(tr.data.ptr.offsets) << endl; in executeCommand()
/system/chre/chpp/api_parser/
DREADME.md18 structures, replacing pointers with offsets._
44 1. The size of the CHRE and CHPP structures are the same, and the offsets to
110 // uint32_t to keep the same structure size + field offsets (on 32-bit
/system/timezone/input_tools/android/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/
DTzLookupGenerator.java617 int[] offsets = new int[2]; in validateNonDstOffset() local
618 timeZone.getOffset(offsetSampleTimeMillis, false /* local */, offsets); in validateNonDstOffset()
619 int actualOffsetMillis = offsets[0]; in validateNonDstOffset()
/system/core/fs_mgr/liblp/
Dreader.cpp456 std::vector<int64_t> offsets = { in ReadMetadata() local
462 for (const auto& offset : offsets) { in ReadMetadata()
/system/unwinding/libunwindstack/
DAndroidVersions.md60 * The code now allows program header/section header offsets to point
95 * Display the offsets for Java interpreter frames. If this frame came
/system/chre/external/flatbuffers/include/flatbuffers/
Dflatbuffers.h1773 std::vector<Offset<String>> offsets(v.size());
1774 for (size_t i = 0; i < v.size(); i++) offsets[i] = CreateString(v[i]);
1775 return CreateVector(offsets);
/system/timezone/input_data/android/
Dcountryzones.txt126 # (i.e. have the same transitions, offsets, DST, name according to ICU