/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/ |
IdccInfo.c | 49 UINT8 Ratio;
62 // Find processor actual ratio
64 Ratio = 15; //Temporary - some dummy value.
71 ProcRatio.ProcessorRatio = Ratio;
|
/external/mesa3d/src/compiler/glsl/glcpp/tests/ |
147-define-macro-no-space.c.expected | 51 % ratio indicator
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/utilities/ratio/header.ratio.synop/ |
includes.pass.cpp | 12 // <experimental/ratio> 14 // Test that <ratio> is included. 16 #include <experimental/ratio> 20 std::ratio<100> x;
|
/packages/apps/Dialer/java/com/android/dialer/callcomposer/util/ |
BitmapResizer.java | 54 float ratio = 1; local 57 ratio = MAX_OUTPUT_RESOLUTION / (float) width; 60 ratio = MAX_OUTPUT_RESOLUTION / (float) height; 66 height * ratio, 67 width * ratio); 69 matrix.postScale(ratio, ratio);
|
/packages/apps/Camera2/src/com/android/camera/settings/ |
ResolutionUtil.java | 54 * Different aspect ratio constants. 79 * ratio. 120 * aspect ratio. The aspect ratios returned include the ones in 121 * sDesiredAspectRatios, and the largest full sensor ratio. T his guarantees 127 * @return The list of sizes to display grouped first by aspect ratio 128 * (sorted by maximum area), and sorted within aspect ratio by area) 134 // We want to make sure we support the maximum pixel aspect ratio, even 135 // if it doesn't match a desired aspect ratio 174 * Given a list of sizes of a similar aspect ratio, it tries to pick evenly 178 * @param sizes A list of Sizes that are all of a similar aspect ratio [all...] |
/external/pdfium/testing/tools/ |
safetynet_conclusions.py | 95 ratio = None 98 ratio = (float(after) / before) - 1.0 99 if ratio > self.threshold_significant: 101 elif ratio < self.threshold_significant_negative: 103 elif ratio == 0: 108 case_result = CaseResult(case_name, before, after, ratio, rating) 143 "ratio": None, 149 "ratio": 0.2, 155 "ratio": 19.0, 161 "ratio": 0.005 [all...] |
/external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/ |
ICounter.java | 34 /** Ratio of missed to total items */ 37 /** Ratio of covered to total items */ 92 * Calculates the ratio of covered to total count items. If total count 95 * @return ratio of covered to total count items 100 * Calculates the ratio of missed to total count items. If total count items 103 * @return ratio of missed to total count items
|
/external/volley/src/main/java/com/android/volley/toolbox/ |
ImageRequest.java | 63 * ratio. If both width and height are nonzero, the image will be decoded to 65 * aspect ratio. 104 * Scales one side of a rectangle to fit aspect ratio. 107 * max width), or zero to maintain aspect ratio with secondary 110 * maintain aspect ratio with primary dimension 123 // If ScaleType.FIT_XY fill the whole rectangle, ignore ratio. 131 // If primary is unspecified, scale primary to match secondary's scaling ratio. 133 double ratio = (double) maxSecondary / (double) actualSecondary; local 134 return (int) (actualPrimary * ratio); 141 double ratio = (double) actualSecondary / (double) actualPrimary local 254 double ratio = Math.min(wr, hr); local [all...] |
/device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/Msr/ |
Xeon5600Msr.h | 102 Package. Maximum Ratio Limit of Turbo Mode RO if MSR_PLATFORM_INFO.[28] = 0,
130 /// [Bits 7:0] Package. Maximum Ratio Limit for 1C Maximum turbo ratio
135 /// [Bits 15:8] Package. Maximum Ratio Limit for 2C Maximum turbo ratio
140 /// [Bits 23:16] Package. Maximum Ratio Limit for 3C Maximum turbo ratio
145 /// [Bits 31:24] Package. Maximum Ratio Limit for 4C Maximum turbo ratio
150 /// [Bits 39:32] Package. Maximum Ratio Limit for 5C Maximum turbo ratio [all...] |
/external/libcxx/test/std/utilities/time/time.duration/time.duration.nonmember/ |
op_divide_duration.pass.cpp | 37 std::chrono::duration<int, std::ratio<2, 3> > s1(30); 38 std::chrono::duration<int, std::ratio<3, 5> > s2(5); 42 std::chrono::duration<int, std::ratio<2, 3> > s1(30); 43 std::chrono::duration<double, std::ratio<3, 5> > s2(5); 58 constexpr std::chrono::duration<int, std::ratio<2, 3> > s1(30); 59 constexpr std::chrono::duration<int, std::ratio<3, 5> > s2(5); 63 constexpr std::chrono::duration<int, std::ratio<2, 3> > s1(30); 64 constexpr std::chrono::duration<double, std::ratio<3, 5> > s2(5);
|
/packages/screensavers/PhotoTable/res/values-sw600dp/ |
config.xml | 17 <!-- Parts per million ratio between image size and screen size. --> 20 <!-- Parts per million ratio between image size on the table and screen size. -->
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/time/time.duration/time.duration.nonmember/ |
op_divide_duration.pass.cpp | 37 std::chrono::duration<int, std::ratio<2, 3> > s1(30); 38 std::chrono::duration<int, std::ratio<3, 5> > s2(5); 42 std::chrono::duration<int, std::ratio<2, 3> > s1(30); 43 std::chrono::duration<double, std::ratio<3, 5> > s2(5); 58 constexpr std::chrono::duration<int, std::ratio<2, 3> > s1(30); 59 constexpr std::chrono::duration<int, std::ratio<3, 5> > s2(5); 63 constexpr std::chrono::duration<int, std::ratio<2, 3> > s1(30); 64 constexpr std::chrono::duration<double, std::ratio<3, 5> > s2(5);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
drawable2-expected-completion51.txt | 5 android:innerRadiusRatio : Inner radius of the ring expressed as a ratio of the ring's width. [float] 6 android:thicknessRatio : Thickness of the ring expressed as a ratio of the ring's width. [float]
|
/external/annotation-tools/annotation-file-utilities/figures/ |
corresp.dot | 2 graph [ratio=1,ordering=out]
|
/frameworks/base/core/java/android/gesture/ |
OrientedBoundingBox.java | 42 float ratio = w / h; local 43 if (ratio > 1) { 44 squareness = 1 / ratio; 46 squareness = ratio;
|
/external/autotest/client/common_lib/perf_expectations/ |
expectation_checker.py | 107 ratio = 1 - divide(trace_perf_value, improve) 108 return 'improve', ratio 110 ratio = divide(trace_perf_value, regress) - 1 111 return 'regress', ratio 115 ratio = divide(trace_perf_value, improve) - 1 116 return 'improve', ratio 118 ratio = 1 - divide(trace_perf_value, regress) 119 return 'regress', ratio 134 where the float number is the regress/improve ratio. 139 # (key, ratio) is like ('regress', 2.83 [all...] |
/external/libcxx/include/experimental/ |
ratio | 2 //===------------------------------ ratio ---------------------------------===// 11 #error "<experimental/ratio> has been removed. Use <ratio> instead."
|
/external/libcxx/test/std/utilities/ratio/ratio.arithmetic/ |
ratio_add.fail.cpp | 12 #include <ratio> 16 typedef std::ratio<0x7FFFFFFFFFFFFFFFLL, 1> R1; 17 typedef std::ratio<1, 1> R2;
|
ratio_divide.fail.cpp | 12 #include <ratio> 16 typedef std::ratio<0x7FFFFFFFFFFFFFFFLL, 1> R1; 17 typedef std::ratio<1, 2> R2;
|
ratio_multiply.fail.cpp | 12 #include <ratio> 16 typedef std::ratio<0x7FFFFFFFFFFFFFFFLL, 1> R1; 17 typedef std::ratio<2, 1> R2;
|
ratio_subtract.fail.cpp | 12 #include <ratio> 16 typedef std::ratio<-0x7FFFFFFFFFFFFFFFLL, 1> R1; 17 typedef std::ratio<1, 1> R2;
|
/external/libcxx/test/std/utilities/ratio/ratio.ratio/ |
ratio1.fail.cpp | 10 // test ratio: The template argument D shall not be zero 12 #include <ratio> 17 const std::intmax_t t1 = std::ratio<1, 0>::num;
|
ratio2.fail.cpp | 10 // test ratio: the absolute values of the template arguments N and D 13 #include <ratio> 18 const std::intmax_t t1 = std::ratio<0x8000000000000000ULL, 1>::num;
|
ratio3.fail.cpp | 10 // test ratio: the absolute values of the template arguments N and D 13 #include <ratio> 18 const std::intmax_t t1 = std::ratio<1, 0x8000000000000000ULL>::num;
|
/external/libcxx/test/std/utilities/time/time.duration/ |
ratio.fail.cpp | 14 // Period shall be a specialization of ratio, diagnostic required. 19 class Ratio 28 typedef std::chrono::duration<int, Ratio<1> > D;
|