Home
last modified time | relevance | path

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

12345678910>>...38

/aosp_15_r20/cts/tests/location/location_fine/src/android/location/cts/fine/
H A DLocationManagerFineTest.java359 try (GetCurrentLocationCapture capture = new GetCurrentLocationCapture()) { in testGetCurrentLocation()
378 try (GetCurrentLocationCapture capture = new GetCurrentLocationCapture()) { in testGetCurrentLocation_Timeout()
403 try (GetCurrentLocationCapture capture = new GetCurrentLocationCapture()) { in testGetCurrentLocation_FreshOldLocation()
415 try (GetCurrentLocationCapture capture = new GetCurrentLocationCapture()) { in testGetCurrentLocation_DirectExecutor()
428 try (GetCurrentLocationCapture capture = new GetCurrentLocationCapture()) { in testGetCurrentLocation_Cancellation()
440 try (GetCurrentLocationCapture capture = new GetCurrentLocationCapture()) { in testGetCurrentLocation_ProviderDisabled()
447 try (GetCurrentLocationCapture capture = new GetCurrentLocationCapture()) { in testGetCurrentLocation_ProviderDisabled()
461 try (GetCurrentLocationCapture capture = new GetCurrentLocationCapture()) { in testGetCurrentLocation_NoteOps()
486 try (LocationListenerCapture capture = new LocationListenerCapture(mContext)) { in testRequestLocationUpdates()
516 try (LocationListenerCapture capture = new LocationListenerCapture(mContext)) { in testRequestLocationUpdates()
[all …]
H A DGeofencingTest.java122 try (ProximityPendingIntentCapture capture = new ProximityPendingIntentCapture(mContext)) { in testAddProximityAlert()
155 try (ProximityPendingIntentCapture capture = new ProximityPendingIntentCapture(mContext)) { in testAddProximityAlert()
200 try (ProximityPendingIntentCapture capture = new ProximityPendingIntentCapture(mContext)) { in testRemoveProximityAlert()
237 try (ProximityPendingIntentCapture capture = new ProximityPendingIntentCapture(mContext)) { in testAddProximityAlert_StartProximate()
264 ProximityPendingIntentCapture capture = new ProximityPendingIntentCapture(mContext); in testAddProximityAlert_Multiple() local
308 try (ProximityPendingIntentCapture capture = new ProximityPendingIntentCapture(mContext)) { in testAddProximityAlert_Expires()
/aosp_15_r20/external/antlr/runtime/Ruby/test/functional/delegation/
H A Dimport.rb21 def capture(t) singletonMethod in TestImportedGrammars
53 def capture(t) singletonMethod in TestImportedGrammars
84 def capture(t) singletonMethod in TestImportedGrammars
118 def capture(t) singletonMethod in TestImportedGrammars
131 def capture(t) singletonMethod in TestImportedGrammars
162 def capture(t) singletonMethod in TestImportedGrammars
175 def capture(t) singletonMethod in TestImportedGrammars
209 def capture(t) singletonMethod in TestImportedGrammars
237 def capture(t) singletonMethod in TestImportedGrammars
265 def capture(t) singletonMethod in TestImportedGrammars
[all …]
/aosp_15_r20/system/extras/simpleperf/
H A Dcmd_debug_unwind_test.cpp41 CaptureStdout capture; in TEST() local
51 CaptureStdout capture; in TEST() local
78 CaptureStdout capture; in TEST() local
89 CaptureStdout capture; in TEST() local
102 CaptureStdout capture; in TEST() local
118 CaptureStdout capture; in TEST() local
129 CaptureStdout capture; in TEST() local
148 CaptureStdout capture; in TEST() local
185 CaptureStdout capture; in TEST() local
H A Ddso_test.cpp173 CapturedStderr capture; in TEST() local
368 CapturedStderr capture; in TEST() local
381 CapturedStderr capture; in TEST() local
388 CapturedStderr capture; in TEST() local
398 CapturedStderr capture; in TEST() local
411 CapturedStderr capture; in TEST() local
H A Dcmd_dumprecord_test.cpp51 CaptureStdout capture; in TEST() local
61 CaptureStdout capture; in TEST() local
77 CaptureStdout capture; in TEST() local
/aosp_15_r20/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
/aosp_15_r20/platform_testing/libraries/device-collectors/src/test/java/android/device/collectors/
H A DBaseMetricListenerInstrumentedTest.java134 ArgumentCaptor<Bundle> capture = ArgumentCaptor.forClass(Bundle.class); in testReportMetrics() local
180 ArgumentCaptor<Bundle> capture = ArgumentCaptor.forClass(Bundle.class); in testReportMetrics_withIncludeFilters() local
228 ArgumentCaptor<Bundle> capture = ArgumentCaptor.forClass(Bundle.class); in testReportMetrics_withIncludeFilters_multiGroup() local
272 ArgumentCaptor<Bundle> capture = ArgumentCaptor.forClass(Bundle.class); in testReportMetrics_withExcludeFilters() local
316 ArgumentCaptor<Bundle> capture = ArgumentCaptor.forClass(Bundle.class); in testReportMetrics_withBothFilters() local
562 ArgumentCaptor<Bundle> capture = ArgumentCaptor.forClass(Bundle.class); in testReportMetricsSameMethodName() local
615 ArgumentCaptor<Bundle> capture = ArgumentCaptor.forClass(Bundle.class); in testSameMethodNameWithValidIntervalOption() local
670 ArgumentCaptor<Bundle> capture = ArgumentCaptor.forClass(Bundle.class); in testSameMethodNameWithSkipIterationOption() local
724 ArgumentCaptor<Bundle> capture = ArgumentCaptor.forClass(Bundle.class); in testSameMethodNameWithInvalidIntervalNumber() local
764 ArgumentCaptor<Bundle> capture = ArgumentCaptor.forClass(Bundle.class); in testReportAsInstrumentationResultsIfEnabled() local
H A DLogcatCollectorTest.java125 ArgumentCaptor<Bundle> capture = ArgumentCaptor.forClass(Bundle.class); in testLogcatCollectionOnEveryTestEnd() local
197 ArgumentCaptor<Bundle> capture = ArgumentCaptor.forClass(Bundle.class); in testLogcatCollectionWithBeforeDuration() local
246 ArgumentCaptor<Bundle> capture = ArgumentCaptor.forClass(Bundle.class); in testLogcatCollectionWithDirectoryOption() local
281 ArgumentCaptor<Bundle> capture = ArgumentCaptor.forClass(Bundle.class); in testLogcatOnlyOnTestFailureOption() local
327 ArgumentCaptor<Bundle> capture = ArgumentCaptor.forClass(Bundle.class); in testRetrievingLogcat() local
397 ArgumentCaptor<Bundle> capture = ArgumentCaptor.forClass(Bundle.class); in testLogcatTimespan() local
483 ArgumentCaptor<Bundle> capture = ArgumentCaptor.forClass(Bundle.class); in testMultipleIterations() local
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/testtype/
DGoogleBenchmarkResultParserTest.java96 ArgumentCaptor<HashMap<String, Metric>> capture = ArgumentCaptor.forClass(HashMap.class); in testParseSimpleFile() local
155 ArgumentCaptor<HashMap<String, Metric>> capture = ArgumentCaptor.forClass(HashMap.class); in testParseSimpleFile_twoTests() local
214 ArgumentCaptor<String> capture = ArgumentCaptor.forClass(String.class); in testParse_benchmarkError() local
254 ArgumentCaptor<HashMap<String, Metric>> capture = ArgumentCaptor.forClass(HashMap.class); in testParseSimpleFile_withWarning() local
281 ArgumentCaptor<HashMap<String, Metric>> capture = ArgumentCaptor.forClass(HashMap.class); in testParse_ignore() local
312 ArgumentCaptor<FailureDescription> capture = in testParse_aborted() local
334 ArgumentCaptor<FailureDescription> capture = in testParse_timedout() local
/aosp_15_r20/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
264 ArgumentCaptor<HashMap<String, Metric>> capture = ArgumentCaptor.forClass(HashMap.class); in testLogDataTypeOption() local
/aosp_15_r20/external/autotest/client/cros/chameleon/
H A Dscreen_capture.py43 def capture(self): member in CommonChameleonScreenCapturer
72 def capture(self): member in VgaChameleonScreenCapturer
101 def capture(self): member in CrosExternalScreenCapturer
123 def capture(self): member in CrosInternalScreenCapturer
145 def capture(self): member in CrosCalibrationImageCapturer
/aosp_15_r20/cts/apps/CtsVerifier/jni/audio_loopback/
H A DWavFileCapture.cpp109 WavFileCapture* capture = (WavFileCapture*)wavCaptureObj; in Java_com_android_cts_verifier_audio_audiolib_WavFileCapture_setCaptureFile_1n() local
120 WavFileCapture* capture = (WavFileCapture*)wavCaptureObj; in Java_com_android_cts_verifier_audio_audiolib_WavFileCapture_setWavSpec_1n() local
127 WavFileCapture* capture = (WavFileCapture*)wavCaptureObj; in Java_com_android_cts_verifier_audio_audiolib_WavFileCapture_startCapture_1n() local
134 WavFileCapture* capture = (WavFileCapture*)wavCaptureObj; in Java_com_android_cts_verifier_audio_audiolib_WavFileCapture_completeCapture_1n() local
141 WavFileCapture* capture = (WavFileCapture*)wavCaptureObj; in Java_com_android_cts_verifier_audio_audiolib_WavFileCapture_abandonCapture_n() local
/aosp_15_r20/cts/tests/location/location_none/src/android/location/cts/none/
H A DNoLocationPermissionTest.java57 try (LocationListenerCapture capture = new LocationListenerCapture(mContext)) { in testRequestLocationUpdates()
65 try (LocationListenerCapture capture = new LocationListenerCapture(mContext)) { in testRequestLocationUpdates()
72 try (LocationPendingIntentCapture capture = new LocationPendingIntentCapture( in testRequestLocationUpdates()
84 try (ProximityPendingIntentCapture capture = new ProximityPendingIntentCapture(mContext)) { in testAddProximityAlert()
/aosp_15_r20/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/
DQnsMetricsTest.java298 ArgumentCaptor<AtomsQualifiedRatListChangedInfo> capture = in testAtomsQualifiedRatListChangedInfo() local
370 ArgumentCaptor<AtomsQnsHandoverPingPongInfo> capture = in testAtomsQnsHandoverPingPongInfo() local
474 ArgumentCaptor<AtomsQnsRatPreferenceMismatchInfo> capture = in testAtomsQnsRatPreferenceMismatchInfo() local
645 ArgumentCaptor<AtomsQnsImsCallDropStats> capture = in testAtomsQnsImsCallDropStats() local
720 ArgumentCaptor<AtomsQnsFallbackRestrictionChangedInfo> capture = in testAtomsQnsFallbackRestrictionChangedInfo() local
/aosp_15_r20/cts/tests/location/location_coarse/src/android/location/cts/coarse/
H A DLocationManagerCoarseTest.java178 try (LocationListenerCapture capture = new LocationListenerCapture(mContext)) { in testRequestLocationUpdates()
202 try (LocationListenerCapture capture = new LocationListenerCapture(mContext)) { in testRequestLocationUpdates_Passive()
227 try (LocationPendingIntentCapture capture = new LocationPendingIntentCapture(mContext)) { in testRequestLocationUpdates_PendingIntent()
297 try (ProximityPendingIntentCapture capture = new ProximityPendingIntentCapture(mContext)) { in testAddProximityAlert()
/aosp_15_r20/external/pigweed/pw_bluetooth_proxy/
H A Dproxy_host_test.cc1030 } capture; in TEST() local
1114 } capture; in TEST() local
1211 } capture; in TEST() local
1309 } capture; in TEST() local
1387 } capture; in TEST() local
1463 } capture; in TEST() local
1520 } capture; in TEST() local
1591 } capture; in TEST() local
1645 } capture; in TEST() local
1788 } capture; in TEST() local
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/anyhow-1.0.82/src/
H A Dbacktrace.rs67 mod capture { module
119 let capture = match &self.inner { in fmt() localVariable
207 pub(crate) fn capture() -> Backtrace { in capture() method
259 let capture = match &self.inner { in fmt() localVariable
309 capture: UnsafeCell<Capture>, field
/aosp_15_r20/external/rust/android-crates-io/crates/anyhow/src/
Dbacktrace.rs67 mod capture { module
118 let capture = match &self.inner { in fmt() localVariable
206 pub(crate) fn capture() -> Backtrace { in capture() method
258 let capture = match &self.inner { in fmt() localVariable
308 capture: UnsafeCell<Capture>, field
/aosp_15_r20/cts/tests/tests/text/src/android/text/cts/
H A DEmojiTest.java236 Bitmap capture(char c[]) { in capture() method in EmojiTest.CaptureCanvas
259 Bitmap capture(char c[]) { in capture() method in EmojiTest.CaptureTextView
283 Bitmap capture(char c[]) { in capture() method in EmojiTest.CaptureEditText
314 Bitmap capture(char c[]) { in capture() method in EmojiTest.CaptureWebView
/aosp_15_r20/external/webrtc/modules/audio_processing/aec3/
H A Decho_path_delay_estimator_unittest.cc58 Block capture(/*num_bands=*/1, num_capture_channels); in TEST_P() local
75 Block capture(/*num_bands=*/1, kNumCaptureChannels); in TEST() local
138 Block capture(/*num_bands=*/1, kNumCaptureChannels); in TEST() local
171 Block capture(/*num_bands=*/1, /*num_channels=*/1); in TEST() local
/aosp_15_r20/cts/tests/tests/systemui/src/android/systemui/cts/
H A DScreenshotTestRule.java63 private void capture(String fileName) { in capture() method in ScreenshotTestRule
75 private void capture(Description description, String result) { in capture() method in ScreenshotTestRule
81 public void capture() { in capture() method in ScreenshotTestRule
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
H A DScreenshotTestActivity.java65 Button capture = requireViewById(R.id.provisioning_byod_screenshot_capture); in onCreate() local
120 Button capture = requireViewById(R.id.provisioning_byod_screenshot_capture); in reset() local
137 Button capture = requireViewById(R.id.provisioning_byod_screenshot_capture); in setScreenshotPreview() local
/aosp_15_r20/frameworks/base/libs/dream/lowlight/tests/src/com/android/dream/lowlight/utils/
H A DKotlinMockitoHelpers.kt46 fun <T> capture(argumentCaptor: ArgumentCaptor<T>): T = argumentCaptor.capture() in eq() method
82 fun capture(): T = wrapped.capture() in whenever() method
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/util/mockito/
H A DKotlinMockitoHelpers.kt106 fun <T> capture(argumentCaptor: ArgumentCaptor<T>): T = argumentCaptor.capture() in eq() method
188 fun capture(): T = wrapped.capture() in whenever() method

12345678910>>...38