Home
last modified time | relevance | path

Searched defs:captured (Results 1 – 25 of 37) 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/llvm-project/compiler-rt/test/xray/TestCases/Posix/
Darg1-logging-implicit-this.cpp19 volatile uint64_t captured = 0; variable
/external/llvm-project/clang/test/CodeGenCXX/
Dtrivial-auto-var-init.cpp54 __block xyz_t captured = create(^() { in test_block_self_init() local
74 __block xyz_t captured; in test_block_captures_self_after_init() local
/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/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/llvm-project/llvm/lib/Analysis/
DCaptureTracking.cpp82 bool captured(const Use *U) override { in captured() function
166 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/llvm-project/llvm/unittests/Analysis/
DCaptureTrackingTest.cpp80 bool captured(const Use *U) override { in captured() function
/external/python/cpython3/Lib/test/test_email/
Dtest_defect_handling.py313 captured = None variable in TestDefectCapture.CapturePolicy
/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/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/webrtc/test/pc/e2e/analyzer/video/
Ddefault_video_quality_analyzer.h60 int64_t captured = 0; member
289 absl::optional<VideoFrame> captured; member
/external/guava/android/guava/src/com/google/common/reflect/
DTypeToken.java155 Type captured = super.capture(); in TypeToken() local
/external/guava/guava/src/com/google/common/reflect/
DTypeToken.java155 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

12