/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/ |
D | CoroSplit.cpp | 550 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()
|
D | CoroFrame.cpp | 84 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/ |
D | control | 14 Suspend the system with lots of CPU activity.
|
/external/autotest/client/site_tests/power_CameraSuspend/ |
D | control | 13 Suspend the system with the camera device open.
|
/external/lzma/CPP/Windows/ |
D | Thread.h | 29 DWORD Suspend() { return ::SuspendThread(thread); } in Suspend() function
|
/external/autotest/server/site_tests/bluetooth_AdapterSRSanity/ |
D | control.sr_peer_wake_le_hid | 19 DOC = """ Single run of a Suspend-Resume sanity testcase. """
|
D | control.sr_reconnect_multiple_le_hid | 19 DOC = """ Single run of a Suspend-Resume sanity testcase. """
|
D | control.sr_while_advertising | 19 DOC = """ Single run of a Suspend-Resume sanity testcase. """
|
D | control.sr_reconnect_classic_hid | 19 DOC = """ Single run of a Suspend-Resume sanity testcase. """
|
D | control.sr_reconnect_le_hid | 19 DOC = """ Single run of a Suspend-Resume sanity testcase. """
|
D | control.sr_peer_wake_classic_hid | 19 DOC = """ Single run of a Suspend-Resume sanity testcase. """
|
D | control.sr_while_discovering | 19 DOC = """ Single run of a Suspend-Resume sanity testcase. """
|
D | control.sr_reconnect_multiple_classic_hid | 19 DOC = """ Single run of a Suspend-Resume sanity testcase. """
|
D | control.sr_reconnect_multiple_classic_le_hid | 19 DOC = """ Single run of a Suspend-Resume sanity testcase. """
|
/external/autotest/server/site_tests/network_WiFi_RoamSuspendEndToEnd/ |
D | control | 15 WiFi roaming between two Open Networks after a Suspend/Resume.
|
/external/v8/src/debug/wasm/gdb-server/ |
D | target.cc | 118 Suspend(); in ProcessDebugEvent() 135 void Target::Suspend() { in Suspend() function in v8::internal::wasm::gdb_server::Target 139 gdb_server_->Suspend(); in Suspend()
|
D | target.h | 69 void Suspend();
|
/external/u-boot/board/ti/ks2_evm/ |
D | README | 138 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/ |
D | control | 15 Test functionality of Suspend to Idle.
|
D | control.force | 14 Test functionality of Suspend to Idle.
|
/external/u-boot/doc/device-tree-bindings/regulator/ |
D | regulator.txt | 43 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/ |
D | control.faft | 21 # Suspend stress run per iteration in seconds.
|
/external/grpc-grpc/src/cpp/server/load_reporter/ |
D | load_data_store.cc | 163 void PerBalancerStore::Suspend() { in Suspend() function in grpc::load_reporter::PerBalancerStore 232 orphaned_store->Suspend(); in ReportStreamClosed()
|
/external/autotest/server/site_tests/factory_Basic/ |
D | test_list.suspend_basic | 29 _ENGLISH_TEST_LABEL = 'Suspend/Resume (%s %s)' % (
|
/external/crosvm/vm_control/src/ |
D | lib.rs | 298 Suspend, enumerator 359 VmRequest::Suspend => { in execute()
|