Home
last modified time | relevance | path

Searched refs:source (Results 1 – 25 of 32) sorted by relevance

12

/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/windowmanager/
DWindowManagerTrace.kt33 override val source: String constant in com.android.server.wm.traces.common.windowmanager.WindowManagerTrace
46 if (source != other.source) return false in <lambda>()
53 result = 31 * result + source.hashCode() in <lambda>()
70 source = "") in <lambda>()
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/layers/
DLayersTrace.kt32 override val source: String = "" constant in com.android.server.wm.traces.common.layers.LayersTrace
46 if (source != other.source) return false in equals()
53 result = 31 * result + source.hashCode() in hashCode()
70 source = "") in filter()
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/tags/
DTagTrace.kt28 override val source: String constant in com.android.server.wm.traces.common.tags.TagTrace
38 if (source != other.source) return false in <lambda>()
44 result = 31 * result + source.hashCode() in <lambda>()
/platform_testing/libraries/collectors-helper/system/src/com/android/helpers/
DTimeInStateHelper.java62 String source = keys[1].trim(); in setUp() local
63 Log.i(LOG_TAG, "key: " + key + ", source: " + source); in setUp()
65 String cmd = String.format(CHECK_FILE_EXIST_CMD, source); in setUp()
70 Log.e(LOG_TAG, "Error when checking source file " + source); in setUp()
73 Log.e(LOG_TAG, "Source " + source + " does not exist"); in setUp()
76 mSourceLocations.add(source); in setUp()
121 for (String source : mSourceLocations) { in readAllFreqStats()
122 Map<String, Long> result = readFreqStats(source); in readAllFreqStats()
128 private Map<String, Long> readFreqStats(String source) { in readFreqStats() argument
132 String cmd = String.format(READ_FILE_CMD, source); in readFreqStats()
[all …]
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/parser/errors/
DErrorTraceParserUtil.kt44 source: Path? = null in parseFromTrace()
57 parseFromTrace(it, source) in parseFromTrace()
72 source: Path? = null in parseFromTrace()
99 source = source?.toString() ?: "" in parseFromTrace()
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/
DITrace.kt21 val source: String constant
28 fun hasSource(): Boolean = source.isNotEmpty()
/platform_testing/docs/
Dindex.md4 source.android.com.
7 [Android Platform Testing](https://source.android.com/compatibility/tests)
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/parser/tags/
DTagTraceParserUtil.kt45 source: Path? = null in parseFromTrace()
73 source: Path? = null in parseFromTrace()
100 source = source?.toString() ?: "" in parseFromTrace()
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DReportLog.java64 Metric(String source, String message, double value, ResultType type, ResultUnit unit) { in Metric() argument
65 this(source, message, new double[] { value }, type, unit); in Metric()
79 Metric(String source, String message, double[] values, ResultType type, ResultUnit unit) { in Metric() argument
80 int sourceLength = source.length(); in Metric()
83 mSource = source.substring(sourceLength - MAX_SOURCE_LENGTH); in Metric()
85 mSource = source; in Metric()
143 String source = parser.getAttributeValue(null, SOURCE_ATTR); in parse() local
161 return new Metric(source, message, values, type, unit); in parse()
184 public void addValues(String source, String message, double[] values, ResultType type, in addValues() argument
199 public void addValue(String source, String message, double value, ResultType type, in addValue() argument
/platform_testing/libraries/app-helpers/interfaces/clockwork/src/android/platform/helpers/
DITranslateHelper.java39 public void changeLanguages(String source, String target); in changeLanguages() argument
/platform_testing/libraries/compatibility-common-util/tests/src/com/android/compatibility/common/util/
DReportLogTest.java117 String source = sb.toString(); in testLimits_source() local
119 metric = new Metric(source, MESSAGE, 1.0, ResultType.HIGHER_BETTER, ResultUnit.BYTE); in testLimits_source()
120 assertEquals("Expected source to be trimmed", source.substring(source.length() - 200), in testLimits_source()
/platform_testing/libraries/flicker/test/src/com/android/server/wm/flicker/
DUtils.kt36 source = Paths.get(relativePath)) in readWmTraceFromFile()
56 source = Paths.get(relativePath)) { ignoreOrphanLayers } in readLayerTraceFromFile()
65 source = Paths.get(relativePath)) in readTagTraceFromFile()
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/errors/
DErrorTrace.kt28 override val source: String constant in com.android.server.wm.traces.common.errors.ErrorTrace
/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/
DIAutoDialHelper.java145 void changeAudioSource(AudioSource source); in changeAudioSource() argument
/platform_testing/libraries/device-collectors/src/main/platform-collectors/src/android/device/collectors/
DStatsdListener.java597 private static int[] concat(int[] source, int[] items) { in concat() argument
598 int[] concatenated = Arrays.copyOf(source, source.length + items.length); in concat()
599 System.arraycopy(items, 0, concatenated, source.length, items.length); in concat()
603 private static <T> T[] concat(T[] source, T[] items) { in concat() argument
604 T[] concatenated = Arrays.copyOf(source, source.length + items.length); in concat()
605 System.arraycopy(items, 0, concatenated, source.length, items.length); in concat()
/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/rules/
DWMFlickerServiceRule.kt44 protected var wmTrace: WindowManagerTrace = WindowManagerTrace(emptyArray(), source = "") in <lambda>()
45 protected var layersTrace: LayersTrace = LayersTrace(emptyArray(), source = "") in <lambda>()
/platform_testing/tests/perf/PerformanceAppTest/
DAndroid.bp22 // Only compile source java files in this apk.
/platform_testing/tests/functional/devicehealthtests/
DAndroid.bp22 // Only compile source java files in this apk.
/platform_testing/tests/perf/BootHelperApp/
DAndroid.bp22 // Only compile source java files in this apk.
/platform_testing/libraries/device-collectors/src/hostsidetests/
DAndroid.bp23 // Only compile source java files in this jar.
/platform_testing/tests/functional/devicehealthchecks/
DAndroid.bp22 // Only compile source java files in this apk.
/platform_testing/tests/perf/PerfTransitionTest/
DAndroid.bp22 // Only compile source java files in this apk.
/platform_testing/libraries/flicker/test/src/com/android/server/wm/flicker/service/assertors/
DRotationAssertionsTest.kt71 private val EMPTY_WM_TRACE = WindowManagerTrace(emptyArray(), source = "")
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/service/
DTaggingEngine.kt79 return TagTrace(tagStates, source = "") in <lambda>()
/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/service/
DAssertionEngine.kt68 return ErrorTrace(errorStates, source = "") in <lambda>()

12