Home
last modified time | relevance | path

Searched refs:nodePath (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/common/
DtcuTestHierarchyIterator.cpp149 string nodePath; in buildNodePath() local
154 nodePath += "."; in buildNodePath()
155 nodePath += iter.node->getName(); in buildNodePath()
157 return nodePath; in buildNodePath()
172 const std::string nodePath = buildNodePath(m_sessionStack); in next() local
175 …if (!(isLeaf ? m_cmdLine.checkTestCaseName(nodePath.c_str()) : m_cmdLine.checkTestGroupName(nodePa… in next()
181 m_nodePath = nodePath; in next()
/external/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js88 var nodePath = require('path');
90 filename = nodePath['normalize'](filename);
93 if (!ret && filename != nodePath['resolve'](filename)) {