Home
last modified time | relevance | path

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

/system/extras/perfprofd/
Dmap_utils.h30 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 …]
Dperf_data_converter.cc152 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/
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/zone_compactor/main/java/
DZoneCompactor.java49 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/
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/testing/src/main/java/libcore/timezone/testing/
DZoneInfoTestHelper.java243 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/
DIPCThreadState.cpp137 << "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/
DTzLookupGenerator.java459 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/
Dreader.cpp415 std::vector<int64_t> offsets = { in ReadMetadata() local
421 for (const auto& offset : offsets) { in ReadMetadata()
/system/chre/external/flatbuffers/include/flatbuffers/
Dflatbuffers.h1189 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/
Dperfprofd_test.cc1664 for (auto& x : aggr_sym.second.offsets) { in TEST_F()
/system/timezone/input_data/android/
Dcountryzones.txt86 # (i.e. have the same transitions, offsets, DST, name according to ICU