/external/chromium_org/net/dns/ |
address_sorter_posix.cc | 49 std::sort(result.begin(), result.end(), ComparePolicy); 256 void AddressSorterPosix::Sort(const AddressList& list, 296 // want to sort, even though the HostCache will be cleared soon.
|
/external/chromium_org/sync/internal_api/public/base/ |
ordinal_unittest.cc | 355 TEST(Ordinal, Sort) { 369 std::sort(ordinals.begin(), ordinals.end(), LongOrdinal::LessThanFn());
|
/external/chromium_org/third_party/webrtc/system_wrappers/source/ |
sort.cc | 16 #include "webrtc/system_wrappers/interface/sort.h" 26 #include <algorithm> // std::sort 202 std::sort(data_type, data_type + num_of_elements); 274 std::sort(ptr_sort_key, ptr_sort_key + num_of_elements, 287 int32_t Sort(void* data, uint32_t num_of_elements, Type type) { 328 // Fall back to std::sort for 64-bit types and floats due to compiler 450 // Fall back to std::sort for 64-bit types and floats due to compiler
|
/external/lldb/source/Plugins/ObjectContainer/BSD-Archive/ |
ObjectContainerBSDArchive.cpp | 148 // Now sort all of the object name pointers 149 m_object_name_to_index_map.Sort ();
|
/external/lldb/source/Plugins/Process/elf-core/ |
ProcessElfCore.cpp | 205 m_core_aranges.Sort();
|
/external/lldb/source/Target/ |
Memory.cpp | 92 m_invalid_ranges.Sort();
|
/external/webrtc/src/system_wrappers/source/ |
sort.cc | 16 #include "sort.h" 25 #include <algorithm> // std::sort 241 std::sort(dataT, dataT + numOfElements); 323 std::sort(ptrSortKey, ptrSortKey + numOfElements, 337 WebRtc_Word32 Sort(void* data, WebRtc_UWord32 numOfElements, Type type) 381 // Fall back to std::sort for 64-bit types and floats due to compiler 512 // Fall back to std::sort for 64-bit types and floats due to compiler
|
/external/chromium_org/third_party/freetype/src/raster/ |
ftraster.c | 119 /* boundary. These positions are called `y-turns' because they (sort */ [all...] |
/external/freetype/src/raster/ |
ftraster.c | 119 /* boundary. These positions are called `y-turns' because they (sort */ [all...] |
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/ |
ftraster.c | 119 /* boundary. These positions are called `y-turns' because they (sort */ [all...] |
/external/chromium_org/chrome/browser/profiles/ |
profile_info_cache_unittest.cc | 219 TEST_F(ProfileInfoCacheTest, Sort) {
|
/external/chromium_org/v8/src/ |
scopeinfo.cc | 86 // order with the variable list anymore. Thus, we first need to sort them by 88 context_locals.Sort(&Variable::CompareIndex);
|
scopes.cc | 606 vars.Sort(VarAndOrder::Compare); [all...] |
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
DWARFDebugInfo.cpp | 85 m_cu_aranges_ap->Sort (minimize);
|
SymbolFileDWARFDebugMap.cpp | 334 // Also make sure the file type is some sort of executable. Core files, debug 398 m_debug_map.Sort(); [all...] |
/external/lldb/source/Symbol/ |
Block.cpp | 388 m_ranges.Sort();
|
DWARFCallFrameInfo.cpp | 374 m_fde_index.Sort(); [all...] |
/external/pdfium/fpdfsdk/include/ |
fsdk_mgr.h | 542 void Sort(LP_COMPARE pCompare, FX_BOOL bAscent = TRUE)
|
/external/chromium_org/ui/file_manager/image_loader/ |
image_loader_client.js | 250 // Sort from the most recent to the oldest. 251 this.images_.sort(function(a, b) {
|
/external/chromium_org/v8/test/mjsunit/ |
array-sort.js | 30 // Test array sort. 36 // Default sort converts each element to string and orders 38 a.sort(); 40 // Sort numbers by value using a compare functions. 41 a.sort(function(x, y) { return x - y; }); 44 // Default sort on negative numbers. 46 a.sort(); 49 // Default sort on negative and non-negative numbers. 51 a.sort(); 55 a = [9, 1000000000].sort(); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
dxtmpl.h | 109 void Sort(int (__cdecl *compare)(const void *elem1,const void *elem2)); 293 void CDXArray<TYPE,ARG_TYPE>::Sort(int (__cdecl *compare)(const void *elem1,const void *elem2)) {
|
/external/chromium_org/v8/tools/ |
tickprocessor.js | 425 // Sort by total time, desc, then by name, desc. 426 producersView.sort(function(rec1, rec2) { 452 // Sort by self time, desc, then by name, desc. 453 flatView.sort(function(rec1, rec2) { 493 // Sort by total time, desc, then by name, desc. 494 heavyView.sort(function(rec1, rec2) {
|
/external/robolectric/lib/main/ |
sqlite-jdbc-3.7.2.jar | |
/external/chromium_org/chrome/common/extensions/docs/examples/api/webNavigation/basic/ |
navigation_collector.js | 493 // Sort the array. 494 result.sort(function(a, b) {
|
/external/chromium_org/tools/stats_viewer/ |
stats_viewer.cs | 249 this.listViewCounters.Sort();
|