Searched defs:sort_order (Results 1 - 7 of 7) sorted by relevance

/external/oprofile/libpp/
H A Dsymbol_sort.h21 enum sort_order { enum in struct:sort_options
36 void add_sort_option(sort_order order);
50 std::vector<sort_order> options;
/external/chromium_org/chrome/browser/history/android/
H A Dandroid_history_provider_service.cc26 const std::string& sort_order,
36 projections, selection, selection_args, sort_order);
219 const std::string& sort_order,
229 selection, selection_args, sort_order);
22 QueryHistoryAndBookmarks( const std::vector<history::HistoryAndBookmarkRow::ColumnID>& projections, const std::string& selection, const std::vector<string16>& selection_args, const std::string& sort_order, CancelableRequestConsumerBase* consumer, const QueryCallback& callback) argument
215 QuerySearchTerms( const std::vector<history::SearchRow::ColumnID>& projections, const std::string& selection, const std::vector<string16>& selection_args, const std::string& sort_order, CancelableRequestConsumerBase* consumer, const QueryCallback& callback) argument
H A Dandroid_provider_backend.cc141 const std::string& sort_order) {
153 selection_args, sort_order);
498 const std::string& sort_order) {
515 if (!sort_order.empty()) {
517 sql.append(sort_order);
1073 const std::string& sort_order) {
1086 if (!sort_order.empty()) {
1088 sql.append(sort_order);
137 QueryHistoryAndBookmarks( const std::vector<HistoryAndBookmarkRow::ColumnID>& projections, const std::string& selection, const std::vector<string16>& selection_args, const std::string& sort_order) argument
494 QuerySearchTerms( const std::vector<SearchRow::ColumnID>& projections, const std::string& selection, const std::vector<string16>& selection_args, const std::string& sort_order) argument
1069 QueryHistoryAndBookmarksInternal( const std::vector<HistoryAndBookmarkRow::ColumnID>& projections, const std::string& selection, const std::vector<string16>& selection_args, const std::string& sort_order) argument
/external/chromium_org/chrome/browser/history/
H A Dhistory_backend_android.cc29 const std::string& sort_order) {
36 projections, selection, selection_args, sort_order);
171 const std::string& sort_order) {
178 selection, selection_args, sort_order);
24 QueryHistoryAndBookmarks( scoped_refptr<QueryRequest> request, const std::vector<HistoryAndBookmarkRow::ColumnID>& projections, const std::string& selection, const std::vector<string16>& selection_args, const std::string& sort_order) argument
166 QuerySearchTerms( scoped_refptr<QueryRequest> request, const std::vector<SearchRow::ColumnID>& projections, const std::string& selection, const std::vector<string16>& selection_args, const std::string& sort_order) argument
/external/linux-tools-perf/util/
H A Dsort.c8 const char *sort_order = default_sort_order; variable
323 char *tmp, *tok, *str = strdup(sort_order);
/external/chromium_org/chrome/browser/android/provider/
H A Dchrome_browser_provider.cc755 const std::string& sort_order) {
759 selection_args, sort_order, cancelable_consumer(),
965 const std::string& sort_order) {
969 selection_args, sort_order, cancelable_consumer(),
1259 jstring sort_order) {
1291 if (sort_order) {
1292 sort_clause = ConvertJavaStringToUTF8(env, sort_order);
1394 jstring sort_order) {
1425 if (sort_order) {
1426 sort_clause = ConvertJavaStringToUTF8(env, sort_order);
751 Run( const std::vector<history::HistoryAndBookmarkRow::ColumnID>& projections, const std::string& selection, const std::vector<string16>& selection_args, const std::string& sort_order) argument
961 Run( const std::vector<history::SearchRow::ColumnID>& projections, const std::string& selection, const std::vector<string16>& selection_args, const std::string& sort_order) argument
1253 QueryBookmarkFromAPI( JNIEnv* env, jobject obj, jobjectArray projection, jstring selections, jobjectArray selection_args, jstring sort_order) argument
1388 QuerySearchTermFromAPI( JNIEnv* env, jobject obj, jobjectArray projection, jstring selections, jobjectArray selection_args, jstring sort_order) argument
[all...]
/external/linux-tools-perf/
H A Dbuiltin-sched.c35 static const char *sort_order = default_sort_order; variable
1832 OPT_STRING('s', "sort", &sort_order, "key[,key2...]",
1860 char *tmp, *tok, *str = strdup(sort_order);

Completed in 408 milliseconds