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

1 2 3

  /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.cpp 204 EGLint GLContext::Resume( ANativeWindow* window )
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
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/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...]
  /external/webrtc/webrtc/modules/pacing/
paced_sender.cc 274 void PacedSender::Resume() {
  /art/runtime/
thread_list.cc 573 // Resume runnable threads.
589 // Resume early the threads that were runnable but are suspended just for this thread flip or
596 // The thread will resume right after the broadcast.
609 // Run the closure on the other threads and let them resume.
626 // Resume other threads.
842 bool ThreadList::Resume(Thread* thread, SuspendReason reason) {
848 VLOG(threads) << "Resume(" << reinterpret_cast<void*>(thread) << ") starting..." << reason;
856 LOG(ERROR) << "Resume(" << reinterpret_cast<void*>(thread)
863 LOG(ERROR) << "Resume(" << reinterpret_cast<void*>(thread)
868 LOG(ERROR) << "Resume(" << reinterpret_cast<void*>(thread
    [all...]
trace.cc 537 void Trace::Resume() {
543 LOG(ERROR) << "No trace to resume (or sampling mode), ignoring this request";
    [all...]
  /external/sonivox/jet_tools/JetCreator/
eas.py 387 def Resume (self):
388 """Resume a stream."""
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bits1_5.h 115 HRESULT (WINAPI *Resume)(IBackgroundCopyJob2 *This);
164 #define IBackgroundCopyJob2_Resume(This) (This)->lpVtbl->Resume(This)
bits2_0.h 97 HRESULT (WINAPI *Resume)(IBackgroundCopyJob3 *This);
150 #define IBackgroundCopyJob3_Resume(This) (This)->lpVtbl -> Resume(This)
bits.h 301 virtual HRESULT WINAPI Resume(void) = 0;
340 HRESULT (WINAPI *Resume)(IBackgroundCopyJob *This);
381 #define IBackgroundCopyJob_Resume(This) (This)->lpVtbl->Resume(This)
    [all...]
mqoai.h     [all...]
msclus.h     [all...]
netmon.h     [all...]
iads.h     [all...]
strmif.h     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 267 // Replace calls to "llvm.eh.resume" with the 'resume' instruction. Load the
269 Function *EHResume = M->getFunction("llvm.eh.resume");
273 CallInst *Resume = cast<CallInst>(*EHResume->use_begin());
274 BasicBlock *BB = Resume->getParent();
277 Builder.SetInsertPoint(BB, Resume->getIterator());
281 Resume->getArgOperand(0), 0, "lpad.val");
282 LPadVal = Builder.CreateInsertValue(LPadVal, Resume->getArgOperand(1),
286 // Remove all instructions after the 'resume.'
287 BasicBlock::iterator I = Resume->getIterator()
    [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h 406 SLresult (*Resume) (
    [all...]
  /frameworks/wilhelm/include/OMXAL/
OpenMAXAL.h 169 XAresult (*Resume) (
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 

Completed in 559 milliseconds

1 2 3