Home
last modified time | relevance | path

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

12345

/external/libjpeg-turbo/
Djcmainct.c28 boolean suspended; /* remember if we suspended output */ member
66 main_ptr->suspended = FALSE; in start_pass_main()
107 if (!main_ptr->suspended) { in process_data_simple_main()
109 main_ptr->suspended = TRUE; in process_data_simple_main()
116 if (main_ptr->suspended) { in process_data_simple_main()
118 main_ptr->suspended = FALSE; in process_data_simple_main()
/external/syzkaller/pkg/report/testdata/linux/report/
D68 <6>[ 85.525111] nouveau [ DRM] nouveau suspended
14 nouveau [ DRM] nouveau suspended
/external/adhd/cras/src/server/
Dcras_system_state.c106 exp_state->suspended = 0; in cras_system_state_init()
303 return state.exp_state->suspended; in cras_system_get_suspended()
306 void cras_system_set_suspended(int suspended) in cras_system_set_suspended() argument
308 state.exp_state->suspended = suspended; in cras_system_set_suspended()
309 cras_observer_notify_suspend_changed(suspended); in cras_system_set_suspended()
Dcras_observer.c70 int suspended; member
241 suspend_data->suspended); in suspend_changed_alert()
531 void cras_observer_notify_suspend_changed(int suspended) in cras_observer_notify_suspend_changed() argument
535 data.suspended = suspended; in cras_observer_notify_suspend_changed()
Dcras_observer.h91 void cras_observer_notify_suspend_changed(int suspended);
Daudio_thread.h40 int suspended; member
/external/autotest/server/site_tests/network_WiFi_ReconnectInDarkResume/
Dcontrol.DisconnectAfterSuspendSameAP16 disconnects while suspended, successfully reconnects to a preferred network
17 that later appears while it is still suspended. In this test, the preferred
27 5) AP 2 is brought down, disconnecting the DUT from it while suspended
Dcontrol.DisconnectAfterSuspendDiffAP16 disconnects while suspended, successfully reconnects to a preferred network
17 that later appears while it is still suspended. In this test, the preferred
27 5) AP 2 is brought down, disconnecting the DUT from it while suspended
Dcontrol.Stress14 resume after getting disconnected from that same network while suspended.
23 5) AP 2 is brought down, disconnecting the DUT from it while suspended
/external/autotest/server/site_tests/power_USBHotplugInSuspend/
Dcontrol23 is suspended. The DUT is suspended using the client test power_KernelSuspend.
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPackageManager.java142 private boolean suspended = false; field in ShadowPackageManager.PackageSetting
156 this.suspended = that.suspended; in PackageSetting()
170 boolean suspended, in setSuspended() argument
174 this.suspended = suspended; in setSuspended()
175 this.dialogMessage = suspended ? dialogMessage : null; in setSuspended()
176 this.suspendedAppExtras = suspended ? deepCopyNullablePersistableBundle(appExtras) : null; in setSuspended()
178 suspended ? deepCopyNullablePersistableBundle(launcherExtras) : null; in setSuspended()
182 return suspended; in isSuspended()
/external/webrtc/webrtc/call/
Drampup_tests.cc345 EvolveTestState(transmit_bitrate_bps, stats.suspended); in PollStats()
380 void RampUpDownUpTester::EvolveTestState(int bitrate_bps, bool suspended) { in EvolveTestState() argument
384 EXPECT_FALSE(suspended); in EvolveTestState()
402 if (bitrate_bps < kExpectedLowBitrateBps && suspended) { in EvolveTestState()
419 if (bitrate_bps > kExpectedHighBitrateBps && !suspended) { in EvolveTestState()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DCoroutines.rst19 When a suspend point is reached, the execution of a coroutine is suspended and
20 control is returned back to its caller. A suspended coroutine can be resumed
24 coroutine itself) that returns a handle to a suspended coroutine
43 keep the coroutine state when a coroutine is suspended. This region of storage
133 completion or suspended. The `coro.end`_ intrinsic marks the point where
139 control flow when a coroutine is suspended (default case), resumed (case 0) or
150 is suspended and control is returned back to the caller. An i32 slot is
356 when coroutine is prepared for resumption and when it is suspended.
491 * it is possible to check whether a suspended coroutine is at the final suspend
540 <SUSPEND> // injected suspend point, so that the coroutine starts suspended
[all …]
/external/libcxx/include/experimental/
Dcoroutine120 "resume() can only be called on suspended coroutines");
129 "destroy() can only be called on suspended coroutines");
136 "done() can only be called on suspended coroutines");
163 // FIXME actually implement a check for if the coro is suspended.
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_hw_context.c103 ctx->streamout.suspended = false; in si_context_gfx_flush()
106 ctx->streamout.suspended = true; in si_context_gfx_flush()
273 if (ctx->streamout.suspended) { in si_begin_new_cs()
/external/webrtc/webrtc/video/
Dsend_statistics_proxy_unittest.cc51 EXPECT_EQ(one.suspended, other.suspended); in ExpectEqual()
146 EXPECT_FALSE(statistics_proxy_->GetStats().suspended); in TEST_F()
150 EXPECT_TRUE(statistics_proxy_->GetStats().suspended); in TEST_F()
154 EXPECT_FALSE(statistics_proxy_->GetStats().suspended); in TEST_F()
/external/u-boot/drivers/usb/gadget/
Dat91_udc.c617 if (!udc->clocked || !udc->suspended) in at91_wakeup()
664 udc->suspended = 0; in reset_gadget()
689 udc->suspended = 0; in stop_activity()
1234 udc->suspended = 0; in at91_udc_irq()
1250 if (udc->suspended) in at91_udc_irq()
1252 udc->suspended = 1; in at91_udc_irq()
1272 if (!udc->suspended) in at91_udc_irq()
1274 udc->suspended = 0; in at91_udc_irq()
/external/cros/system_api/dbus/power_manager/
Dsuspend.proto18 // suspended listens for SuspendImminent and SuspendDone signals from powerd.
30 // ready to suspend, the system will be suspended. If the initial suspend
82 // Wall time that the system was suspended, as given by
/external/adhd/cras/src/common/
Dcras_observer_ops.h47 int suspended);
/external/autotest/server/site_tests/hardware_StorageStress/
Dcontrol.suspend14 data in the storage for 1 hour with machine suspended 5 minutes between
/external/autotest/server/site_tests/network_WiFi_RoamSuspend/
Dcontrol12 connected AP) when the previous AP goes away while the DUT is suspended.
/external/autotest/server/site_tests/network_WiFi_WakeOnDisconnect/
Dcontrol16 disconnected from an AP that the DUT was connected to when it last suspended.
/external/autotest/server/site_tests/network_WiFi_RoamSuspendTimeout/
Dcontrol.11a14 on channel 48 after deauthentication while the DUT is suspended.
Dcontrol.11g15 deauthentication while the DUT is suspended.
/external/autotest/server/site_tests/network_WiFi_WakeOnSSID/
Dcontrol16 appearance of a whitelisted SSID if it previously suspended disconnected.

12345