HomeSort by relevance Sort by last modified time
    Searched refs:sorted (Results 301 - 325 of 760) sorted by null

<<11121314151617181920>>

  /external/chromium_org/tools/cr/cr/targets/
target.py 101 target_clses = sorted(
  /external/chromium_org/tools/deep_memory_profiler/lib/
symbol.py 152 unresolved_addresses = sorted(
  /external/chromium_org/tools/deep_memory_profiler/subcommands/
expand.py 67 sorted_sizes_list = sorted(
  /external/chromium_org/tools/metrics/histograms/
find_unmapped_histograms.py 219 unmapped_histograms = sorted(chromium_histograms - xml_histograms)
update_histogram_enum.py 135 for value in sorted(new_item_nodes.iterkeys()):
  /external/chromium_org/tools/
multi_process_rss.py 74 pids = sorted(set(pids), key=pids.index) # uniq: maybe slow, but simple.
sort-headers.py 76 """Sorts the headers in infile, writing the sorted file to outfile."""
89 for header in sorted(headerblock, key=IncludeCompareKey):
  /external/chromium_org/tools/telemetry/third_party/pyserial/serial/tools/
list_ports_linux.py 142 for port, desc, hwid in sorted(comports()):
  /external/chromium_org/tools/valgrind/
common.py 248 for (name, count) in sorted(suppcounts.items(), key=lambda (k,v): (v,k)):
  /external/chromium_org/ui/gl/
generate_bindings.py     [all...]
  /external/chromium_org/ui/resources/resource_check/
resource_scale_factors.py 60 return sorted(set([(base_size * scale_percent) / 100,
  /external/clang/www/
make_cxx_dr_status 47 drs = sorted((parse(dr) for dr in file(index, 'r').read().split('<TR>')[2:]),
  /external/fonttools/Lib/fontTools/ttLib/tables/
_h_m_t_x.py 77 names = sorted(self.metrics.keys())
_m_a_x_p.py 117 items = sorted(self.__dict__.items())
  /external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/
event_analyzing_sample.py 189 print ' '.join(['%s=%s'%(k,str(v))for k,v in sorted(event_fields_dict.items())])
  /external/llvm/utils/release/
findRegressions-simple.py 73 for t in sorted(d_old.keys()) :
  /external/skia/tools/
svn.py 183 matching_files = sorted(fnmatch.filter(all_files, filename_pattern))
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/share/gdb/python/gdb/command/
type_printers.py 36 sorted_type_printers = sorted (copy.copy(type_printers),
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/share/gdb/python/gdb/command/
type_printers.py 36 sorted_type_printers = sorted (copy.copy(type_printers),
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/command/
type_printers.py 36 sorted_type_printers = sorted (copy.copy(type_printers),
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/share/gdb/python/gdb/command/
type_printers.py 36 sorted_type_printers = sorted (copy.copy(type_printers),
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/share/gdb/python/gdb/command/
type_printers.py 36 sorted_type_printers = sorted (copy.copy(type_printers),
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.8/share/gdb/python/gdb/command/
type_printers.py 36 sorted_type_printers = sorted (copy.copy(type_printers),
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/share/gdb/python/gdb/command/
type_printers.py 36 sorted_type_printers = sorted (copy.copy(type_printers),
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.8/share/gdb/python/gdb/command/
type_printers.py 36 sorted_type_printers = sorted (copy.copy(type_printers),

Completed in 2007 milliseconds

<<11121314151617181920>>