Home
last modified time | relevance | path

Searched refs:suspended (Results 1 – 25 of 34) sorted by relevance

12

/external/jpeg/
Djcmainct.c33 boolean suspended; /* remember if we suspended output */ member
79 main->suspended = FALSE; in start_pass_main()
142 if (! main->suspended) { in process_data_simple_main()
144 main->suspended = TRUE; in process_data_simple_main()
151 if (main->suspended) { in process_data_simple_main()
153 main->suspended = FALSE; in process_data_simple_main()
216 if (! main->suspended) { in process_data_buffer_main()
218 main->suspended = TRUE; in process_data_buffer_main()
225 if (main->suspended) { in process_data_buffer_main()
227 main->suspended = FALSE; in process_data_buffer_main()
Dlibjpeg.doc1656 the decoder has suspended without consuming any data --- otherwise, if this
1849 JPEG_SUSPENDED: suspended before completing any of the above
/external/webkit/Source/WebCore/xml/
DXMLHttpRequestProgressEventThrottle.cpp52 ASSERT(!suspended()); in dispatchProgressEvent()
74 ASSERT(!suspended()); in dispatchEvent()
101 ASSERT(!suspended()); in dispatchPausedEvent()
112 ASSERT(!suspended()); in fired()
DXMLHttpRequestProgressEventThrottle.h57 bool suspended() const { return m_suspended; } in suspended() function
/external/bluetooth/bluez/audio/
Dandroid_audio_hw.c57 bool suspended; member
85 bool suspended; member
324 if (!out->bt_enabled || out->suspended) { in out_write()
326 out->bt_enabled, out->suspended); in out_write()
409 out->suspended = suspend; in _out_a2dp_suspend()
469 out->suspended = adev->suspended; in adev_open_output_stream()
567 adev->suspended = !strcmp(value, "true"); in adev_set_parameters()
569 _out_a2dp_suspend(adev->output, adev->suspended); in adev_set_parameters()
603 adev->suspended ? "true" : "false"); in adev_get_parameters()
705 adev->suspended = false; in adev_open()
/external/webkit/Source/WebCore/editing/
DSelectionController.h146 void setCaretBlinkingSuspended(bool suspended) { m_isCaretBlinkingSuspended = suspended; } in setCaretBlinkingSuspended() argument
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
DSDL_sysevents.c205 if( this->hidden->suspended ) in SDL_RestoreGameMode()
207 this->hidden->suspended = 0; in SDL_RestoreGameMode()
227 if( !this->hidden->suspended ) in SDL_RestoreDesktopMode()
229 this->hidden->suspended = 1; in SDL_RestoreDesktopMode()
/external/webkit/Source/WebCore/page/animation/
DCompositeAnimation.h68 bool suspended() const { return m_suspended; } in suspended() function
DAnimationController.cpp84 return animation->suspended(); in clear()
95 if (!compAnim->suspended() && compAnim->hasAnimations()) { in updateAnimationTimer()
DAnimationBase.cpp1267 bool pause = playState == AnimPlayStatePaused || m_compAnim->suspended(); in updatePlayState()
/external/qemu/distrib/sdl-1.2.12/src/video/gapi/
DSDL_gapivideo.h155 int suspended; // do not pu anything into video memory member
DSDL_gapivideo.c1102 if( gapi->suspended ) return; in GAPI_UpdateRects()
/external/bluetooth/bluez/doc/
Daudio-api.txt251 Sent when a stream with remote device is suspended.
277 Audio stream suspended
340 Audio stream suspended
/external/chromium/chrome/browser/ui/views/tab_contents/
Dtab_contents_drag_win.cc132 old_drop_target_suspended_state_ = view_->drop_target()->suspended(); in StartDragging()
/external/webkit/Source/WebKit/mac/WebView/
DWebViewPrivate.h548 - (void)setCSSAnimationsSuspended:(BOOL)suspended;
DWebView.mm2701 - (void)setCSSAnimationsSuspended:(BOOL)suspended
2703 if (suspended == _private->cssAnimationsSuspended)
2706 _private->cssAnimationsSuspended = suspended;
2709 if (suspended)
/external/expat/
DChanges38 that a parse be suspended for later resumption or aborted
/external/webkit/Source/WebKit2/UIProcess/Launcher/mac/
DProcessLauncherMac.mm244 // Start suspended so we can set up the termination notification handler.
/external/chromium/chrome/browser/ui/cocoa/tabs/
Dthrobber_view.mm172 // It is not possible to determine whether the timer has been suspended by
/external/quake/quake/src/WinQuake/
Dwqreadme.txt993 Made it so WinQuake no longer gets suspended when Alt-Tab is used to
/external/oprofile/events/ppc64/power7/
Devents1406 …um:1000 name:PM_SUSPENDED_GRP174 : (Group 174 pm_suspend) The counter is suspended (does not count)
1742 … name:PM_SUSPENDED_GRP216 : (Group 216 pm_compat_suspend) The counter is suspended (does not count)
1743 … name:PM_SUSPENDED_GRP216 : (Group 216 pm_compat_suspend) The counter is suspended (does not count)
1744 … name:PM_SUSPENDED_GRP216 : (Group 216 pm_compat_suspend) The counter is suspended (does not count)
1745 … name:PM_SUSPENDED_GRP216 : (Group 216 pm_compat_suspend) The counter is suspended (does not count)
/external/bluetooth/bluez/
DChangeLog44 Fix issue with name resolving when discovery is suspended.
/external/webkit/Source/WebCore/
DChangeLog-2010-05-249301 While WebSocketChannel is suspended, it only adds received data in m_buffer
9311 Mark channel is opened, and process pending events if not suspended.
9313 Push message back in pending queue, and process pending events if not suspended.
9315 Mark channel is closed, and process pending events if not suspended.
9317 Mark suspended.
9319 Unmark suspended, and process pending events.
9337 handle closing if handle was already closed while suspended.
9339 …If suspended, record unhandled bufferedAmount and set m_closed true, so that closing will be proce…
9341 Add received data in buffer and process buffer while it is not suspended.
27475 Don't stop the playback event timer when media resource loading has suspended.
[all …]
/external/webkit/Source/WebKit2/
DChangeLog10448 even if painting is suspended or we're in the process of updating the backing store state.
10532 is suspended (but still refrain from updating it when in accelerated compositing mode).
/external/webkit/Source/WebKit/win/
DChangeLog4507 Make m_closeWindowTimer a SuspendableTimer, so it is properly suspended

12