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

  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
common_defs.h 33 enum MulticlassUpdateType { MAX, RANK };
  /packages/apps/Launcher3/src/com/android/launcher3/
ItemInfo.java 99 public int rank = 0; field in class:ItemInfo
129 rank = info.rank;
153 values.put(LauncherSettings.Favorites.RANK, rank);
164 rank = values.getAsInteger(LauncherSettings.Favorites.RANK);
207 + " rank=" + rank
LauncherSettings.java 107 * The rank of this screen -- ie. how it is ordered relative to the other screens.
242 public static final String RANK = "rank";
271 "rank INTEGER NOT NULL DEFAULT 0," +
AutoInstallsLayout.java 123 private static final String ATTR_RANK = "rank";
233 long rank = Long.parseLong(getAttributeValue(parser, ATTR_RANK)); local
234 out[1] = (FeatureFlags.NO_ALL_APPS_ICON || rank < mIdp.getAllAppsButtonRank())
235 ? rank : (rank + 1);
567 int rank = 0; local
575 mValues.put(Favorites.RANK, rank);
582 rank++;
LauncherModel.java     [all...]
  /external/opencv3/modules/core/include/opencv2/core/
operations.hpp 446 const int RANK=1;
455 nodes[i][RANK] = 0;
479 int rank = nodes[root][RANK], rank2 = nodes[root2][RANK]; local
480 if( rank > rank2 )
485 nodes[root2][RANK] += rank == rank2;
519 // re-use the rank as the class label
520 if( nodes[root][RANK] >= 0
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/provider/
ImportDataTask.java 176 final int rankIndex = c.getColumnIndexOrThrow(Favorites.RANK);
254 values.put(Favorites.RANK, c.getInt(rankIndex));
  /external/opencv3/3rdparty/zlib/
deflate.c 158 /* rank Z_BLOCK between Z_NO_FLUSH and Z_PARTIAL_FLUSH */
159 #define RANK(f) (((f) << 1) - ((f) > 4 ? 9 : 0))
887 } else if (strm->avail_in == 0 && RANK(flush) <= RANK(old_flush) &&
    [all...]
  /external/pdfium/third_party/zlib_v128/
deflate.c 158 /* rank Z_BLOCK between Z_NO_FLUSH and Z_PARTIAL_FLUSH */
159 #define RANK(f) (((f) << 1) - ((f) > 4 ? 9 : 0))
886 } else if (strm->avail_in == 0 && RANK(flush) <= RANK(old_flush) &&
    [all...]
  /external/zlib/src/
deflate.c 158 /* rank Z_BLOCK between Z_NO_FLUSH and Z_PARTIAL_FLUSH */
159 #define RANK(f) (((f) << 1) - ((f) > 4 ? 9 : 0))
887 } else if (strm->avail_in == 0 && RANK(flush) <= RANK(old_flush) &&
    [all...]

Completed in 649 milliseconds