| /external/chromium_org/tools/gen_keyboard_overlay_data/ | 
| gen_keyboard_overlay_data.py | 216   modifiers = sorted(value.upper() for value in values 397   """Retrieves a sorted list of unique behaviors from |hotkey_data|."""
 398   return sorted(set((behavior, description) for (behavior, _, description)
 
 | 
| /external/chromium_org/tools/win/split_link/ | 
| split_link.py | 149   return sorted(result) 301   combined_externals = [sorted(set(prev) | set(new))
 
 | 
| /external/chromium_org/ui/file_manager/file_manager/foreground/js/ | 
| folder_shortcuts_data_model.js | 14  * This uses chrome.storage as backend. Items are always sorted by URL. 318       // Since the array is sorted, new item will be added just before the first
 424     // Note that both new and old arrays are sorted.
 469     // 2) 'splice' and 'sorted' events are not implemented. These events are
 
 | 
| /external/fonttools/Lib/fontTools/misc/ | 
| bezierTools.py | 135     solutions = sorted([t for t in solutions if 0 <= t < 1]) 159     solutions = sorted([t for t in solutions if 0 <= t < 1])
 261     is neither guaranteed to be sorted nor to contain unique values!
 286     is neither guaranteed to be sorted nor to contain unique values!
 
 | 
| /external/skia/tools/lua/ | 
| glyph-usage.lua | 78 -- take a table of bools, indexed by values, and return a sorted table of values 
 | 
| /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-artifactcomparator/0.20.0/ | 
| tycho-artifactcomparator-0.20.0.jar |  | 
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ | 
| sets.py | 95     def _repr(self, sorted=False): 97         if sorted:
 
 | 
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ | 
| sets.py | 95     def _repr(self, sorted=False): 97         if sorted:
 
 | 
| /external/chromium_org/tools/gyp/pylib/gyp/generator/ | 
| msvs.py | [all...] | 
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ | 
| test_builtin.py | 883                          sorted(reversed(data), key=f)[-1]) [all...]
 | 
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ | 
| test_builtin.py | 883                          sorted(reversed(data), key=f)[-1]) [all...]
 | 
| /external/chromium_org/third_party/sqlite/src/tool/ | 
| lemon.c | 278   struct state **sorted;   /* Table of states sorted by state number */  member in struct:lemon 284   struct symbol **symbols; /* Sorted array of pointers to symbols */
 813   /* Extract the sorted basis of the new state.  The basis was constructed
 932     stp = lemp->sorted[i];
 [all...]
 | 
| /cts/suite/cts/utils/ | 
| get_csv_report.py | 205     sortedTest = sorted(reportTests) 
 | 
| /external/antlr/antlr-3.4/runtime/C/include/ | 
| antlr3collections.h | 395  * to be sorted will be numeric indexes into some other structure such as an ANTLR3_VECTOR. 398  * array of the sorted noded indexes, in case you are not sorting ANTLR3_VECTORS but
 417      * A vector used to build up the sorted output order. Note that
 421     pANTLR3_UINT32    sorted;  member in struct:ANTLR3_TOPO_struct
 452      * One more than the largest node index that is contained in edges/sorted.
 479      * A method that returns a pointer to an array of sorted node indexes.
 480      * The array is sorted in topological sorted order. Note that the array
 483      * was 16, then the returned array will be the sorted order of the first 16
 487      * NB: If the structure that contains the array is freed, then the sorted
 [all...]
 | 
| /external/chromium_org/build/android/pylib/base/ | 
| base_test_result.py | 84         for t in sorted(self._GetType(test_type)): 
 | 
| /external/chromium_org/build/android/pylib/instrumentation/ | 
| test_jar.py | 183     return sorted(tests_missing_annotations) 
 | 
| /external/chromium_org/build/android/pylib/ | 
| valgrind_tools.py | 277         tool_name, ', '.join(sorted(TOOL_REGISTRY.keys()))) 
 | 
| /external/chromium_org/build/mac/ | 
| strip_save_dsym | 241   for arch in sorted(uuids): 
 | 
| tweak_info_plist.py | 160   # Keep this list sorted in the order that tag suffix components are to 161   # appear in a tag value. That is to say, it should be sorted per ASCII.
 163   assert tuple(sorted(components)) == components
 
 | 
| /external/chromium_org/chrome/browser/safe_browsing/ | 
| safe_browsing_store_file.cc | 36 // Starting with version 8, the storage is sorted and can be sharded to allow 354 // Return |true| if the range is sorted by the given comparator.
 356 bool sorted(CTI beg, CTI end, LESS less) {  function in namespace:__anon9172
 366 // Merge |beg|..|end| into |container|.  Both should be sorted by the given
 372   DCHECK(sorted(container->begin(), container->end(), less));
 373   DCHECK(sorted(beg, end, less));
 404   DCHECK(sorted(container->begin(), container->end(), less));
 456   // The current state and the range given should corrospond to the same sorted
 593     // v7 data was not stored sorted.
 [all...]
 | 
| /external/chromium_org/chrome/common/extensions/docs/server2/ | 
| branch_utility.py | 183     sorted_numbers = sorted(numbers.iteritems(), 
 | 
| /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/ | 
| lint_test_expectations_unittest.py | 79         return sorted(self.ports.keys()) 
 | 
| /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ | 
| collector.py | 280                 for k in sorted(stats.keys()): 
 | 
| /external/chromium_org/third_party/skia/bench/ | 
| gen_bench_expectations.py | 194     trunc_commits = sorted(downloaded_commits, reverse=True)[:args.max_commits] 
 | 
| /external/chromium_org/tools/cr/cr/base/ | 
| context.py | 46       for key in sorted(self.to_dump.keys()): 
 |