Searched refs:Resume (Results 1 - 25 of 34) sorted by relevance

12

/external/lzma/CPP/Windows/
H A DThread.h28 DWORD Resume() { return ::ResumeThread(thread); } function in class:NWindows::CThread
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
H A Dpacket_sender.h53 virtual void Resume(int64_t paused_time_ms);
86 void Resume(int64_t paused_time_ms) override;
H A Dpacket_sender.cc33 void PacketSender::Resume(int64_t paused_time_ms) { function in class:webrtc::testing::bwe::PacketSender
92 void VideoSender::Resume(int64_t paused_time_ms) { function in class:webrtc::testing::bwe::VideoSender
94 PacketSender::Resume(paused_time_ms);
357 Resume(offset_ms_);
H A Dbwe_test.cc920 senders[0].get()->Resume(20 * 1000);
/external/webrtc/webrtc/modules/pacing/
H A Dpaced_sender.h81 // Resume sending packets.
82 void Resume();
H A Dpaced_sender.cc274 void PacedSender::Resume() { function in class:webrtc::PacedSender
H A Dpaced_sender_unittest.cc599 send_bucket_->Resume();
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DAutoUpgrade.cpp648 CallInst *Resume = cast<CallInst>(EHResume->use_back()); local
649 BasicBlock *BB = Resume->getParent();
652 Builder.SetInsertPoint(BB, Resume);
656 Resume->getArgOperand(0), 0, "lpad.val");
657 LPadVal = Builder.CreateInsertValue(LPadVal, Resume->getArgOperand(1),
662 BasicBlock::iterator I = Resume;
H A DInstruction.cpp104 case Resume: return "resume";
442 case Resume:
H A DInstructions.cpp666 : TerminatorInst(Type::getVoidTy(RI.getContext()), Instruction::Resume,
672 : TerminatorInst(Type::getVoidTy(Exn->getContext()), Instruction::Resume,
678 : TerminatorInst(Type::getVoidTy(Exn->getContext()), Instruction::Resume,
/external/clang/include/clang/AST/
H A DExprCXX.h4136 enum SubExpr { Common, Ready, Suspend, Resume, Count };
4142 Expr *Ready, Expr *Suspend, Expr *Resume)
4143 : Expr(SC, Resume->getType(), Resume->getValueKind(),
4144 Resume->getObjectKind(), Resume->isTypeDependent(),
4145 Resume->isValueDependent(), Common->isInstantiationDependent(),
4151 SubExprs[SubExpr::Resume] = Resume;
4163 SubExprs[SubExpr::Resume]
[all...]
/external/webrtc/webrtc/call/
H A Dcongestion_controller.cc282 pacer_->Resume();
/external/syslinux/core/
H A Dbcopyxx.inc228 lea eax,[edx+.safe] ; Resume point
/external/llvm/lib/IR/
H A DInstruction.cpp266 case Resume: return "resume";
H A DInstructions.cpp857 : TerminatorInst(Type::getVoidTy(RI.getContext()), Instruction::Resume,
863 : TerminatorInst(Type::getVoidTy(Exn->getContext()), Instruction::Resume,
869 : TerminatorInst(Type::getVoidTy(Exn->getContext()), Instruction::Resume,
/external/llvm/lib/AsmParser/
H A DLLLexer.cpp763 INSTKEYWORD(resume, Resume);
/external/swiftshader/third_party/LLVM/lib/AsmParser/
H A DLLLexer.cpp644 INSTKEYWORD(resume, Resume);
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml214 | Resume Constructor in type:Opcode/t
1072 | Instruction (Br | IndirectBr | Invoke | Resume | Ret | Switch | Unreachable)
/external/llvm/include/llvm/IR/
H A DInstrTypes.h89 case Instruction::Resume:
/external/sonivox/jet_tools/JetCreator/
H A Deas.py387 def Resume (self): member in class:EAS_File
388 """Resume a stream."""
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
H A Dllvm.ml202 | Resume Constructor in type:Opcode/t
/external/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1665 case Resume: return 0;
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1145 case Instruction::Resume:
/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
H A DCPPBackend.cpp1087 case Instruction::Resume: {
/external/boringssl/src/ssl/
H A Dssl_test.cc3436 TEST_P(TicketAEADMethodTest, Resume) {

Completed in 2613 milliseconds

12