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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/tools/telemetry/third_party/pyserial/serial/tools/
list_ports_posix.py 100 for port, desc, hwid in sorted(comports()):
  /external/chromium_org/tools/win/split_link/
graph_dependencies.py 46 graph = 'strict digraph {\n' + '\n'.join(sorted(deduplicated)) + '\n}'
  /external/chromium_org/webkit/tools/layout_tests/
canary-webkit-revisions.py 114 failing_tests += sorted(
236 builders = sorted(failing_test_to_builders[test])
244 for subset_size, subset_name in reversed(sorted(builder_subsets)):
247 for test in sorted(builders_to_tests[subset_name].Tests()):
  /external/icu/icu4c/source/test/depstest/
depstest.py 158 sorted(files_missing_from_deps))
162 sorted(files_missing_from_build))
173 sorted(virtual_classes_with_weak_destructors))
183 print "Info: ignored symbols:\n%s" % sorted(_ignored_symbols)
  /external/libvorbis/vq/
vqgen.h 23 int sorted; member in struct:vqgen
  /external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/
sctop.py 68 for id, val in sorted(syscalls.iteritems(), key = lambda(k, v): (v, k), \
syscall-counts-by-pid.py 67 for id, val in sorted(syscalls[comm][pid].iteritems(), \
syscall-counts.py 57 for id, val in sorted(syscalls.iteritems(), key = lambda(k, v): (v, k), \
  /external/openssl/crypto/stack/
stack.h 70 int sorted; member in struct:stack_st
  /external/openssl/include/openssl/
stack.h 70 int sorted; member in struct:stack_st
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_bdist.py 26 found = sorted(cmd.format_command)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cookie.py 37 for k, v in sorted(case['dict'].iteritems()):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_bdist.py 26 found = sorted(cmd.format_command)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cookie.py 37 for k, v in sorted(case['dict'].iteritems()):
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
results.py 5 from coverage.backward import set, sorted # pylint: disable=W0622 namespace
35 self.missing = sorted(set(self.statements) - set(exec1))
73 """Returns a sorted list of the arcs in the code."""
78 """Returns a sorted list of the arcs actually executed in the code."""
82 return sorted(executed)
85 """Returns a sorted list of the arcs in the code not executed."""
93 return sorted(missing)
96 """Returns a sorted list of the executed arcs missing from the code."""
107 return sorted(unpredicted)
  /external/icu/icu4c/source/i18n/
identifier_info.cpp 288 UVector sorted(status);
298 sorted.addElement(ss, status);
300 sorted.sort(uhash_compareScriptSet, status);
302 for (int32_t i=0; i<sorted.size(); i++) {
306 ScriptSet *ss = static_cast<ScriptSet *>(sorted.elementAt(i));
  /external/doclava/src/com/google/doclava/
Doclava.java 699 SortedMap<String, PackageInfo> sorted = new TreeMap<String, PackageInfo>(); local
708 sorted.put(name, pkg);
712 for (String s : sorted.keySet()) {
713 PackageInfo pkg = sorted.get(s);
858 SortedMap<String, Object> sorted = new TreeMap<String, Object>(); local
863 sorted.put(cl.qualifiedName(), cl);
871 sorted.put(name, pkg);
875 for (String s : sorted.keySet()) {
879 Object o = sorted.get(s);
1070 SortedMap<String, PackageInfo> sorted = new TreeMap<String, PackageInfo>(); local
1202 Sorter[] sorted = new Sorter[classes.length]; local
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
thingsToDo.txt 110 to be sorted to know which segment is next on the outside, although sometimes
280 void adjustFirst(const SkTDArray<Angle*>& sorted, int& first, int& winding,
283 int angleCount = sorted.count();
285 const Angle* angle = sorted[firstIndex];
294 if (!Coincident(sorted[prior], sorted[first])) {
299 angle = sorted[prior];
311 if (!Coincident(sorted[first], sorted[next])) {
327 const Angle* followAngle = sorted[followIndex]
    [all...]
  /external/skia/experimental/Intersection/
thingsToDo.txt 110 to be sorted to know which segment is next on the outside, although sometimes
280 void adjustFirst(const SkTDArray<Angle*>& sorted, int& first, int& winding,
283 int angleCount = sorted.count();
285 const Angle* angle = sorted[firstIndex];
294 if (!Coincident(sorted[prior], sorted[first])) {
299 angle = sorted[prior];
311 if (!Coincident(sorted[first], sorted[next])) {
327 const Angle* followAngle = sorted[followIndex]
    [all...]
  /build/tools/
merge-event-log-tags.py 157 for name, t in sorted(by_tagname.iteritems()):
178 for n, t in sorted(by_tagnum.iteritems()):
  /external/chromium_org/build/android/lint/
suppress.py 77 for issue_id in sorted(issues_dict.keys()):
87 for path in sorted(paths):
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_links/
send_links.js 5 // Send back to the popup a sorted deduped list of valid link URLs on this page.
  /external/chromium_org/chrome/common/extensions/docs/server2/
subversion_file_system_test.py 47 self.assertEqual(expected, sorted(list_future.Get()))
56 self.assertEqual(expected, sorted(list_future.Get()))
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
name_macros.py 164 'declarations': '\n'.join(sorted(set([
194 'unconditional_macros': '\n'.join(sorted(set(map(self._unconditional_macro, self._unconditional_entries)))),
  /external/chromium_org/tools/code_coverage/
croc_test.py 389 self.assertEqual(sorted(c.files), ['_/a.c', '_/b.c', '_/c.c'])
610 self.assertEqual(sorted(c.files), [
660 self.assertEqual(sorted(t.files), [])
661 self.assertEqual(sorted(t.subdirs), ['_'])
691 self.assertEqual(sorted(t.files), ['a.c', 'a_test.c'])
692 self.assertEqual(sorted(t.subdirs), ['foo'])
722 self.assertEqual(sorted(t.files), ['b.c', 'b_test.c'])
723 self.assertEqual(sorted(t.subdirs), [])

Completed in 2798 milliseconds

1 2 3 45 6 7 8 91011>>