HomeSort by relevance Sort by last modified time
    Searched refs:sort (Results 651 - 675 of 1632) sorted by null

<<21222324252627282930>>

  /build/tools/releasetools/
check_target_files_signatures 306 order.sort()
311 apks.sort()
  /cts/tests/tests/widget/src/android/widget/cts/
ArrayAdapterTest.java 387 mArrayAdapter.sort( new Comparator<String>() {
394 mArrayAdapter.sort(null);
  /development/apps/GestureBuilder/src/com/android/gesture/builder/
GestureBuilderActivity.java 311 adapter.sort(mSorter);
381 adapter.sort(mSorter);
  /external/bison/build-aux/
depcomp 545 }' | $cygpath_u | sort -u | sed -n '
754 sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::\1:p' | $cygpath_u | sort -u > "$tmpdepfile"
  /external/chromium_org/cc/resources/
prioritized_resource_manager.cc 58 // sort them (if performance of the sort becomes an issue).
63 // Copy all textures into a vector, sort them, and collect memory requirements
80 std::sort(sorted_textures.begin(), sorted_textures.end(), CompareTextures);
184 backings_.sort(CompareBackings);
378 // very end of the list are not sorted by priority. Sort them before doing the
  /external/chromium_org/chrome/browser/notifications/
message_center_settings_controller.cc 297 std::sort(notifiers->begin() + app_count, notifiers->end(), *comparator);
299 std::sort(notifiers->begin() + app_count, notifiers->end(),
  /external/chromium_org/chrome/browser/profile_resetter/
resettable_settings_snapshot.cc 65 std::sort(startup_.urls.begin(), startup_.urls.end());
89 std::sort(enabled_extensions_.begin(), enabled_extensions_.end());
  /external/chromium_org/chrome/browser/ui/toolbar/
recent_tabs_builder_test_helper.cc 115 sort(timestamps.begin(), timestamps.end());
250 sort(tabs.begin(), tabs.end(), SortTabTimesByRecency);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/history/showHistory/
typedUrls.js 108 // Sort the URLs by the number of times the user typed them.
109 urlArray.sort(function(a, b) {
  /external/chromium_org/components/omnibox/
autocomplete_result.cc 64 // For equal-relevance matches, we sort alphabetically, so that providers
65 // who return multiple elements at the same priority get a "stable" sort
89 // Sort identical destination_urls together. Place the most relevant matches
217 // Sort and trim to the most relevant kMaxMatches matches.
220 std::sort(matches_.begin(), matches_.end(), comparing_object);
386 // Sort matches such that duplicate matches are consecutive.
387 std::sort(matches->begin(), matches->end(), destination_sort);
  /external/chromium_org/components/signin/core/browser/
account_reconcilor.cc 457 std::sort(reconciled_accounts.begin(), reconciled_accounts.end());
458 std::sort(new_chrome_accounts.begin(), new_chrome_accounts.end());
  /external/chromium_org/courgette/
disassembler_elf_32.cc 451 std::sort(abs32_locations_.begin(), abs32_locations_.end());
500 std::sort(rel32_locations_.begin(),
  /external/chromium_org/dbus/
object_manager_unittest.cc 325 std::sort(object_paths.begin(), object_paths.end());
333 std::sort(object_paths.begin(), object_paths.end());
  /external/chromium_org/native_client_sdk/src/examples/tutorial/debugging/
example.js 98 orderedMap.sort(function(a, b) { return a.offs - b.offs; });
  /external/chromium_org/native_client_sdk/src/tools/tests/
create_nmf_test.py 162 nexes.sort()
191 nexes.sort()
  /external/chromium_org/ppapi/tests/
test_flash_file.cc 294 std::sort(expected, expected + expected_size, DirEntryLessThan);
295 std::sort(result.begin(), result.end(), DirEntryLessThan);
  /external/chromium_org/third_party/WebKit/PerformanceTests/inspector/
performance-test.js 133 samples.sort(function(a, b) { return a - b; });
  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SMILTimeContainer.cpp 395 // Sort according to priority. Elements with later begin time have higher priority.
401 std::sort(scheduledAnimations.begin(), scheduledAnimations.end(), PriorityCompare(elapsed));
432 std::sort(animationsToApply.begin(), animationsToApply.end(), PriorityCompare(elapsed));
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
CanvasReplayStateView.js 246 collectedResources.sort(comparator);
360 descriptors.sort(comparator);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/promises/
PromisesPanel.js 99 promiseData.sort(this._comparePromises);
  /external/chromium_org/third_party/lcov/bin/
geninfo 794 foreach $fn (sort(keys(%fn_count))) {
1061 foreach $gcov_file (sort(@gcov_list))
1180 foreach $fn (sort
    [all...]
  /external/chromium_org/third_party/skia/tools/lua/
glyph-usage.lua 84 table.sort(array)
  /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/chromium_org/tools/binary_size/template/
D3SymbolTreeMap.js     [all...]
  /external/chromium_org/tools/findit/
findit_for_crash.py 322 """A function to sort the match triple.
338 A sort key.
367 matches.sort(key=SortMatchesFunction)
424 # Sort the zipped changed files in the match by their priority so that the
426 match_by_priority.sort(

Completed in 804 milliseconds

<<21222324252627282930>>