Home
last modified time | relevance | path

Searched defs:values (Results 1 – 17 of 17) sorted by relevance

/platform_testing/libraries/compatibility-common-util/tests/src/com/android/compatibility/common/util/
DStatTest.java31 double[] values = new double[100]; in testGet95PercentileValue() local
54 double[] values = new double[]{0, 1, 2, 3, 4}; in testGetAverage() local
71 double[] values = new double[]{0, 1, 2, 3, 4}; in testGetStandardDeviation() local
DReportLogTest.java145 double[] values = new double[1001]; in testLimits_values() local
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DInfoStore.java136 protected static int[] checkArray(int[] values) { in checkArray()
144 protected static long[] checkArray(long[] values) { in checkArray()
152 protected static float[] checkArray(float[] values) { in checkArray()
160 protected static double[] checkArray(double[] values) { in checkArray()
168 protected static boolean[] checkArray(boolean[] values) { in checkArray()
DReportLog.java79 Metric(String source, String message, double[] values, ResultType type, ResultUnit unit) { in Metric()
156 double[] values = new double[length]; in parse() local
177 public void addValues(String message, double[] values, ResultType type, ResultUnit unit) { in addValues()
184 public void addValues(String source, String message, double[] values, ResultType type, in addValues()
242 public void addValues(String message, int[] values, ResultType type, ResultUnit unit) { in addValues()
249 public void addValues(String message, long[] values, ResultType type, ResultUnit unit) { in addValues()
256 public void addValues(String message, float[] values, ResultType type, ResultUnit unit) { in addValues()
263 public void addValues(String message, boolean[] values, ResultType type, ResultUnit unit) { in addValues()
270 public void addValues(String message, List<String> values, ResultType type, ResultUnit unit) { in addValues()
DStat.java191 public static double get95PercentileValue(double[] values) { in get95PercentileValue()
/platform_testing/libraries/flag-helpers/junit/test/src/android/platform/test/flag/junit/
DAnnotationTestRuleHelper.java61 AnnotationTestRuleHelper addRequiresFlagsEnabled(String... values) { in addRequiresFlagsEnabled()
67 AnnotationTestRuleHelper addRequiresFlagsDisabled(String... values) { in addRequiresFlagsDisabled()
73 AnnotationTestRuleHelper addEnableFlags(String... values) { in addEnableFlags()
79 AnnotationTestRuleHelper addDisableFlags(String... values) { in addDisableFlags()
/platform_testing/libraries/motion/compose/values/src/platform/test/motion/compose/values/
DMotionTestValue.kt63 private data class MotionTestValuesElement(val values: MotionTestValueScope.() -> Unit) : in exportAs() constant in MotionTestValuesElement
79 private class MotionTestValuesNode(var values: MotionTestValueScope.() -> Unit) : variable in MotionTestValuesNode
/platform_testing/libraries/flicker/utils/test/src/android/tools/parsers/perfetto/
DArgsTest.kt73 val values = args.getChildren("children")?.map { it -> it.getInt() } in <lambda>() constant
/platform_testing/libraries/screenshot/deviceless/layoutlib/tests/src/com/android/ide/common/resources/deprecated/
DMultiResourceFile.java124 Collection<ResourceValue> values = list.values(); in updateResourceItems() local
DResourceRepository.java330 Collection<ResourceItem> values = map.values(); in removeFile() local
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DDataCollector.java146 private long gcd(Collection<Long> values) { in gcd()
/platform_testing/host_runners/boot/src/com/android/boot/
DBootTimeTest.java948 List<Double> values = mBootInfo.getOrDefault(metric.getKey(), new ArrayList<>()); in analyzeCustomBootInfo() local
954 mBootInfo.put(metric.getKey(), values); in analyzeCustomBootInfo() local
1039 List<Double> values = mBootInfo.getOrDefault(key, new ArrayList<>()); in analyzeDmesgStageInfo() local
1044 List<Double> values = in analyzeDmesgStageInfo() local
1047 mBootInfo.put(stageInfoItem.getStageName(), values); in analyzeDmesgStageInfo() local
1090 List<Double> values = mBootInfo.getOrDefault(key, new ArrayList<>()); in analyzeDmesgActionInfo() local
/platform_testing/libraries/collectors-helper/utilities/src/com/android/helpers/
DMetricUtility.java100 String[] values = value.split(METRIC_SEPARATOR); in getMetricDoubles() local
/platform_testing/libraries/collectors-helper/statsd/src/com/android/helpers/
DThermalHelper.java183 List<Double> values = MetricUtility.getMetricDoubles(temperatureKey, results); in getTemperature() local
/platform_testing/tests/jank/dialer/src/com/android/dialer/janktests/
DDialerJankTests.java219 ContentValues values = new ContentValues(); in addNumToCalLog() local
/platform_testing/tests/functional/downloadapp/src/com/android/functional/downloadapp/
DDownloadAppTestHelper.java216 ContentValues values = new ContentValues(); in addToDownloadContentDB() local
/platform_testing/libraries/sts-common-util/sts-sdk/package/gradle/wrapper/
Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...