/external/webrtc/test/scenario/ |
D | video_frame_matcher.cc | 41 CapturedFrame captured; in OnCapturedFrame() local 42 captured.id = next_capture_id_++; in OnCapturedFrame() 43 captured.capture_time = at_time; in OnCapturedFrame() 44 captured.frame = frame.video_frame_buffer(); in OnCapturedFrame() 45 captured.thumb = ScaleVideoFrameBuffer(*frame.video_frame_buffer()->ToI420(), in OnCapturedFrame() 47 task_queue_.PostTask([this, captured]() { in OnCapturedFrame() 49 CapturedFrame copy = captured; in OnCapturedFrame() 51 layer.second.last_decode->frame->width() <= captured.frame->width()) { in OnCapturedFrame() 52 copy.best_score = I420SSE(*captured.thumb->GetI420(), in OnCapturedFrame() 76 for (auto& captured : layer.captured_frames) { in OnDecodedFrame() local [all …]
|
/external/llvm-project/clang/test/SemaCXX/ |
D | captured-statements.cpp | 8 #pragma clang __debug captured in test_nest_lambda() 17 #pragma clang __debug captured in test_nest_lambda() 34 #pragma clang __debug captured in test() 36 #pragma clang __debug captured in test() 45 #pragma clang __debug captured in test() 47 #pragma clang __debug captured in test() 49 #pragma clang __debug captured in test() 57 #pragma clang _debug captured in template_capture_var() 68 #pragma clang __debug captured in set() 85 #pragma clang _debug captured in template_capture_var() [all …]
|
D | predefined-expr.cpp | 41 #pragma clang __debug captured in baz() 71 #pragma clang __debug captured in main() 77 #pragma clang __debug captured in main() 86 #pragma clang __debug captured in main()
|
/external/clang/test/SemaCXX/ |
D | captured-statements.cpp | 8 #pragma clang __debug captured in test_nest_lambda() 17 #pragma clang __debug captured in test_nest_lambda() 34 #pragma clang __debug captured in test() 36 #pragma clang __debug captured in test() 45 #pragma clang __debug captured in test() 47 #pragma clang __debug captured in test() 49 #pragma clang __debug captured in test() 57 #pragma clang _debug captured in template_capture_var() 68 #pragma clang __debug captured in set() 85 #pragma clang _debug captured in template_capture_var() [all …]
|
D | predefined-expr.cpp | 42 #pragma clang __debug captured in baz() 73 #pragma clang __debug captured in main() 79 #pragma clang __debug captured in main() 88 #pragma clang __debug captured in main()
|
/external/llvm-project/clang/test/Sema/ |
D | captured-statements.c | 6 #pragma clang __debug captured in test_gotos() 18 #pragma clang __debug captured in test_break_continue() 28 #pragma clang __debug captured in test_return() 37 #pragma clang __debug captured in test_nest() 40 #pragma clang __debug captured in test_nest() 43 #pragma clang __debug captured in test_nest() 56 #pragma clang __debug captured in test_nest_block() 66 #pragma clang __debug captured in test_nest_block() 75 #pragma clang __debug captured in test_nest_block()
|
/external/kotlinx.coroutines/kotlinx-coroutines-debug/test/ |
D | DebugLeaksTest.kt | 20 val captured = Captured() in testIteratorLeak() constant 21 iterator { yield(captured) } in testIteratorLeak() 27 val captured = Captured() in testLazyGlobalCoroutineLeak() constant 28 GlobalScope.launch(start = CoroutineStart.LAZY) { println(captured) } in testLazyGlobalCoroutineLeak() 34 val captured = Captured() in <lambda>() constant 36 val child = launch(start = CoroutineStart.LAZY) { println(captured) } in <lambda>() 44 val captured = Captured() in testAbandonedGlobalCoroutineLeak() constant 47 println(captured) in testAbandonedGlobalCoroutineLeak()
|
/external/clang/test/Sema/ |
D | captured-statements.c | 6 #pragma clang __debug captured in test_gotos() 18 #pragma clang __debug captured in test_break_continue() 28 #pragma clang __debug captured in test_return() 37 #pragma clang __debug captured in test_nest() 40 #pragma clang __debug captured in test_nest() 43 #pragma clang __debug captured in test_nest() 56 #pragma clang __debug captured in test_nest_block() 66 #pragma clang __debug captured in test_nest_block()
|
/external/clang/test/CodeGenCXX/ |
D | captured-statements.cpp | 22 #pragma clang __debug captured in MemberFunc() 57 #pragma clang __debug captured in test2() 77 #pragma clang __debug captured in test3() 91 #pragma clang __debug captured in test4() 111 #pragma clang __debug captured in template_capture_var() 122 #pragma clang __debug captured in set() 130 #pragma clang __debug captured in foo() 166 #pragma clang __debug captured in template_capture_lambda() 186 #pragma clang __debug captured in test_captured_linkage()
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | captured-statements.cpp | 22 #pragma clang __debug captured in MemberFunc() 57 #pragma clang __debug captured in test2() 77 #pragma clang __debug captured in test3() 92 #pragma clang __debug captured in test4() 112 #pragma clang __debug captured in template_capture_var() 123 #pragma clang __debug captured in set() 131 #pragma clang __debug captured in foo() 167 #pragma clang __debug captured in template_capture_lambda() 187 #pragma clang __debug captured in test_captured_linkage()
|
D | trivial-auto-var-init.cpp | 54 __block xyz_t captured = create(^() { in test_block_self_init() local 55 used(captured); in test_block_self_init() 74 __block xyz_t captured; in test_block_captures_self_after_init() local 75 captured = create(^() { in test_block_captures_self_after_init() 76 used(captured); in test_block_captures_self_after_init()
|
/external/kotlinx.coroutines/kotlinx-coroutines-debug/test/junit4/ |
D | TestFailureValidation.kt | 67 val captured = capturedOut.toString() in validateSuccess() constant 68 assertFalse(captured.contains("Coroutines dump")) in validateSuccess() 69 assertTrue(captured.isEmpty(), captured) in validateSuccess() 80 val captured = capturedOut.toString() in validateFailure() constant 81 assertTrue(captured.contains("Coroutines dump")) in validateFailure() 83 assertTrue(captured.contains(part), "Expected $part to be part of the\n$captured") in validateFailure() 87 … assertFalse(captured.contains(part), "Expected $part not to be part of the\n$captured") in validateFailure()
|
/external/llvm-project/clang/test/CodeGen/ |
D | captured-statements.c | 15 #pragma clang __debug captured in test1() 40 #pragma clang __debug captured in test2() 59 #pragma clang __debug captured in test3() 70 #pragma clang __debug captured in test4() 85 #pragma clang __debug captured in dont_capture_global()
|
D | captured-statements-nested.c | 17 #pragma clang __debug captured in test_nest_captured_stmt() 21 #pragma clang __debug captured in test_nest_captured_stmt() 24 #pragma clang __debug captured in test_nest_captured_stmt() 103 #pragma clang __debug captured in test_nest_block() 124 #pragma clang __debug captured in test_nest_block()
|
/external/clang/test/CodeGen/ |
D | captured-statements.c | 15 #pragma clang __debug captured in test1() 40 #pragma clang __debug captured in test2() 59 #pragma clang __debug captured in test3() 70 #pragma clang __debug captured in test4() 85 #pragma clang __debug captured in dont_capture_global()
|
D | captured-statements-nested.c | 17 #pragma clang __debug captured in test_nest_captured_stmt() 21 #pragma clang __debug captured in test_nest_captured_stmt() 24 #pragma clang __debug captured in test_nest_captured_stmt() 103 #pragma clang __debug captured in test_nest_block() 124 #pragma clang __debug captured in test_nest_block()
|
/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 250 if (Tracker->captured(U)) in PointerMayBeCaptured() 265 if (Tracker->captured(U)) in PointerMayBeCaptured() 272 if (Tracker->captured(U)) in PointerMayBeCaptured() 282 if (Tracker->captured(U)) in PointerMayBeCaptured() 293 if (Tracker->captured(U)) in PointerMayBeCaptured() 306 if (Tracker->captured(U)) in PointerMayBeCaptured() 346 if (Tracker->captured(U)) in PointerMayBeCaptured() 352 if (Tracker->captured(U)) in PointerMayBeCaptured()
|
/external/clang/test/SemaObjC/ |
D | warn-retain-cycle.m | 11 [x setBlock: // expected-note {{block will be retained by the captured object}} 13 x.block = // expected-note {{block will be retained by the captured object}} 16 [x addBlock: // expected-note {{block will be retained by the captured object}} 32 … // expected-note {{block will be retained by the captured object}} 48 …le}} expected-note {{block will be retained by an object strongly retained by the captured object}} 49 …le}} expected-note {{block will be retained by an object strongly retained by the captured object}} 63 …le}} expected-note {{block will be retained by an object strongly retained by the captured object}} 69 …le}} expected-note {{block will be retained by an object strongly retained by the captured object}} 71 …le}} expected-note {{block will be retained by an object strongly retained by the captured object}} 73 …; // expected-note {{block will be retained by an object strongly retained by the captured object}} [all …]
|
/external/llvm-project/clang/test/SemaObjC/ |
D | warn-retain-cycle.m | 11 [x setBlock: // expected-note {{block will be retained by the captured object}} 13 x.block = // expected-note {{block will be retained by the captured object}} 16 [x addBlock: // expected-note {{block will be retained by the captured object}} 32 … // expected-note {{block will be retained by the captured object}} 48 …le}} expected-note {{block will be retained by an object strongly retained by the captured object}} 49 …le}} expected-note {{block will be retained by an object strongly retained by the captured object}} 63 …le}} expected-note {{block will be retained by an object strongly retained by the captured object}} 69 …le}} expected-note {{block will be retained by an object strongly retained by the captured object}} 71 …le}} expected-note {{block will be retained by an object strongly retained by the captured object}} 73 …; // expected-note {{block will be retained by an object strongly retained by the captured object}} [all …]
|
/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 280 if (Tracker->captured(U)) in PointerMayBeCaptured() 295 if (Tracker->captured(U)) in PointerMayBeCaptured() 303 if (Tracker->captured(U)) in PointerMayBeCaptured() 313 if (Tracker->captured(U)) in PointerMayBeCaptured() 324 if (Tracker->captured(U)) in PointerMayBeCaptured() 337 if (Tracker->captured(U)) in PointerMayBeCaptured() 376 if (Tracker->captured(U)) in PointerMayBeCaptured() 382 if (Tracker->captured(U)) in PointerMayBeCaptured()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | CaptureTracking.cpp | 82 bool captured(const Use *U) override { in captured() function 166 bool captured(const Use *U) override { in captured() function 305 if (Tracker->captured(U)) in PointerMayBeCaptured() 318 if (Tracker->captured(U)) in PointerMayBeCaptured() 326 if (Tracker->captured(U)) in PointerMayBeCaptured() 336 if (Tracker->captured(U)) in PointerMayBeCaptured() 347 if (Tracker->captured(U)) in PointerMayBeCaptured() 360 if (Tracker->captured(U)) in PointerMayBeCaptured() 400 if (Tracker->captured(U)) in PointerMayBeCaptured() 406 if (Tracker->captured(U)) in PointerMayBeCaptured()
|
/external/llvm-project/compiler-rt/test/xray/TestCases/Posix/ |
D | arg1-logging-implicit-this.cpp | 19 volatile uint64_t captured = 0; variable 22 captured = arg1; in handler() 30 assert(captured == (uint64_t)&instance); in main()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/operators/ |
D | FlatMapBaseTest.kt | 56 val captured = ArrayList<String>() in <lambda>() constant 60 captured += NamedDispatchers.name() in <lambda>() 62 captured += NamedDispatchers.name() in <lambda>() 69 assertEquals(listOf("1", "1", "2", "2"), captured) in <lambda>()
|
/external/llvm-project/clang/test/Analysis/ |
D | stack-capture-leak-arc.mm | 24 is captured by an asynchronously-executed block}} 43 is captured by an asynchronously-executed block}} 64 is captured by an asynchronously-executed block}} 75 is captured by an asynchronously-executed block}} 85 is captured by a returned block}} 91 is captured by an asynchronously-executed block}} 112 is captured by an asynchronously-executed block}} 184 …arning{{Address of stack memory associated with local variable 'buf' is captured by an asynchronou…
|
/external/llvm/test/DebugInfo/X86/ |
D | debug-info-block-captured-self.ll | 4 ; Test that DW_AT_location is generated for a captured "self" inside a 8 ; llvm/tools/clang/test/CodeGenObjC/debug-info-block-captured-self.m 63 ; ModuleID = 'llvm/tools/clang/test/CodeGenObjC/debug-info-block-captured-self.m' 69 …%block.captured-self = getelementptr inbounds <{ i8*, i32, i32, i8*, %struct.__block_descriptor*, … 76 …%block.captured-self = getelementptr inbounds <{ i8*, i32, i32, i8*, %struct.__block_descriptor*, … 84 !1 = !DIFile(filename: "llvm/tools/clang/test/CodeGenObjC/debug-info-block-captured-self.m", direct… 108 !107 = !DIFile(filename: "llvm/tools/clang/test/CodeGenObjC/debug-info-block-captured-self.m", dire…
|