HomeSort by relevance Sort by last modified time
    Searched refs:popularity (Results 1 - 4 of 4) sorted by null

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
GoogleSuggestClient.java 122 * 2 which contain the suggestions and their popularity.
126 JSONArray popularity = results.getJSONArray(2); local
128 return new GoogleSuggestCursor(this, query, suggestions, popularity);
166 /* This contains the popularity of each suggestion
172 JSONArray suggestions, JSONArray popularity) {
175 mPopularity = popularity;
  /prebuilts/go/darwin-x86/src/fmt/
format.go 214 // switch cases ordered by popularity.
  /prebuilts/go/linux-x86/src/fmt/
format.go 214 // switch cases ordered by popularity.
  /external/v8/benchmarks/
regexp.js 33 // the popularity of the pages where it occurs and the number of times
    [all...]

Completed in 694 milliseconds