/system/timezone/input_tools/android/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/zonetree/ |
D | ZoneOffsetPeriod.java | 79 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/ |
D | ZoneCompactor.java | 49 private Map<String,Integer> offsets = new HashMap<>(); field in ZoneCompactor 99 offsets.put(zoneId, offset); in ZoneCompactor() 111 offsets.put(from, offsets.get(to)); in ZoneCompactor() 146 sortedOlsonIds.addAll(offsets.keySet()); in ZoneCompactor() 160 f.writeInt(offsets.get(actualZoneName)); in ZoneCompactor()
|
/system/extras/boottime_tools/io_analysis/ |
D | check_file_read.py | 62 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/input_tools/android/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/ |
D | Tzdb.java | 92 int[] offsets = new int[2]; in getZoneOffset() local 93 timeZone.getOffset(offsetSampleTimeMillis, false /* local */, offsets); in getZoneOffset() 95 return offsets[0]; in getZoneOffset()
|
/system/timezone/apex/tests/src/java/android/tzdata/mts/ |
D | TimeZoneRulesTest.java | 276 int[] offsets = new int[2]; in dstMeansSummer() local 277 timeZone.getOffset(winterTimeMillis, false /* local */, offsets); in dstMeansSummer() 278 assertEquals(winterOffsetRawMillis, offsets[0]); in dstMeansSummer() 279 assertEquals(winterOffsetDstMillis, offsets[1]); in dstMeansSummer() 281 timeZone.getOffset(summerTimeMillis, false /* local */, offsets); in dstMeansSummer() 282 assertEquals(summerOffsetRawMillis, offsets[0]); in dstMeansSummer() 283 assertEquals(summerOffsetDstMillis, offsets[1]); in dstMeansSummer()
|
/system/unwinding/libunwindstack/benchmarks/ |
D | SymbolBenchmark.cpp | 34 void RunBenchmark(benchmark::State& state, const std::vector<uint64_t>& offsets, in RunBenchmark() argument 51 for (auto pc : offsets) { in RunBenchmark()
|
/system/timezone/testing/src/main/java/libcore/timezone/testing/ |
D | ZoneInfoTestHelper.java | 289 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/ |
D | IPCThreadState.cpp | 140 << "offsets=" << btd->data.ptr.offsets << " (" << (void*)btd->offsets_size in printBinderTransactionData() 859 reinterpret_cast<const binder_size_t*>(tr.data.ptr.offsets), in waitForResponse() 867 reinterpret_cast<const binder_size_t*>(tr.data.ptr.offsets), in waitForResponse() 874 reinterpret_cast<const binder_size_t*>(tr.data.ptr.offsets), in waitForResponse() 1021 tr_sg.transaction_data.data.ptr.offsets = data.ipcObjects(); in writeTransactionData() 1029 tr_sg.transaction_data.data.ptr.offsets = 0; in writeTransactionData() 1160 reinterpret_cast<const binder_size_t*>(tr.data.ptr.offsets), in executeCommand() 1191 << reinterpret_cast<const size_t*>(tr.data.ptr.offsets) << endl; in executeCommand()
|
/system/chre/api_parser/ |
D | README.md | 18 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/core/fs_mgr/liblp/ |
D | reader.cpp | 456 std::vector<int64_t> offsets = { in ReadMetadata() local 462 for (const auto& offset : offsets) { in ReadMetadata()
|
/system/unwinding/libunwindstack/ |
D | AndroidVersions.md | 60 * 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/ |
D | flatbuffers.h | 1773 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/ |
D | countryzones.txt | 149 # (i.e. have the same transitions, offsets, DST, name according to ICU
|