Home
last modified time | relevance | path

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

12

/external/kotlinx.coroutines/kotlinx-coroutines-debug/test/
DDebugLeaksTest.kt20 val captured = Captured() in testIteratorLeak() constant
27 val captured = Captured() in testLazyGlobalCoroutineLeak() constant
34 val captured = Captured() in <lambda>() constant
44 val captured = Captured() in testAbandonedGlobalCoroutineLeak() constant
/external/kotlinx.coroutines/kotlinx-coroutines-debug/test/junit4/
DTestFailureValidation.kt67 val captured = capturedOut.toString() in validateSuccess() constant
80 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()
Dperformance_stats.h24 rtc::scoped_refptr<VideoFrameBuffer> captured; member
/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.kt56 val captured = ArrayList<String>() in <lambda>() constant
DFlowOnTest.kt38 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/truth/core/src/main/java/com/google/common/truth/
DExpectFailure.java146 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/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.java1503 TypeVariable<?> captured = (TypeVariable<?>) typeArgs[0]; in testWildcardCaptured_wildcardWithImplicitBound() local
1516 TypeVariable<?> captured = (TypeVariable<?>) typeArgs[0]; in testWildcardCaptured_wildcardWithExplicitBound() local
1533 TypeVariable<?> captured = (TypeVariable<?>) typeArgs[0]; in testWildcardCaptured_typeVariableDeclaresTypeBound_wildcardHasNoExplicitUpperBound() local
1546 TypeVariable<?> captured = (TypeVariable<?>) typeArgs[0]; in testWildcardCaptured_typeVariableDeclaresTypeBound_wildcardHasExplicitUpperBound() local
1560 TypeVariable<?> captured = (TypeVariable<?>) typeArgs[0]; in testWildcardCaptured_typeVariableDeclaresTypeBound_wildcardAddsNewUpperBound() local
/external/guava/android/guava-tests/test/com/google/common/reflect/
DTypeTokenTest.java1503 TypeVariable<?> captured = (TypeVariable<?>) typeArgs[0]; in testWildcardCaptured_wildcardWithImplicitBound() local
1516 TypeVariable<?> captured = (TypeVariable<?>) typeArgs[0]; in testWildcardCaptured_wildcardWithExplicitBound() local
1533 TypeVariable<?> captured = (TypeVariable<?>) typeArgs[0]; in testWildcardCaptured_typeVariableDeclaresTypeBound_wildcardHasNoExplicitUpperBound() local
1546 TypeVariable<?> captured = (TypeVariable<?>) typeArgs[0]; in testWildcardCaptured_typeVariableDeclaresTypeBound_wildcardHasExplicitUpperBound() local
1560 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/libchrome/base/test/
Dtest_mock_time_task_runner_unittest.cc194 scoped_refptr<SingleThreadTaskRunner> captured; in TEST() local
/external/rust/crates/scopeguard/src/
Dlib.rs555 let captured = guard((), |()| captured_drops.set(1 + captured_drops.get())); in test_dropped_once_when_not_run() localVariable
/external/cronet/base/test/
Dtest_mock_time_task_runner_unittest.cc202 scoped_refptr<SingleThreadTaskRunner> captured; in TEST() local

12