Home
last modified time | relevance | path

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

12

/tools/tradefederation/core/javatests/com/android/tradefed/device/metric/
DFilePullerLogCollectorTest.java81 ArgumentCaptor<HashMap<String, Metric>> capture = ArgumentCaptor.forClass(HashMap.class); in testSkipStub() local
117 ArgumentCaptor<HashMap<String, Metric>> capture = ArgumentCaptor.forClass(HashMap.class); in testPullAndLog() local
159 ArgumentCaptor<HashMap<String, Metric>> capture = ArgumentCaptor.forClass(HashMap.class); in testSkipTestCollection() local
187 ArgumentCaptor<HashMap<String, Metric>> capture = ArgumentCaptor.forClass(HashMap.class); in testPostProcessFiles() local
226 ArgumentCaptor<HashMap<String, Metric>> capture = ArgumentCaptor.forClass(HashMap.class); in testCompressDirectoryBeforeUpload() local
DBluetoothHciSnoopLogCollectorTest.java120 ArgumentCaptor<HashMap<String, Metric>> capture = ArgumentCaptor.forClass(HashMap.class); in testPullFileAndLog() local
167 ArgumentCaptor<HashMap<String, Metric>> capture = ArgumentCaptor.forClass(HashMap.class); in testPullDirMultipleSnoopLogs() local
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/
DGoogleBenchmarkResultParserTest.java96 ArgumentCaptor<HashMap<String, Metric>> capture = ArgumentCaptor.forClass(HashMap.class); in testParseSimpleFile() local
152 ArgumentCaptor<HashMap<String, Metric>> capture = ArgumentCaptor.forClass(HashMap.class); in testParseSimpleFile_twoTests() local
210 ArgumentCaptor<String> capture = ArgumentCaptor.forClass(String.class); in testParse_benchmarkError() local
250 ArgumentCaptor<HashMap<String, Metric>> capture = ArgumentCaptor.forClass(HashMap.class); in testParseSimpleFile_withWarning() local
277 ArgumentCaptor<HashMap<String, Metric>> capture = ArgumentCaptor.forClass(HashMap.class); in testParse_ignore() local
308 ArgumentCaptor<FailureDescription> capture = in testParse_aborted() local
330 ArgumentCaptor<FailureDescription> capture = in testParse_timedout() local
DDeviceTestCaseTest.java201 ArgumentCaptor<TestDescription> capture = ArgumentCaptor.forClass(TestDescription.class); in testRun_checkAnnotation() local
/tools/tradefederation/core/javatests/com/android/tradefed/targetprep/
DPushFilePreparerTest.java397 ArgumentCaptor<Set<String>> capture = ArgumentCaptor.forClass(Set.class); in testPush_abiDirectory_noBitness() local
430 ArgumentCaptor<Set<String>> capture = ArgumentCaptor.forClass(Set.class); in testPush_abiDirectory_noBitness_withModule() local
462 ArgumentCaptor<Set<String>> capture = ArgumentCaptor.forClass(Set.class); in testPush_abiDirectory() local
500 ArgumentCaptor<Set<String>> capture = ArgumentCaptor.forClass(Set.class); in testPush_moduleName_dirs() local
669 ArgumentCaptor<Set<String>> capture = ArgumentCaptor.forClass(Set.class); in testPush_moduleName_ignored() local
708 ArgumentCaptor<Set<String>> capture = ArgumentCaptor.forClass(Set.class); in testPush_moduleName_multiAbi() local
749 ArgumentCaptor<Set<String>> capture = ArgumentCaptor.forClass(Set.class); in testPush_moduleName_multiabi_files() local
788 ArgumentCaptor<Set<String>> capture = ArgumentCaptor.forClass(Set.class); in testPush_moduleName_noMatch() local
856 ArgumentCaptor<Set<String>> capture = ArgumentCaptor.forClass(Set.class); in testPush_moduleName_repeating_name() local
895 ArgumentCaptor<Set<String>> capture = ArgumentCaptor.forClass(Set.class); in testPush_moduleName_multiAbi_repeatedName() local
/tools/tradefederation/core/javatests/com/android/tradefed/device/internal/
DDeviceReleaseReporterTest.java71 ArgumentCaptor<Map<String, String>> capture = ArgumentCaptor.forClass(Map.class); in releaseDevices_oneDevice() local
93 ArgumentCaptor<Map<String, String>> capture = ArgumentCaptor.forClass(Map.class); in releaseDevices_multipleDevices() local
DEarlyDeviceReleaseFeatureTest.java88 ArgumentCaptor<Map<ITestDevice, FreeDeviceState>> capture = in testFeature_oneDevice() local
106 ArgumentCaptor<Map<ITestDevice, FreeDeviceState>> capture = in testFeature_multipleDevices() local
/tools/tradefederation/core/javatests/com/android/tradefed/cluster/
DClusterDeviceMonitorTest.java142 ArgumentCaptor<ClusterHostEvent> capture = ArgumentCaptor.forClass(ClusterHostEvent.class); in testDispatch() local
166 ArgumentCaptor<ClusterHostEvent> capture = ArgumentCaptor.forClass(ClusterHostEvent.class); in testLabel() local
256 ArgumentCaptor<ClusterHostEvent> capture = ArgumentCaptor.forClass(ClusterHostEvent.class); in testDeviceExtraInfo() local
/tools/netsim/rust/daemon/src/captures/
Dmod.rs17 pub mod capture; module
Dcaptures_handler.rs82 let capture = captures in handle_capture_get() localVariable
Dcapture.rs241 let mut capture = arc_capture.lock().expect("Failed to acquire lock on CaptureInfo"); in remove() localVariable
/tools/tradefederation/core/javatests/com/android/tradefed/result/
DJUnitToInvocationResultForwarderTest.java132 ArgumentCaptor<TestDescription> capture = ArgumentCaptor.forClass(TestDescription.class); in testStartTest_annotations() local
/tools/tradefederation/core/javatests/com/android/tradefed/device/cloud/
DGceSshTunnelMonitorTest.java111 ArgumentCaptor<String> capture = ArgumentCaptor.forClass(String.class); in testInitGce() local
DGceManagerTest.java909 ArgumentCaptor<List<String>> capture = ArgumentCaptor.forClass(List.class); in testShutdownGce_noWait() local
/tools/tradefederation/core/javatests/com/android/tradefed/result/proto/
DProtoResultParserTest.java160 ArgumentCaptor<LogFile> capture = ArgumentCaptor.forClass(LogFile.class); in testEvents() local
577 ArgumentCaptor<LogFile> capture = ArgumentCaptor.forClass(LogFile.class); in testEvents_subprocess() local
734 ArgumentCaptor<FailureDescription> capture = in testIncompleteModule() local
/tools/netsim/proto/netsim/
Dconfig.proto72 Capture capture = 3; field
/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
/tools/netsim/rust/daemon/src/
Drust_main.rs177 let mut capture = Capture::new(); in disambiguate_args() localVariable
/tools/tradefederation/contrib/src/com/android/wireless/tests/
DWifiStressTest.java312 List<List<String>> capture = new ArrayList<>(1); in parseOutputFile() local
/tools/tradefederation/core/javatests/com/android/tradefed/util/
DSubprocessTestResultsParserTest.java487 ArgumentCaptor<LogFile> capture = ArgumentCaptor.forClass(LogFile.class); in testParse_logAssociation() local
/tools/tradefederation/core/javatests/com/android/tradefed/postprocessor/
DBasePostProcessorTest.java976 private void captureSavedFiles(ArgumentCaptor<String> capture) throws IOException { in captureSavedFiles()
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/
DITestSuiteTest.java557 ArgumentCaptor<FailureDescription> capture = in testRun_failedSystemChecker_reportFailure() local
599 ArgumentCaptor<FailureDescription> capture = in testRun_failedSystemChecker_reportFailure_bugreport() local
/tools/netsim/rust/proto/src/
Dconfig.rs1028 pub capture: ::protobuf::MessageField<Capture>, field

12