Home
last modified time | relevance | path

Searched full:higher (Results 1 – 25 of 12797) sorted by relevance

12345678910>>...512

/aosp_15_r20/frameworks/base/media/java/android/media/tv/tuner/frontend/
H A DFrontendStatus.java182 * BERS Type. Only supported in Tuner HAL 1.1 or higher.
187 * Coderate Type. Only supported in Tuner HAL 1.1 or higher.
192 * Bandwidth Type. Only supported in Tuner HAL 1.1 or higher.
197 * Guard Interval Type. Only supported in Tuner HAL 1.1 or higher.
202 * Transmission Mode Type. Only supported in Tuner HAL 1.1 or higher.
207 * UEC Type. Only supported in Tuner HAL 1.1 or higher.
212 * T2 System Id Type. Only supported in Tuner HAL 1.1 or higher.
217 * Interleavings Type. Only supported in Tuner HAL 1.1 or higher.
222 * ISDBT Segments Type. Only supported in Tuner HAL 1.1 or higher.
227 * TS Data Rates Type. Only supported in Tuner HAL 1.1 or higher.
[all …]
/aosp_15_r20/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardware.java31 * <p>The APIs should not be called directly by the app developers. A higher level api
32 * which abstracts the hardware should be used instead. All the checks are done by the higher
33 * level public API. Any needed locking should be handled by the higher level API.
252 * <p>This API should not be called directly by the app developers. A higher level api
253 * which abstracts the hardware should be used instead. All the checks are done by the higher
254 * level public API. Any needed locking should be handled by the higher level API.
299 * <p>This API should not be called directly by the app developers. A higher level api
300 * which abstracts the hardware should be used instead. All the checks are done by the higher
301 * level public API. Any needed locking should be handled by the higher level API.
329 * <p>This API should not be called directly by the app developers. A higher level api
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/codegen-lite/src/main/java/software/amazon/awssdk/codegen/lite/regions/model/
H A DEndpoint.java67 public Endpoint merge(Endpoint higher) { in merge() argument
68 if (higher == null) { in merge()
69 higher = new Endpoint(); in merge()
74 merged.setCredentialScope(higher.getCredentialScope() != null in merge()
75 ? higher.getCredentialScope() in merge()
78 merged.setHostname(higher.getHostname() != null in merge()
79 ? higher.getHostname() in merge()
82 merged.setSslCommonName(higher.getSslCommonName() != null in merge()
83 ? higher.getSslCommonName() in merge()
86 merged.setProtocols(higher.getProtocols() != null in merge()
[all …]
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/
Dspeech_v1p1beta1.projects.locations.phraseSets.html115 …e will be recognized over other similar sounding phrases. The higher the boost, the higher the cha…
119 …e will be recognized over other similar sounding phrases. The higher the boost, the higher the cha…
136 …e will be recognized over other similar sounding phrases. The higher the boost, the higher the cha…
140 …e will be recognized over other similar sounding phrases. The higher the boost, the higher the cha…
180 …e will be recognized over other similar sounding phrases. The higher the boost, the higher the cha…
184 …e will be recognized over other similar sounding phrases. The higher the boost, the higher the cha…
211 …e will be recognized over other similar sounding phrases. The higher the boost, the higher the cha…
215 …e will be recognized over other similar sounding phrases. The higher the boost, the higher the cha…
248 …e will be recognized over other similar sounding phrases. The higher the boost, the higher the cha…
252 …e will be recognized over other similar sounding phrases. The higher the boost, the higher the cha…
[all …]
Dspeech_v1.projects.locations.phraseSets.html115 …e will be recognized over other similar sounding phrases. The higher the boost, the higher the cha…
119 …e will be recognized over other similar sounding phrases. The higher the boost, the higher the cha…
136 …e will be recognized over other similar sounding phrases. The higher the boost, the higher the cha…
140 …e will be recognized over other similar sounding phrases. The higher the boost, the higher the cha…
180 …e will be recognized over other similar sounding phrases. The higher the boost, the higher the cha…
184 …e will be recognized over other similar sounding phrases. The higher the boost, the higher the cha…
211 …e will be recognized over other similar sounding phrases. The higher the boost, the higher the cha…
215 …e will be recognized over other similar sounding phrases. The higher the boost, the higher the cha…
248 …e will be recognized over other similar sounding phrases. The higher the boost, the higher the cha…
252 …e will be recognized over other similar sounding phrases. The higher the boost, the higher the cha…
[all …]
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DTypeProperties.cpp81 static inline ScalarType combine_categories(ScalarType higher, ScalarType lower) { in combine_categories() argument
83 if(isComplexType(higher)) { in combine_categories()
84 return higher; in combine_categories()
86 // preserve value type of higher if it is floating type. in combine_categories()
87 if (isFloatingType(higher)) { in combine_categories()
88 return toComplexType(higher); in combine_categories()
93 } else if (isFloatingType(higher)) { in combine_categories()
94 return higher; in combine_categories()
96 if (higher == ScalarType::Bool || isFloatingType(lower)) { in combine_categories()
97 return promote_skip_undefined(higher, lower); in combine_categories()
[all …]
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/trackselection/
H A DAdaptiveTrackSelection.java76 * selected track to switch to one of higher quality.
79 * @param minDurationToRetainAfterDiscardMs When switching to a video track of higher quality,
108 * selected track to switch to one of higher quality.
111 * @param minDurationToRetainAfterDiscardMs When switching to a video track of higher quality,
117 * buffer to speed up switching to a higher quality.
119 * buffer to speed up switching to a higher quality.
146 * selected track to switch to one of higher quality.
149 * @param minDurationToRetainAfterDiscardMs When switching to a video track of higher quality,
159 * the selected track can be switched to one of higher quality. This parameter is only
161 * minDurationForQualityIncreaseMs}, which would otherwise prevent switching to a higher
[all …]
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/trackselection/
H A DAdaptiveTrackSelection.java75 * selected track to switch to one of higher quality.
78 * @param minDurationToRetainAfterDiscardMs When switching to a video track of higher quality,
107 * selected track to switch to one of higher quality.
110 * @param minDurationToRetainAfterDiscardMs When switching to a video track of higher quality,
116 * buffer to speed up switching to a higher quality.
118 * buffer to speed up switching to a higher quality.
145 * selected track to switch to one of higher quality.
148 * @param minDurationToRetainAfterDiscardMs When switching to a video track of higher quality,
158 * the selected track can be switched to one of higher quality. This parameter is only
160 * minDurationForQualityIncreaseMs}, which would otherwise prevent switching to a higher
[all …]
/aosp_15_r20/external/google-cloud-java/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/
H A DFlow.java260 * have higher priority than those defined in the flow.
285 * have higher priority than those defined in the flow.
310 * have higher priority than those defined in the flow.
334 * have higher priority than those defined in the flow.
358 * have higher priority than those defined in the flow.
387 * have higher priority than those defined in the flow.
410 * have higher priority than those defined in the flow.
434 * have higher priority than those defined in the flow.
457 * have higher priority than those defined in the flow.
480 * have higher priority than those defined in the flow.
[all …]
H A DFlowOrBuilder.java118 * have higher priority than those defined in the flow.
139 * have higher priority than those defined in the flow.
160 * have higher priority than those defined in the flow.
181 * have higher priority than those defined in the flow.
203 * have higher priority than those defined in the flow.
225 * have higher priority than those defined in the flow.
245 * have higher priority than those defined in the flow.
265 * have higher priority than those defined in the flow.
285 * have higher priority than those defined in the flow.
306 * have higher priority than those defined in the flow.
[all …]
/aosp_15_r20/external/google-cloud-java/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/
H A DFlow.java260 * have higher priority than those defined in the flow.
286 * have higher priority than those defined in the flow.
312 * have higher priority than those defined in the flow.
337 * have higher priority than those defined in the flow.
362 * have higher priority than those defined in the flow.
392 * have higher priority than those defined in the flow.
416 * have higher priority than those defined in the flow.
440 * have higher priority than those defined in the flow.
463 * have higher priority than those defined in the flow.
486 * have higher priority than those defined in the flow.
[all …]
H A DFlowOrBuilder.java118 * have higher priority than those defined in the flow.
140 * have higher priority than those defined in the flow.
162 * have higher priority than those defined in the flow.
184 * have higher priority than those defined in the flow.
207 * have higher priority than those defined in the flow.
230 * have higher priority than those defined in the flow.
250 * have higher priority than those defined in the flow.
270 * have higher priority than those defined in the flow.
290 * have higher priority than those defined in the flow.
311 * have higher priority than those defined in the flow.
[all …]
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/exception/
H A DNoBracketingException.java34 /** Higher end of the interval. */
40 /** Value at higher end of the interval. */
47 * @param hi Higher end of the interval.
49 * @param fHi Value at higher end of the interval.
60 * @param hi Higher end of the interval.
62 * @param fHi Value at higher end of the interval.
90 * Get the higher end of the interval.
92 * @return the higher end.
108 * Get the value at the higher end of the interval.
110 * @return the value at the higher end.
/aosp_15_r20/external/google-cloud-java/java-automl/proto-google-cloud-automl-v1/src/main/java/com/google/cloud/automl/v1/
H A DImageObjectDetectionModelMetadata.java82 * calls to AutoML API. Expected to have a higher latency, but
83 * should also have a higher prediction quality than other
100 * with TensorFlow afterwards. Expected to have a higher
101 * latency, but should also have a higher prediction quality
127 * calls to AutoML API. Expected to have a higher latency, but
128 * should also have a higher prediction quality than other
145 * with TensorFlow afterwards. Expected to have a higher
146 * latency, but should also have a higher prediction quality
781 * calls to AutoML API. Expected to have a higher latency, but
782 * should also have a higher prediction quality than other
[all …]
/aosp_15_r20/external/google-cloud-java/java-automl/proto-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/
H A DImageObjectDetectionModelMetadata.java82 * calls to AutoML API. Expected to have a higher latency, but
83 * should also have a higher prediction quality than other
100 * with TensorFlow afterwards. Expected to have a higher
101 * latency, but should also have a higher prediction quality
127 * calls to AutoML API. Expected to have a higher latency, but
128 * should also have a higher prediction quality than other
145 * with TensorFlow afterwards. Expected to have a higher
146 * latency, but should also have a higher prediction quality
783 * calls to AutoML API. Expected to have a higher latency, but
784 * should also have a higher prediction quality than other
[all …]
/aosp_15_r20/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/schema/predict/prediction/
H A DTabularClassificationPredictionResult.java153 * The model's confidence in each class being correct, higher
154 * value means higher confidence. The N-th score corresponds to
170 * The model's confidence in each class being correct, higher
171 * value means higher confidence. The N-th score corresponds to
186 * The model's confidence in each class being correct, higher
187 * value means higher confidence. The N-th score corresponds to
870 * The model's confidence in each class being correct, higher
871 * value means higher confidence. The N-th score corresponds to
888 * The model's confidence in each class being correct, higher
889 * value means higher confidence. The N-th score corresponds to
[all …]
/aosp_15_r20/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/schema/predict/prediction/
H A DTabularClassificationPredictionResult.java153 * The model's confidence in each class being correct, higher
154 * value means higher confidence. The N-th score corresponds to
170 * The model's confidence in each class being correct, higher
171 * value means higher confidence. The N-th score corresponds to
186 * The model's confidence in each class being correct, higher
187 * value means higher confidence. The N-th score corresponds to
874 * The model's confidence in each class being correct, higher
875 * value means higher confidence. The N-th score corresponds to
892 * The model's confidence in each class being correct, higher
893 * value means higher confidence. The N-th score corresponds to
[all …]
/aosp_15_r20/external/llvm/test/MC/Mips/
H A Dhigher-highest-addressing.s16 daddiu $5, $5, %higher(func)
25 # Test the calculation of %higher and %highest:
26 # ((x + 0x80008000) >> 32) & 0xffff (higher)
34 # to %higher.
37 daddiu $6, $6, %higher($L2-$L1+0x300047FFF7FF7)
43 # Check the case where %higher is modified by adding +1.
45 ld $7, %higher ($L2-$L1+0x300047FFF7FF8)($7)
50 # Check the case where both %higher and %highest are modified by adding +1.
52 ld $8, %higher (0x37FFF7FFF8000)($8)
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/chips/ui/viewmodel/
H A DOngoingActivityChipsWithNotifsViewModelTest.kt446 // WHEN the higher priority call chip is added in primaryChip_higherPriorityChipAdded_lowerPriorityChipReplaced()
449 // THEN the higher priority call chip is used in primaryChip_higherPriorityChipAdded_lowerPriorityChipReplaced()
452 // WHEN the higher priority media projection chip is added in primaryChip_higherPriorityChipAdded_lowerPriorityChipReplaced()
460 // THEN the higher priority media projection chip is used in primaryChip_higherPriorityChipAdded_lowerPriorityChipReplaced()
463 // WHEN the higher priority screen record chip is added in primaryChip_higherPriorityChipAdded_lowerPriorityChipReplaced()
466 // THEN the higher priority screen record chip is used in primaryChip_higherPriorityChipAdded_lowerPriorityChipReplaced()
485 // WHEN the higher priority screen record is removed in primaryChip_highestPriorityChipRemoved_showsNextPriorityChip()
491 // WHEN the higher priority media projection is removed in primaryChip_highestPriorityChipRemoved_showsNextPriorityChip()
497 // WHEN the higher priority call is removed in primaryChip_highestPriorityChipRemoved_showsNextPriorityChip()
519 // WHEN the higher priority call chip is added in chips_movesChipsAroundAccordingToPriority()
[all …]
/aosp_15_r20/frameworks/base/core/java/android/service/resolver/
H A DResolverTarget.java72 * @return a float score whose range is [0, 1]. The higher the score is, the more recently the
82 * @param recencyScore a float score whose range is [0, 1]. The higher the score is, the more
92 * @return a float score whose range is [0, 1]. The higher the score is, the longer the target
102 * @param timeSpentScore a float score whose range is [0, 1]. The higher the score is, the
112 * @return a float score whose range is [0, 1]. The higher the score is, the more times the
122 * @param launchScore a float score whose range is [0, 1]. The higher the score is, the more
133 * @return a float score whose range is [0, 1]. The higher the score is, the
144 * @param chooserScore a float score whose range is [0, 1]. The higher the score is, the more
155 * @return a float score whose range is [0, 1]. The higher the score is, the more likely the
165 * @param selectProbability a float score whose range is [0, 1]. The higher the score is, the
/aosp_15_r20/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/
H A DExportFeatureValuesRequest.java82 * retrieve values as of now. Timestamp, if present, must not have higher
96 * retrieve values as of now. Timestamp, if present, must not have higher
110 * retrieve values as of now. Timestamp, if present, must not have higher
124 * Timestamp, if present, must not have higher than millisecond precision.
138 * Timestamp, if present, must not have higher than millisecond precision.
152 * Timestamp, if present, must not have higher than millisecond precision.
215 * retrieve values as of now. Timestamp, if present, must not have higher
232 * retrieve values as of now. Timestamp, if present, must not have higher
251 * retrieve values as of now. Timestamp, if present, must not have higher
272 * Timestamp, if present, must not have higher than millisecond precision.
[all …]
/aosp_15_r20/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/
H A DExportFeatureValuesRequest.java82 * retrieve values as of now. Timestamp, if present, must not have higher
96 * retrieve values as of now. Timestamp, if present, must not have higher
110 * retrieve values as of now. Timestamp, if present, must not have higher
124 * Timestamp, if present, must not have higher than millisecond precision.
138 * Timestamp, if present, must not have higher than millisecond precision.
152 * Timestamp, if present, must not have higher than millisecond precision.
215 * retrieve values as of now. Timestamp, if present, must not have higher
232 * retrieve values as of now. Timestamp, if present, must not have higher
251 * retrieve values as of now. Timestamp, if present, must not have higher
272 * Timestamp, if present, must not have higher than millisecond precision.
[all …]
/aosp_15_r20/packages/modules/IPsec/src/java/com/android/internal/net/utils/
DLog.java55 * android.util.Log#VERBOSE} or higher.
70 * android.util.Log#VERBOSE} or higher.
86 * android.util.Log#DEBUG} or higher.
101 * android.util.Log#DEBUG} or higher.
117 * android.util.Log#INFO} or higher.
132 * android.util.Log#INFO} or higher.
148 * android.util.Log#WARN} or higher.
163 * android.util.Log#WARN} or higher.
179 * android.util.Log#ERROR} or higher.
194 * android.util.Log#ERROR} or higher.
[all …]
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/analysis/function/
H A DSigmoid.java44 /** Higher asymptote. */
48 * Usual sigmoid function, where the lower asymptote is 0 and the higher
59 * @param hi Higher asymptote.
86 * <li>Higher asymptote</li>
94 * @param param Values of lower asymptote and higher asymptote.
111 * <em>parameters</em> (lower asymptote and higher asymptote).
114 * @param param Values for lower asymptote and higher asymptote.
135 * @param param Values for lower and higher asymptotes.
155 * @param hi Higher asymptote.
182 // where P_n(t) is a degree n polynomial with normalized higher term in value()
/aosp_15_r20/external/google-cloud-java/java-policy-troubleshooter/proto-google-cloud-policy-troubleshooter-v1/src/main/java/com/google/cloud/policytroubleshooter/v1/
H A DTroubleshootIamPolicyResponse.java123 * also include policies that are inherited from higher levels of the resource
145 * also include policies that are inherited from higher levels of the resource
168 * also include policies that are inherited from higher levels of the resource
189 * also include policies that are inherited from higher levels of the resource
211 * also include policies that are inherited from higher levels of the resource
778 * also include policies that are inherited from higher levels of the resource
803 * also include policies that are inherited from higher levels of the resource
827 * also include policies that are inherited from higher levels of the resource
852 * also include policies that are inherited from higher levels of the resource
883 * also include policies that are inherited from higher levels of the resource
[all …]

12345678910>>...512