HomeSort by relevance Sort by last modified time
    Searched refs:sorted_list (Results 1 - 6 of 6) sorted by null

  /external/autotest/client/site_tests/platform_ToolchainOptions/
platform_ToolchainOptions.py 86 sorted_list = list(self.filtered_set)
87 sorted_list.sort()
88 m += "\nFAILED:\n%s\n\n" % "\n".join(sorted_list)
101 sorted_list = list(self.filtered_set)
102 sorted_list.sort()
103 m += "FAILED:\n%s" % "\n".join(sorted_list)
108 sorted_list = list(self.new_passes)
109 sorted_list.sort()
111 "\n".join(sorted_list))
  /external/toolchain-utils/binary_search_tool/
binary_search_perforce.py 70 self.sorted_list = []
83 def SetSortedList(self, sorted_list):
84 assert len(sorted_list) > 0
85 self.sorted_list = sorted_list
87 self.hi = len(sorted_list) - 1
90 for i in range(len(self.sorted_list)):
91 bsp = BinarySearchPoint(self.sorted_list[i], -1, 'Not yet done.')
96 (self.sorted_list[self.current], self.current, status))
101 bsp = BinarySearchPoint(self.sorted_list[self.current], status, tag
    [all...]
  /prebuilts/gdb/darwin-x86/share/gdb/python/gdb/
frames.py 141 sorted_list: A sorted, pruned list of frame filters to
178 sorted_list = list(_sort_list())
182 if len(sorted_list) == 0:
195 for ff in sorted_list:
  /prebuilts/gdb/linux-x86/share/gdb/python/gdb/
frames.py 141 sorted_list: A sorted, pruned list of frame filters to
178 sorted_list = list(_sort_list())
182 if len(sorted_list) == 0:
195 for ff in sorted_list:
  /external/toolchain-utils/
generate-waterfall-reports.py 188 sorted_list = sorted(err_list, key=lambda x: x[0], reverse=True)
189 err_group = [len(sorted_list), suite, test, err_msg, sorted_list]
318 sorted_list = sorted(err_list, key=lambda x: x[0], reverse=True)
319 err_group = [len(sorted_list), suite, test, err_msg, sorted_list]
  /build/make/tools/releasetools/
common.py 959 sorted_list = sorted([(not v, k, v) for (k, v) in current.iteritems()])
960 for i, (_, k, v) in enumerate(sorted_list):
    [all...]

Completed in 159 milliseconds