Searched refs:sortby (Results 1 – 3 of 3) sorted by relevance
/external/strace/ |
D | count.c | 134 set_sortby(const char *sortby) in set_sortby() argument 136 if (strcmp(sortby, "time") == 0) in set_sortby() 138 else if (strcmp(sortby, "calls") == 0) in set_sortby() 140 else if (strcmp(sortby, "name") == 0) in set_sortby() 142 else if (strcmp(sortby, "nothing") == 0) in set_sortby() 146 fprintf(stderr, "invalid sortby: `%s'\n", sortby); in set_sortby()
|
/external/libmtp/src/ |
D | libmtp.c | 116 static int sort_storage_by(LIBMTP_mtpdevice_t *device, int const sortby); 2682 static int sort_storage_by(LIBMTP_mtpdevice_t *device,int const sortby) in sort_storage_by() argument 2688 if (sortby == LIBMTP_STORAGE_SORTBY_NOTSORTED) in sort_storage_by() 2699 … if (sortby == LIBMTP_STORAGE_SORTBY_FREESPACE && ptr1->FreeSpaceInBytes > ptr2->FreeSpaceInBytes) in sort_storage_by() 2701 … if (sortby == LIBMTP_STORAGE_SORTBY_MAXSPACE && ptr1->FreeSpaceInBytes > ptr2->FreeSpaceInBytes) in sort_storage_by() 3715 int LIBMTP_Get_Storage(LIBMTP_mtpdevice_t *device, int const sortby) in LIBMTP_Get_Storage() argument 3795 sort_storage_by(device,sortby); in LIBMTP_Get_Storage()
|
/external/webkit/PerformanceTests/Parser/resources/ |
D | final-url-en | 7060 http://groups.msn.com/browse.msnw?catid=61&sortby=2&alphastart=Q 8217 …/GOVERNMENT/Homeland+Security/Decision+Support+Systems/?scname=Decision+Support+Systems&sortby=comp 8769 …s.bnet.com/LEADERSHIP/Growth+Strategies+and+Tools/?cname=Growth+Strategies+and+Tools&sortby=default 53144 …g/article.php?max=20&skip=&special_grouping=&id=0&loc=40&start=21&end=40&sortby=title&show_abstrac… 67847 http://www.rottentomatoes.com/m/monkey_trouble/?sortby=source&critic=columns
|