Home
last modified time | relevance | path

Searched refs:suspending (Results 1 – 25 of 74) sorted by relevance

123

/third_party/flutter/flutter/packages/flutter/test/widgets/
Dbinding_test.dart70 message = const StringCodec().encodeMessage('AppLifecycleState.suspending');
72 expect(observer.lifecycleState, AppLifecycleState.suspending);
106 message = const StringCodec().encodeMessage('AppLifecycleState.suspending');
/third_party/boost/libs/coroutine2/
DREADME.md5 suspending and resuming execution at certain locations. It preserves the local state of execution a…
/third_party/boost/libs/coroutine/
DREADME.md5 suspending and resuming execution at certain locations. It preserves the local state of execution a…
/third_party/boost/libs/coroutine/doc/
Doverview.qbk11 suspending and resuming execution at certain locations.
Dmotivation.qbk376 The advantages of suspending at an arbitrary call depth can be seen
/third_party/boost/libs/coroutine2/doc/
Doverview.qbk11 suspending and resuming execution at certain locations.
Dmotivation.qbk297 The advantages of suspending at an arbitrary call depth can be seen
/third_party/libjpeg-turbo/
Dchange.log224 decoding modes available to suspending-input applications. However,
225 existing applications that use suspending input will need to be changed
227 do anything if you don't use a suspending data source.
Dlibjpeg.txt423 * If you use a suspending data destination manager, output buffer overrun
582 * A suspending data source is used --- in that case jpeg_read_header()
682 If you don't use a suspending data source, it is safe to assume that
752 jpeg_skip_scanlines() with a suspending data source will result in undefined
1782 convenient restart point before suspending. When fill_input_buffer() is
1803 common case where a non-suspending source manager is used.)
1806 and insert dummy EOI markers just as a non-suspending data source manager
1811 though it had read more data in a non-suspending situation.
1917 multiple-scan output cannot be created with a suspending data destination
1929 decoding application. However, existing applications that used suspending
[all …]
Dexample.txt447 * a suspending data source. See libjpeg.txt for more info.
/third_party/skia/third_party/externals/libjpeg-turbo/
Dchange.log245 decoding modes available to suspending-input applications. However,
246 existing applications that use suspending input will need to be changed
248 do anything if you don't use a suspending data source.
Dlibjpeg.txt423 * If you use a suspending data destination manager, output buffer overrun
582 * A suspending data source is used --- in that case jpeg_read_header()
682 If you don't use a suspending data source, it is safe to assume that
752 jpeg_skip_scanlines() with a suspending data source will result in undefined
1800 convenient restart point before suspending. When fill_input_buffer() is
1821 common case where a non-suspending source manager is used.)
1824 and insert dummy EOI markers just as a non-suspending data source manager
1829 though it had read more data in a non-suspending situation.
1935 multiple-scan output cannot be created with a suspending data destination
1947 decoding application. However, existing applications that used suspending
[all …]
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Dlibjpeg.txt423 * If you use a suspending data destination manager, output buffer overrun
582 * A suspending data source is used --- in that case jpeg_read_header()
682 If you don't use a suspending data source, it is safe to assume that
752 jpeg_skip_scanlines() with a suspending data source will result in undefined
1782 convenient restart point before suspending. When fill_input_buffer() is
1803 common case where a non-suspending source manager is used.)
1806 and insert dummy EOI markers just as a non-suspending data source manager
1811 though it had read more data in a non-suspending situation.
1917 multiple-scan output cannot be created with a suspending data destination
1929 decoding application. However, existing applications that used suspending
[all …]
Dexample.txt430 * a suspending data source. See libjpeg.txt for more info.
/third_party/ltp/lib/
DREADME.md74 can slaughter all children if needed. The test library proceeds with suspending
/third_party/flutter/flutter/packages/flutter/lib/src/scheduler/
Dbinding.dart278 case AppLifecycleState.suspending:
297 case 'AppLifecycleState.suspending':
298 return AppLifecycleState.suspending;
/third_party/pulseaudio/src/pulsecore/
Dsink.c412 bool suspending; in sink_set_state() local
426 suspending = PA_SINK_IS_OPENED(s->state) && state == PA_SINK_SUSPENDED; in sink_set_state()
508 if (suspending || resuming || suspend_cause_changed) { in sink_set_state()
522 …if ((suspending || resuming || suspend_cause_changed) && s->monitor_source && state != PA_SINK_UNL… in sink_set_state()
Dsource.c365 bool suspending; in source_set_state() local
379 suspending = PA_SOURCE_IS_OPENED(s->state) && state == PA_SOURCE_SUSPENDED; in source_set_state()
461 if (suspending || resuming || suspend_cause_changed) { in source_set_state()
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/ui/
Dwindow.dart78 /// [suspending] state at any time.
87 suspending,
/third_party/flutter/engine/flutter/lib/ui/
Dwindow.dart176 /// [suspending] state at any time.
185 suspending,
/third_party/ffmpeg/doc/
Dfaq.texi541 @section How do I prevent ffmpeg from suspending with a message like @emph{suspended (tty output)}?
/third_party/pulseaudio/po/
Dhe.po1498 msgid "WARNING: Sound server is not local, not suspending.\n"
Dkk.po2749 msgid "WARNING: Sound server is not local, not suspending.\n"
Dpulseaudio.pot2682 msgid "WARNING: Sound server is not local, not suspending.\n"
Dbg.po2668 msgid "WARNING: Sound server is not local, not suspending.\n"

123