/system/update_engine/payload_generator/ |
D | topological_sort_unittest.cc | 80 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/ |
D | LogBuffer.cpp | 554 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 …]
|
D | LogStatistics.h | 53 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)) {
|
D | LogStatistics.cpp | 292 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/ |
D | serviceproviders_converter.py | 395 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')):
|
D | serviceproviders.prototxt | 22 # Keep the operators sorted: Sort by country first. Within a country, sort by
|
/system/sepolicy/ |
D | Android.mk | 239 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/ |
D | record_file_reader.cpp | 148 bool sorted) { in ReadDataSection() argument 160 if (sorted) { in ReadDataSection()
|
D | record_file.h | 112 bool ReadDataSection(std::function<bool(std::unique_ptr<Record>)> callback, bool sorted = true);
|
/system/core/init/ |
D | perfboot.py | 264 return [record[k] for k in sorted(keys)] 327 data = sorted(data)
|
/system/core/metricsd/uploader/proto/ |
D | histogram_event.proto | 49 // The bucket's index in the list of buckets, sorted in ascending order.
|
/system/extras/pagecache/ |
D | pagecache.py | 71 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/ |
D | metadata_helpers.py | 1115 return text + summary_function(sorted(tag_set, key=lambda x: x.name)) 1181 return text + summary_function(sorted(target_set))
|
/system/vold/bench/ |
D | benchgen.py | 175 events = sorted(events, key=lambda e: e.time)
|
/system/connectivity/shill/ |
D | HACKING | 119 Keep the values sorted as instructed in the header file.
|
/system/core/liblog/ |
D | README | 107 multiply, retrieving a log entry at a time in time sorted order,
|
/system/connectivity/shill/doc/ |
D | manager-api.txt | 336 ','-separated list of technologies, sorted from highest 683 list is sorted internally to have the service with
|
D | service-api.txt | 1179 Services with priorities are sorted ahead of services 1192 Services with priorities are sorted ahead of services
|
/system/extras/tests/net_test/ |
D | multinetwork_test.py | 839 start, end = tuple(sorted([Random(), Random()]))
|
/system/media/audio_utils/ |
D | Doxyfile.orig | 558 # 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.
|
D | Doxyfile | 558 # 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.
|