/system/extras/perfprofd/ |
D | map_utils.h | 30 std::set<ValType> offsets; member 32 offsets.insert(offset); in AggregatedSymbol() 58 maybe_match.offsets.insert(val); in Insert() 63 if (*maybe_match.offsets.rbegin() < val) { in Insert() 78 AggregatedSymbol left(maybe_match.symbol, *maybe_match.offsets.begin()); in Insert() 79 auto offset_it = maybe_match.offsets.begin(); in Insert() 81 left.offsets.insert(*offset_it); in Insert() 91 for (; offset_it != maybe_match.offsets.end(); ++offset_it) { in Insert() 92 right.offsets.insert(*offset_it); in Insert() 96 map_.emplace(*left.offsets.begin(), std::move(left)); in Insert() [all …]
|
D | perf_data_converter.cc | 152 symbol->set_addr(*aggr_sym.second.offsets.begin()); in AddSymbolInfo() 153 symbol->set_size(*aggr_sym.second.offsets.rbegin() - *aggr_sym.second.offsets.begin() + 1); in AddSymbolInfo()
|
/system/timezone/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/zone_compactor/main/java/ |
D | ZoneCompactor.java | 49 private Map<String,Integer> offsets = new HashMap<String,Integer>(); field in ZoneCompactor 94 offsets.put(s, offset); in ZoneCompactor() 110 offsets.put(from, offsets.get(to)); in ZoneCompactor() 141 sortedOlsonIds.addAll(offsets.keySet()); in ZoneCompactor() 157 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/testing/src/main/java/libcore/timezone/testing/ |
D | ZoneInfoTestHelper.java | 243 Map<String, Integer> offsets = new HashMap<>(); in build() local 246 offsets.put(datum.id, offset); in build() 261 Integer offset = offsets.get(id); in build()
|
/system/libhwbinder/ |
D | IPCThreadState.cpp | 137 << "offsets=" << btd->data.ptr.offsets << " (" << (void*)btd->offsets_size in printBinderTransactionData() 855 reinterpret_cast<const binder_size_t*>(tr.data.ptr.offsets), in waitForResponse() 863 reinterpret_cast<const binder_size_t*>(tr.data.ptr.offsets), in waitForResponse() 870 reinterpret_cast<const binder_size_t*>(tr.data.ptr.offsets), in waitForResponse() 1013 tr_sg.transaction_data.data.ptr.offsets = data.ipcObjects(); in writeTransactionData() 1021 tr_sg.transaction_data.data.ptr.offsets = 0; in writeTransactionData() 1153 reinterpret_cast<const binder_size_t*>(tr.data.ptr.offsets), in executeCommand() 1181 << reinterpret_cast<const size_t*>(tr.data.ptr.offsets) << endl; in executeCommand()
|
/system/timezone/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/ |
D | TzLookupGenerator.java | 459 int[] offsets = new int[2]; in validateNonDstOffset() local 460 timeZone.getOffset(offsetSampleTimeMillis, false /* local */, offsets); in validateNonDstOffset() 461 int actualOffsetMillis = offsets[0]; in validateNonDstOffset()
|
/system/core/fs_mgr/liblp/ |
D | reader.cpp | 415 std::vector<int64_t> offsets = { in ReadMetadata() local 421 for (const auto& offset : offsets) { in ReadMetadata()
|
/system/chre/external/flatbuffers/include/flatbuffers/ |
D | flatbuffers.h | 1189 std::vector<Offset<String>> offsets(v.size()); 1190 for (size_t i = 0; i < v.size(); i++) offsets[i] = CreateString(v[i]); 1191 return CreateVector(offsets);
|
/system/extras/perfprofd/tests/ |
D | perfprofd_test.cc | 1664 for (auto& x : aggr_sym.second.offsets) { in TEST_F()
|
/system/timezone/input_data/android/ |
D | countryzones.txt | 86 # (i.e. have the same transitions, offsets, DST, name according to ICU
|