HomeSort by relevance Sort by last modified time
    Searched full:sortkey (Results 1 - 25 of 139) sorted by null

1 2 3 4 5 6

  /external/webrtc/src/system_wrappers/source/
sort.cc 60 (static_cast<const SortKey*>(SORT_KEY_X)->key)); \
62 (static_cast<const SortKey*>(SORT_KEY_Y)->key)); \
77 qsort((SORT_KEY), (NUM_OF_ELEMENTS), sizeof(SortKey), (COMPARE_FUNC));\
85 struct SortKey
92 struct SortKey
205 bool operator()(const SortKey<KeyType>& sortKeyX,
206 const SortKey<KeyType>& sortKeyY) const
215 KeyType operator()(const SortKey<KeyType>& sortKey,
218 return sortKey.key >> offset
    [all...]
  /external/chromium_org/third_party/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/chromium_org/third_party/icu/source/test/cintltst/
capitst.h 86 * Test getting bounds for a sortkey
96 * Test buffer overrun while having smaller buffer for sortkey (j1865)
ccolltst.c 119 log_err("difference between sortkey and compare result for (%s , %s) Keys: %s compare %s\n", aescstrdup(source,-1), aescstrdup(target,-1),
  /external/icu/icu4c/source/test/cintltst/
capitst.h 86 * Test getting bounds for a sortkey
96 * Test buffer overrun while having smaller buffer for sortkey (j1865)
ccolltst.c 119 log_err("difference between sortkey and compare result for (%s , %s) Keys: %s compare %s\n", aescstrdup(source,-1), aescstrdup(target,-1),
  /external/chromium_org/third_party/icu/source/samples/legacy/
newcol.cpp 25 // Very simple example code - sticks a sortkey in the buffer
78 fprintf(stderr, "For i=%d, size of sortkey is %d\n", i, keySize);
oldcol.cpp 26 // Very simple example code - sticks a sortkey in the buffer
95 fprintf(stderr, "For i=%d, size of sortkey is %d\n", i, keySize);
  /external/icu/icu4c/source/samples/legacy/
newcol.cpp 25 // Very simple example code - sticks a sortkey in the buffer
78 fprintf(stderr, "For i=%d, size of sortkey is %d\n", i, keySize);
oldcol.cpp 26 // Very simple example code - sticks a sortkey in the buffer
95 fprintf(stderr, "For i=%d, size of sortkey is %d\n", i, keySize);
  /external/chromium_org/third_party/icu/source/test/intltest/
dadrcoll.h 24 #include "unicode/sortkey.h"
lcukocol.cpp 24 #include "unicode/sortkey.h"
ficoll.cpp 23 #include "unicode/sortkey.h"
  /external/icu/icu4c/source/test/intltest/
lcukocol.cpp 24 #include "unicode/sortkey.h"
ficoll.cpp 23 #include "unicode/sortkey.h"
  /frameworks/support/v4/kitkat/android/support/v4/app/
NotificationCompatKitKat.java 44 String sortKey) {
90 if (sortKey != null) {
91 mExtras.putString(NotificationCompatJellybean.EXTRA_SORT_KEY, sortKey);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/display/daydream/
DreamInfoAction.java 58 return sortKey(lhs).compareTo(sortKey(rhs));
61 private String sortKey(DreamInfoAction di) {
  /external/chromium_org/third_party/icu/source/i18n/
tblcoll.cpp 403 CollationKey& sortkey,
406 return getCollationKey(source.getBuffer(), source.length(), sortkey, status);
411 CollationKey& sortkey,
415 return sortkey.setToBogus();
419 return sortkey.setToBogus();
426 return sortkey.reset();
429 int32_t resultLen = ucol_getCollationKey(ucollator, source, sourceLen, sortkey, status);
432 sortkey.setLength(resultLen);
434 sortkey.setToBogus();
436 return sortkey;
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
commit-log-editor 288 my $sortKey = lc $label;
290 $sortKey = "";
292 $sortKey = lc "~, LayoutTests last";
295 $changeLogSort{$sortKey} = $label;
304 for my $sortKey (sort keys %changeLogSort) {
305 my $label = $changeLogSort{$sortKey};
  /external/chromium_org/third_party/icu/source/test/hdrtst/
cxxfiles.txt 80 sortkey.h
  /external/icu/icu4c/source/test/hdrtst/
cxxfiles.txt 81 sortkey.h
  /frameworks/support/v4/jellybean/android/support/v4/app/
NotificationCompatJellybean.java 42 static final String EXTRA_SORT_KEY = "android.support.sortKey";
76 Bundle extras, String groupKey, boolean groupSummary, String sortKey) {
117 if (sortKey != null) {
118 mExtras.putString(EXTRA_SORT_KEY, sortKey);
  /frameworks/support/v4/api20/android/support/v4/app/
NotificationCompatApi20.java 43 String sortKey) {
73 .setSortKey(sortKey);
  /frameworks/support/v4/api21/android/support/v4/app/
NotificationCompatApi21.java 67 String sortKey) {
98 .setSortKey(sortKey)
  /packages/apps/Settings/src/com/android/settings/
DreamBackend.java 300 return sortKey(lhs).compareTo(sortKey(rhs));
303 private String sortKey(DreamInfo di) {

Completed in 1859 milliseconds

1 2 3 4 5 6