HomeSort by relevance Sort by last modified time
    Searched refs:rank (Results 51 - 75 of 152) sorted by null

1 23 4 5 6 7

  /external/guava/guava-tests/test/com/google/common/collect/
OrderingTest.java 853 final int rank;
855 Composite(T value, int rank) {
857 this.rank = rank;
860 // natural order is by rank only; the test will compound() this with the
864 return rank < that.rank ? -1 : rank > that.rank ? 1 : 0;
  /packages/inputmethods/LatinIME/native/jni/src/
defines.h 118 static inline void dumpWordInfo(const int *word, const int length, const int rank,
123 AKLOGI("%2d [ %s ] (%d)", rank, charBuf, probability);
  /external/ceres-solver/internal/ceres/
covariance_impl.cc 482 const SuiteSparse_long rank = local
494 if (rank < cholmod_jacobian.ncol) {
495 LOG(ERROR) << "Jacobian matrix is rank deficient. "
497 << " rank: " << rank;
686 if (qr_solver.rank() < jacobian.num_cols) {
687 LOG(ERROR) << "Jacobian matrix is rank deficient. "
689 << " rank: " << qr_solver.rank();
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
PyrexTypes.py 3259 rank = -1 # Ranks below any integer type variable in class:CEnumType
    [all...]
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastSearchIndexableProvider.java 60 ref[COLUMN_INDEX_XML_RES_RANK] = INDEXABLE_RES[n].rank;
  /packages/apps/Launcher3/src/com/android/launcher3/
AutoInstallsLayout.java 90 private static final String ATTR_RANK = "rank";
189 long rank = Long.parseLong(getAttributeValue(parser, ATTR_RANK)); local
190 out[1] = (rank < mHotseatAllAppsRank) ? rank : (rank + 1);
LauncherProvider.java 1271 int rank = getMaxScreenRank() + 1; local
1304 int rank = -1; local
1322 int rank = 0; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpcsvc/
nis.x 257 int rank;
268 int min_rank; /* minimum rank of bound endpoints */
269 int optimal_rank; /* best possible rank of all endpoints */
280 int rank;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
nis.x 257 int rank;
268 int min_rank; /* minimum rank of bound endpoints */
269 int optimal_rank; /* best possible rank of all endpoints */
280 int rank;
  /external/eigen/Eigen/src/SPQRSupport/
SuiteSparseQRSupport.h 39 * This class is used to perform a multithreaded and multifrontal rank-revealing QR decomposition
153 Index rk = this->rank();
189 * Gets the rank of the matrix.
190 * It should be equal to matrixQR().cols if the matrix is full-rank
192 Index rank() const function in class:Eigen::SPQR
231 mutable Index m_rank; // The rank of the matrix
  /external/eigen/Eigen/src/SVD/
JacobiSVD.h 677 /** \returns the rank of the matrix of which \c *this is the SVD.
683 inline Index rank() const function in class:Eigen::JacobiSVD
694 /** Allows to prescribe a threshold to be used by certain methods, such as rank() and solve(),
729 /** Returns the threshold that will be used by certain methods such as rank().
936 Index rank = dec().rank(); local
    [all...]
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_trees.c 840 int rank; /* index in bl_order */ local
849 for (rank = 0; rank < blcodes; rank++) {
850 Tracev((stderr, "\nbl code %2d ", bl_order[rank]));
851 send_bits(s, s->bl_tree[bl_order[rank]].Len, 3);
    [all...]
  /external/qemu/distrib/zlib-1.2.8/
trees.c 840 int rank; /* index in bl_order */ local
849 for (rank = 0; rank < blcodes; rank++) {
850 Tracev((stderr, "\nbl code %2d ", bl_order[rank]));
851 send_bits(s, s->bl_tree[bl_order[rank]].Len, 3);
    [all...]
  /external/zlib/src/
trees.c 840 int rank; /* index in bl_order */ local
849 for (rank = 0; rank < blcodes; rank++) {
850 Tracev((stderr, "\nbl code %2d ", bl_order[rank]));
851 send_bits(s, s->bl_tree[bl_order[rank]].Len, 3);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfo.java 1064 Integer rank = rankMap.get(node); local
1071 Integer rank = usedIndexes.get(i); local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bitvect.c 1768 wordptr rank; member in struct:BitVector_from_Dec_static_data
1820 wordptr rank; local
1931 wordptr rank; local
    [all...]
  /frameworks/base/tools/apilint/
apilint.py 598 def rank(p): function in function:verify_layering
606 cr = rank(clazz.pkg.name)
610 ir = rank(f.typ)
615 ir = rank(m.typ)
619 ir = rank(arg)
  /external/chromium_org/third_party/zlib/
trees.c 846 int rank; /* index in bl_order */ local
855 for (rank = 0; rank < blcodes; rank++) {
856 Tracev((stderr, "\nbl code %2d ", bl_order[rank]));
857 send_bits(s, s->bl_tree[bl_order[rank]].Len, 3);
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
annotations.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/annotations/2.0.1/
annotations-2.0.1.jar 
  /external/chromium_org/chrome/browser/history/
top_sites_impl_unittest.cc 485 EXPECT_EQ(1, delta.added[0].rank);
487 EXPECT_EQ(2, delta.added[1].rank);
494 EXPECT_EQ(3, delta.moved[0].rank);
540 EXPECT_EQ(-1, delta.added[0].rank);
542 EXPECT_EQ(2, delta.added[1].rank);
550 EXPECT_EQ(-1, delta.moved[0].rank);
553 EXPECT_EQ(-1, delta.moved[1].rank);
556 EXPECT_EQ(0, delta.moved[2].rank);
744 // Add new thumbnail at rank 0 and shift the other result to 1.
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
autopep8.py     [all...]
  /external/chromium_org/third_party/cython/src/Cython/
Shadow.py 320 # Find the numeric type with biggest rank if all types are numeric
321 rank = -1
326 if type_ordering.index(type) > rank:
  /external/openssl/crypto/des/
des_opts.c 427 int rank[16]; local
437 rank[i]=0;
  /external/chromium_org/components/history/core/browser/
history_types.h 422 int rank; member in struct:history::MostVisitedURLWithRank

Completed in 1501 milliseconds

1 23 4 5 6 7