Searched refs:Sort (Results 1 - 14 of 14) sorted by relevance

/haiku/headers/os/support/
H A DStringList.h38 void Sort(bool ignoreCase = false);
39 // TODO: Sort() with custom sort function.
/haiku/src/servers/registrar/
H A DAppInfoList.cpp186 // Sort
192 AppInfoList::Sort( function in class:AppInfoList
H A DAppInfoList.h60 void Sort(bool (*lessFunc)(const RosterAppInfo *, const RosterAppInfo *));
H A DShutdownProcess.cpp1355 fUserApps.Sort(&inverse_compare_by_registration_time);
1356 fSystemApps.Sort(&inverse_compare_by_registration_time);
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylist.h70 void Sort();
H A DPlaylist.cpp248 Playlist::Sort() function in class:Playlist
479 subPlaylist.Sort();
493 playlist->Sort();
/haiku/headers/private/kernel/util/
H A DDoublyLinkedList.h367 void Sort(const Less& less);
654 DOUBLY_LINKED_LIST_CLASS_NAME::Sort(const Less& less) function in class:DOUBLY_LINKED_LIST_CLASS_NAME
/haiku/src/system/boot/loader/
H A Dpackage_support.cpp227 fStates.Sort(&PackageVolumeState::IsNewer);
H A Dmenu.cpp451 fItems.Sort(less);
/haiku/src/kits/support/
H A DStringList.cpp208 BStringList::Sort(bool ignoreCase) function in class:BStringList
/haiku/src/apps/haikudepot/ui/
H A DMainWindow.cpp1168 addedPackageNames.Sort();
1177 removedPackageNames.Sort();
/haiku/src/kits/debugger/model/
H A DTeam.cpp295 fStopImageNames.Sort();
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DTeamWindow.cpp1968 entries->Sort();
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DVolume.cpp739 fPackagesDirectories.Sort(&PackagesDirectory::IsNewer);

Completed in 192 milliseconds