Home
last modified time | relevance | path

Searched refs:Suspend (Results 1 – 25 of 85) sorted by relevance

1234

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp550 static bool simplifySuspendPoint(CoroSuspendInst *Suspend, in simplifySuspendPoint() argument
552 auto *Save = Suspend->getCoroSave(); in simplifySuspendPoint()
553 auto *BB = Suspend->getParent(); in simplifySuspendPoint()
560 for (Instruction *I = Save->getNextNode(); I != Suspend; in simplifySuspendPoint()
590 Suspend->replaceAllUsesWith(SubFn->getRawIndex()); in simplifySuspendPoint()
591 Suspend->eraseFromParent(); in simplifySuspendPoint()
DCoroFrame.cpp84 bool Suspend = false; member
184 B.Suspend = true; in SuspendCrossingInfo()
220 if (B.Suspend) { in SuspendCrossingInfo()
223 if (S.Suspend) { in SuspendCrossingInfo()
/external/autotest/client/site_tests/power_HotCPUSuspend/
Dcontrol14 Suspend the system with lots of CPU activity.
/external/autotest/client/site_tests/power_CameraSuspend/
Dcontrol13 Suspend the system with the camera device open.
/external/lzma/CPP/Windows/
DThread.h29 DWORD Suspend() { return ::SuspendThread(thread); } in Suspend() function
/external/autotest/server/site_tests/bluetooth_AdapterSRSanity/
Dcontrol.sr_peer_wake_le_hid19 DOC = """ Single run of a Suspend-Resume sanity testcase. """
Dcontrol.sr_reconnect_multiple_le_hid19 DOC = """ Single run of a Suspend-Resume sanity testcase. """
Dcontrol.sr_while_advertising19 DOC = """ Single run of a Suspend-Resume sanity testcase. """
Dcontrol.sr_reconnect_classic_hid19 DOC = """ Single run of a Suspend-Resume sanity testcase. """
Dcontrol.sr_reconnect_le_hid19 DOC = """ Single run of a Suspend-Resume sanity testcase. """
Dcontrol.sr_peer_wake_classic_hid19 DOC = """ Single run of a Suspend-Resume sanity testcase. """
Dcontrol.sr_while_discovering19 DOC = """ Single run of a Suspend-Resume sanity testcase. """
Dcontrol.sr_reconnect_multiple_classic_hid19 DOC = """ Single run of a Suspend-Resume sanity testcase. """
Dcontrol.sr_reconnect_multiple_classic_le_hid19 DOC = """ Single run of a Suspend-Resume sanity testcase. """
/external/autotest/server/site_tests/network_WiFi_RoamSuspendEndToEnd/
Dcontrol15 WiFi roaming between two Open Networks after a Suspend/Resume.
/external/v8/src/debug/wasm/gdb-server/
Dtarget.cc118 Suspend(); in ProcessDebugEvent()
135 void Target::Suspend() { in Suspend() function in v8::internal::wasm::gdb_server::Target
139 gdb_server_->Suspend(); in Suspend()
Dtarget.h69 void Suspend();
/external/u-boot/board/ti/ks2_evm/
DREADME138 2. Suspend Target. Select Run -> Suspend from top level menu
159 2. Suspend Target. Select Run -> Suspend from top level menu
/external/autotest/client/site_tests/power_SuspendToIdle/
Dcontrol15 Test functionality of Suspend to Idle.
Dcontrol.force14 Test functionality of Suspend to Idle.
/external/u-boot/doc/device-tree-bindings/regulator/
Dregulator.txt43 sub-nodes for regulator state in Standby, Suspend-to-RAM, and
44 Suspend-to-DISK modes. Equivalent with standby, mem, and disk Linux
/external/autotest/client/site_tests/power_SuspendStress/
Dcontrol.faft21 # Suspend stress run per iteration in seconds.
/external/grpc-grpc/src/cpp/server/load_reporter/
Dload_data_store.cc163 void PerBalancerStore::Suspend() { in Suspend() function in grpc::load_reporter::PerBalancerStore
232 orphaned_store->Suspend(); in ReportStreamClosed()
/external/autotest/server/site_tests/factory_Basic/
Dtest_list.suspend_basic29 _ENGLISH_TEST_LABEL = 'Suspend/Resume (%s %s)' % (
/external/crosvm/vm_control/src/
Dlib.rs298 Suspend, enumerator
359 VmRequest::Suspend => { in execute()

1234