/cts/libs/commonutil/src/com/android/cts/util/ |
D | ReportLog.java | 47 public void printArray(String message, double[] values, ResultType type, ResultUnit unit) { in printArray() argument 48 doPrintArray(message, values, type, unit); in printArray() 55 double[] values, ResultType type, ResultUnit unit) { in printArray() argument 56 doPrintArray(testId, message, values, type, unit); in printArray() 63 public void printValue(String message, double value, ResultType type, ResultUnit unit) { in printValue() argument 65 doPrintArray(message, vals, type, unit); in printValue() 72 double value, ResultType type, ResultUnit unit) { in printValue() argument 74 doPrintArray(testId, message, vals, type, unit); in printValue() 77 private void doPrintArray(String message, double[] values, ResultType type, ResultUnit unit) { in doPrintArray() argument 78 doPrintArray(getClassMethodNames(mDepth + 1, true), message, values, type, unit); in doPrintArray() [all …]
|
/cts/common/util/src/com/android/compatibility/common/util/ |
D | ReportLog.java | 47 ResultType type, ResultUnit unit) { in Result() argument 48 this(location, message, values, null /*target*/, type, unit); in Result() 64 Double target, ResultType type, ResultUnit unit) { in Result() argument 69 mUnit = unit; in Result() 144 public void addValues(String message, double[] values, ResultType type, ResultUnit unit) { in addValues() argument 146 message, values, type, unit)); in addValues() 153 String message, double[] values, ResultType type, ResultUnit unit, String location) { in addValues() argument 154 mDetails.add(new Result(location, message, values, type, unit)); in addValues() 160 public void addValue(String message, double value, ResultType type, ResultUnit unit) { in addValue() argument 162 new double[] {value}, type, unit)); in addValue() [all …]
|
/cts/tools/signature-tools/test/signature/converter/dex/ |
D | DexTestConverter.java | 39 for (CompilationUnit unit : units) { in convert() 40 sources.add(new JavaSource(unit.getName(), unit.getSource())); in convert()
|
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/ |
D | SensorCtsHelper.java | 121 public static <TValue extends Number> double getFrequency(TValue period, TimeUnit unit) { in getFrequency() argument 122 return 1000000000 / (TimeUnit.NANOSECONDS.convert(1, unit) * period.doubleValue()); in getFrequency() 128 public static <TValue extends Number> double getPeriod(TValue frequency, TimeUnit unit) { in getPeriod() argument 129 return 1000000000 / (TimeUnit.NANOSECONDS.convert(1, unit) * frequency.doubleValue()); in getPeriod()
|
/cts/tests/tests/bionic/ |
D | Android.mk | 3 test_executable := bionic-unit-tests-cts
|
/cts/ |
D | CtsTestCaseList.mk | 247 cts_native_tests += bionic-unit-tests-cts
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | RVCVXCheckAnalyzer.java | 289 float unit=0.02f; in asymmetricalCircleGrid() local 295 (2 * (j / cn) + i % 2) * (float) unit; in asymmetricalCircleGrid() 297 i * unit; in asymmetricalCircleGrid()
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/js/ |
D | jquery.js | 8347 parts, start, end, unit, 8426 unit = parts[3] || ( jQuery.cssNumber[ p ] ? "" : "px" ); 8429 if ( unit !== "px" ) { 8430 jQuery.style( this, p, (end || 1) + unit); 8432 jQuery.style( this, p, start + unit); 8440 e.custom( start, end, unit ); 8635 custom: function( from, to, unit ) { argument 8643 this.unit = unit || this.unit || ( jQuery.cssNumber[ this.prop ] ? "" : "px" ); 8812 fx.elem.style[ fx.prop ] = fx.now + fx.unit; 8824 jQuery.style( fx.elem, prop, Math.max(0, fx.now) + fx.unit );
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/css/ |
D | bootstrap.css | 4178 .hero-unit { 4186 .hero-unit h1 { 4193 .hero-unit p {
|