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

  /external/python/cpython3/Lib/test/
test_pstats.py 5 from pstats import SortKey
56 sortkey = 'filename'
61 self.stats.sort_arg_dict_default[sortkey][-1])
64 for member in SortKey:
73 SortKey.TIME)
75 SortKey.TIME,
  /external/webrtc/webrtc/system_wrappers/source/
sort.cc 55 *static_cast<TYPE*>(static_cast<const SortKey*>(SORT_KEY_X)->key_)); \
57 *static_cast<TYPE*>(static_cast<const SortKey*>(SORT_KEY_Y)->key_)); \
68 qsort((SORT_KEY), (NUM_OF_ELEMENTS), sizeof(SortKey), (COMPARE_FUNC)); \
75 struct SortKey {
81 struct SortKey {
172 bool operator()(const SortKey<KeyType>& sort_key_x,
173 const SortKey<KeyType>& sort_key_y) const {
180 KeyType operator()(const SortKey<KeyType>& sort_key,
207 SortKey<KeyType>*& ptr_sort_key,
209 ptr_sort_key = new(std::nothrow) SortKey<KeyType>[num_of_elements]
    [all...]
  /external/python/cpython3/Lib/
pstats.py 31 __all__ = ["Stats", "SortKey"]
34 class SortKey(str, Enum):
76 arbitrary number of quoted strings or SortKey enum to select the sort
79 For example sort_stats('time', 'name') or sort_stats(SortKey.TIME,
80 SortKey.NAME) sorts on the major key of 'internal function time', and on
239 if isinstance(word, SortKey):
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_parser_test.cc 1103 "SortKey",
    [all...]

Completed in 448 milliseconds