Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/
Ddwarf_cu_to_module.cc1037 vector<FunctionRange> sorted_ranges; in AssignLinesToFunctions() local
1038 FillSortedFunctionRanges(sorted_ranges, functions); in AssignLinesToFunctions()
1043 vector<FunctionRange>::iterator range_it = sorted_ranges.begin(); in AssignLinesToFunctions()
1055 if (range_it != sorted_ranges.end() && line_it != lines_.end()) { in AssignLinesToFunctions()
1063 } else if (range_it != sorted_ranges.end()) { in AssignLinesToFunctions()
1184 while (range_it != sorted_ranges.end() in AssignLinesToFunctions()
1188 range = (range_it != sorted_ranges.end()) ? &(*range_it) : NULL; in AssignLinesToFunctions()
/external/fonttools/Lib/fontTools/ttLib/tables/
DotTables.py533 sorted_ranges = sorted(ranges, key=lambda a: a.StartCoverageIndex)
534 if ranges != sorted_ranges:
536 ranges = sorted_ranges
537 del sorted_ranges