Home
last modified time | relevance | path

Searched refs:Resume (Results 1 – 25 of 113) sorted by relevance

12345

/external/v8/src/
Dcounters-inl.h24 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/
Dcontrol.per_build9 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/
DAutoUpgrade.cpp648 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/
Dpacket_sender.h53 virtual void Resume(int64_t paused_time_ms);
86 void Resume(int64_t paused_time_ms) override;
Dpacket_sender.cc33 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/
Dtest2896 Resume
Dtest14498 Resume
Dtest1116 Resume
Dtest1236 Resume
Dtest1226 Resume
Dtest1127 Resume
Dtest1107 Resume
Dtest336 Resume
Dtest10377 Resume
Dtest10387 Resume
Dtest996 Resume
Dtest10397 Resume
Dtest10407 Resume
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/XCore/
Dexception.ll98 br i1 %6, label %Resume, label %Exit
99 Resume:
/external/llvm/test/CodeGen/XCore/
Dexception.ll98 br i1 %6, label %Resume, label %Exit
99 Resume:
/external/lzma/CPP/Windows/
DThread.h28 DWORD Resume() { return ::ResumeThread(thread); } in Resume() function
/external/clang/include/clang/AST/
DExprCXX.h4136 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/
Dcontrol15 WiFi roaming between two Open Networks after a Suspend/Resume.
/external/curl/docs/cmdline-opts/
Dcontinue-at.d7 Continue/Resume a previous file transfer at the given offset. The given offset
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroElide.cpp94 static Type *getFrameType(Function *Resume) { in getFrameType() argument
95 auto *ArgType = Resume->arg_begin()->getType(); in getFrameType()

12345