Home
last modified time | relevance | path

Searched defs:captured (Results 1 – 25 of 438) sorted by relevance

12345678910>>...18

/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-debug/test/
H A DDebugLeaksTest.kt17 val captured = Captured() in testIteratorLeak() constant
24 val captured = Captured() in testLazyGlobalCoroutineLeak() constant
31 val captured = Captured() in <lambda>() constant
41 val captured = Captured() in testAbandonedGlobalCoroutineLeak() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/ambient/touch/
H A DShadeTouchHandlerTest.kt99 val captured = swipe(Direction.DOWN) in testSwipeDown_captured() constant
107 val captured = swipe(Direction.UP) in testSwipeUp_notCaptured() constant
238 val captured = swipe(Direction.DOWN) in testFullVerticalSwipe_initiatedWhenAvailable() constant
249 val captured = swipe(Direction.DOWN) in testFullVerticalSwipe_notInitiatedWhenNotAvailable() constant
/aosp_15_r20/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationShellCmdTest.java136 final Notification captured = captureNotification(aTag); in testBasic() local
146 final Notification captured = captureNotification(aTag); in testIcon() local
161 final Notification captured = captureNotification(aTag); in testBigText() local
176 final Notification captured = captureNotification(aTag); in testBigPicture() local
200 final Notification captured = captureNotification(aTag); in testInbox() local
248 final Notification captured = captureNotification(aTag); in testMessaging() local
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/
DModuleDefinitionTest.java483 ArgumentCaptor<FailureDescription> captured = in testRun_tearDownException() local
555 ArgumentCaptor<FailureDescription> captured = in testRun_aggregateRunFailures() local
686 ArgumentCaptor<FailureDescription> captured = in testRun_failPreparation() local
730 ArgumentCaptor<FailureDescription> captured = in testRun_failPreparation_runtime() local
771 ArgumentCaptor<FailureDescription> captured = in testRun_failPreparation_error() local
878 ArgumentCaptor<FailureDescription> captured = in testRun_failPreparation_unresponsive() local
936 ArgumentCaptor<FailureDescription> captured = in testRun_failPreparation_PassAfterModuleRetry() local
994 ArgumentCaptor<FailureDescription> captured = in testRun_failPreparation_FailAfterModuleRetry() local
1694 ArgumentCaptor<FailureDescription> captured = in testRun_earlyFailure() local
DITestSuiteTest.java665 ArgumentCaptor<FailureDescription> captured = in testRun_preparationPassAfterRetry_report2times() local
889 ArgumentCaptor<FailureDescription> captured = in testRun_runtimeException() local
2000 ArgumentCaptor<HashMap<String, Metric>> captured = ArgumentCaptor.forClass(HashMap.class); in testPostProcessorAddsMetricsForPerfModule() local
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/result/
DLogcatCrashResultForwarderTest.java174 ArgumentCaptor<FailureDescription> captured = in testCaptureTestCrash_oneCrashingLogcatAfterTestEnded() local
222 ArgumentCaptor<FailureDescription> captured = in testCaptureTestCrash_duplicateStack() local
246 ArgumentCaptor<FailureDescription> captured = in testTestTimedOutTests() local
272 ArgumentCaptor<FailureDescription> captured = in testShellTimedOutTests() local
DSubprocessResultsReporterTest.java120 ArgumentCaptor<FailureDescription> captured = in testPrintEvent_printToSocket() local
157 ArgumentCaptor<FailureDescription> captured = in testPrintEvent_printToSocket_StructuredFailures() local
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-debug/test/junit4/
H A DTestFailureValidation.kt63 val captured = capturedOut.toString() in validateSuccess() constant
76 val captured = capturedOut.toString() in validateFailure() constant
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/testtype/
DGTestResultParserTest.java220 ArgumentCaptor<FailureDescription> captured = in testParseSimpleFile_LinkError() local
249 ArgumentCaptor<FailureDescription> captured = in testParseSimpleFile_earlyError() local
296 ArgumentCaptor<FailureDescription> captured = in testParseSimpleFileWithoutRunComplete() local
390 ArgumentCaptor<FailureDescription> captured = in testParse_interrupted() local
DHostTestTest.java828 ArgumentCaptor<FailureDescription> captured = in testRun_missingClass() local
849 ArgumentCaptor<FailureDescription> captured = in testRun_invalidClass() local
943 ArgumentCaptor<FailureDescription> captured = in testRun_multipleClassAndMethodName() local
1746 ArgumentCaptor<TestDescription> captured = ArgumentCaptor.forClass(TestDescription.class); in testRun_Junit4Test_malformed() local
2456 ArgumentCaptor<FailureDescription> captured = in testEarlyFailure() local
/aosp_15_r20/external/webrtc/test/scenario/
H A Dvideo_frame_matcher.cc41 CapturedFrame captured; in OnCapturedFrame() local
76 for (auto& captured : layer.captured_frames) { in OnDecodedFrame() local
104 void VideoFrameMatcher::HandleMatch(VideoFrameMatcher::CapturedFrame captured, in HandleMatch()
/aosp_15_r20/external/webrtc/test/pc/e2e/analyzer/video/
H A Ddefault_video_quality_analyzer_frames_comparator.cc288 absl::optional<VideoFrame> captured, in AddComparison()
302 absl::optional<VideoFrame> captured, in AddComparison()
320 absl::optional<VideoFrame> captured, in AddComparisonInternal()
H A Ddefault_video_quality_analyzer_internal_shared_objects.cc40 absl::optional<VideoFrame> captured, in FrameComparison()
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/invoker/
DTestInvocationTest.java1013 ArgumentCaptor<IBuildInfo> captured = ArgumentCaptor.forClass(IBuildInfo.class); in testInvoke_buildFailed_runtimeException() local
1049 ArgumentCaptor<IBuildInfo> captured = ArgumentCaptor.forClass(IBuildInfo.class); in testInvoke_noBuild() local
1088 ArgumentCaptor<IBuildInfo> captured = ArgumentCaptor.forClass(IBuildInfo.class); in testInvoke_noBuild_noHostLog() local
1124 ArgumentCaptor<IBuildInfo> captured = ArgumentCaptor.forClass(IBuildInfo.class); in testInvoke_skipBugreport_buildFailed() local
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DFlashNotificationsPreviewPreferenceControllerTest.java149 Intent captured = captor.getValue(); in handlePreferenceTreeClick_assertAction() local
160 Intent captured = captor.getValue(); in handlePreferenceTreeClick_assertExtra() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DCaptureTracking.cpp85 bool captured(const Use *U) override { in captured() function
129 bool captured(const Use *U) override { in captured() function
174 bool captured(const Use *U) override { in captured() function
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/scroll/
H A DScrollCaptureClient.java140 public final Rect captured; field in ScrollCaptureClient.CaptureResult
142 CaptureResult(Image image, Rect request, Rect captured) { in CaptureResult()
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/operators/
H A DFlatMapBaseTest.kt53 val captured = ArrayList<String>() in <lambda>() constant
H A DFlowOnTest.kt36 val captured = ArrayList<String>() in <lambda>() constant
/aosp_15_r20/external/llvm/lib/Analysis/
H A DCaptureTracking.cpp44 bool captured(const Use *U) override { in captured() function
130 bool captured(const Use *U) override { in captured() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DCaptureTracking.cpp59 bool captured(const Use *U) override { in captured() function
145 bool captured(const Use *U) override { in captured() function
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/reflect/
H A DTypeTokenTest.java1508 TypeVariable<?> captured = (TypeVariable<?>) typeArgs[0]; in testWildcardCaptured_wildcardWithImplicitBound() local
1521 TypeVariable<?> captured = (TypeVariable<?>) typeArgs[0]; in testWildcardCaptured_wildcardWithExplicitBound() local
1538 TypeVariable<?> captured = (TypeVariable<?>) typeArgs[0]; in testWildcardCaptured_typeVariableDeclaresTypeBound_wildcardHasNoExplicitUpperBound() local
1551 TypeVariable<?> captured = (TypeVariable<?>) typeArgs[0]; in testWildcardCaptured_typeVariableDeclaresTypeBound_wildcardHasExplicitUpperBound() local
1565 TypeVariable<?> captured = (TypeVariable<?>) typeArgs[0]; in testWildcardCaptured_typeVariableDeclaresTypeBound_wildcardAddsNewUpperBound() local
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/reflect/
H A DTypeTokenTest.java1508 TypeVariable<?> captured = (TypeVariable<?>) typeArgs[0]; in testWildcardCaptured_wildcardWithImplicitBound() local
1521 TypeVariable<?> captured = (TypeVariable<?>) typeArgs[0]; in testWildcardCaptured_wildcardWithExplicitBound() local
1538 TypeVariable<?> captured = (TypeVariable<?>) typeArgs[0]; in testWildcardCaptured_typeVariableDeclaresTypeBound_wildcardHasNoExplicitUpperBound() local
1551 TypeVariable<?> captured = (TypeVariable<?>) typeArgs[0]; in testWildcardCaptured_typeVariableDeclaresTypeBound_wildcardHasExplicitUpperBound() local
1565 TypeVariable<?> captured = (TypeVariable<?>) typeArgs[0]; in testWildcardCaptured_typeVariableDeclaresTypeBound_wildcardAddsNewUpperBound() local
/aosp_15_r20/external/easymock/src/org/easymock/internal/matchers/
H A DCaptures.java32 public Captures(Capture<T> captured) { in Captures()
/aosp_15_r20/external/owasp/sanitizer/src/tests/org/owasp/html/
DExamplesTest.java52 ByteArrayOutputStream captured = new ByteArrayOutputStream(); in testExamplesRun() local

12345678910>>...18