| /prebuilts/gcc/linux-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/linux-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/linux-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/linux-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/linux-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/linux-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/python/darwin-x86/2.7.5/lib/python2.7/ | 
| abc.py | 123         for name in sorted(cls.__dict__.keys()): 
 | 
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ | 
| test___all__.py | 51         for fn in sorted(os.listdir(basedir)): 
 | 
| test_rfc822.py | 198         self.assertEqual(sorted(m), ['date', 'from', 'subject', 'to']) 
 | 
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ | 
| abc.py | 123         for name in sorted(cls.__dict__.keys()): 
 | 
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ | 
| test___all__.py | 51         for fn in sorted(os.listdir(basedir)): 
 | 
| test_rfc822.py | 198         self.assertEqual(sorted(m), ['date', 'from', 'subject', 'to']) 
 | 
| /external/ceres-solver/internal/ceres/ | 
| suitesparse.cc | 110   m.sorted = 1; 236   block_matrix.sorted = 1;
 
 | 
| /external/chromium_org/chrome/common/extensions/docs/server2/ | 
| caching_file_system_test.py | 64     self.assertEqual(expected, sorted(file_system.ReadSingle('list/').Get())) 70     self.assertEqual(expected, sorted(file_system.ReadSingle('list/').Get()))
 
 | 
| samples_data_source.py | 113       for filename in sorted(files): 130         for item in sorted(api_items):
 
 | 
| /external/chromium_org/third_party/WebKit/Source/build/scripts/ | 
| make_token_matcher.py | 63         return -sum([len(list(count)) ** 2 for _, count in itertools.groupby(sorted(alternatives))]) 69         return sorted(candidates, key=lambda pos: self.score([c.identifier[pos] for c in cases]))[0]
 
 | 
| /external/chromium_org/third_party/android_platform/development/scripts/ | 
| symbol.py | 153   candidate_libraries = sorted(candidate_libraries, 286   addrs = sorted(unique_addrs)
 
 | 
| /external/chromium_org/tools/binary_size/ | 
| explain_binary_size_delta.py | 216   for path in sorted(delta_by_path): 242             sorted(changed_symbols_by_path[path], key=sortkey):
 
 | 
| /external/chromium_org/tools/deep_memory_profiler/ | 
| accumulate.py | 156   sorted_flattened_labels = sorted(flattened_labels) 187               'legends': sorted(flattened_labels),
 
 | 
| /external/chromium_org/tools/grit/grit/format/policy_templates/writers/ | 
| template_writer.py | 177       The sorted policy list. 258         be sorted.
 292       # Groups are sorted by caption.
 295       # Regular policies are sorted by name.
 
 | 
| /external/chromium_org/tools/json_schema_compiler/ | 
| preview.py | 289       styles = sorted(highlighter.GetStyles()) 315     for filename in sorted(os.listdir(path)):
 
 | 
| /external/chromium_org/tools/memory_inspector/memory_inspector/data/ | 
| file_storage.py | 59     return sorted( 120     file_names = sorted(
 
 | 
| /external/fonttools/Lib/fontTools/ | 
| inspect.py | 102 		self._items = sorted(value.__dict__.items()) 107 		self._items = sorted(value.items())
 
 | 
| /external/fonttools/Lib/fontTools/ttLib/tables/ | 
| _k_e_r_n.py | 124 		kernTable = sorted((getGlyphID(left), getGlyphID(right), value) for ((left,right),value) in self.kernTable.items()) 132 		items = sorted(self.kernTable.items())
 
 | 
| /external/pdfium/core/src/fxge/agg/agg23/ | 
| agg_rasterizer_scanline_aa.h | 107     bool sorted() const  function in class:agg::outline_aa 243             if(m_outline.sorted()) {
 
 |