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

<<111213141516

  /external/chromium_org/chrome/browser/history/
top_sites_impl.cc 502 added.rank = i;
508 moved.rank = i;
top_sites_likely_impl.cc 503 added.rank = i;
509 moved.rank = i;
scored_history_match.cc 115 // the omnibox input "w" to cause the latter URL to rank higher
  /packages/apps/Dialer/src/com/android/dialer/database/
DialerDatabaseHelper.java 199 /** Contacts that have been used in the past 3 days rank higher than contacts that have
200 * been used in the past 30 days, which rank higher than contacts that have not been used
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherBackupHelper.java 398 if (DEBUG) Log.d(TAG, "unpacked " + screen.rank);
778 screen.rank = c.getInt(SCREEN_RANK_INDEX);
    [all...]
LauncherModel.java 172 public boolean isAllAppsButtonRank(int rank);
1229 int rank = sc.getInt(rankIndex); local
    [all...]
  /external/chromium_org/chrome/browser/resources/profiler/
profiler.js 640 * rank.
648 var rank = valueToRankMap[x];
649 if (rank == undefined)
650 rank = Infinity; // Unmatched.
651 return rank;
    [all...]
  /developers/samples/android/content/documentsUi/StorageProvider/StorageProviderSample/src/main/java/com/example/android/storageprovider/
MyCloudProvider.java 214 // This example implementation searches file names for the query and doesn't rank search
  /development/samples/browseable/StorageProvider/src/com.example.android.storageprovider/
MyCloudProvider.java 214 // This example implementation searches file names for the query and doesn't rank search
  /external/ceres-solver/examples/
nist.cc 107 "Rank of L-BFGS inverse Hessian approximation in line search.");
  /external/eigen/blas/
level2_impl.h 419 /** DGER performs the rank 1 operation
  /external/eigen/unsupported/Eigen/src/NonLinearOptimization/
LevenbergMarquardt.h 445 /* if the jacobian is rank deficient, call qrfac to */
  /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...]
  /frameworks/base/docs/html/training/efficient-downloads/
efficient-network-access.jd 126 <p>Take a news application that uses the prefetching routine described above. The news reader collects analytics information to understand the reading patterns of its users and to rank the most popular stories. To keep the news fresh, it checks for updates every hour. To conserve bandwidth, rather than download full photos for each article, it prefetches only thumbnails and downloads the full photos when they are selected.</p>
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/lib/
libz.so 
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/lib/
libz.so 
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/lib/
libz.so 
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/lib/
libz.so 
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/lib/
libz.so 
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/lib/
libz.so 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_operator.py 374 f = operator.attrgetter('rank')
test_zlib.py 566 And they in France of the best rank and station
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_operator.py 374 f = operator.attrgetter('rank')
test_zlib.py 566 And they in France of the best rank and station
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 651 // Converting from a lower rank to a higher rank can never have
652 // undefined behavior, since higher-rank types must have a superset
653 // of values of lower-rank types.
658 "should not check conversion from __half, it has the lowest rank");
    [all...]

Completed in 740 milliseconds

<<111213141516