HomeSort by relevance Sort by last modified time
    Searched defs:Rating (Results 1 - 7 of 7) sorted by null

  /frameworks/base/media/java/android/media/
Rating.java 24 * A class to encapsulate rating information used as content metadata.
25 * A rating is defined by its rating style (see {@link #RATING_HEART},
27 * {@link #RATING_5_STARS} or {@link #RATING_PERCENTAGE}) and the actual rating value (which may
28 * be defined as "unrated"), both of which are defined when the rating instance is constructed
31 public final class Rating implements Parcelable {
32 private final static String TAG = "Rating";
35 * Indicates a rating style is not supported. A Rating will never have this
37 * Rating
    [all...]
  /external/lzma/CPP/7zip/UI/Console/
BenchCon.cpp 20 UInt64 Rating;
23 void Init() { NumIterations = 0; Rating = 0; Usage = 0; RPU = 0; }
28 Rating /= NumIterations;
35 Rating = (r1.Rating + r2.Rating) / 2;
82 static void PrintRating(FILE *f, UInt64 rating)
84 PrintNumber(f, rating / 1000000, 6);
87 static void PrintResults(FILE *f, UInt64 usage, UInt64 rpu, UInt64 rating)
91 PrintRating(f, rating);
121 UInt64 rating = GetCompressRating(dictionarySize, info.GlobalTime, info.GlobalFreq, info.UnpackSize); local
136 UInt64 rating = GetDecompressRating(info.GlobalTime, info.GlobalFreq, info.UnpackSize, info.PackSize, info.NumIterations); local
    [all...]
  /external/chromium_org/third_party/lcov/bin/
genhtml     [all...]
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 109 milliseconds