Home
last modified time | relevance | path

Searched refs:compareFunction (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/Windows/Control/
DListView.h67 bool SortItems(PFNLVCOMPARE compareFunction, LPARAM dataParam) in SortItems() argument
68 { return BOOLToBool(ListView_SortItems(_window, compareFunction, dataParam)); } in SortItems()
/external/v8/test/webkit/
Darray-sort-reentrance-expected.txt24 This tests that a call to array.sort(compareFunction) does not crash from within a sort comparison …
Darray-sort-numericCompare-expected.txt24 This tests that a call to array.sort(compareFunction) works correctly for numeric comparisons (arg1…