Searched refs:sorted (Results 351 - 375 of 489) sorted by relevance

<<11121314151617181920

/external/chromium_org/chrome/browser/web_dev_style/
H A Dcss_checker.py68 if props != sorted(props):
/external/chromium_org/ppapi/generators/
H A Didl_gen_pnacl.py272 filenames = sorted(filenames)
H A Didl_gen_wrapper.py251 for header in sorted(header_files):
H A Didl_c_header.py259 includes = sorted(set(includes))
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/
H A Dmulticommandtool.py243 return sorted(commands)
/external/chromium_org/tools/cr/cr/
H A Dplugin.py238 return sorted(cls.UnorderedPlugins(),
/external/chromium_org/tools/findit/
H A Dcrash_utils.py195 for component_path in sorted(parsed_deps,
/external/chromium_org/tools/gyp/pylib/gyp/generator/
H A Declipse.py274 for key in sorted(defines.iterkeys()):
H A Dandroid.py459 for configname, config in sorted(configs.iteritems()):
783 for configname, config in sorted(configs.iteritems()):
1081 # Write out the sorted list of includes.
1083 for include_file in sorted(include_list):
/external/chromium_org/tools/json_schema_compiler/
H A Dcpp_type_generator.py194 sorted by the type's name.
216 for dependency in sorted(dependencies, key=_TypeDependency.GetSortKey):
/external/chromium_org/tools/metrics/histograms/
H A Dextract_histograms.py461 return sorted(histograms.keys()
/external/chromium_org/tools/telemetry/telemetry/util/
H A Dfind_dependencies.py263 print '\n'.join(sorted(dependencies))
/external/fonttools/Lib/fontTools/ttLib/tables/
H A D_p_o_s_t.py210 items = sorted(self.mapping.items())
/external/fonttools/Tools/fontTools/ttLib/tables/
H A D_p_o_s_t.py210 items = sorted(self.mapping.items())
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/
H A DTool.java579 List<Object> sorted = g.sort();
580 //System.out.println("sorted="+sorted);
582 for (int i = 0; i < sorted.size(); i++) {
583 String f = (String)sorted.get(i);
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
H A DOAuth.php335 * The request parameters, sorted and concatenated into a normalized string.
855 // Parameters are sorted by name, using lexicographical byte value ordering.
862 // If two or more parameters share the same name, they are sorted by their value
/external/chromium_org/third_party/cython/src/Cython/Build/
H A DDependencies.py523 for x in sorted(self.all_dependencies(filename)):
815 print("Failed compilations: %s" % ', '.join(sorted([
955 for time, size, file in reversed(sorted(all)):
/external/chromium_org/tools/binary_size/
H A Drun_binary_size_analysis.py380 symbols = sorted(symbols, key=lambda x: -x[2])
424 sources = sorted(source_map.values(), key=lambda x: -x['size'])
450 vtables = sorted(vtables, key=lambda x: -x['size'])
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
H A Dpep8.py1533 for key in sorted(self.messages) if key.startswith(prefix)]
1699 for subdir in sorted(dirs):
1702 for filename in sorted(files):
1747 return sorted(checks)
1908 args = sorted(options.selected_lines)
/external/libunwind/doc/
H A Dlibunwind-dynamic.tex308 be sorted in that order, it may result in slightly faster execution,
310 ensure that the directives are sorted.
314 sorted, it is recommended that such implementations first check
315 whether the list happens to be sorted already and, if not, sort the
318 and if the runtime code-generator happens to generated sorted lists
/external/chromium_org/third_party/cython/src/Cython/Debugger/
H A Dlibcython.py1127 for name, cyvar in sorted(local_cython_vars.iteritems(), key=sortkey):
1160 for k, v in sorted(global_python_dict.iteritems(), key=sortkey):
1166 for name, cyvar in sorted(module_globals.iteritems(), key=sortkey):
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dxcode_emulation.py845 for configname in sorted(self.xcode_settings.keys()):
868 for configname in sorted(self.xcode_settings.keys()):
959 ', '.join(sorted(unimpl)))
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Dindentation.py221 expected = sorted(expected)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dexecutive.py288 return sorted(running_pids)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
H A Dperftest.py142 sorted_values = sorted(values)

Completed in 577 milliseconds

<<11121314151617181920