HomeSort by relevance Sort by last modified time
    Searched full:rank (Results 226 - 250 of 392) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ViewMetadataRepository.java 431 /** Natural ordering rank */
475 /** The relative rank of the view for natural ordering */
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
type_traits 79 template <class T> struct rank;
668 // rank
670 template <class _Tp> struct _LIBCPP_TYPE_VIS rank
672 template <class _Tp> struct _LIBCPP_TYPE_VIS rank<_Tp[]>
673 : public integral_constant<size_t, rank<_Tp>::value + 1> {};
674 template <class _Tp, size_t _Np> struct _LIBCPP_TYPE_VIS rank<_Tp[_Np]>
675 : public integral_constant<size_t, rank<_Tp>::value + 1> {};
    [all...]
  /external/chromium_org/chrome/browser/history/
history_backend.h 584 // Populate a map from a |MostVisitedURLList|. The map assigns a rank to each
590 // Record counts of page visits by rank. If a url is not ranked, record the
592 // be one greater than the largest rank of any url in |top_urls|.
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/
Shakespeare.java 98 "To rank our chosen truth with such a show" +
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List6.java 219 "To rank our chosen truth with such a show" +
  /development/samples/Support13Demos/src/com/example/android/supportv13/
Shakespeare.java 98 "To rank our chosen truth with such a show" +
  /development/samples/Support4Demos/src/com/example/android/supportv4/
Shakespeare.java 98 "To rank our chosen truth with such a show" +
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DOTGenerator.java 190 ST rankST = stlib.getInstanceOf("decision-rank");
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_match.h 237 // returned by various providers. This is used to rank matches among all
  /external/chromium_org/third_party/libxslt/libxslt/
xsltutils.c     [all...]
  /external/eigen/Eigen/src/SparseCore/
SparseSelfAdjointView.h 88 /** Perform a symmetric rank K update of the selfadjoint matrix \c *this:
  /external/eigen/Eigen/src/UmfPackSupport/
UmfPackSupport.h 114 * using the UmfPack library. The sparse matrix A must be squared and full rank.
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
scilab.php 177 'quaskro', 'quit', 'quote', 'rand', 'randpencil', 'range', 'rank', 'rankqr', 'rat', 'rcond',
  /external/libxslt/libxslt/
xsltutils.c     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 40 /// getComplexity: Assign a complexity or rank value to LLVM Values...
  /external/stlport/stlport/
type_traits 575 // rank
  /frameworks/base/services/java/com/android/server/search/
Searchables.java 288 // Step 2: Rank matching activities according to our heuristics.
  /ndk/sources/cxx-stl/stlport/stlport/
type_traits 575 // rank
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/
type_traits 575 // rank
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
type_traits 575 // rank
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
type_traits 575 // rank
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
type_traits 575 // rank
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/
type_traits 575 // rank
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
Controls.py 591 kDataBrowserRelevanceRankType = FOUR_CHAR_CODE('rank')
  /external/chromium/chrome/browser/history/
top_sites.cc 472 added.rank = i;
478 moved.rank = i;
    [all...]

Completed in 561 milliseconds

1 2 3 4 5 6 7 8 91011>>