Home
last modified time | relevance | path

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

/system/update_engine/payload_generator/
Dtopological_sort_unittest.cc80 vector<Vertex::Index> sorted; in TEST() local
81 TopologicalSort(graph, &sorted); in TEST()
85 EXPECT_TRUE(IndexOf(sorted, i, &src_index)); in TEST()
89 EXPECT_TRUE(IndexOf(sorted, it->first, &dst_index)); in TEST()
/system/core/logd/
DLogBuffer.cpp554 std::unique_ptr<const UidEntry *[]> sorted = stats.sort( in prune() local
557 if (sorted.get() && sorted[0] && sorted[1]) { in prune()
558 worst_sizes = sorted[0]->getSizes(); in prune()
564 && (worst_sizes > (10 * sorted[0]->getDropped()))) { in prune()
565 worst = sorted[0]->getKey(); in prune()
566 second_worst_sizes = sorted[1]->getSizes(); in prune()
576 std::unique_ptr<const PidEntry *[]> sorted = stats.sort( in prune() local
578 if (sorted.get() && sorted[0] && sorted[1]) { in prune()
579 worstPid = sorted[0]->getKey(); in prune()
581 - sorted[0]->getSizes() in prune()
[all …]
DLogStatistics.h53 std::unique_ptr<const TEntry *[]> sorted(NULL); in sort()
54 return sorted; in sort()
84 std::unique_ptr<const TEntry *[]> sorted(retval); in sort()
85 return sorted; in sort()
135 std::unique_ptr<const TEntry *[]> sorted = sort(uid, pid, variable
137 if (!sorted.get()) {
142 const TEntry *entry = sorted[index];
146 if (entry->getSizes() <= (sorted[0]->getSizes() / 100)) {
DLogStatistics.cpp292 std::unique_ptr<const PidEntry *[]> sorted in format() local
295 if (!sorted.get()) { in format()
302 const PidEntry *entry = sorted[index]; in format()
/system/connectivity/shill/mobile_operator_db/
Dserviceproviders_converter.py395 cmp(sorted([z.text for z in x.findall(u'name')]),
396 sorted([z.text for z in y.findall(u'name')])))
461 for name_node in sorted(node.findall(u'name')):
465 for network_id_node in sorted(node.findall(u'network-id')):
470 for apn_node in sorted(node.findall(u'apn')):
474 for sid_node in sorted(node.findall(u'sid')):
495 for plan_node in sorted(apn_node.findall(u'plan')):
497 for name_node in sorted(apn_node.findall(u'name')):
505 for dns_node in sorted(apn_node.findall(u'dns')):
Dserviceproviders.prototxt22 # Keep the operators sorted: Sort by country first. Within a country, sort by
/system/sepolicy/
DAndroid.mk239 file_contexts.device.sorted.tmp := $(intermediates)/file_contexts.device.sorted.tmp
240 $(file_contexts.device.sorted.tmp): PRIVATE_SEPOLICY := $(built_sepolicy)
241 $(file_contexts.device.sorted.tmp): $(file_contexts.device.tmp) $(built_sepolicy) $(HOST_OUT_EXECUT…
247 $(file_contexts.concat.tmp): $(file_contexts.local.tmp) $(file_contexts.device.sorted.tmp)
263 file_contexts.device.sorted.tmp :=
/system/extras/simpleperf/
Drecord_file_reader.cpp148 bool sorted) { in ReadDataSection() argument
160 if (sorted) { in ReadDataSection()
Drecord_file.h112 bool ReadDataSection(std::function<bool(std::unique_ptr<Record>)> callback, bool sorted = true);
/system/core/init/
Dperfboot.py264 return [record[k] for k in sorted(keys)]
327 data = sorted(data)
/system/core/metricsd/uploader/proto/
Dhistogram_event.proto49 // The bucket's index in the list of buckets, sorted in ascending order.
/system/extras/pagecache/
Dpagecache.py71 sorted_added = sorted(self._file_pages.items(), key=operator.itemgetter(1), reverse=True)
85 sorted_added = sorted(self._file_pages.items(), key=operator.itemgetter(1), reverse=True)
/system/media/camera/docs/
Dmetadata_helpers.py1115 return text + summary_function(sorted(tag_set, key=lambda x: x.name))
1181 return text + summary_function(sorted(target_set))
/system/vold/bench/
Dbenchgen.py175 events = sorted(events, key=lambda e: e.time)
/system/connectivity/shill/
DHACKING119 Keep the values sorted as instructed in the header file.
/system/core/liblog/
DREADME107 multiply, retrieving a log entry at a time in time sorted order,
/system/connectivity/shill/doc/
Dmanager-api.txt336 ','-separated list of technologies, sorted from highest
683 list is sorted internally to have the service with
Dservice-api.txt1179 Services with priorities are sorted ahead of services
1192 Services with priorities are sorted ahead of services
/system/extras/tests/net_test/
Dmultinetwork_test.py839 start, end = tuple(sorted([Random(), Random()]))
/system/media/audio_utils/
DDoxyfile.orig558 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by
560 # be sorted only by class name, not including the namespace part.
DDoxyfile558 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by
560 # be sorted only by class name, not including the namespace part.