| /external/kotlinx.coroutines/kotlinx-coroutines-debug/test/ | 
| D | DebugLeaksTest.kt | 20         val captured = Captured()  in testIteratorLeak()  constant27         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/ | 
| D | TestFailureValidation.kt | 67             val captured = capturedOut.toString()  in validateSuccess()  constant80             val captured = capturedOut.toString()  in validateFailure()  constant
 
 | 
| /external/webrtc/test/scenario/ | 
| D | video_frame_matcher.cc | 41   CapturedFrame captured;  in OnCapturedFrame()  local76     for (auto& captured : layer.captured_frames) {  in OnDecodedFrame()  local
 104 void VideoFrameMatcher::HandleMatch(VideoFrameMatcher::CapturedFrame captured,  in HandleMatch()
 
 | 
| D | performance_stats.h | 24   rtc::scoped_refptr<VideoFrameBuffer> captured;  member
 | 
| /external/webrtc/test/pc/e2e/analyzer/video/ | 
| 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()
 
 | 
| D | default_video_quality_analyzer_internal_shared_objects.cc | 40                                  absl::optional<VideoFrame> captured,  in FrameComparison()
 | 
| D | default_video_quality_analyzer_internal_shared_objects.h | 124   absl::optional<VideoFrame> captured;  member
 | 
| /external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/operators/ | 
| D | FlatMapBaseTest.kt | 56         val captured = ArrayList<String>()  in <lambda>()  constant
 | 
| D | FlowOnTest.kt | 38         val captured = ArrayList<String>()  in <lambda>()  constant
 | 
| /external/easymock/src/org/easymock/internal/matchers/ | 
| D | Captures.java | 32     public Captures(Capture<T> captured) {  in Captures()
 | 
| /external/owasp/sanitizer/src/tests/org/owasp/html/ | 
| D | ExamplesTest.java | 52       ByteArrayOutputStream captured = new ByteArrayOutputStream();  in testExamplesRun()  local
 | 
| /external/llvm/lib/Analysis/ | 
| D | CaptureTracking.cpp | 44     bool captured(const Use *U) override {  in captured()  function130     bool captured(const Use *U) override {  in captured()  function
 
 | 
| /external/truth/core/src/main/java/com/google/common/truth/ | 
| D | ExpectFailure.java | 146   private void captureFailure(AssertionError captured) {  in captureFailure()
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ | 
| D | CaptureTracking.cpp | 59     bool captured(const Use *U) override {  in captured()  function145     bool captured(const Use *U) override {  in captured()  function
 
 | 
| /external/freetype/src/psaux/ | 
| D | psblues.c | 478     FT_Bool   captured = FALSE;  in cf2_blues_capture()  local
 | 
| /external/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/ | 
| D | PseudoLocalesTest.java | 133         Set<CldrValue> captured = new HashSet<>();  in assertValuesUnordered()  local
 | 
| D | AlternateLocaleDataTest.java | 154         Set<CldrValue> captured = new HashSet<>();  in assertValuesUnordered()  local
 | 
| /external/python/cpython3/Lib/test/test_email/ | 
| D | test_defect_handling.py | 313         captured = None  variable in TestDefectCapture.CapturePolicy
 | 
| /external/guava/guava-tests/test/com/google/common/reflect/ | 
| D | TypeTokenTest.java | 1503     TypeVariable<?> captured = (TypeVariable<?>) typeArgs[0];  in testWildcardCaptured_wildcardWithImplicitBound()  local1516     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/ | 
| D | TypeTokenTest.java | 1503     TypeVariable<?> captured = (TypeVariable<?>) typeArgs[0];  in testWildcardCaptured_wildcardWithImplicitBound()  local1516     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/ | 
| D | TypeToken.java | 156     Type captured = super.capture();  in TypeToken()  local
 | 
| /external/guava/guava/src/com/google/common/reflect/ | 
| D | TypeToken.java | 156     Type captured = super.capture();  in TypeToken()  local
 | 
| /external/libchrome/base/test/ | 
| D | test_mock_time_task_runner_unittest.cc | 194   scoped_refptr<SingleThreadTaskRunner> captured;  in TEST()  local
 | 
| /external/rust/crates/scopeguard/src/ | 
| D | lib.rs | 555         let captured = guard((), |()| captured_drops.set(1 + captured_drops.get()));  in test_dropped_once_when_not_run()  localVariable
 | 
| /external/cronet/base/test/ | 
| D | test_mock_time_task_runner_unittest.cc | 202   scoped_refptr<SingleThreadTaskRunner> captured;  in TEST()  local
 |