Home
last modified time | relevance | path

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

1234567

/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/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/webrtc/call/
Drampup_tests.cc456 bool suspended = false; in PollStats() local
462 suspended = stats.suspended; in PollStats()
470 EvolveTestState(transmit_bitrate_bps, suspended); in PollStats()
522 void RampUpDownUpTester::EvolveTestState(int bitrate_bps, bool suspended) { in EvolveTestState() argument
526 EXPECT_FALSE(suspended); in EvolveTestState()
543 suspended == check_suspend_state) { in EvolveTestState()
557 if (bitrate_bps >= GetExpectedHighBitrate() && !suspended) { in EvolveTestState()
/external/adhd/cras/src/server/
Dcras_system_state.c150 exp_state->suspended = 0; in cras_system_state_init()
342 return state.exp_state->suspended; in cras_system_get_suspended()
345 void cras_system_set_suspended(int suspended) in cras_system_set_suspended() argument
347 state.exp_state->suspended = suspended; in cras_system_set_suspended()
348 cras_observer_notify_suspend_changed(suspended); in cras_system_set_suspended()
Dcras_observer.c73 int suspended; member
244 suspend_data->suspended); in suspend_changed_alert()
564 void cras_observer_notify_suspend_changed(int suspended) in cras_observer_notify_suspend_changed() argument
568 data.suspended = suspended; in cras_observer_notify_suspend_changed()
Dcras_observer.h89 void cras_observer_notify_suspend_changed(int suspended);
/external/llvm-project/mlir/lib/Conversion/AsyncToLLVM/
DAsyncToLLVM.cpp419 Operation *op, Block *suspended, Block *resume, in addSuspensionPoint() argument
428 builder.setInsertionPointToEnd(suspended); in addSuspensionPoint()
449 builder.setInsertionPointToEnd(suspended); in addSuspensionPoint()
523 Block *suspended = terminatorOp->getBlock(); in outlineExecuteOp() local
524 Block *resume = suspended->splitBlock(terminatorOp); in outlineExecuteOp()
525 addSuspensionPoint(coro, coroSave.getResult(0), terminatorOp, suspended, in outlineExecuteOp()
767 Block *suspended = op->getBlock(); in matchAndRewrite() local
770 Block *resume = rewriter.splitBlock(suspended, Block::iterator(op)); in matchAndRewrite()
771 addSuspensionPoint(coro, coroSave.getResult(0), op, suspended, resume, in matchAndRewrite()
/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.java143 private boolean suspended = false; field in ShadowPackageManager.PackageSetting
157 this.suspended = that.suspended; in PackageSetting()
171 boolean suspended, in setSuspended() argument
175 this.suspended = suspended; in setSuspended()
176 this.dialogMessage = suspended ? dialogMessage : null; in setSuspended()
177 this.suspendedAppExtras = suspended ? deepCopyNullablePersistableBundle(appExtras) : null; in setSuspended()
179 suspended ? deepCopyNullablePersistableBundle(launcherExtras) : null; in setSuspended()
183 return suspended; in isSuspended()
/external/llvm-project/libcxx/include/experimental/
Dcoroutine118 "resume() can only be called on suspended coroutines");
127 "destroy() can only be called on suspended coroutines");
134 "done() can only be called on suspended coroutines");
161 // FIXME actually implement a check for if the coro is suspended.
/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/llvm-project/lldb/tools/darwin-debug/
DCMakeLists.txt4 # process and that process will start suspended, so debugserver will
/external/adhd/cras/src/common/
Dcras_observer_ops.h45 void (*suspend_changed)(void *context, int suspended);
/external/llvm-project/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
46 while suspended.
327 completion or suspended. The `coro.end`_ intrinsic marks the point where
333 control flow when a coroutine is suspended (default case), resumed (case 0) or
344 is suspended and control is returned back to the caller. An i32 slot is
550 when coroutine is prepared for resumption and when it is suspended.
685 * it is possible to check whether a suspended coroutine is at the final suspend
[all …]
/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/hardware_StorageStress/
Dcontrol.suspend14 data in the storage for 1 hour with machine suspended 5 minutes between
/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/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_WakeOnSSID/
Dcontrol16 appearance of a whitelisted SSID if it previously suspended disconnected.
/external/autotest/server/site_tests/network_WiFi_RoamSuspendTimeout/
Dcontrol.11a14 on channel 48 after deauthentication while the DUT is suspended.
Dcontrol.11b15 deauthentication while the DUT is suspended.
/external/autotest/server/site_tests/display_SuspendStress/
Dcontrol.extended_30min19 repeatedly suspended and resumed in extended mode.
Dcontrol.mirrored_30min19 repeatedly suspended and resumed in mirrored mode.

1234567