Home
last modified time | relevance | path

Searched full:rating (Results 1 – 25 of 405) sorted by relevance

12345678910>>...17

/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/test/java/com/google/android/exoplayer2/
DRatingTest.java24 /** Tests for {@link Rating} and its subclasses. */
30 HeartRating rating = new HeartRating(); in unratedHeartRating() local
31 assertThat(rating.isRated()).isFalse(); in unratedHeartRating()
32 assertThat(roundTripViaBundle(rating)).isEqualTo(rating); in unratedHeartRating()
38 HeartRating rating = new HeartRating(hasHeart); in ratedHeartRating() local
39 assertThat(rating.isRated()).isTrue(); in ratedHeartRating()
40 assertThat(rating.isHeart()).isEqualTo(hasHeart); in ratedHeartRating()
41 assertThat(roundTripViaBundle(rating)).isEqualTo(rating); in ratedHeartRating()
46 PercentageRating rating = new PercentageRating(); in unratedPercentageRating() local
47 assertThat(rating.isRated()).isFalse(); in unratedPercentageRating()
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/test/java/com/google/android/exoplayer2/
DRatingTest.java24 /** Tests for {@link Rating} and its subclasses. */
30 HeartRating rating = new HeartRating(); in unratedHeartRating() local
31 assertThat(rating.isRated()).isFalse(); in unratedHeartRating()
32 assertThat(roundTripViaBundle(rating)).isEqualTo(rating); in unratedHeartRating()
38 HeartRating rating = new HeartRating(hasHeart); in ratedHeartRating() local
39 assertThat(rating.isRated()).isTrue(); in ratedHeartRating()
40 assertThat(rating.isHeart()).isEqualTo(hasHeart); in ratedHeartRating()
41 assertThat(roundTripViaBundle(rating)).isEqualTo(rating); in ratedHeartRating()
46 PercentageRating rating = new PercentageRating(); in unratedPercentageRating() local
47 assertThat(rating.isRated()).isFalse(); in unratedPercentageRating()
[all …]
/external/google-cloud-java/java-retail/proto-google-cloud-retail-v2alpha/src/main/java/com/google/cloud/retail/v2alpha/
DRating.java25 * The rating of a [Product][google.cloud.retail.v2alpha.Product].
28 * Protobuf type {@code google.cloud.retail.v2alpha.Rating}
30 public final class Rating extends com.google.protobuf.GeneratedMessageV3 class
32 // @@protoc_insertion_point(message_implements:google.cloud.retail.v2alpha.Rating)
35 // Use Rating.newBuilder() to construct.
36 private Rating(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Rating() method in Rating
40 private Rating() { in Rating() method in Rating
47 return new Rating(); in newInstance()
66 com.google.cloud.retail.v2alpha.Rating.class, in internalGetFieldAccessorTable()
67 com.google.cloud.retail.v2alpha.Rating.Builder.class); in internalGetFieldAccessorTable()
[all …]
DRatingOrBuilder.java23 // @@protoc_insertion_point(interface_extends:google.cloud.retail.v2alpha.Rating)
31 * [rating_histogram][google.cloud.retail.v2alpha.Rating.rating_histogram].
46 * The average rating of the [Product][google.cloud.retail.v2alpha.Product].
47 * The rating is scaled at 1-5. Otherwise, an INVALID_ARGUMENT error is
61 * List of rating counts per rating value (index = rating - 1). The list is
62 * empty if there is no rating. If the list is non-empty, its size is
78 * List of rating counts per rating value (index = rating - 1). The list is
79 * empty if there is no rating. If the list is non-empty, its size is
95 * List of rating counts per rating value (index = rating - 1). The list is
96 * empty if there is no rating. If the list is non-empty, its size is
/external/google-cloud-java/java-retail/proto-google-cloud-retail-v2beta/src/main/java/com/google/cloud/retail/v2beta/
DRating.java25 * The rating of a [Product][google.cloud.retail.v2beta.Product].
28 * Protobuf type {@code google.cloud.retail.v2beta.Rating}
30 public final class Rating extends com.google.protobuf.GeneratedMessageV3 class
32 // @@protoc_insertion_point(message_implements:google.cloud.retail.v2beta.Rating)
35 // Use Rating.newBuilder() to construct.
36 private Rating(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Rating() method in Rating
40 private Rating() { in Rating() method in Rating
47 return new Rating(); in newInstance()
66 com.google.cloud.retail.v2beta.Rating.class, in internalGetFieldAccessorTable()
67 com.google.cloud.retail.v2beta.Rating.Builder.class); in internalGetFieldAccessorTable()
[all …]
DRatingOrBuilder.java23 // @@protoc_insertion_point(interface_extends:google.cloud.retail.v2beta.Rating)
31 * [rating_histogram][google.cloud.retail.v2beta.Rating.rating_histogram].
46 * The average rating of the [Product][google.cloud.retail.v2beta.Product].
47 * The rating is scaled at 1-5. Otherwise, an INVALID_ARGUMENT error is
61 * List of rating counts per rating value (index = rating - 1). The list is
62 * empty if there is no rating. If the list is non-empty, its size is
78 * List of rating counts per rating value (index = rating - 1). The list is
79 * empty if there is no rating. If the list is non-empty, its size is
95 * List of rating counts per rating value (index = rating - 1). The list is
96 * empty if there is no rating. If the list is non-empty, its size is
/external/google-cloud-java/java-retail/proto-google-cloud-retail-v2/src/main/java/com/google/cloud/retail/v2/
DRating.java25 * The rating of a [Product][google.cloud.retail.v2.Product].
28 * Protobuf type {@code google.cloud.retail.v2.Rating}
30 public final class Rating extends com.google.protobuf.GeneratedMessageV3 class
32 // @@protoc_insertion_point(message_implements:google.cloud.retail.v2.Rating)
35 // Use Rating.newBuilder() to construct.
36 private Rating(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Rating() method in Rating
40 private Rating() { in Rating() method in Rating
47 return new Rating(); in newInstance()
66 com.google.cloud.retail.v2.Rating.class, in internalGetFieldAccessorTable()
67 com.google.cloud.retail.v2.Rating.Builder.class); in internalGetFieldAccessorTable()
[all …]
DRatingOrBuilder.java23 // @@protoc_insertion_point(interface_extends:google.cloud.retail.v2.Rating)
31 * [rating_histogram][google.cloud.retail.v2.Rating.rating_histogram].
46 * The average rating of the [Product][google.cloud.retail.v2.Product].
47 * The rating is scaled at 1-5. Otherwise, an INVALID_ARGUMENT error is
61 * List of rating counts per rating value (index = rating - 1). The list is
62 * empty if there is no rating. If the list is non-empty, its size is
78 * List of rating counts per rating value (index = rating - 1). The list is
79 * empty if there is no rating. If the list is non-empty, its size is
95 * List of rating counts per rating value (index = rating - 1). The list is
96 * empty if there is no rating. If the list is non-empty, its size is
/external/pdfium/testing/tools/
Dsafetynet_conclusions.py38 case, determining the rating for that case, which can be:
91 rating = RATING_FAILURE
95 rating = RATING_REGRESSION
97 rating = RATING_IMPROVEMENT
99 rating = RATING_NO_CHANGE
101 rating = RATING_SMALL_CHANGE
103 case_result = CaseResult(case_name, before, after, ratio, rating)
139 "rating": "failure"
145 "rating": "regression"
151 "rating": "regression"
[all …]
/external/python/google-api-python-client/docs/dyn/
Dyoutube_v3.videos.html96 <code><a href="#rate">rate(id, rating, x__xgafv=None)</a></code></p>
97 <p class="firstline">Adds a like or dislike rating to a video or removes a rating from a video.</p>
143 { # Basic details about rating of a video.
144 &quot;rating&quot;: &quot;A String&quot;, # Rating of a video.
166 &quot;videoGameRating&quot;: &quot;A String&quot;, # Video game rating, if any.
170 … shows. LINT.IfChange # Specifies the ratings that the video received under various rating schemes.
171 …tion Board (ACB) or Australian Communications and Media Authority (ACMA) rating. ACMA ratings are …
172 …&quot;agcomRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Italy&#x27;s Autorit…
173 …ing&quot;, # The video&#x27;s Anatel (Asociación Nacional de Televisión) rating for Chilean televi…
174 …quot;: &quot;A String&quot;, # The video&#x27;s British Board of Film Classification (BBFC) rating.
[all …]
Dfactchecktools_v1alpha1.pages.html132 …&quot;rating&quot;: { # Information about the claim rating. # Info about the rating of this claim …
136 …&quot;ratingValue&quot;: 42, # A numeric rating of this claim, in the range worstRating — bestRati…
137 …&quot;textualRating&quot;: &quot;A String&quot;, # The truthfulness rating as a human-readible sho…
177 …&quot;rating&quot;: { # Information about the claim rating. # Info about the rating of this claim …
181 …&quot;ratingValue&quot;: 42, # A numeric rating of this claim, in the range worstRating — bestRati…
182 …&quot;textualRating&quot;: &quot;A String&quot;, # The truthfulness rating as a human-readible sho…
247 …&quot;rating&quot;: { # Information about the claim rating. # Info about the rating of this claim …
251 …&quot;ratingValue&quot;: 42, # A numeric rating of this claim, in the range worstRating — bestRati…
252 …&quot;textualRating&quot;: &quot;A String&quot;, # The truthfulness rating as a human-readible sho…
305 …&quot;rating&quot;: { # Information about the claim rating. # Info about the rating of this claim …
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/
DRating.java25 * A rating for media content. The style of a rating can be one of {@link HeartRating}, {@link
28 public abstract class Rating implements Bundleable { class
30 /** A float value that denotes the rating is unset. */
33 // Default package-private constructor to prevent extending Rating class outside this package.
34 /* package */ Rating() {} in Rating() method in Rating
36 /** Whether the rating exists or not. */
65 /** Object that can restore a {@link Rating} from a {@link Bundle}. */
66 public static final Creator<Rating> CREATOR = Rating::fromBundle;
68 private static Rating fromBundle(Bundle bundle) { in fromBundle()
82 throw new IllegalArgumentException("Encountered unknown rating type: " + ratingType); in fromBundle()
DStarRating.java30 /** A rating expressed as a fractional number of stars. */
31 public final class StarRating extends Rating {
42 * @param maxStars The maximum number of stars this rating can have.
52 * Non-integer values may be used to represent an average rating value. If {@code maxStars} is not
56 * @param maxStars The maximum number of stars this rating can have.
57 * @param starRating A fractional number of stars of this rating from {@code 0f} to {@code
80 * Returns the fractional number of stars of this rating. Will range from {@code 0f} to {@link
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/
DRating.java28 * A rating for media content. The style of a rating can be one of {@link HeartRating}, {@link
31 public abstract class Rating implements Bundleable { class
33 /** A float value that denotes the rating is unset. */
36 // Default package-private constructor to prevent extending Rating class outside this package.
37 /* package */ Rating() {} in Rating() method in Rating
39 /** Whether the rating exists or not. */
70 /** Object that can restore a {@link Rating} from a {@link Bundle}. */
71 public static final Creator<Rating> CREATOR = Rating::fromBundle;
73 private static Rating fromBundle(Bundle bundle) { in fromBundle()
DStarRating.java32 /** A rating expressed as a fractional number of stars. */
33 public final class StarRating extends Rating {
44 * @param maxStars The maximum number of stars this rating can have.
54 * Non-integer values may be used to represent an average rating value. If {@code maxStars} is not
58 * @param maxStars The maximum number of stars this rating can have.
59 * @param starRating A fractional number of stars of this rating from {@code 0f} to {@code
82 * Returns the fractional number of stars of this rating. Will range from {@code 0f} to {@link
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTransportControls.java20 import android.media.Rating;
49 /** The rating value set by last call of {@link TransportControls#setRating(Rating)}. */
50 @Nullable private Rating rating; field in ShadowTransportControls
117 protected void setRating(Rating rating) { in setRating() argument
119 this.rating = rating; in setRating()
120 reflector(TransportControlsReflector.class, realTransportControls).setRating(rating); in setRating()
172 public Rating getRating() { in getRating()
173 return rating; in getRating()
207 void setRating(Rating rating); in setRating() argument
DShadowMediaController.java7 import android.media.Rating;
37 * A value of RATING_NONE for ratingType indicates that rating media is not supported by the media
40 private int ratingType = Rating.RATING_NONE;
93 * Saves the rating type to control the return value of {@link MediaController#getRatingType()}.
96 if (ratingType >= 0 && ratingType <= Rating.RATING_PERCENTAGE) { in setRatingType()
103 + Rating.RATING_PERCENTAGE); in setRatingType()
107 /** Gets the rating type set via {@link #setRatingType}. */
/external/lzma/CPP/7zip/UI/Common/
DBench.h35 UInt64 GetRatingPerUsage(UInt64 rating) const;
49 UInt64 NumIterations2; // for Rating / RPU
51 UInt64 Rating; member
56 …void Init() { /* NumIterations1 = 0; */ NumIterations2 = 0; Rating = 0; Usage = 0; RPU = 0; Speed … in Init()
60 Rating = (r1.Rating + r2.Rating); in SetSum()
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
DRatingBox.java29 …* Contained a the <code>UserDataBox</code> and containing information about the media's rating. E.…
66 …* Gets a four-character code that indicates the rating entity grading the asset, e.g., 'BBFC'. The…
67 … * field should follow common names of worldwide movie rating systems, such as those mentioned in
70 * @return the rating organization
77 …s the four-character code that indicates which rating criteria are being used for the correspondin…
80 * @return the actual rating
/external/apache-xml/test/tests/exslt/dynamic/
Ddynamic1.xml34 <rating cat1="category" lang="language" subt="subtitles">
38 </rating>
62 <rating cat1="category" lang="language" subt="subtitles">
66 </rating>
81 <rating cat1="category" lang="language" subt="subtitles">
85 </rating>
/external/googleapis/google/ads/googleads/v15/enums/
Dcontent_label_type.proto61 // Content rating: G.
64 // Content rating: PG.
67 // Content rating: T.
70 // Content rating: MA.
73 // Content rating: not yet rated.
/external/googleapis/google/ads/googleads/v16/enums/
Dcontent_label_type.proto61 // Content rating: G.
64 // Content rating: PG.
67 // Content rating: T.
70 // Content rating: MA.
73 // Content rating: not yet rated.
/external/googleapis/google/ads/googleads/v14/enums/
Dcontent_label_type.proto61 // Content rating: G.
64 // Content rating: PG.
67 // Content rating: T.
70 // Content rating: MA.
73 // Content rating: not yet rated.
/external/googleapis/google/ai/generativelanguage/v1beta/
Dsafety.proto26 // The category of a rating.
98 // Safety rating evaluated from content.
99 SafetyRating rating = 1; field
105 // Safety rating for a piece of content.
107 // The safety rating contains the category of harm and the
134 // Required. The category for this rating.
140 // Was this content blocked because of this rating?
/external/crosvm/e2e_tests/guest_under_test/kernel/patches/
Dvirtio_pvclock.patch11 - ANDROID: virtio: virtio_pvclock: fix rating decl
227 + .rating = 200, /* default rating, updated by virtpvclock_validate */
425 + uint32_t rating;
430 + rating = virtio_cread32(vdev, offsetof(struct virtio_pvclock_config,
432 + if (rating > MAX_CLOCKSOURCE_RATING) {
435 + "device clocksource rating too high: %u, using max rating: %u\n",
436 + rating, MAX_CLOCKSOURCE_RATING);
438 + virtio_pvclock_clocksource.rating = (int)MAX_CLOCKSOURCE_RATING;
440 + dev_info(&vdev->dev, "clocksource rating set to %u\n", rating);
441 + virtio_pvclock_clocksource.rating = (int)rating;
[all …]

12345678910>>...17