HomeSort by relevance Sort by last modified time
    Searched full:rootnode (Results 1 - 25 of 325) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/test/java/tests/org/w3c/dom/
IsSupported.java 59 Node rootNode;
62 rootNode = doc.getDocumentElement();
63 state = rootNode.isSupported("XXX", "1.0");
68 Node rootNode;
71 rootNode = doc.getDocumentElement();
72 state = rootNode.isSupported("XML", "9.0");
77 Node rootNode;
80 rootNode = doc.getDocumentElement();
81 state = rootNode.isSupported("xml", "1.0");
86 Node rootNode;
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowUriMatcher.java 27 public MatchNode rootNode;
30 rootNode = new MatchNode(code);
35 MatchNode authNode = rootNode.map.get(authority);
37 authNode = new MatchNode(rootNode.code);
38 rootNode.map.put(authority, authNode);
50 if (!rootNode.map.containsKey(auth)) {
51 return rootNode.code;
54 return matchSegments(rootNode.map.get(auth), segments);
79 return rootNode.code;
89 nextNode = new MatchNode(rootNode.code)
    [all...]
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
PolicyChecker.java 66 private PolicyNodeImpl rootNode;
86 * @param rootNode the initial root node of the valid policy tree
91 PolicyNodeImpl rootNode)
106 this.rootNode = rootNode;
213 + "policyTree = " + rootNode);
225 rootNode = processPolicies(certIndex, initPolicies, explicitPolicy,
226 policyMapping, inhibitAnyPolicy, rejectPolicyQualifiers, rootNode,
247 + "policyTree = " + rootNode);
433 PolicyNodeImpl rootNode = null
    [all...]
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/xml/
XMLDocument.java 42 * @param rootnode
57 public XMLDocument(final String rootnode, final String pubId,
60 super(writer, rootnode);
61 writeHeader(rootnode, pubId, system, encoding, standalone, writer);
69 * @param rootnode
84 public XMLDocument(final String rootnode, final String pubId,
88 this(rootnode, pubId, system, encoding, standalone,
98 private static void writeHeader(final String rootnode, final String pubId,
107 writer.write(format(DOCTYPE, rootnode, pubId, system));
  /external/libxml2/doc/tutorial/
includeconvert.c 53 xmlNodePtr rootnode;
67 rootnode = xmlNewDocNode(doc, NULL, (const xmlChar*)"root", out);
68 xmlDocSetRootElement(doc, rootnode);
aph.html 54 xmlNodePtr rootnode;
68 rootnode = xmlNewDocNode(doc, NULL, (const xmlChar*)"root", out);
69 xmlDocSetRootElement(doc, rootnode);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfoTest.java 81 UiViewElementNode rootNode = createNode("android.widget.LinearLayout", true);
82 ViewInfo root = new ViewInfo("LinearLayout", rootNode, 10, 10, 100, 100);
83 UiViewElementNode child1Node = createNode(rootNode, "android.widget.Button", false);
85 UiViewElementNode child2Node = createNode(rootNode, "android.widget.Button", false);
95 assertSame(rootView.getUiViewNode(), rootNode);
164 UiViewElementNode rootNode = createNode("android.widget.LinearLayout", true);
165 ViewInfo root = new ViewInfo("LinearLayout", rootNode, 10, 10, 100, 100);
166 UiViewElementNode child1Node = createNode(rootNode, "android.widget.Button", false);
168 UiViewElementNode child2Node = createNode(rootNode, "include", true);
180 assertSame(rootNode, rootView.getUiViewNode())
    [all...]
SelectionManagerTest.java 46 UiViewElementNode rootNode = CanvasViewInfoTest.createNode("android.widget.LinearLayout",
48 ViewInfo root = new ViewInfo("LinearLayout", rootNode, 10, 10, 100, 100);
49 UiViewElementNode child1Node = CanvasViewInfoTest.createNode(rootNode,
52 UiViewElementNode child2Node = CanvasViewInfoTest.createNode(rootNode,
97 UiViewElementNode rootNode = CanvasViewInfoTest.createNode("android.widget.LinearLayout",
99 ViewInfo root = new ViewInfo("LinearLayout", rootNode, 10, 10, 100, 100);
100 UiViewElementNode child1Node = CanvasViewInfoTest.createNode(rootNode,
103 UiViewElementNode child2Node = CanvasViewInfoTest.createNode(rootNode,
  /external/e2fsprogs/debugfs/
htree.c 33 struct ext2_dx_root_info * rootnode,
62 hash_alg = rootnode->hash_version;
110 struct ext2_dx_root_info * rootnode,
116 struct ext2_dx_root_info * rootnode,
147 htree_dump_int_block(fs, ino, inode, rootnode,
150 htree_dump_leaf_node(fs, ino, inode, rootnode,
159 struct ext2_dx_root_info * rootnode,
186 htree_dump_int_node(fs, ino, inode, rootnode,
201 struct ext2_dx_root_info *rootnode; local
246 rootnode = (struct ext2_dx_root_info *) (buf + 24)
    [all...]
  /external/chromium-trace/catapult/tracing/tracing/model/
vm_region_test.html 155 var rootNode = new VMRegionClassificationNode(TEST_RULES);
159 checkTree(rootNode, {
168 checkTree(rootNode, {
202 rootNode.addRegion(VMRegion.fromDict({
210 rootNode.addRegion(VMRegion.fromDict({
217 checkTree(rootNode, {
295 var rootNode = new VMRegionClassificationNode(TEST_RULES);
300 rootNode.addRegion(VMRegion.fromDict({
307 rootNode.addRegion(VMRegion.fromDict({
315 checkTree(rootNode, {
    [all...]
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
isSupported12.java 91 Node rootNode;
95 rootNode = doc.getDocumentElement();
96 state = rootNode.isSupported("Core", "2.0");
100 state = rootNode.isSupported(featureElement, "1.0");
104 state = rootNode.isSupported(featureElement, "2.0");
isSupported13.java 62 Node rootNode;
65 rootNode = doc.getDocumentElement();
66 state = rootNode.isSupported("Core", "");
isSupported14.java 62 Node rootNode;
67 rootNode = doc.getDocumentElement();
68 state = rootNode.isSupported("Core", nullString);
isSupported01.java 72 Node rootNode;
75 rootNode = doc.getDocumentElement();
76 state = rootNode.isSupported("XXX", "1.0");
isSupported02.java 72 Node rootNode;
75 rootNode = doc.getDocumentElement();
76 state = rootNode.isSupported("XML", "9.0");
isSupported04.java 74 Node rootNode;
77 rootNode = doc.getDocumentElement();
78 state = rootNode.isSupported("xml", "1.0");
isSupported05.java 74 Node rootNode;
77 rootNode = doc.getDocumentElement();
78 state = rootNode.isSupported("core", "2.0");
isSupported06.java 74 Node rootNode;
77 rootNode = doc.getDocumentElement();
78 state = rootNode.isSupported("xml", "2.0");
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
btQuantizedBvh.cpp 353 const btQuantizedBvhNode* rootNode = &m_quantizedContiguousNodes[0];
354 walkRecursiveQuantizedTreeAgainstQueryAabb(rootNode,nodeCallback,quantizedQueryAabbMin,quantizedQueryAabbMax);
375 const btOptimizedBvhNode* rootNode = &m_contiguousNodes[0];
388 aabbOverlap = TestAabbAgainstAabb2(aabbMin,aabbMax,rootNode->m_aabbMinOrg,rootNode->m_aabbMaxOrg);
389 isLeafNode = rootNode->m_escapeIndex == -1;
394 nodeCallback->processNode(rootNode->m_subPart,rootNode->m_triangleIndex);
400 rootNode++;
404 escapeIndex = rootNode->m_escapeIndex
    [all...]
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_nodeelementnodetype.java 62 Element rootNode;
65 rootNode = doc.getDocumentElement();
66 nodeType = (int) rootNode.getNodeType();
nodeelementnodetype.java 63 Element rootNode;
66 rootNode = doc.getDocumentElement();
67 nodeType = (int) rootNode.getNodeType();
hc_noderemovechild.java 66 Element rootNode;
72 rootNode = doc.getDocumentElement();
73 childList = rootNode.getChildNodes();
75 removedChild = rootNode.removeChild(childToRemove);
noderemovechild.java 66 Element rootNode;
72 rootNode = doc.getDocumentElement();
73 childList = rootNode.getChildNodes();
75 removedChild = rootNode.removeChild(childToRemove);
  /external/testng/src/test/java/test/
GraphTest.java 151 final String rootNode = "myroot";
153 g.addNode(rootNode);
178 // be predecessors of rootNode.
182 g.addPredecessor(rootNode, node);
186 // nodes. rootNode has all of the other nodes except independentNode
193 List<String> predecessors = g.findPredecessors(rootNode);
  /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
QueryController.java 150 AccessibilityNodeInfo rootNode = getRootNode();
151 if (rootNode == null) {
158 return translateCompoundSelector(uiSelector, rootNode, isCounting);
170 AccessibilityNodeInfo rootNode = null;
172 rootNode = mUiAutomatorBridge.getRootInActiveWindow();
173 if (rootNode != null) {
174 return rootNode;
181 return rootNode;
505 AccessibilityNodeInfo rootNode = getRootNode();
506 if (rootNode == null
    [all...]

Completed in 909 milliseconds

1 2 3 4 5 6 7 8 91011>>