Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DPushFilePreparerTest.java314 Capture<Set<String>> capture = new Capture<>(); in testPush_abiDirectory_noBitness() local
348 Capture<Set<String>> capture = new Capture<>(); in testPush_abiDirectory_noBitness_withModule() local
386 Capture<Set<String>> capture = new Capture<>(); in testPush_abiDirectory() local
424 Capture<Set<String>> capture = new Capture<>(); in testPush_moduleName_dirs() local
497 Capture<Set<String>> capture = new Capture<>(); in testPush_moduleName_ignored() local
539 Capture<Set<String>> capture = new Capture<>(); in testPush_moduleName_multiAbi() local
583 Capture<Set<String>> capture = new Capture<>(); in testPush_moduleName_multiabi_files() local
622 Capture<Set<String>> capture = new Capture<>(); in testPush_moduleName_noMatch() local
693 Capture<Set<String>> capture = new Capture<>(); in testPush_moduleName_repeating_name() local
732 Capture<Set<String>> capture = new Capture<>(); in testPush_moduleName_multiAbi_repeatedName() local
/tools/tradefederation/core/tests/src/com/android/tradefed/device/metric/
DFilePullerLogCollectorTest.java74 Capture<HashMap<String, Metric>> capture = new Capture<>(); in testPullAndLog() local
109 Capture<HashMap<String, Metric>> capture = new Capture<>(); in testSkipTestCollection() local
137 Capture<HashMap<String, Metric>> capture = new Capture<>(); in testPostProcessFiles() local
/tools/tradefederation/core/tests/src/com/android/tradefed/postprocessor/
DBasePostProcessorTest.java121 Capture<HashMap<String, Metric>> capture = new Capture<>(); in testPostProcessing() local
146 Capture<HashMap<String, Metric>> capture = new Capture<>(); in testPerTestPostProcessing() local
181 Capture<HashMap<String, Metric>> capture = new Capture<>(); in testAllTestMetricsPostProcessing() 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/core/tests/src/com/android/tradefed/device/cloud/
DGceSshTunnelMonitorTest.java112 ArgumentCaptor<String> capture = ArgumentCaptor.forClass(String.class); in testInitGce() local
/tools/tradefederation/core/tests/src/com/android/tradefed/result/proto/
DProtoResultParserTest.java142 Capture<LogFile> capture = new Capture<>(); in testEvents() local
409 Capture<LogFile> capture = new Capture<>(); in testEvents_subprocess() 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/contrib/src/com/android/graphics/tests/
DOpenGlPerformanceTest.java299 List<List<String>> capture = new ArrayList<>(1); in parseOutputFile() local
/tools/tradefederation/contrib/src/com/android/wireless/tests/
DWifiStressTest.java312 List<List<String>> capture = new ArrayList<>(1); in parseOutputFile() local
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DSubprocessTestResultsParserTest.java475 Capture<LogFile> capture = new Capture<>(); in testParse_logAssociation() local