OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readCaseList
(Results
1 - 4
of
4
) sorted by null
/external/deqp/scripts/
caselist_diff.py
105
def
readCaseList
(filename):
170
oldCases =
readCaseList
(sys.argv[1])
171
newCases =
readCaseList
(sys.argv[2])
check_resolution_list.py
12
def
readCaseList
(filename):
50
caseList =
readCaseList
(sys.argv[1])
testset.py
37
def
readCaseList
(filename):
241
caselist =
readCaseList
(args[0])
/external/deqp/executor/tools/
xeCommandLineExecutor.cpp
202
static void
readCaseList
(xe::TestGroup* root, const char* filename)
241
readCaseList
(package, item.getPath());
Completed in 137 milliseconds