HomeSort by relevance Sort by last modified time
    Searched refs:rootNode (Results 26 - 50 of 270) sorted by null

12 3 4 5 6 7 8 91011

  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
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");
isSupported07.java 74 Node rootNode;
77 rootNode = doc.getDocumentElement();
78 state = rootNode.isSupported("XML", "");
isSupported09.java 74 Node rootNode;
77 rootNode = doc.getDocumentElement();
78 state = rootNode.isSupported("XML", "1.0");
isSupported10.java 74 Node rootNode;
77 rootNode = doc.getDocumentElement();
78 state = rootNode.isSupported("CORE", "2.0");
isSupported11.java 74 Node rootNode;
77 rootNode = doc.getDocumentElement();
78 state = rootNode.isSupported("XML", "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);
  /external/webkit/Source/WebCore/dom/
TagNodeList.cpp 32 TagNodeList::TagNodeList(PassRefPtr<Node> rootNode, const AtomicString& namespaceURI, const AtomicString& localName)
33 : DynamicNodeList(rootNode)
  /external/jmonkeyengine/engine/src/test/jme3test/light/
TestManyLights.java 50 rootNode.attachChild(scene);
TestLightRadius.java 76 rootNode.attachChild(g);
80 rootNode.attachChild(lightMdl);
85 rootNode.addLight(pl);
90 rootNode.addLight(dl);
TestSimpleLighting.java 82 rootNode.attachChild(teapot);
87 rootNode.attachChild(lightMdl);
92 rootNode.addLight(pl);
97 rootNode.addLight(dl);
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestLocalPhysics.java 68 rootNode.attachChild(physicsSphere);
75 rootNode.attachChild(physicsSphere2);
83 rootNode.attachChild(physicsBox);
90 rootNode.attachChild(physicsCylinder);
97 rootNode.attachChild(node2);
104 rootNode.attachChild(node3);
116 rootNode.rotate(tpf, 0, 0);
TestSimplePhysics.java 67 rootNode.attachChild(physicsSphere);
73 rootNode.attachChild(physicsSphere2);
80 rootNode.attachChild(physicsBox);
86 rootNode.attachChild(physicsCylinder);
92 rootNode.attachChild(node2);
98 rootNode.attachChild(node3);
TestPhysicsReadWrite.java 74 rootNode.attachChild(physicsRootNode);
79 rootNode.attachChild(physicsSphere);
85 rootNode.attachChild(physicsSphere2);
92 rootNode.attachChild(physicsBox);
98 rootNode.attachChild(physicsCylinder);
104 rootNode.attachChild(node2);
110 rootNode.attachChild(node3);
132 rootNode.attachChild(newPhysicsRootNode);
  /sdk/chimpchat/src/com/android/chimpchat/hierarchyviewer/
HierarchyViewer.java 72 ViewNode rootNode = DeviceBridge.loadWindowData(
74 if (rootNode == null) {
77 return findViewById(id, rootNode);
83 * @param rootNode the ViewNode at which to begin the traversal
87 public ViewNode findViewById(String id, ViewNode rootNode) {
88 if (rootNode.id.equals(id)) {
89 return rootNode;
92 for (ViewNode child : rootNode.children) {
  /external/jmonkeyengine/engine/src/test/jme3test/material/
TestBumpModel.java 64 rootNode.attachChild(signpost);
68 rootNode.attachChild(lightMdl);
73 rootNode.addLight(pl);
79 rootNode.addLight(dl);
85 rootNode.addLight(dl);
91 rootNode.addLight(dl);
  /external/jmonkeyengine/engine/src/test/jme3test/model/
TestMonkeyHead.java 61 rootNode.attachChild(bumpy);
65 rootNode.attachChild(lightMdl);
70 rootNode.addLight(pl);
76 rootNode.addLight(dl);
82 rootNode.addLight(dl);
88 rootNode.addLight(dl);
TestOgreLoading.java 61 // rootNode.addLight(pl);
68 rootNode.addLight(dl);
73 rootNode.attachChild(lightMdl);
77 rootNode.attachChild(lightMd2);
83 rootNode.addLight(pl);
88 rootNode.addLight(p2);
95 rootNode.attachChild(elephant);
TestObjLoading.java 57 rootNode.attachChild(teaGeom);
  /external/jmonkeyengine/engine/src/android/jme3test/android/
SimpleSoundTest.java 31 rootNode.attachChild(gun);
32 rootNode.attachChild(nature);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
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/jmonkeyengine/engine/src/test/jme3test/helloworld/
HelloAssets.java 60 rootNode.attachChild(teapot);
69 rootNode.attachChild(wall);
85 rootNode.attachChild(ninja);
89 rootNode.addLight(sun);
  /external/jmonkeyengine/engine/src/test/jme3test/stress/
TestBatchLod.java 58 rootNode.addLight(dl);
79 rootNode.attachChild(clonePot);
82 GeometryBatchFactory.optimize(rootNode, true);
84 rootNode.getChild(0).addControl(control);
  /external/jmonkeyengine/engine/src/test/jme3test/tools/
TestTextureAtlas.java 75 rootNode.addLight(al);
80 rootNode.addLight(sun);
82 rootNode.attachChild(geom);
88 rootNode.attachChild(box);

Completed in 534 milliseconds

12 3 4 5 6 7 8 91011