Home
last modified time | relevance | path

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

/external/autotest/server/site_tests/power_BatteryStateOnResume/
Dcontrol14 DUT in Suspend(S3) state.
16 DUT in Suspend(S3) state.
/external/pdfium/xfa/include/fwl/adapter/
Dfwl_adapterthreadmgr.h19 virtual FWL_ERR Suspend(FWL_HTHREAD hThread) = 0;
Dfwl_sdadapterimp.h86 virtual FWL_ERR Suspend(FWL_HTHREAD hThread);
/external/autotest/client/site_tests/power_CameraSuspend/
Dcontrol14 Suspend the system with the camera device open.
/external/autotest/client/site_tests/power_HotCPUSuspend/
Dcontrol15 Suspend the system with lots of CPU activity.
/external/lzma/CPP/Windows/
DThread.h29 DWORD Suspend() { return ::SuspendThread(thread); } in Suspend() function
/external/autotest/server/site_tests/network_WiFi_RoamSuspendEndToEnd/
Dcontrol16 WiFi roaming between two Open Networks after a Suspend/Resume.
/external/autotest/client/site_tests/power_SuspendStress/
Dcontrol.faft21 # Suspend stress run per iteration in seconds.
/external/autotest/server/site_tests/factory_Basic/
Dtest_list.suspend_basic29 _ENGLISH_TEST_LABEL = 'Suspend/Resume (%s %s)' % (
Dtest_list.fwteam_small315 label_en='Suspend/Resume (%s %s)' % (
342 label_en='Suspend/Resume (%d %s)' % (
/external/pdfium/xfa/src/fwl/src/core/
Dfwl_sdadapterimp.cpp157 FWL_ERR CFWL_SDAdapterThreadMgr::Suspend(FWL_HTHREAD hThread) { in Suspend() function in CFWL_SDAdapterThreadMgr
/external/clang/include/clang/AST/
DExprCXX.h4088 enum SubExpr { Common, Ready, Suspend, Resume, Count }; enumerator
4094 Expr *Ready, Expr *Suspend, Expr *Resume) in CoroutineSuspendExpr() argument
4102 SubExprs[SubExpr::Suspend] = Suspend; in CoroutineSuspendExpr()
4114 SubExprs[SubExpr::Suspend] = nullptr; in CoroutineSuspendExpr()
4120 SubExprs[SubExpr::Suspend] = nullptr; in CoroutineSuspendExpr()
4133 return static_cast<Expr*>(SubExprs[SubExpr::Suspend]); in getSuspendExpr()
4161 Expr *Suspend, Expr *Resume) in CoawaitExpr() argument
4163 Suspend, Resume) {} in CoawaitExpr()
4184 Expr *Suspend, Expr *Resume) in CoyieldExpr() argument
4186 Suspend, Resume) {} in CoyieldExpr()
/external/libevent/
DChangeLog1026 o Suspend read/write on bufferevents during hostname lookup (db08f64)
/external/libmicrohttpd/doc/
Dlibmicrohttpd.texi2047 Suspend handling of network data for a given connection. This can
Dlibmicrohttpd.info1784 Suspend handling of network data for a given connection. This can
/external/jetty/
DVERSION.txt1658 + 306884 Suspend with timeout <=0 never expires
2552 + JETTY-608 Suspend/Resume/Complete request listeners