HomeSort by relevance Sort by last modified time
    Searched full:ratio (Results 176 - 200 of 3086) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/libcxx/test/libcxx/utilities/ratio/
version.pass.cpp 10 // <ratio>
12 #include <ratio>
  /external/libcxx/test/std/utilities/time/time.duration/
default_ratio.pass.cpp 16 // template <class Rep, class Period = ratio<1>>
24 static_assert((std::is_same<std::chrono::duration<int, std::ratio<1> >,
types.pass.cpp 24 typedef std::chrono::duration<long, std::ratio<3, 2> > D;
26 static_assert((std::is_same<D::period, std::ratio<3, 2> >::value), "");
  /frameworks/base/core/java/com/android/internal/graphics/
ColorUtils.java 85 * Returns the contrast ratio between {@code foreground} and {@code background}.
115 * @param minContrastRatio the minimum contrast ratio
140 * @param minContrastRatio the minimum contrast ratio
171 * @param minContrastRatio the minimum contrast ratio
575 * Blend between two ARGB colors using the given ratio.
577 * <p>A blend ratio of 0.0 will result in {@code color1}, 0.5 will give an even blend,
582 * @param ratio the blend ratio of {@code color1} to {@code color2}
586 @FloatRange(from = 0.0, to = 1.0) float ratio) {
587 final float inverseRatio = 1 - ratio;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
LengthCountClassifier.java 20 * A classifier which looks at the ratio between the length of the stroke and its number of
22 * and it should not influence the ratio and also strokes which are long and have a small number
  /frameworks/support/percent/src/androidTest/java/androidx/percentlayout/widget/
PercentRelativeTest.java 51 * <li>Top child (marked with T) - width, aspect ratio, top margin, left margin.</li>
52 * <li>Left child (marked with L) - height, aspect ratio, top margin, left margin.</li>
53 * <li>Bottom child (marked with B) - width, aspect ratio, bottom margin, right margin.</li>
54 * <li>Right child (marked with R) - height, aspect ratio, bottom margin, right margin.</li>
85 assertFuzzyEquals("Child aspect ratio of 2000%",
106 assertFuzzyEquals("Child aspect ratio of 5%",
127 assertFuzzyEquals("Child aspect ratio of 2000%",
148 assertFuzzyEquals("Child aspect ratio of 5%",
  /frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
LinearLayoutManagerWrapContentWithAspectRatioTest.java 51 float ratio) {
54 mRatio = ratio;
57 @Parameterized.Parameters(name = "{0},{1},ratio:{2}")
60 for (float ratio : new float[]{.5f, 1f, 2f}) {
70 ratio
80 ratio
90 ratio
99 ratio
  /packages/apps/Contacts/res/values-land/
integers.xml 20 <!-- Top margin ratio for the image for empty group view -->
23 <!-- Top margin ratio for the image for empty account view -->
  /packages/apps/Contacts/res/values-sw600dp-land/
integers.xml 24 <!-- Top margin ratio for the image for empty group view -->
27 <!-- Top margin ratio for the image for empty account view -->
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/classifier/
LengthCountClassifier.java 20 * A classifier which looks at the ratio between the length of the stroke and its number of points.
22 * should not influence the ratio and also strokes which are long and have a small number of points
  /packages/apps/DocumentsUI/src/com/android/documentsui/selection/
ViewAutoScroller.java 30 // ratio used to calculate the top/bottom hotspot region; used with view height
102 // Calculate the ratio of how far out of the view the pointer currently resides to
106 // Interpolate this ratio and use it to compute the maximum scroll that should be
117 * Interpolates the given out of bounds ratio on a curve which starts at (0,0) and ends
123 * @param ratio A ratio which is in the range [0, 1].
126 private float smoothOutOfBoundsRatio(float ratio) {
127 return (float) Math.pow(ratio, 10);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/experimental/utilities/ratio/
version.pass.cpp 10 // <experimental/ratio>
12 #include <experimental/ratio>
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/utilities/ratio/
version.pass.cpp 10 // <ratio>
12 #include <ratio>
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/time/time.duration/
default_ratio.pass.cpp 16 // template <class Rep, class Period = ratio<1>>
24 static_assert((std::is_same<std::chrono::duration<int, std::ratio<1> >,
types.pass.cpp 24 typedef std::chrono::duration<long, std::ratio<3, 2> > D;
26 static_assert((std::is_same<D::period, std::ratio<3, 2> >::value), "");
  /cts/tests/tests/media/src/android/media/cts/
EnvReverbTest.java 112 //Test case 1.1: test decay time and ratio
126 short ratio = mReverb.getDecayHFRatio(); local
127 ratio = (short)((ratio == 500) ? 1000 : 500);
128 mReverb.setDecayHFRatio(ratio);
130 assertTrue("got incorrect decay HF ratio",
131 ((float)ratio2 > (float)(ratio / RATIO_TOLERANCE)) &&
132 ((float)ratio2 < (float)(ratio * RATIO_TOLERANCE)));
230 short ratio = mReverb.getDiffusion(); local
231 ratio = (short)((ratio == 500) ? 1000 : 500)
    [all...]
  /external/tensorflow/tensorflow/core/api_def/base_api/
api_def_FractionalMaxPool.pbtxt 30 Pooling ratio for each dimension of `value`, currently only
32 pooling ratio looks like [1.0, 1.44, 1.73, 1.0]. The first and last elements
34 dimensions. 1.44 and 1.73 are pooling ratio on height and width dimensions
89 expect from the word "fractional", means that the overall reduction ratio N
100 3. alpha = input_row_length / output_row_length : our reduction ratio
  /frameworks/base/media/mca/filterfw/native/core/
geometry.cpp 72 bool Rect::ExpandToAspectRatio(float ratio) {
73 if (width <= 0.0f || height <= 0.0f || ratio <= 0.0f) {
78 if (current_ratio < ratio) {
79 const float dx = width * (ratio / current_ratio - 1.0f);
83 const float dy = height * (current_ratio / ratio - 1.0f);
  /prebuilts/abi-dumps/vndk/28/32/arm_armv7-a-neon/source-based/
libmedia_helper.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/28/32/x86/source-based/
libmedia_helper.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/28/64/arm64_armv8-a/source-based/
libmedia_helper.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/28/64/arm_armv8-a/source-based/
libmedia_helper.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/28/64/x86/source-based/
libmedia_helper.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/28/64/x86_64/source-based/
libmedia_helper.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/28/64/x86_x86_64/source-based/
libmedia_helper.so.lsdump.gz 

Completed in 1104 milliseconds

1 2 3 4 5 6 78 91011>>