Searched refs:suspending (Results 1 – 25 of 74) sorted by relevance
123
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | binding_test.dart | 70 message = const StringCodec().encodeMessage('AppLifecycleState.suspending'); 72 expect(observer.lifecycleState, AppLifecycleState.suspending); 106 message = const StringCodec().encodeMessage('AppLifecycleState.suspending');
|
/third_party/boost/libs/coroutine2/ |
D | README.md | 5 suspending and resuming execution at certain locations. It preserves the local state of execution a…
|
/third_party/boost/libs/coroutine/ |
D | README.md | 5 suspending and resuming execution at certain locations. It preserves the local state of execution a…
|
/third_party/boost/libs/coroutine/doc/ |
D | overview.qbk | 11 suspending and resuming execution at certain locations.
|
D | motivation.qbk | 376 The advantages of suspending at an arbitrary call depth can be seen
|
/third_party/boost/libs/coroutine2/doc/ |
D | overview.qbk | 11 suspending and resuming execution at certain locations.
|
D | motivation.qbk | 297 The advantages of suspending at an arbitrary call depth can be seen
|
/third_party/libjpeg-turbo/ |
D | change.log | 224 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.
|
D | libjpeg.txt | 423 * 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 …]
|
D | example.txt | 447 * a suspending data source. See libjpeg.txt for more info.
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | change.log | 245 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.
|
D | libjpeg.txt | 423 * 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/ |
D | libjpeg.txt | 423 * 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 …]
|
D | example.txt | 430 * a suspending data source. See libjpeg.txt for more info.
|
/third_party/ltp/lib/ |
D | README.md | 74 can slaughter all children if needed. The test library proceeds with suspending
|
/third_party/flutter/flutter/packages/flutter/lib/src/scheduler/ |
D | binding.dart | 278 case AppLifecycleState.suspending: 297 case 'AppLifecycleState.suspending': 298 return AppLifecycleState.suspending;
|
/third_party/pulseaudio/src/pulsecore/ |
D | sink.c | 412 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()
|
D | source.c | 365 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/ |
D | window.dart | 78 /// [suspending] state at any time. 87 suspending,
|
/third_party/flutter/engine/flutter/lib/ui/ |
D | window.dart | 176 /// [suspending] state at any time. 185 suspending,
|
/third_party/ffmpeg/doc/ |
D | faq.texi | 541 @section How do I prevent ffmpeg from suspending with a message like @emph{suspended (tty output)}?
|
/third_party/pulseaudio/po/ |
D | he.po | 1498 msgid "WARNING: Sound server is not local, not suspending.\n"
|
D | kk.po | 2749 msgid "WARNING: Sound server is not local, not suspending.\n"
|
D | pulseaudio.pot | 2682 msgid "WARNING: Sound server is not local, not suspending.\n"
|
D | bg.po | 2668 msgid "WARNING: Sound server is not local, not suspending.\n"
|
123