HomeSort by relevance Sort by last modified time
    Searched refs:groupPath (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/common/
tcuCommandLine.cpp 880 static bool checkTestGroupName (const CaseTreeNode* root, const char* groupPath)
882 const CaseTreeNode* node = findNode(root, groupPath);
  /external/parameter-framework/upstream/tools/xmlGenerator/
EddParser.py 342 class GroupPath (Path, ElementWithTag) :
346 childWhiteList = ["Path", "GroupPath"]
357 groupPaths = self.extractChildrenByClass([GroupPath])
358 for groupPath in groupPaths :
359 pathNames += groupPath.getPathNames()
364 for child in self.extractChildrenByClass([Path, GroupPath]):
431 childWhiteList = ["Rule", "Operator", "Path", "GroupPath"]
478 paths = self.extractChildrenByClass([Path, GroupPath])
480 rootPath = GroupPath()
511 paths = self.extractChildrenByClass([Path, GroupPath])
    [all...]

Completed in 80 milliseconds