Searched refs:do_sort (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/libs/thread/example/ |
D | parallel_quick_sort.cpp | 32 std::list<T> do_sort(std::list<T> chunk_data) in do_sort() function 49 …boost::future<std::list<T> > new_lower = boost::async(pool, &sorter::do_sort, this, std::move(new_… in do_sort() 52 std::list<T> new_higher(do_sort(chunk_data)); in do_sort() 75 return s.do_sort(input); in parallel_quick_sort()
|
/third_party/openssl/crypto/asn1/ |
D | tasn_enc.c | 23 int do_sort, int iclass); 388 int do_sort, int iclass) in asn1_set_seq_out() argument 394 if (do_sort) { in asn1_set_seq_out() 397 do_sort = 0; in asn1_set_seq_out() 411 if (!do_sort) { in asn1_set_seq_out() 438 if (do_sort == 2) { in asn1_set_seq_out()
|
/third_party/node/tools/inspector_protocol/jinja2/ |
D | filters.py | 246 def do_sort( function 1175 'sort': do_sort,
|
/third_party/jinja2/ |
D | filters.py | 302 def do_sort(environment, value, reverse=False, case_sensitive=False, attribute=None): function 1367 "sort": do_sort,
|
/third_party/skia/third_party/externals/jinja2/ |
D | filters.py | 302 def do_sort(environment, value, reverse=False, case_sensitive=False, attribute=None): function 1367 "sort": do_sort,
|
/third_party/boost/libs/thread/doc/ |
D | async_executors.qbk | 69 std::list<T> do_sort(std::list<T> chunk_data) 87 boost::async(pool, &sorter::do_sort, this, std::move(new_lower_chunk)); 88 std::list<T> new_higher(do_sort(chunk_data)); 104 return s.do_sort(input);
|
/third_party/python/Lib/ |
D | pstats.py | 725 def do_sort(self, line): member in ProfileBrowser
|