Home
last modified time | relevance | path

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

/system/core/logd/
DLogStatistics.h79 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 …]
DLogStatistics.cpp325 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/
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/sepolicy/tests/
Dtreble_sepolicy_tests.py53 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/
Dbuild_all.py52 for header in sorted(headers(path)):
/system/extras/simpleperf/
Drecord_file.h130 bool sorted = true);
135 bool ReadRecord(std::unique_ptr<Record>& record, bool sorted = true);
Drecord_file_reader.cpp169 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/
Dannotate.py91 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/
DIServiceManager.hal93 * List all registered services. Must be sorted.
100 * List all instances of a particular service. Must be sorted.
/system/core/init/
Dperfboot.py264 return [record[k] for k in sorted(keys)]
327 data = sorted(data)
/system/sepolicy/
DAndroid.mk653 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/
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/core/liblog/
DREADME139 multiply, retrieving a log entry at a time in time sorted order,
/system/media/audio_utils/
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.
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.
/system/chre/chre_api/doc/
DDoxyfile583 # 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.