/system/core/logd/ |
D | LogStatistics.h | 79 std::unique_ptr<const TEntry* []> sorted(NULL); in sort() 80 return sorted; in sort() 110 std::unique_ptr<const TEntry* []> sorted(retval); in sort() 111 return sorted; in sort() 166 std::unique_ptr<const TEntry* []> sorted = variable 168 if (!sorted.get()) { 173 const TEntry* entry = sorted[index]; 177 if (entry->getSizes() <= (sorted[0]->getSizes() / 100)) { 481 std::unique_ptr<const TEntry* []> sorted; variable 484 explicit LogFindWorst(std::unique_ptr<const TEntry* []>&& sorted) in LogFindWorst() argument [all …]
|
D | LogStatistics.cpp | 325 std::unique_ptr<const PidEntry* []> sorted = in format() local 328 if (!sorted.get()) { in format() 335 const PidEntry* entry = sorted[index]; in format()
|
/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/sepolicy/tests/ |
D | treble_sepolicy_tests.py | 53 for d in sorted(alldomains.keys()): 194 ret += " ".join(str(x) for x in sorted(violators)) + "\n" 207 ret += " ".join(str(x) for x in sorted(violators)) + "\n"
|
/system/tools/hidl/c2hal/test/ |
D | build_all.py | 52 for header in sorted(headers(path)):
|
/system/extras/simpleperf/ |
D | record_file.h | 130 bool sorted = true); 135 bool ReadRecord(std::unique_ptr<Record>& record, bool sorted = true);
|
D | record_file_reader.cpp | 169 const std::function<bool(std::unique_ptr<Record>)>& callback, bool sorted) { in ReadDataSection() argument 171 while (ReadRecord(record, sorted)) { in ReadDataSection() 183 bool sorted) { in ReadRecord() argument 207 if (sorted) { in ReadRecord()
|
/system/extras/simpleperf/scripts/ |
D | annotate.py | 91 addrs = sorted(dso.keys()) 470 dso_periods = sorted(self.dso_periods.values(), 477 file_periods = sorted(self.file_periods.values(), 489 values = sorted(values, 495 for line in sorted(file_period.line_dict.keys()):
|
/system/libhidl/transport/manager/1.0/ |
D | IServiceManager.hal | 93 * List all registered services. Must be sorted. 100 * List all instances of a particular service. Must be sorted.
|
/system/core/init/ |
D | perfboot.py | 264 return [record[k] for k in sorted(keys)] 327 data = sorted(data)
|
/system/sepolicy/ |
D | Android.mk | 653 file_contexts.device.sorted.tmp := $(intermediates)/file_contexts.device.sorted.tmp 654 $(file_contexts.device.sorted.tmp): PRIVATE_SEPOLICY := $(built_sepolicy) 655 $(file_contexts.device.sorted.tmp): $(file_contexts.device.tmp) $(built_sepolicy) $(HOST_OUT_EXECUT… 661 $(file_contexts.concat.tmp): $(file_contexts.local.tmp) $(file_contexts.device.sorted.tmp) 677 file_contexts.device.sorted.tmp :=
|
/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/core/liblog/ |
D | README | 139 multiply, retrieving a log entry at a time in time sorted order,
|
/system/media/audio_utils/ |
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.
|
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.
|
/system/chre/chre_api/doc/ |
D | Doxyfile | 583 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by 585 # be sorted only by class name, not including the namespace part.
|