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

  /hardware/ti/omap4xxx/security/tf_daemon/
smc_properties_parser.h 75 NODE sNode;
82 NODE sNode;
88 NODE sNode;
  /cts/tools/host/src/com/android/cts/
TestSessionBuilder.java 249 Node sNode = suiteList.item(i);
250 if (sNode.getNodeType() == Document.ELEMENT_NODE
251 && TAG_TEST_SUITE.equals(sNode.getNodeName())) {
252 String fullSuiteName = getFullSuiteName(sNode);
256 TestSuite suite = loadSuite(pkg, sNode, excludedCaseList);
345 * @param sNode suite node
349 private TestSuite loadSuite(final TestPackage pkg, Node sNode,
351 NodeList cNodes = sNode.getChildNodes();
352 String fullSuiteName = getFullSuiteName(sNode);
353 String suiteName = getStringAttributeValue(sNode, TestPlan.Attribute.NAME)
    [all...]

Completed in 202 milliseconds