| /external/chromium_org/v8/test/intl/collator/ |
| de-sort.js | 28 // Sort plain German text using defaults. 34 var result = strings.sort(collator.compare);
|
| en-sort.js | 28 // Sort plain English text using defaults. 33 var result = strings.sort(collator.compare);
|
| sr-sort.js | 28 // Sort plain Serbian text using defaults. 34 var result = strings.sort(collator.compare);
|
| /external/lldb/source/Symbol/ |
| Symtab.cpp | 411 m_name_to_index.Sort(); 413 m_selector_to_index.Sort(); 415 m_basename_to_index.Sort(); 417 m_method_to_index.Sort(); 610 // No need to sort if we have zero or one items... 614 // Sort the indexes in place using std::stable_sort. 615 // NOTE: The use of std::stable_sort instead of std::sort here is strictly for performance, 617 // stable sort handles better. [all...] |
| /external/lldb/include/lldb/Core/ |
| RangeMap.h | 205 Sort () 485 Sort () 818 Sort () 1079 Sort () [all...] |
| UniqueCStringMap.h | 69 // this map, then later call UniqueCStringMap<T>::Sort() before doing 278 // call to UniqueCStringMap::Sort()) or to UniqueCStringMap::Insert(). 287 // Sort the unsorted contents in this map. A typical code flow would 296 // my_map.Sort(); 299 Sort () 301 std::sort (m_map.begin(), m_map.end());
|
| /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ |
| keyboard_handler.js | 45 * of the key bindings. After the sort, the key bindings that describe single 69 // The keys are the same length. Sort lexicographically. 74 sortingArray.sort(compareKeyStr);
|
| /external/chromium_org/chrome/common/extensions/docs/examples/api/history/showHistory/ |
| typedUrls.js | 108 // Sort the URLs by the number of times the user typed them. 109 urlArray.sort(function(a, b) {
|
| /art/runtime/gc/accounting/ |
| atomic_stack.h | 162 void Sort() { 165 std::sort(Begin(), End());
|
| /external/chromium_org/native_client_sdk/src/build_tools/ |
| verify_filelist.py | 94 # Sort by longest prefix first; otherwise the rules: 101 self.glob_prefixes.sort(cmp=lambda x, y: cmp(len(y), len(x))) 178 lines.sort(compare) 188 parser.add_option('-s', '--sort', action='store_true', 189 help='Sort the file list in place, rather than verifying the contents.') 195 if options.sort:
|
| /external/chromium_org/net/dns/ |
| address_sorter_posix_unittest.cc | 171 sorter_.Sort(list, base::Bind(&OnSortComplete, &result,
|
| dns_test_util.cc | 29 virtual void Sort(const AddressList& list,
|
| /external/chromium_org/third_party/webrtc/system_wrappers/test/TestSort/ |
| TestSort.cc | 16 #include "webrtc/system_wrappers/interface/sort.h" 144 printf("Running %s Sort() tests...\n", TypeEnumToString(sortType)); 168 //std::sort(data, data + DataLength, KeyLessThan<KeyType>()); 174 retVal = webrtc::Sort(key, DataLength, sortType); 176 //std::sort(key, key + DataLength); 185 printf("Sort returned an error. "); 190 // Reference sort. 193 std::sort(keyRef, keyRef + DataLength); 231 printf("Sort data differs from std::sort reference\nExiting...\n") [all...] |
| /external/lldb/source/Plugins/SymbolFile/Symtab/ |
| SymbolFileSymtab.cpp | 102 // sort them by value (address) and dump the sorted symbols. 133 m_objc_class_name_to_index.Sort();
|
| /external/lldb/source/Target/ |
| CPPLanguageRuntime.cpp | 32 m_impl.Sort();
|
| /external/webrtc/src/system_wrappers/test/TestSort/ |
| TestSort.cpp | 15 #include "sort.h" 143 printf("Running %s Sort() tests...\n", TypeEnumToString(sortType)); 167 //std::sort(data, data + DataLength, KeyLessThan<KeyType>()); 173 retVal = webrtc::Sort(key, DataLength, sortType); 175 //std::sort(key, key + DataLength); 184 printf("Sort returned an error. "); 189 // Reference sort. 192 std::sort(keyRef, keyRef + DataLength); 230 printf("Sort data differs from std::sort reference\nExiting...\n") [all...] |
| /external/lldb/source/Interpreter/ |
| OptionValueProperties.cpp | 79 m_name_to_index.Sort(); 92 m_name_to_index.Sort();
|
| /external/chromium_org/chrome/browser/task_manager/ |
| task_manager.h | 91 FRIEND_TEST_ALL_PREFIXES(TaskManagerWindowControllerTest, Sort);
|
| /external/chromium_org/third_party/webrtc/modules/video_processing/main/source/ |
| deflickering.cc | 18 #include "webrtc/system_wrappers/interface/sort.h" 141 webrtc::Sort(y_sorted, y_sub_size, webrtc::TYPE_UWord8);
|
| /external/lldb/source/Plugins/Process/mach-core/ |
| ProcessMachCore.cpp | 292 m_core_aranges.Sort();
|
| /external/pdfium/core/include/thirdparties/freetype/ |
| foxitnames.h | 250 #define Sort FPDFAPI_Sort
|
| /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/ |
| foxitnames.h | 255 #define Sort FPDFAPI_Sort
|
| /external/chromium_org/v8/src/ |
| global-handles.cc | 914 object_group_connections_.Sort(); 915 retainer_infos_.Sort(); 916 implicit_ref_connections_.Sort();
|
| /external/lzma/CPP/7zip/Archive/7z/ |
| 7zUpdate.cpp | 771 folderRefs.Sort(CompareFolderRepacks, (void *)db);
1020 refItems.Sort(CompareUpdateItems, (void *)&sortByType);
1159 emptyRefs.Sort(CompareEmptyItems, (void *)&updateItems);
|
| /external/chromium_org/cc/trees/ |
| layer_sorter.cc | 361 // topological sort of a directed graph whose nodes are the layers themselves. 378 void LayerSorter::Sort(LayerImplList::iterator first,
|