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

  /external/webrtc/webrtc/system_wrappers/source/
sort.cc 61 #define KEY_QSORT(SORT_KEY, KEY, NUM_OF_ELEMENTS, KEY_TYPE, COMPARE_FUNC) \
68 qsort((SORT_KEY), (NUM_OF_ELEMENTS), sizeof(SortKey), (COMPARE_FUNC)); \
180 KeyType operator()(const SortKey<KeyType>& sort_key,
182 return sort_key.key_ >> offset;
  /development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
ContactsListFragment.java 665 mAlphabetIndexer = new AlphabetIndexer(null, ContactsQuery.SORT_KEY, alphabet);
    [all...]

Completed in 123 milliseconds