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

<<21222324252627282930>>

  /build/core/
droiddoc.mk 78 LOCAL_JAVA_LIBRARIES := $(sort $(LOCAL_JAVA_LIBRARIES))
  /build/tools/droiddoc/templates-pdk/assets/
search_autocomplete.js 223 gMatches.sort(function(a,b){
225 if (n == 0) // lexicographical sort if scores are the same
  /build/tools/releasetools/
rangelib.py 90 data.sort()
  /cts/apps/CameraITS/tests/dng_noise_model/
dng_noise_model.py 103 points.sort()
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
TestResults.java 111 // sort before serializing
113 Collections.sort(pkgs, new PkgComparator());
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
TestPlan.java 146 Collections.sort(ids);
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
TestPlanTest.java 97 Collections.sort(sortedAbis);
  /dalvik/dx/src/com/android/dx/command/dump/
SsaDumper.java 126 Collections.sort(sortedBlocks, SsaBasicBlock.LABEL_COMPARATOR);
  /developers/build/prebuilts/gradle/AppUsageStatistics/Application/src/main/java/com/example/android/appusagestatistics/
AppUsageStatisticsFragment.java 116 Collections.sort(usageStatsList, new LastTimeLaunchedComparatorDesc());
193 * The {@link Comparator} to sort a collection of {@link UsageStats} sorted by the timestamp
  /developers/samples/android/system/AppUsageStatistics/Application/src/main/java/com/example/android/appusagestatistics/
AppUsageStatisticsFragment.java 116 Collections.sort(usageStatsList, new LastTimeLaunchedComparatorDesc());
193 * The {@link Comparator} to sort a collection of {@link UsageStats} sorted by the timestamp
  /development/apps/Development/src/com/android/development/
InstrumentationList.java 55 Collections.sort(mList, new InstrumentationInfo.DisplayNameComparator(mPM));
PackageBrowser.java 68 Collections.sort(mPackageInfoList, sDisplayNameComparator);
  /development/samples/ApiDemos/src/com/example/android/apis/
ApiDemos.java 107 Collections.sort(myData, sDisplayNameComparator);
  /development/samples/Support13Demos/src/com/example/android/supportv13/
Support13Demos.java 107 Collections.sort(myData, sDisplayNameComparator);
  /development/samples/Support4Demos/src/com/example/android/supportv4/
Support4Demos.java 107 Collections.sort(myData, sDisplayNameComparator);
  /development/samples/Support7Demos/src/com/example/android/supportv7/
Support7Demos.java 108 Collections.sort(myData, sDisplayNameComparator);
  /development/tools/rmtypedefs/test/com/android/tools/rmtypedefs/
RmTypeDefsTest.java 232 Collections.sort(children, new Comparator<File>() {
  /external/antlr/antlr-3.4/runtime/Python/
ez_setup.py 201 data.sort()
  /external/apache-http/src/org/apache/http/conn/ssl/
AbstractVerifier.java 83 // Just in case developer forgot to manually sort the array. :-)
84 Arrays.sort(BAD_COUNTRY_2LDS);
  /external/apache-http/src/org/apache/http/impl/cookie/
RFC2109Spec.java 144 // Create a mutable copy and sort the copy.
146 Collections.sort(cookies, PATH_COMPARATOR);
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemForEach.java 48 * | xsl:sort)
188 * Vector containing the xsl:sort elements associated with this element.
194 * Get the count xsl:sort elements associated with this element.
195 * @return The number of xsl:sort elements.
203 * Get a xsl:sort element associated with this element.
205 * @param i Index of xsl:sort element to get
207 * @return xsl:sort element at given index
215 * Set a xsl:sort element associated with this element.
217 * @param sortElem xsl:sort element to set
282 * Sort given node
    [all...]
  /external/ceres-solver/internal/ceres/
incomplete_lq_factorization.cc 149 sort(scratch->begin(), scratch->begin() + scratch_count);
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
gjslint.py 154 paths.sort()
  /external/chromium_org/base/synchronization/
waitable_event_posix.cc 236 // We need to acquire the locks in a globally consistent order. Thus we sort
237 // the array of waitables by address. We actually sort a pairs so that we can
246 sort(waitables.begin(), waitables.end(), cmp_fst_addr);
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/share/
ShareHelper.java 84 Collections.sort(resolveInfoList, new ResolveInfo.DisplayNameComparator(manager));

Completed in 1488 milliseconds

<<21222324252627282930>>