HomeSort by relevance Sort by last modified time
    Searched refs:sorting (Results 1 - 25 of 43) sorted by null

1 2

  /external/chromium_org/chrome/browser/ui/app_list/
apps_model_builder_unittest.cc 193 ExtensionSorting* sorting = service_->extension_prefs()->extension_sorting(); local
196 sorting->GetPageOrdinal(kPackagedApp1Id);
197 sorting->SetPageOrdinal(kHostedAppId, package_app_page.CreateBefore());
202 sorting->GetAppLaunchOrdinal(kPackagedApp1Id);
204 sorting->GetAppLaunchOrdinal(kPackagedApp2Id);
205 sorting->SetPageOrdinal(kHostedAppId, package_app_page);
206 sorting->SetAppLaunchOrdinal(kHostedAppId,
218 ExtensionSorting* sorting = service_->extension_prefs()->extension_sorting(); local
219 sorting->SetPageOrdinal(kHostedAppId,
220 sorting->GetPageOrdinal(kPackagedApp1Id))
237 ExtensionSorting* sorting = service_->extension_prefs()->extension_sorting(); local
260 ExtensionSorting* sorting = service_->extension_prefs()->extension_sorting(); local
    [all...]
  /external/chromium_org/chrome/browser/extensions/
install_tracker.cc 17 ExtensionSorting* sorting = prefs->extension_sorting(); local
28 content::Source<ExtensionSorting>(sorting));
extension_install_ui_browsertest.cc 219 ExtensionSorting* sorting = service->extension_prefs()->extension_sorting(); local
223 content::Source<ExtensionSorting>(sorting));
225 sorting->EnsureValidOrdinals(app_id, syncer::StringOrdinal());
  /external/chromium_org/chrome/browser/ui/webui/ntp/
app_launcher_handler.cc 159 ExtensionSorting* sorting = prefs->extension_sorting(); local
160 syncer::StringOrdinal page_ordinal = sorting->GetPageOrdinal(extension->id());
165 sorting->CreateFirstAppPageOrdinal() :
166 sorting->GetNaturalAppPageOrdinal();
167 sorting->SetPageOrdinal(extension->id(), page_ordinal);
170 sorting->PageStringOrdinalAsInteger(page_ordinal));
173 sorting->GetAppLaunchOrdinal(extension->id());
179 sorting->CreateFirstAppLaunchOrdinal(page_ordinal) :
180 sorting->CreateNextAppLaunchOrdinal(page_ordinal);
181 sorting->SetAppLaunchOrdinal(extension->id(), app_launch_ordinal)
    [all...]
  /external/chromium_org/v8/tools/
profile_view.js 106 * Creates a Profile View object. It allows to perform sorting
121 * ProfileView.Node):number} sortFunc A sorting
122 * functions. Must comply with Array.sort sorting function requirements.
213 * ProfileView.Node):number} sortFunc A sorting
214 * functions. Must comply with Array.sort sorting function requirements.
  /external/v8/tools/
profile_view.js 106 * Creates a Profile View object. It allows to perform sorting
121 * ProfileView.Node):number} sortFunc A sorting
122 * functions. Must comply with Array.sort sorting function requirements.
213 * ProfileView.Node):number} sortFunc A sorting
214 * functions. Must comply with Array.sort sorting function requirements.
  /external/skia/tools/skpdiff/
diff_viewer.js 101 // Indicates which diff metric is used for sorting
104 // Called by the sort buttons to adjust the metric used for sorting
113 // A predicate for pulling out the number used for sorting
  /external/chromium_org/v8/test/mjsunit/
array-sort.js 32 // Test counter-intuitive default number sorting.
128 // Test lexicographical string sorting.
138 // Test object sorting. Calls toString on each element and sorts
151 // Test array sorting with holes in the array.
164 // Test array sorting with undefined elemeents in the array.
173 // Test that sorting using an unsound comparison function still gives a
  /external/v8/test/mjsunit/
array-sort.js 32 // Test counter-intuitive default number sorting.
128 // Test lexicographical string sorting.
138 // Test object sorting. Calls toString on each element and sorts
151 // Test array sorting with holes in the array.
164 // Test array sorting with undefined elemeents in the array.
173 // Test that sorting using an unsound comparison function still gives a
  /external/chromium_org/v8/test/webkit/
sort-large-array.js 24 description("This tests sorting an array with more than 10,000 values.");
sort-non-numbers.js 24 description("This tests numerically sorting an array of non-numbers.");
sort-with-side-effecting-comparisons.js 25 "Checks that sorting an array with a side-effecting comparison function doesn't trigger assertions."
string-sort.js 24 description("This page tests sorting of string values");
  /external/valgrind/main/memcheck/tests/
varinfo6.stdout.exp 3 too repetitive; using fallback sorting algorithm
origin5-bz2.stdout.exp 4 too repetitive; using fallback sorting algorithm
vcpu_bz2.stdout.exp 3 too repetitive; using fallback sorting algorithm
  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
template_writer.py 156 Preprocessing steps include sorting policies and stripping unneeded
254 to alphabetical sorting if no key is given. If |policy_list| contains
275 '''Extracts a sorting key from a policy. These keys can be used for
  /external/chromium_org/v8/test/mjsunit/regress/
regress-swapelements.js 28 // Check that modifying an array while sorting it does not segfault. See
  /external/v8/test/mjsunit/regress/
regress-swapelements.js 28 // Check that modifying an array while sorting it does not segfault. See
  /external/chromium/chrome/browser/resources/net_internals/
eventsview.js 36 // Used for sorting entries with automatically assigned IDs.
179 * For the purposes of sorting by source IDs, entries without a source
397 * Significantly faster than sorting the entire table again, when only
451 // TODO(mmenke): Fix sorting when sorting by duration.
453 // still active. This can result in incorrect sorting, until
  /external/valgrind/main/exp-sgcheck/tests/
hackedbz2.stdout.exp 3 too repetitive; using fallback sorting algorithm
  /external/chromium_org/third_party/icu/source/test/perf/collationperf/
CollPerf.pl 217 of multi-level sorting, and other features of collation, see <a href=
  /external/icu4c/test/perf/collationperf/
CollPerf.pl 217 of multi-level sorting, and other features of collation, see <a href=
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
coverage_html.js 72 // already defined sorting so we'll just update
  /ndk/sources/host-tools/nawk-20071023/
FIXES 151 the issue appears to be that strcoll is meant for sorting, where
    [all...]

Completed in 618 milliseconds

1 2