HomeSort by relevance Sort by last modified time
    Searched refs:sort_order (Results 1 - 20 of 20) sorted by null

  /external/oprofile/libpp/
symbol_sort.h 21 enum sort_order { enum in struct:sort_options
36 void add_sort_option(sort_order order);
50 std::vector<sort_order> options;
symbol_sort.cpp 43 int compare_by(sort_options::sort_order order,
95 symbol_compare(vector<sort_options::sort_order> const & order,
108 vector<sort_options::sort_order> const & compare_order;
136 vector<sort_order> sort_option(options);
137 for (sort_order cur = first; cur != last; cur = sort_order(cur + 1)) {
153 vector<sort_order> sort_option(options);
154 for (sort_order cur = first; cur != last; cur = sort_order(cur + 1)) {
187 void sort_options::add_sort_option(sort_options::sort_order order
    [all...]
  /external/chromium_org/chrome/browser/history/
history_backend_android.cc 29 const std::string& sort_order) {
36 projections, selection, selection_args, sort_order);
171 const std::string& sort_order) {
178 selection, selection_args, sort_order);
history_backend.h 317 const std::string& sort_order);
361 const std::string& sort_order);
    [all...]
  /external/valgrind/main/cachegrind/
cg_annotate.in 74 # but we have to use @sort_order and @show_order below to handle the --sort and
116 my @sort_order;
372 push(@sort_order, $events{$sort_event});
379 foreach my $e (@sort_order) {
496 foreach my $i (@sort_order) {
606 (scalar @sort_order == scalar @thresholds) or
607 die("sort_order length != thresholds length:\n",
608 " @sort_order\n @thresholds\n");
611 # @curr_totals has the same shape as @sort_order and @thresholds
625 my $prop = safe_div(abs($fn_CC->[$sort_order[$i]] * 100)
    [all...]
  /external/chromium_org/chrome/browser/history/android/
android_history_provider_service.h 68 // |sort_order| is the SQL ORDER clause.
73 const std::string& sort_order,
165 // |sort_order| the SQL ORDER clause.
170 const std::string& sort_order,
android_history_provider_service.cc 26 const std::string& sort_order,
36 projections, selection, selection_args, sort_order);
219 const std::string& sort_order,
229 selection, selection_args, sort_order);
android_provider_backend.h 64 // |sort_order| is the SQL ORDER clause.
69 const std::string& sort_order);
112 // |sort_order| the SQL ORDER clause.
117 const std::string& sort_order);
314 const std::string& sort_order);
android_provider_backend.cc 237 const std::string& sort_order) {
249 selection_args, sort_order);
529 const std::string& sort_order) {
546 if (!sort_order.empty()) {
548 sql.append(sort_order);
    [all...]
  /external/valgrind/main/callgrind/
callgrind_annotate.in 77 # but we have to use @sort_order and @show_order below to handle the --sort and
132 my @sort_order;
482 push(@sort_order, $events{$sort_event});
489 foreach my $e (@sort_order) {
768 foreach my $i (@sort_order) {
881 (scalar @sort_order == scalar @thresholds) or
882 die("sort_order length != thresholds length:\n",
883 " @sort_order\n @thresholds\n");
886 # @curr_totals has the same shape as @sort_order and @thresholds
899 if ($summary_CC->[$sort_order[$i]] >0)
    [all...]
  /external/chromium_org/chrome/browser/android/provider/
chrome_browser_provider.h 85 jstring sort_order);
121 jstring sort_order);
chrome_browser_provider.cc 769 const std::string& sort_order) {
773 selection_args, sort_order, cancelable_consumer(),
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
sort.h 28 extern const char *sort_order;
sort.c 9 const char *sort_order = default_sort_order; variable
988 char *tmp, *tok, *str = strdup(sort_order);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-report.c 440 ret += fprintf(fp, "\n# Sort order : %s", sort_order);
465 if (sort_order == default_sort_order &&
786 OPT_STRING('s', "sort", &sort_order, "key[,key2...]",
894 * if no sort_order is provided, then specify
897 if (sort_order == default_sort_order)
898 sort_order = "comm,dso_from,symbol_from,"
910 * if no sort_order is provided, then specify
913 if (sort_order == default_sort_order)
914 sort_order = "local_weight,mem,sym,dso,symbol_daddr,dso_daddr,snoop,tlb,locked";
builtin-top.c 1111 OPT_STRING('s', "sort", &sort_order, "key[,key2...]",
1158 if (sort_order == default_sort_order)
1159 sort_order = "dso,symbol";
builtin-sched.c 124 const char *sort_order; member in struct:perf_sched
    [all...]
builtin-diff.c 724 OPT_STRING('s', "sort", &sort_order, "key[,key2...]",
1026 sort_order = diff__default_sort_order;
  /external/lldb/source/Symbol/
Symtab.cpp 81 Symtab::Dump (Stream *s, Target *target, SortOrder sort_order)
104 switch (sort_order)
    [all...]
  /external/lldb/source/Commands/
CommandObjectTarget.cpp     [all...]

Completed in 1164 milliseconds