Home
last modified time | relevance | path

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

12

/external/kotlinx.coroutines/kotlinx-coroutines-debug/test/
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
/external/kotlinx.coroutines/kotlinx-coroutines-debug/test/junit4/
DTestFailureValidation.kt63 val captured = capturedOut.toString() in validateSuccess() constant
76 val captured = capturedOut.toString() in validateFailure() constant
/external/webrtc/test/scenario/
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()
/external/webrtc/test/pc/e2e/analyzer/video/
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()
Ddefault_video_quality_analyzer_internal_shared_objects.cc40 absl::optional<VideoFrame> captured, in FrameComparison()
Ddefault_video_quality_analyzer_internal_shared_objects.h124 absl::optional<VideoFrame> captured; member
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/operators/
DFlatMapBaseTest.kt53 val captured = ArrayList<String>() in <lambda>() constant
DFlowOnTest.kt36 val captured = ArrayList<String>() in <lambda>() constant
/external/easymock/src/org/easymock/internal/matchers/
DCaptures.java32 public Captures(Capture<T> captured) { in Captures()
/external/owasp/sanitizer/src/tests/org/owasp/html/
DExamplesTest.java52 ByteArrayOutputStream captured = new ByteArrayOutputStream(); in testExamplesRun() local
/external/llvm/lib/Analysis/
DCaptureTracking.cpp44 bool captured(const Use *U) override { in captured() function
130 bool captured(const Use *U) override { in captured() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
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
/external/truth/core/src/main/java/com/google/common/truth/
DExpectFailure.java139 private void captureFailure(AssertionError captured) { in captureFailure()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCaptureTracking.cpp59 bool captured(const Use *U) override { in captured() function
145 bool captured(const Use *U) override { in captured() function
/external/freetype/src/psaux/
Dpsblues.c478 FT_Bool captured = FALSE; in cf2_blues_capture() local
/external/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/
DPseudoLocalesTest.java133 Set<CldrValue> captured = new HashSet<>(); in assertValuesUnordered() local
DAlternateLocaleDataTest.java154 Set<CldrValue> captured = new HashSet<>(); in assertValuesUnordered() local
/external/aws-sdk-java-v2/test/protocol-tests-core/src/main/java/software/amazon/awssdk/protocol/runners/
DUnmarshallingTestRunner.java75 private String captured; field in UnmarshallingTestRunner.CapturingResponseTransformer
/external/pytorch/torch/_dynamo/
Dprofiler.py49 def __init__(self, captured, total, unique_graphs) -> None: argument
/external/python/cpython3/Lib/test/test_email/
Dtest_defect_handling.py313 captured = None variable in TestDefectCapture.CapturePolicy
/external/guava/guava-tests/test/com/google/common/reflect/
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
/external/guava/android/guava-tests/test/com/google/common/reflect/
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
/external/guava/android/guava/src/com/google/common/reflect/
DTypeToken.java156 Type captured = super.capture(); in TypeToken() local
/external/guava/guava/src/com/google/common/reflect/
DTypeToken.java156 Type captured = super.capture(); in TypeToken() local
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowLogTest.java146 String[] captured = new String[1]; in wtf_shouldLogAppropriately_withNewWtfHandler() local

12