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

  /frameworks/base/media/java/android/media/
Rating.java 25 * A class to encapsulate rating information used as content metadata.
26 * A rating is defined by its rating style (see {@link #RATING_HEART},
28 * {@link #RATING_5_STARS} or {@link #RATING_PERCENTAGE}) and the actual rating value (which may
29 * be defined as "unrated"), both of which are defined when the rating instance is constructed
32 public final class Rating implements Parcelable {
34 private final static String TAG = "Rating";
37 * A rating style with a single degree of rating, "heart" vs "no heart". Can be used to
43 * A rating style for "thumb up" vs "thumb down"
    [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-1.9/bin/
genhtml     [all...]
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 224 milliseconds