HomeSort by relevance Sort by last modified time
    Searched refs:sort (Results 476 - 500 of 555) sorted by null

<<11121314151617181920>>

  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
ShortcutRepositoryTest.java 852 Collections.sort(sorted, comp);
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageSummary.java 270 Collections.sort(mUsageList);
  /packages/apps/Settings/src/com/android/settings/vpn/
VpnSettings.java 817 Collections.sort(mVpnProfileList, new Comparator<VpnProfile>() {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileCreationPage.java     [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdSelector.java 739 Arrays.sort(avds, new Comparator<AvdInfo>() {
    [all...]
  /build/tools/droiddoc/templates/assets/
prettify.js 15 f===L||f===Tb)f=Q+f;return f}function q(j){for(var f=j.substring(1,j.length-1).match(new RegExp(Ub,R)),s=[],k=[],h=f[0]===M,e=h?1:0,p=f.length;e<p;++e){var t=f[e];switch(t){case Vb:case Wb:case Xb:case Yb:case Zb:case $b:case ac:case bc:s.push(t);continue}var u=l(t),x;if(e+2<p&&Sb===f[e+1]){x=l(f[e+2]);e+=2}else x=u;k.push([u,x]);if(!(x<65||u>122)){x<65||u>90||k.push([Math.max(65,u)|32,Math.min(x,90)|32]);x<97||u>122||k.push([Math.max(97,u)&-33,Math.min(x,122)&-33])}}k.sort(function(Oa,Pa){return Oa[0]-
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
SerializationStressTest4.java     [all...]
  /external/iproute2/doc/
api-ip6-flowlabels.tex 183 sort of:
ip-tunnels.tex 51 work in 2.2.0! Moreover, \verb|route| prints a funny error sort of
  /external/sonivox/jet_tools/JetCreator/
JetCreator.py     [all...]
  /external/stlport/stlport/stl/
_algo.c 903 // sort() and its auxiliary functions.
993 void sort(_RandomAccessIter __first, _RandomAccessIter __last) { function
1006 void sort(_RandomAccessIter __first, _RandomAccessIter __last, _Compare __comp) { function
    [all...]
  /external/webkit/WebCore/bindings/scripts/
CodeGeneratorJS.pm     [all...]
  /external/skia/src/core/
SkPath.cpp 70 fRect.sort();
    [all...]
  /external/webkit/WebCore/inspector/front-end/
ResourcesPanel.js 94 { name: WebInspector.UIString("Sort by Start Time"), sortingFunction: WebInspector.ResourceSidebarTreeElement.CompareByAscendingStartTime, calculator: transferTimeCalculator },
95 { name: WebInspector.UIString("Sort by Response Time"), sortingFunction: WebInspector.ResourceSidebarTreeElement.CompareByAscendingResponseReceivedTime, calculator: transferTimeCalculator },
96 { name: WebInspector.UIString("Sort by End Time"), sortingFunction: WebInspector.ResourceSidebarTreeElement.CompareByAscendingEndTime, calculator: transferTimeCalculator },
97 { name: WebInspector.UIString("Sort by Duration"), sortingFunction: WebInspector.ResourceSidebarTreeElement.CompareByDescendingDuration, calculator: transferDurationCalculator },
98 { name: WebInspector.UIString("Sort by Latency"), sortingFunction: WebInspector.ResourceSidebarTreeElement.CompareByDescendingLatency, calculator: transferDurationCalculator },
108 { name: WebInspector.UIString("Sort by Size"), sortingFunction: WebInspector.ResourceSidebarTreeElement.CompareByDescendingSize, calculator: transferSizeCalculator },
743 resourcesByCategory[category].sort(WebInspector.Resource.CompareByTime);
    [all...]
StylesSidebarPane.js 555 uniqueProperties.sort();
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/ui/
EditContactActivity.java 401 // Sort the editors
402 Collections.sort(mState, this);
    [all...]
  /packages/apps/Settings/src/com/android/settings/
RunningServices.java 622 Collections.sort(sortedProcesses, mServiceProcessComparator);
    [all...]
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsSmsProvider.java 535 Arrays.sort(result);
656 * If a null sort order is given, return "normalized_date ASC".
657 * Otherwise, return the given sort order.
    [all...]
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /external/e2fsprogs/lib/et/
texinfo.tex 834 % This is used when outputting the strings to sort the index by.
862 % to get the string to sort the index by.
882 % to get the string to sort the index by.
    [all...]
  /external/libxml2/
xpath.c 1167 fprintf(output, "SORT"); break;
10273 int sort = 1; local
    [all...]
  /external/genext2fs/
configure 457 # Don't try to exec as it changes $[0], causing all sort of problems
    [all...]
  /external/grub/docs/
texinfo.tex     [all...]

Completed in 1246 milliseconds

<<11121314151617181920>>