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

1 2

  /external/chromium_org/net/ftp/
ftp_transaction_factory.h 22 // Suspends the creation of new transactions. If |suspend| is false, creation
24 virtual void Suspend(bool suspend) = 0;
ftp_network_layer.h 28 virtual void Suspend(bool suspend) OVERRIDE;
ftp_network_layer.cc 35 void FtpNetworkLayer::Suspend(bool suspend) {
36 suspended_ = suspend;
39 if (suspend)
  /development/ndk/sources/android/ndk_helper/
GLContext.h 96 void Suspend();
GLContext.cpp 259 void GLContext::Suspend()
  /external/lldb/test/python_api/default-constructor/
sb_thread.py 26 obj.Suspend()
  /external/lzma/CPP/Windows/
Thread.h 29 DWORD Suspend() { return ::SuspendThread(thread); }
  /external/lldb/scripts/Python/interface/
SBThread.i 152 /// thread in a process stops, all other threads are stopped. The Suspend()
153 /// call here tells our process to suspend a thread and not let it run when
167 /// Suspend() and Resume() functions are not currently reference counted, if
171 ") Suspend;
173 Suspend();
  /external/chromium_org/cc/animation/
animation.h 86 void Suspend(base::TimeTicks monotonic_time);
animation.cc 134 void Animation::Suspend(base::TimeTicks monotonic_time) {
animation_unittest.cc 235 anim->Suspend(TicksFromSecondsF(0.5));
248 anim->Suspend(TicksFromSecondsF(0.75));
396 anim->Suspend(TicksFromSecondsF(0));
  /external/lldb/include/lldb/API/
SBThread.h 128 /// thread in a process stops, all other threads are stopped. The Suspend()
129 /// call here tells our process to suspend a thread and not let it run when
143 /// Suspend() and Resume() functions are not currently reference counted, if
148 Suspend();
  /external/lldb/tools/debugserver/source/MacOSX/
MachTask.h 64 kern_return_t Suspend ();
MachThread.h 55 void Suspend();
129 int32_t m_suspend_count; // The current suspend count > 0 means we have suspended m_suspendCount times,
MachThread.cpp 48 // muck with it and also so we get the suspend count correct in case it was
62 MachThread::Suspend()
393 Suspend();
478 // without worrying about race conditions, so lets restore our suspend
  /external/chromium_org/content/common/gpu/
image_transport_surface.h 142 void Suspend();
image_transport_surface.cc 178 void ImageTransportHelper::Suspend() {
image_transport_surface_fbo_mac.cc 117 helper_->Suspend();
  /external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
SDL_main.cpp 335 EpocSdlEnv::Suspend();
446 void EpocSdlEnv::Suspend()
452 RThread().Suspend();
463 th.Suspend();
644 // RThread().Suspend();
940 EXPORT_C void CSDL::Suspend()
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bits1_5.h 114 HRESULT (WINAPI *Suspend)(IBackgroundCopyJob2 *This);
163 #define IBackgroundCopyJob2_Suspend(This) (This)->lpVtbl->Suspend(This)
bits2_0.h 96 HRESULT (WINAPI *Suspend)(IBackgroundCopyJob3 *This);
149 #define IBackgroundCopyJob3_Suspend(This) (This)->lpVtbl -> Suspend(This)
bits.h 300 virtual HRESULT WINAPI Suspend(void) = 0;
339 HRESULT (WINAPI *Suspend)(IBackgroundCopyJob *This);
380 #define IBackgroundCopyJob_Suspend(This) (This)->lpVtbl->Suspend(This)
    [all...]
  /development/ndk/platforms/android-17/samples/Teapot/jni/
TeapotNativeActivity.cpp 200 gl_context_->Suspend();
  /development/ndk/platforms/android-18/samples/MoreTeapots/jni/
MoreTeapotsNativeActivity.cpp 211 gl_context_->Suspend();
  /external/chromium_org/net/http/
http_network_layer_unittest.cc 274 TEST_F(HttpNetworkLayerTest, Suspend) {

Completed in 1279 milliseconds

1 2