Home
last modified time | relevance | path

Searched defs:capture (Results 1 – 11 of 11) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/device/metric/
DFilePullerLogCollectorTest.java74 Capture<HashMap<String, Metric>> capture = new Capture<>(); in testPullAndLog() local
110 Capture<HashMap<String, Metric>> capture = new Capture<>(); in testSkipTestCollection() local
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DGoogleBenchmarkResultParserTest.java151 Capture<HashMap<String, Metric>> capture = new Capture<>(); in testParseSimpleFile_twoTests() local
226 Capture<HashMap<String, Metric>> capture = new Capture<>(); in testParseSimpleFile_withWarning() local
DDeviceTestCaseTest.java194 Capture<TestDescription> capture = new Capture<>(); in testRun_checkAnnotation() local
/tools/tradefederation/core/tests/src/com/android/tradefed/result/
DJUnitToInvocationResultForwarderTest.java118 Capture<TestDescription> capture = new Capture<>(); in testStartTest_annotations() local
/tools/tradefederation/contrib/src/com/android/media/tests/
DVideoEditingPerformanceTest.java220 List<List<String>> capture = new ArrayList<>(1); in parseOutputFile() local
DMediaPlayerStressTest.java176 List<List<String>> capture = new ArrayList<>(1); in parseOutputFile() local
DCameraLatencyTest.java248 List<List<String>> capture = new ArrayList<>(1); in parseOutputFile() local
DCameraStressTest.java286 List<List<String>> capture = new ArrayList<>(1); in parseOutputFile() local
/tools/tradefederation/core/prod-tests/src/com/android/graphics/tests/
DOpenGlPerformanceTest.java261 List<List<String>> capture = new ArrayList<>(1); in parseOutputFile() local
/tools/tradefederation/core/prod-tests/src/com/android/wireless/tests/
DWifiStressTest.java307 List<List<String>> capture = new ArrayList<>(1); in parseOutputFile() local
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DSubprocessTestResultsParserTest.java418 Capture<LogFile> capture = new Capture<>(); in testParse_logAssociation() local