OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testProcess
(Results
1 - 9
of
9
) sorted by null
/external/deqp/execserver/tools/
xsMain.cpp
58
xs::Win32TestProcess
testProcess
;
60
xs::PosixTestProcess
testProcess
;
84
xs::ExecutionServer server (&
testProcess
, DE_SOCKETFAMILY_INET4, port, runMode);
/external/deqp/execserver/
xsTestDriver.hpp
38
TestDriver (xs::
TestProcess
*
testProcess
);
72
xs::
TestProcess
* m_process;
xsExecutionServer.hpp
48
ExecutionServer (xs::
TestProcess
*
testProcess
, deSocketFamily family, int port, RunMode runMode);
xsTestDriver.cpp
43
TestDriver::TestDriver (xs::
TestProcess
*
testProcess
)
46
, m_process (
testProcess
)
166
// Signal
TestProcess
to clean up any remaining resources.
xsExecutionServer.cpp
101
ExecutionServer::ExecutionServer (xs::
TestProcess
*
testProcess
, deSocketFamily family, int port, RunMode runMode)
103
, m_testDriver (
testProcess
)
/external/deqp/framework/platform/android/
tcuAndroidExecService.hpp
44
class
TestProcess
: public xs::
TestProcess
47
TestProcess
(JavaVM* vm, jobject context);
48
~
TestProcess
(void);
79
ExecutionServer (JavaVM* vm, xs::
TestProcess
*
testProcess
, deSocketFamily family, int port, RunMode runMode);
99
ServerThread (JavaVM* vm, xs::
TestProcess
*
testProcess
, deSocketFamily family, int port);
121
TestProcess
m_process;
tcuAndroidExecService.cpp
59
//
TestProcess
61
TestProcess
::
TestProcess
(JavaVM* vm, jobject context)
73
DBG_PRINT(("
TestProcess
::
TestProcess
(%p, %p)", vm, context));
135
TestProcess
::~
TestProcess
(void)
137
DBG_PRINT(("
TestProcess
::~
TestProcess
()"));
150
void
TestProcess
::start (const char* name, const char* params, const char* workingDir, const char* caseList
[
all
...]
/external/deqp/framework/platform/ios/
tcuIOSApp.mm
121
class LocalTestProcess : public xs::
TestProcess
226
ServerThread (xs::
TestProcess
*
testProcess
, int port);
237
ServerThread::ServerThread (xs::
TestProcess
*
testProcess
, int port)
238
: m_server (
testProcess
, DE_SOCKETFAMILY_INET4, port, xs::ExecutionServer::RUNMODE_FOREVER)
/external/guava/guava-tests/test/com/google/common/io/
LineBufferTest.java
38
public void
testProcess
() throws IOException {
Completed in 85 milliseconds