HomeSort by relevance Sort by last modified time
    Searched refs:Resume (Results 1 - 25 of 170) sorted by null

1 2 3 4 5 6 7

  /external/v8/src/
counters-inl.h 24 Resume(now);
34 void RuntimeCallTimer::Resume(base::TimeTicks now) {
48 parent_timer->Resume(now);
  /external/lzma/CPP/Windows/
Thread.h 28 DWORD Resume() { return ::ResumeThread(thread); }
  /prebuilts/ndk/r16/sources/android/ndk_helper/
GLContext.h 97 EGLint Resume( ANativeWindow* window );
GLContext.cpp 204 EGLint GLContext::Resume( ANativeWindow* window )
  /external/curl/docs/cmdline-opts/
continue-at.d 7 Continue/Resume a previous file transfer at the given offset. The given offset
12 Use "-C -" to tell curl to automatically find out where/how to resume the
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
packet_sender.h 53 virtual void Resume(int64_t paused_time_ms);
86 void Resume(int64_t paused_time_ms) override;
packet_sender.cc 33 void PacketSender::Resume(int64_t paused_time_ms) {
92 void VideoSender::Resume(int64_t paused_time_ms) {
94 PacketSender::Resume(paused_time_ms);
357 Resume(offset_ms_);
  /external/webrtc/webrtc/modules/pacing/
paced_sender.h 81 // Resume sending packets.
82 void Resume();
  /system/bt/stack/include/
ble_advertiser.h 150 /* When resolving list is used, we need to suspend and resume all advertising
152 * Resume() resumes the advertising.
155 virtual void Resume() = 0;
  /art/runtime/native/
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc 84 bool resumed = thread_list->Resume(thread, SuspendReason::kInternal);
dalvik_system_VMStack.cc 72 bool resumed = thread_list->Resume(thread, SuspendReason::kInternal);
java_lang_Thread.cc 159 bool resumed = thread_list->Resume(thread, SuspendReason::kInternal);
  /external/toolchain-utils/binary_search_tool/
common.py 256 '--resume',
257 dest='resume',
259 help=('Resume bisection tool execution from state file.'
  /external/swiftshader/third_party/LLVM/lib/VMCore/
AutoUpgrade.cpp 642 // Replace calls to "llvm.eh.resume" with the 'resume' instruction. Load the
644 Function *EHResume = M->getFunction("llvm.eh.resume");
648 CallInst *Resume = cast<CallInst>(EHResume->use_back());
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),
661 // Remove all instructions after the 'resume.'
662 BasicBlock::iterator I = Resume;
    [all...]
Instruction.cpp 104 case Resume: return "resume";
442 case Resume:
  /external/capstone/bindings/vb6/
mMisc.bas 251 On Error Resume Next
281 On Error Resume Next
376 On Error Resume Next
  /art/runtime/
thread_list.h 68 bool Resume(Thread* thread, SuspendReason reason = SuspendReason::kInternal)
143 // Resume all threads
  /external/clang/include/clang/AST/
ExprCXX.h     [all...]
  /external/webrtc/webrtc/call/
congestion_controller.cc 282 pacer_->Resume();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ExprCXX.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
ExprCXX.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
ExprCXX.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
ExprCXX.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
ExprCXX.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
ExprCXX.h     [all...]

Completed in 624 milliseconds

1 2 3 4 5 6 7