Home
last modified time | relevance | path

Searched refs:rootNode (Results 1 – 25 of 33) sorted by relevance

12

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowAccessibilityWindowInfo.java33 private AccessibilityNodeInfo rootNode = null; field in ShadowAccessibilityWindowInfo
82 newShadow.rootNode = rootNode; in getClone()
140 areEqual &= (rootNode == otherShadow.getRoot()); in equals()
192 return (rootNode == null) ? null : AccessibilityNodeInfo.obtain(rootNode); in getRoot()
241 rootNode = root; in setRoot()
/external/parameter-framework/upstream/test/functional-tests/
DHandle.cpp207 static string rootNode(string name, string attributes, string content) in rootNode() function
215 string expected = rootNode("BooleanParameter", "Name='bool' Description='bool'", "");
221 string expected = rootNode("ParameterBlock", "Name='component_scalar' "
229 string expected = rootNode(
256 string expected = rootNode("Subsystem", "Name='test'", paramExpected);
261 string expected = rootNode("SystemClass", "Name='test'",
278 return rootNode("ParameterBlock", "Name='" + name + "'", settings); in mkBasicSettings()
292 return rootNode("SystemClass", "Name='test'", node("Subsystem", "test", settings, "")); in fullXMLSettings()
/external/swiftshader/third_party/LLVM/tools/opt/
DPrintSCC.cpp95 CallGraphNode* rootNode = getAnalysis<CallGraph>().getRoot(); in runOnModule() local
98 for (scc_iterator<CallGraphNode*> SCCI = scc_begin(rootNode), in runOnModule()
99 E = scc_end(rootNode); SCCI != E; ++SCCI) { in runOnModule()
/external/testng/src/test/java/test/
DGraphTest.java151 final String rootNode = "myroot"; in findPredecessorsTiming() local
153 g.addNode(rootNode); in findPredecessorsTiming()
182 g.addPredecessor(rootNode, node); in findPredecessorsTiming()
193 List<String> predecessors = g.findPredecessors(rootNode); in findPredecessorsTiming()
/external/deqp/framework/common/
DtcuTestHierarchyIterator.cpp88 TestHierarchyIterator::TestHierarchyIterator (TestPackageRoot& rootNode, in TestHierarchyIterator() argument
95 NodeIter iter(&rootNode); in TestHierarchyIterator()
DtcuTestHierarchyIterator.hpp110 …TestHierarchyIterator (TestPackageRoot& rootNode, TestHierarchyInflater& inflater, const CaseListF…
/external/apache-commons-bcel/src/examples/Mini/
DJJTMiniParserState.java55 Node rootNode() { in rootNode() method in JJTMiniParserState
DMiniC.java89 ASTProgram program = (ASTProgram)MiniParser.jjtree.rootNode(); in main()
/external/icu/icu4c/source/common/
Drbbitblb.h44 RBBITableBuilder(RBBIRuleBuilder *rb, RBBINode **rootNode, UErrorCode &status);
Drbbitblb.cpp30 RBBITableBuilder::RBBITableBuilder(RBBIRuleBuilder *rb, RBBINode **rootNode, UErrorCode &status) : in RBBITableBuilder() argument
32 fTree(*rootNode), in RBBITableBuilder()
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/
DNode.java671 Node rootNode = findRootNode(); in findCompilationUnit() local
672 if (rootNode instanceof CompilationUnit) { in findCompilationUnit()
673 return Optional.of((CompilationUnit) rootNode); in findCompilationUnit()
/external/doclava/src/com/google/doclava/
DSampleCode.java91 Node rootNode = writeSampleIndexCs(hdf, f, in setSamplesTOC() local
93 return rootNode; in setSamplesTOC()
/external/python/cpython3/Lib/xml/dom/
Dminidom.py1949 toktype, rootNode = events.getEvent()
1950 events.expandNode(rootNode)
1952 return rootNode
/external/python/cpython2/Lib/xml/dom/
Dminidom.py1909 toktype, rootNode = events.getEvent()
1910 events.expandNode(rootNode)
1912 return rootNode
/external/guice/extensions/struts2/lib/
Dognl-3.0.jarMETA-INF/ META-INF/MANIFEST.MF ognl/ ognl/enhance/ ognl/ ...
Dfreemarker-2.3.16.jarMETA-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/ ...
Djsp-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.core.resources_3.13.0.v20180512-1138.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
/external/guice/extensions/persist/lib/
Dognl-2.6.7.jarMETA-INF/ META-INF/MANIFEST.MF ognl/ ognl/ASTAdd.class ASTAdd ...
Dantlr-2.7.5h3.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ActionElement.class ActionElement ...
Dcommons-collections.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META ...
Dlog4j-1.2.14.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/ ...
/external/v8/src/inspector/build/closure-compiler/
Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
/external/slf4j/log4j-over-slf4j/compatibility/lib/
Dlog4j-1.2.14.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...

12