OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestCaseType
(Results
1 - 10
of
10
) sorted by null
/external/deqp/executor/
xeTestCase.hpp
36
enum
TestCaseType
46
const char* getTestCaseTypeName (
TestCaseType
caseType);
101
TestCase* createCase (
TestCaseType
caseType, const char* name, const char* description);
125
TestCaseType
getCaseType (void) const { return m_caseType; }
127
static TestCase* createAsChild (TestGroup* parent,
TestCaseType
caseType, const char* name, const char* description);
130
TestCase (TestGroup* parent,
TestCaseType
caseType, const char* name, const char* description);
133
TestCaseType
m_caseType;
143
TestCase* createCase (const char* path,
TestCaseType
caseType);
xeTestCaseListParser.cpp
33
static
TestCaseType
getTestCaseType (const char* caseType)
39
TestCaseType
caseType;
xeTestCase.cpp
31
const char* getTestCaseTypeName (
TestCaseType
caseType)
198
TestCase* TestGroup::createCase (
TestCaseType
caseType, const char* name, const char* description)
241
TestCase* TestCase::createAsChild(TestGroup* parent,
TestCaseType
caseType, const char *name, const char *description)
246
TestCase::TestCase (TestGroup* parent,
TestCaseType
caseType, const char* name, const char* description)
287
TestCase* TestHierarchyBuilder::createCase (const char* path,
TestCaseType
caseType)
xeTestCaseResult.hpp
119
TestCaseType
caseType; //!< Test case type.
xeTestResultParser.cpp
242
static
TestCaseType
getTestCaseType (const char* caseType)
244
return (
TestCaseType
)getEnumValue("test case type", s_testTypeMap, DE_LENGTH_OF_ARRAY(s_testTypeMap), caseType);
257
static
TestCaseType
getTestCaseTypeFromPath (const char* casePath)
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
MainInteractionSession.java
121
asyncTaskArg.setTestType(Utils.
TestCaseType
.CONFIRMATION_REQUEST_CANCEL_TEST));
126
asyncTaskArg.setTestType(Utils.
TestCaseType
.CONFIRMATION_REQUEST_TEST));
141
asyncTaskArg.setTestType(Utils.
TestCaseType
.COMPLETION_REQUEST_CANCEL_TEST));
146
asyncTaskArg.setTestType(Utils.
TestCaseType
.COMPLETION_REQUEST_TEST));
161
asyncTaskArg.setTestType(Utils.
TestCaseType
.ABORT_REQUEST_CANCEL_TEST));
165
newTask().execute(asyncTaskArg.setTestType(Utils.
TestCaseType
.ABORT_REQUEST_TEST));
189
asyncTaskArg.setTestType(Utils.
TestCaseType
.COMMANDREQUEST_CANCEL_TEST));
194
newTask().execute(asyncTaskArg.setTestType(Utils.
TestCaseType
.COMMANDREQUEST_TEST));
227
asyncTaskArg.setTestType(Utils.
TestCaseType
.PICKOPTION_REQUEST_CANCEL_TEST));
231
newTask().execute(asyncTaskArg.setTestType(Utils.
TestCaseType
.PICKOPTION_REQUEST_TEST))
[
all
...]
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
VoiceInteractionTest.java
105
for (Utils.
TestCaseType
t : Utils.
TestCaseType
.values()) {
118
private void verifySingleTestcaseResult(Utils.
TestCaseType
testCaseType
, String result) {
119
Log.i(TAG, "Recevied testresult: " + result + " for " +
testCaseType
);
120
switch (
testCaseType
) {
158
Log.i(TAG,
testCaseType
+ " passed");
/cts/tests/tests/voiceinteraction/common/src/android/voiceinteraction/common/
Utils.java
26
public enum
TestCaseType
{
/cts/tests/tests/voiceinteraction/testapp/src/android/voiceinteraction/testapp/
TestApp.java
47
Utils.
TestCaseType
mTestInProgress;
64
if (mIndex == Utils.
TestCaseType
.values().length) {
71
mTestInProgress = (Utils.
TestCaseType
.values())[mIndex++];
/external/deqp/executor/tools/
xeExtractValues.cpp
59
xe::
TestCaseType
caseType;
Completed in 1186 milliseconds