Home
last modified time | relevance | path

Searched refs:groupPath (Results 1 – 3 of 3) sorted by relevance

/external/deqp/scripts/
Dmustpass.py568 for groupPath in splitedGroupsDict:
570 if len(splitedGroupsDict[groupPath]) == 0:
573 processedGroupPath = groupPath[groupPath.find('.')+1:].replace('_', '-')
591 writeFile(groupDstFileFullDir, "\n".join(splitedGroupsDict[groupPath]) + "\n")
/external/deqp/framework/common/
DtcuCommandLine.cpp596 de::FilePath groupPath (fileName); in parseGroupFile() local
597 de::UniquePtr<Resource> groupResource (archive.getResource(groupPath.normalize().getPath())); in parseGroupFile()
1130 static bool checkTestGroupName (const CaseTreeNode* root, const char* groupPath) in checkTestGroupName() argument
1132 const CaseTreeNode* node = findNode(root, groupPath); in checkTestGroupName()
/external/parameter-framework/upstream/tools/xmlGenerator/
DEddParser.py362 for groupPath in groupPaths:
363 pathNames += groupPath.getPathNames()