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

<<41424344454647484950>>

  /external/libopus/
ltmain.sh     [all...]
  /external/libpng/
ltmain.sh     [all...]
  /external/openfst/
ltmain.sh     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 
  /art/compiler/dex/quick/
codegen_util.cc 629 // Sort dex_pcs, so that we can quickly check it against the ordered mir_graph_->catches_.
630 std::sort(dex_pcs.begin(), dex_pcs.end());
    [all...]
  /build/tools/releasetools/
ota_from_target_files 134 x.sort()
213 i.children.sort(key=lambda i: i.name)
373 symlinks.sort()
    [all...]
  /external/chromium_org/net/cookies/
cookie_monster.cc 130 // Comparator to sort cookies from highest creation date to lowest
148 // The RFC says the sort order for the domain attribute is undefined.
162 // To preserve the stability of the sort, in these cases prefer to delete
    [all...]
  /external/chromium_org/third_party/blanketjs/src/
blanket.js     [all...]
  /external/chromium_org/third_party/libxslt/libxslt/
xsltutils.c 931 /* TODO: sort is really not optimized, does it needs to ? */
947 * @sort: node list
955 xsltComputeSortResult(xsltTransformContextPtr ctxt, xmlNodePtr sort) {
972 comp = sort->psvi;
975 "xsl:sort : compilation failed\n");
988 /* TODO: xsl:sort lang attribute */
989 /* TODO: xsl:sort case-order attribute */
1006 ctxt->inst = sort;
1075 * @sorts: array of sort nodes
1172 /* Shell's sort of node-set *
    [all...]
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java     [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-sched.c 768 struct sort_dimension *sort; local
773 list_for_each_entry(sort, list, list) {
774 ret = sort->cmp(l, r);
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 187 topics.sort(function(x,y){ return (x.title < y.title) ? -1 : 1; });
219 //resources.sort(function(x,y){ return (x.title.en < y.title.en) ? -1 : 1; });
  /cts/tests/tests/graphics/src/android/graphics/cts/
RectFTest.java 65 mRectF.sort();
  /cts/tools/vm-tests-tf/src/util/build/
BuildDalvikSuite.java 294 Collections.sort(methods, new Comparator<String>() {
296 // TODO sort according: test ... N, B, E, VFE
  /development/samples/Home/src/com/example/android/home/
Home.java 490 Collections.sort(apps, new ResolveInfo.DisplayNameComparator(manager));
  /external/ceres-solver/internal/ceres/
trust_region_minimizer.cc 120 sort(options_.trust_region_minimizer_iterations_to_dump.begin(),
  /external/chromium_org/chrome/browser/background/
background_mode_manager.cc 762 std::sort(bmd_vector.begin(), bmd_vector.end(),
  /external/chromium_org/chrome/browser/chromeos/memory/
oom_priority_manager.cc 429 // so protect non-Web UI and let the other conditionals finish the sort.
446 // TODO(jamescook): Incorporate sudden_termination_allowed into the sort
524 // Here we collect most of the information we need to sort the
526 // scores based on that sort order.
592 // Sort the data we collected so that least desirable to be
594 std::sort(stats_list.begin(), stats_list.end(), CompareTabStats);
  /external/chromium_org/chrome/browser/devtools/
devtools_file_system_indexer.cc 224 std::sort(index_[i].begin(), index_[i].end());
  /external/chromium_org/chrome/browser/extensions/
chrome_app_sorting.cc 192 // Sort the conflicting keys by their extension id, this is how
197 std::sort(conflicting_ids.begin(), conflicting_ids.end());
  /external/chromium_org/chrome/browser/extensions/updater/
local_extension_cache.cc 472 std::sort(items.begin(), items.end(), CompareCacheItemsAge);
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_permission_controller.cc 37 // Comparator for sorting gallery entries. Sort Removable entries above
38 // non-removable ones. Within those two groups, sort on media counts
199 std::sort(result.begin(), result.end(), GalleriesVectorComparator);
245 // Don't sort -- the dialog is open, and we don't want to adjust any
media_scan_manager.cc 92 std::sort(all_locations.begin(), all_locations.end());
  /external/chromium_org/chrome/browser/
memory_details.cc 183 // Sort by memory consumption, low to high.
184 std::sort(processes.begin(), processes.end());
  /external/chromium_org/chrome/browser/resources/chromeos/
keyboard_overlay.js 225 }).sort();
360 action.sort();

Completed in 568 milliseconds

<<41424344454647484950>>