Searched refs:Runtime (Results 1 – 5 of 5) sorted by relevance
19 Runtime::Runtime() in Runtime() function in HdcTest::Runtime37 Runtime::~Runtime() in ~Runtime()49 int Runtime::InnerCall(int method) in InnerCall()54 void Runtime::CheckStopServer(uv_idle_t *arg) in CheckStopServer()56 Runtime *thisClass = (Runtime *)arg->data; in CheckStopServer()66 void Runtime::StartServer(uv_work_t *arg) in StartServer()69 Runtime *thisClass = static_cast<Runtime *>(arg->data); in StartServer()84 void Runtime::CheckStopDaemon(uv_idle_t *arg) in CheckStopDaemon()86 Runtime *thisClass = (Runtime *)arg->data; in CheckStopDaemon()96 void Runtime::StartDaemon(uv_work_t *arg) in StartDaemon()[all …]
34 Runtime *ftest = new Runtime(); in TEST()42 Runtime *ftest = new Runtime(); in TEST()50 Runtime *ftest = new Runtime(); in TEST()58 Runtime *ftest = new Runtime(); in TEST()66 Runtime *ftest = new Runtime(); in TEST()
23 Runtime *rt = (Runtime *)runtimePtr; in TestBaseCommand()74 Runtime *rt = (Runtime *)runtimePtr; in TestShellExecute()132 Runtime *rt = (Runtime *)runtimePtr; in TestFileCommand()266 Runtime *rt = (Runtime *)runtimePtr; in TestForwardCommand()288 Runtime *rt = (Runtime *)runtimePtr; in TestAppCommand()
20 class Runtime {30 Runtime();31 ~Runtime();
49 …private static final int POOL_SIZE = Math.min(MAX_PROCESSORS, Runtime.getRuntime().availableProces…