/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-debug/test/ |
H A D | DebugLeaksTest.kt | 17 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 D | ShadeTouchHandlerTest.kt | 99 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 D | NotificationShellCmdTest.java | 136 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/ |
D | ModuleDefinitionTest.java | 483 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
|
D | ITestSuiteTest.java | 665 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/ |
D | LogcatCrashResultForwarderTest.java | 174 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
|
D | SubprocessResultsReporterTest.java | 120 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 D | TestFailureValidation.kt | 63 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/ |
D | GTestResultParserTest.java | 220 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
|
D | HostTestTest.java | 828 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 D | video_frame_matcher.cc | 41 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 D | default_video_quality_analyzer_frames_comparator.cc | 288 absl::optional<VideoFrame> captured, in AddComparison() 302 absl::optional<VideoFrame> captured, in AddComparison() 320 absl::optional<VideoFrame> captured, in AddComparisonInternal()
|
H A D | default_video_quality_analyzer_internal_shared_objects.cc | 40 absl::optional<VideoFrame> captured, in FrameComparison()
|
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/invoker/ |
D | TestInvocationTest.java | 1013 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/ |
D | FlashNotificationsPreviewPreferenceControllerTest.java | 149 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 D | CaptureTracking.cpp | 85 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 D | ScrollCaptureClient.java | 140 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 D | FlatMapBaseTest.kt | 53 val captured = ArrayList<String>() in <lambda>() constant
|
H A D | FlowOnTest.kt | 36 val captured = ArrayList<String>() in <lambda>() constant
|
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | CaptureTracking.cpp | 44 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 D | CaptureTracking.cpp | 59 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 D | TypeTokenTest.java | 1508 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 D | TypeTokenTest.java | 1508 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 D | Captures.java | 32 public Captures(Capture<T> captured) { in Captures()
|
/aosp_15_r20/external/owasp/sanitizer/src/tests/org/owasp/html/ |
D | ExamplesTest.java | 52 ByteArrayOutputStream captured = new ByteArrayOutputStream(); in testExamplesRun() local
|