/external/v8/src/ |
D | counters-inl.h | 24 Resume(now); in Start() 34 void RuntimeCallTimer::Resume(base::TimeTicks now) { in Resume() function 48 parent_timer->Resume(now); in Stop()
|
/external/autotest/client/site_tests/power_CheckAfterSuspend/ |
D | control.per_build | 9 CRITERIA = "Check that the system is in the expected state after S3 Resume." 16 A check of the state of the system after S3 Resume
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | AutoUpgrade.cpp | 648 CallInst *Resume = cast<CallInst>(EHResume->use_back()); in UpgradeExceptionHandling() local 649 BasicBlock *BB = Resume->getParent(); in UpgradeExceptionHandling() 652 Builder.SetInsertPoint(BB, Resume); in UpgradeExceptionHandling() 656 Resume->getArgOperand(0), 0, "lpad.val"); in UpgradeExceptionHandling() 657 LPadVal = Builder.CreateInsertValue(LPadVal, Resume->getArgOperand(1), in UpgradeExceptionHandling() 662 BasicBlock::iterator I = Resume; in UpgradeExceptionHandling()
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
D | packet_sender.h | 53 virtual void Resume(int64_t paused_time_ms); 86 void Resume(int64_t paused_time_ms) override;
|
D | packet_sender.cc | 33 void PacketSender::Resume(int64_t paused_time_ms) { in Resume() function in webrtc::testing::bwe::PacketSender 92 void VideoSender::Resume(int64_t paused_time_ms) { in Resume() function in webrtc::testing::bwe::VideoSender 94 PacketSender::Resume(paused_time_ms); in Resume() 357 Resume(offset_ms_); in RunFor()
|
/external/curl/tests/data/ |
D | test289 | 6 Resume
|
D | test1449 | 8 Resume
|
D | test111 | 6 Resume
|
D | test123 | 6 Resume
|
D | test122 | 6 Resume
|
D | test112 | 7 Resume
|
D | test110 | 7 Resume
|
D | test33 | 6 Resume
|
D | test1037 | 7 Resume
|
D | test1038 | 7 Resume
|
D | test99 | 6 Resume
|
D | test1039 | 7 Resume
|
D | test1040 | 7 Resume
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/XCore/ |
D | exception.ll | 98 br i1 %6, label %Resume, label %Exit 99 Resume:
|
/external/llvm/test/CodeGen/XCore/ |
D | exception.ll | 98 br i1 %6, label %Resume, label %Exit 99 Resume:
|
/external/lzma/CPP/Windows/ |
D | Thread.h | 28 DWORD Resume() { return ::ResumeThread(thread); } in Resume() function
|
/external/clang/include/clang/AST/ |
D | ExprCXX.h | 4136 enum SubExpr { Common, Ready, Suspend, Resume, Count }; enumerator 4142 Expr *Ready, Expr *Suspend, Expr *Resume) in CoroutineSuspendExpr() argument 4143 : Expr(SC, Resume->getType(), Resume->getValueKind(), in CoroutineSuspendExpr() 4144 Resume->getObjectKind(), Resume->isTypeDependent(), in CoroutineSuspendExpr() 4145 Resume->isValueDependent(), Common->isInstantiationDependent(), in CoroutineSuspendExpr() 4151 SubExprs[SubExpr::Resume] = Resume; in CoroutineSuspendExpr() 4163 SubExprs[SubExpr::Resume] = nullptr; in CoroutineSuspendExpr() 4169 SubExprs[SubExpr::Resume] = nullptr; in CoroutineSuspendExpr() 4184 return static_cast<Expr*>(SubExprs[SubExpr::Resume]); in getResumeExpr() 4209 Expr *Suspend, Expr *Resume) in CoawaitExpr() argument [all …]
|
/external/autotest/server/site_tests/network_WiFi_RoamSuspendEndToEnd/ |
D | control | 15 WiFi roaming between two Open Networks after a Suspend/Resume.
|
/external/curl/docs/cmdline-opts/ |
D | continue-at.d | 7 Continue/Resume a previous file transfer at the given offset. The given offset
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/ |
D | CoroElide.cpp | 94 static Type *getFrameType(Function *Resume) { in getFrameType() argument 95 auto *ArgType = Resume->arg_begin()->getType(); in getFrameType()
|