HomeSort by relevance Sort by last modified time
    Searched defs:nodePath (Results 1 - 6 of 6) sorted by null

  /external/guava/guava-tests/test/com/google/common/collect/
BstPathTest.java 50 SimplePath nodePath = new SimplePath(node, rootPath);
51 assertTrue(nodePath.hasPrefix());
52 assertEquals(rootPath, nodePath.prefixOrNull());
53 assertEquals(rootPath, nodePath.getPrefix());
  /external/deqp/framework/common/
tcuTestExecutor.cpp 238 string nodePath = "";
243 nodePath += ".";
244 nodePath += iter.node->getName();
258 if (!(isLeaf ? m_cmdLine.checkTestCaseName(nodePath.c_str()) : m_cmdLine.checkTestGroupName(nodePath.c_str())))
269 case NODETYPE_PACKAGE: enterTestPackage(static_cast<TestPackage*>(node), nodePath.c_str()); break;
270 case NODETYPE_GROUP: enterGroupNode(static_cast<TestCaseGroup*>(node), nodePath.c_str()); break;
274 case NODETYPE_SELF_VALIDATE: enterOk = enterTestCase(static_cast<TestCase*>(node), nodePath.c_str()); break;
323 fprintf(m_testCaseListFile, "TEST: %s\n", nodePath.c_str());
325 fprintf(m_testCaseListFile, "GROUP: %s\n", nodePath.c_str())
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.preferences_3.3.0.v20100503.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.preferences_3.5.100.v20130422-1538.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.preferences_3.5.100.v20130422-1538.jar 

Completed in 71 milliseconds