/external/libcxx/test/std/utilities/time/time.point/time.point.cast/ |
time_point_cast.pass.cpp | 67 std::chrono::duration<double, std::ratio<3600> >(7265./3600)); 68 test(std::chrono::duration<int, std::ratio<2, 3> >(9), 69 std::chrono::duration<int, std::ratio<3, 5> >(10)); 78 typedef std::chrono::duration<int, std::ratio<3, 5>> T1; 79 test_constexpr<std::chrono::duration<int, std::ratio<2, 3>>, 9, T1, 10> ();
|
/frameworks/base/core/java/android/net/ |
MobileLinkQualityInfo.java | 153 * returns signal to noise ratio for CDMA networks 154 * @return signal to noise ratio in db or {@link android.net.LinkQualityInfo#UNKNOWN_INT} 183 * returns signal to noise ratio for EVDO spectrum 198 * returns end-to-end signal to noise ratio for EVDO networks 258 * returns signal to noise ratio for LTE networks
|
/frameworks/base/core/java/com/android/internal/util/ |
ImageUtils.java | 145 float ratio = Math.min((float) maxWidth / (float) originalWidth, local 147 ratio = Math.min(1.0f, ratio); 148 int scaledWidth = (int) (ratio * originalWidth); 149 int scaledHeight = (int) (ratio * originalHeight);
|
/frameworks/base/media/mca/filterpacks/native/base/ |
geometry.cpp | 73 bool Rect::ExpandToAspectRatio(float ratio) { 74 if (width <= 0.0f || height <= 0.0f || ratio <= 0.0f) { 79 if (current_ratio < ratio) { 80 const float dx = width * (ratio / current_ratio - 1.0f); 84 const float dy = height * (current_ratio / ratio - 1.0f);
|
/packages/apps/Camera2/src/com/android/camera/settings/ |
ResolutionSetting.java | 61 * Pick the largest picture size with the specified aspect ratio. 64 * @param aspectRatio The chosen aspect ratio. 73 // Pick the largest picture size with the selected aspect ratio and save 172 * Obtains the preferred picture aspect ratio in terms of the picture size 176 * @return The preferred picture aspect ratio.
|
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/ |
WallpaperUtils.java | 100 * As a ratio of screen height, the total distance we want the parallax effect to span 106 // At an aspect ratio of 16/10, the wallpaper parallax effect should span 1.5 * screen width 107 // At an aspect ratio of 10/16, the wallpaper parallax effect should span 1.2 * screen width 109 // to span (ie travel) at any aspect ratio: 117 // formulas, where the coefficient on x is the aspect ratio (width/height):
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/time/time.point/time.point.cast/ |
time_point_cast.pass.cpp | 67 std::chrono::duration<double, std::ratio<3600> >(7265./3600)); 68 test(std::chrono::duration<int, std::ratio<2, 3> >(9), 69 std::chrono::duration<int, std::ratio<3, 5> >(10)); 78 typedef std::chrono::duration<int, std::ratio<3, 5>> T1; 79 test_constexpr<std::chrono::duration<int, std::ratio<2, 3>>, 9, T1, 10> ();
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/cube/ |
CubeRenderer.java | 97 float ratio = (float) width / height; local 100 gl.glFrustumf(-ratio, ratio, -1, 1, 1, 10);
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/renderers/ |
GLRotationGuideRenderer.java | 81 float ratio = (float) width / height; local 82 gl.glFrustumf(-ratio, ratio, -1, 1, 3, 15);
|
/cts/tests/camera/src/android/hardware/cts/ |
Camera_SizeTest.java | 65 * Check that the largest available preview and jpeg outputs have the same aspect ratio. This 66 * aspect ratio must be the same as the physical camera sensor, and the FOV for these outputs 99 largestPreviewDimen.height + ") should have the same aspect ratio " +
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
CubeRenderer.java | 75 float ratio = (float) width / height; local 78 gl.glFrustumf(-ratio, ratio, -1, 1, 1, 10);
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/ |
KubeRenderer.java | 85 float ratio = (float)width / height; local 88 gl.glFrustumf(-ratio, ratio, -1, 1, 2, 12);
|
/external/adhd/cras-config/auron/ |
dsp.ini | 28 input_9=6.032 ; ratio 36 input_17=5.634 ; ratio 44 input_25=5.67 ; ratio
|
/external/adhd/cras-config/auron_paine/ |
dsp.ini | 28 input_9=6.032 ; ratio 36 input_17=5.634 ; ratio 44 input_25=5.67 ; ratio
|
/external/adhd/cras-config/auron_yuna/ |
dsp.ini | 28 input_9=7.8 ; ratio 36 input_17=11 ; ratio 44 input_25=12 ; ratio
|
/external/adhd/cras-config/peppy/ |
dsp.ini | 28 input_9=6.032 ; ratio 36 input_17=5.634 ; ratio 44 input_25=5.67 ; ratio
|
/external/adhd/cras-config/peppy_freon/ |
dsp.ini | 28 input_9=6.032 ; ratio 36 input_17=5.634 ; ratio 44 input_25=5.67 ; ratio
|
/external/adhd/cras-config/veyron_jaq/ |
dsp.ini | 28 input_9=12 ; ratio 36 input_17=12 ; ratio 44 input_25=12 ; ratio
|
/external/adhd/cras-config/veyron_mighty/ |
dsp.ini | 28 input_9=12 ; ratio 36 input_17=12 ; ratio 44 input_25=12 ; ratio
|
/external/adhd/scripts/ |
ini_editor_unittest.py | 46 input_8=6.677 ; ratio 80 input_8=6.677 ; ratio 100 input_9=6.677 ; ratio
|
/external/giflib/ |
gif_hash.c | 111 Because the average hit ratio is only 2 (2 hash references per entry), * 121 Debugging routine to print the hit ratio - number of times the hash table * 126 printf("Hash Table Hit Ratio is %ld/%ld = %ld%%.\n",
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/table/ |
PercentageColumn.java | 88 * Ratio 199/(1+199)=0.995 must be displayed as "99%", not as "100%". 93 private String format(double ratio) { 95 BigDecimal.valueOf(ratio).setScale(2, RoundingMode.FLOOR));
|
/external/libcxx/test/std/utilities/time/time.duration/time.duration.cast/ |
duration_cast.pass.cpp | 45 std::chrono::duration<double, std::ratio<3600> >(7265./3600)); 46 test(std::chrono::duration<int, std::ratio<2, 3> >(9), 47 std::chrono::duration<int, std::ratio<3, 5> >(10));
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
api_def_CropAndResize.pbtxt | 36 cropped image patches are resized to this size. The aspect ratio of the image 62 with aspect ratio change) to a common output size specified by `crop_size`. This 64 slice from the input image and does not allow resizing or aspect ratio change.
|
/frameworks/base/packages/SettingsLib/res/values/ |
dimens.xml | 67 <!-- Ratio between height of button part and height of total --> 70 <!-- Ratio between width and height --> 73 <!-- Ratio of height between battery icon and bluetooth icon -->
|