HomeSort by relevance Sort by last modified time
    Searched refs:proportion (Results 1 - 6 of 6) sorted by null

  /cts/tests/tests/text/src/android/text/style/cts/
RelativeSizeSpanTest.java 61 float proportion = 3.0f; local
62 RelativeSizeSpan relativeSizeSpan = new RelativeSizeSpan(proportion);
68 assertEquals(2.0f * proportion, tp.getTextSize(), 0.0f);
74 assertEquals(oldSize * proportion, tp.getTextSize(), 0.0f);
86 float proportion = 3.0f; local
87 RelativeSizeSpan relativeSizeSpan = new RelativeSizeSpan(proportion);
93 assertEquals(oldSize * proportion, tp.getTextSize(), 0.0f);
99 assertEquals(oldSize * proportion, tp.getTextSize(), 0.0f);
125 float proportion = 3.0f; local
126 RelativeSizeSpan relativeSizeSpan = new RelativeSizeSpan(proportion);
    [all...]
ScaleXSpanTest.java 52 float proportion = 3.0f; local
53 ScaleXSpan scaleXSpan = new ScaleXSpan(proportion);
58 assertEquals(2.0f * proportion, tp.getTextScaleX(), 0.0f);
62 assertEquals(-3.0f * proportion, tp.getTextScaleX(), 0.0f);
74 float proportion = 3.0f; local
75 ScaleXSpan scaleXSpan = new ScaleXSpan(proportion);
80 assertEquals(2.0f * proportion, tp.getTextScaleX(), 0.0f);
84 assertEquals(-3.0f * proportion, tp.getTextScaleX(), 0.0f);
119 float proportion = 3.0f; local
120 ScaleXSpan scaleXSpan = new ScaleXSpan(proportion);
    [all...]
  /external/deqp/external/openglcts/modules/common/
glcTextureRepeatModeTests.cpp 513 GLsizei proportion(GLsizei a, GLsizei b, GLsizei c) const;
728 GLsizei TestClampModeForInternalFormat::proportion(GLsizei a, GLsizei b, GLsizei c) const function in class:glcts::TestClampModeForInternalFormat
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
MagnifierTest.java 1018 final float proportion = 1.0f local
    [all...]
  /external/toolchain-utils/cros_utils/
stats.py 160 ## 09-07-21 ... added capability for getting the 'proportion' out of l/amannwhitneyu (but comment-disabled)
744 Slices off the passed proportion of items from BOTH ends of the passed
747 proportion results in a non-integer slice index (i.e., conservatively
760 Slices off the passed proportion of items from ONE end of the passed
762 10% of scores). Slices off LESS if proportion results in a non-integer
    [all...]
  /external/tensorflow/tensorflow/go/op/
wrappers.go     [all...]

Completed in 216 milliseconds