/external/kotlinx.coroutines/kotlinx-coroutines-debug/test/ |
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
|
/external/kotlinx.coroutines/kotlinx-coroutines-debug/test/junit4/ |
D | TestFailureValidation.kt | 63 val captured = capturedOut.toString() in validateSuccess() constant 76 val captured = capturedOut.toString() in validateFailure() constant
|
/external/webrtc/test/scenario/ |
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()
|
/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 | 53 val captured = ArrayList<String>() in <lambda>() constant
|
D | FlowOnTest.kt | 36 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() function 130 bool captured(const Use *U) override { in captured() function
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
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
|
/external/truth/core/src/main/java/com/google/common/truth/ |
D | ExpectFailure.java | 139 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() function 145 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/aws-sdk-java-v2/test/protocol-tests-core/src/main/java/software/amazon/awssdk/protocol/runners/ |
D | UnmarshallingTestRunner.java | 75 private String captured; field in UnmarshallingTestRunner.CapturingResponseTransformer
|
/external/pytorch/torch/_dynamo/ |
D | profiler.py | 49 def __init__(self, captured, total, unique_graphs) -> None: argument
|
/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 | 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
|
/external/guava/android/guava-tests/test/com/google/common/reflect/ |
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
|
/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/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowLogTest.java | 146 String[] captured = new String[1]; in wtf_shouldLogAppropriately_withNewWtfHandler() local
|