HomeSort by relevance Sort by last modified time
    Searched full:rootnode (Results 76 - 100 of 334) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/jmonkeyengine/engine/src/test/jme3test/helloworld/
HelloMaterial.java 68 rootNode.attachChild(cube);
78 rootNode.attachChild(window_frame);
87 rootNode.attachChild(cube_leak);
105 rootNode.attachChild(shiny_rock);
111 rootNode.addLight(sun);
  /external/jmonkeyengine/engine/src/test/jme3test/light/
TestShadow.java 78 rootNode.setShadowMode(ShadowMode.Off);
84 rootNode.attachChild(floorGeom);
90 rootNode.attachChild(teapot);
95 // rootNode.attachChild(lightMdl);
108 rootNode.attachChild(frustumMdl);
  /external/jmonkeyengine/engine/src/test/jme3test/renderer/
TestMultiViews.java 59 rootNode.addLight(dl);
60 rootNode.attachChild(teaGeom);
76 view2.attachScene(rootNode);
86 view3.attachScene(rootNode);
96 view4.attachScene(rootNode);
  /external/chromium_org/third_party/WebKit/Source/core/editing/
SimplifyMarkupCommand.cpp 44 Node* rootNode = m_firstNode->parentNode();
63 while (currentNode != rootNode) {
64 if (currentNode->parentNode() != rootNode && isRemovableBlock(currentNode))
  /external/chromium_org/third_party/WebKit/Source/core/html/
RadioNodeList.cpp 40 RadioNodeList::RadioNodeList(Node* rootNode, const AtomicString& name)
41 : LiveNodeList(rootNode, RadioNodeListType, InvalidateForFormControls, rootNode->hasTagName(formTag) ? NodeListIsRootedAtDocument : NodeListIsRootedAtNode)
  /external/jmonkeyengine/engine/src/test/jme3test/model/anim/
TestAnimationFactory.java 27 rootNode.addLight(al);
31 rootNode.addLight(dl);
80 rootNode.attachChild(model);
  /external/jmonkeyengine/engine/src/test/jme3test/stress/
TestLeakingGL.java 68 rootNode.setCullHint(CullHint.Never);
79 rootNode.detachAllChildren();
87 rootNode.attachChild(sphere);
  /external/jmonkeyengine/engine/src/test/jme3test/texture/
TestTexture3D.java 72 rootNode.attachChild(g);
78 rootNode.addLight(light);
83 rootNode.addLight(light);
  /frameworks/testing/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...]
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
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");
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");
  /external/jmonkeyengine/engine/src/test/jme3test/animation/
TestCameraMotionPath.java 84 path.enableDebugShape(assetManager, rootNode);
92 rootNode.attachChild(camNode);
140 rootNode.attachChild(teapot);
143 rootNode.attachChild(soil);
147 rootNode.addLight(light);
165 path.enableDebugShape(assetManager, rootNode);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
parse.py 37 root = p.rootnode # root of abstract syntax tree
49 abstract syntax tree can then be retrieved from the rootnode
110 self.rootnode = None
111 self.used_names = set() # Aliased to self.rootnode.used_names in pop()
200 self.rootnode = newnode
201 self.rootnode.used_names = self.used_names
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
parse.py 37 root = p.rootnode # root of abstract syntax tree
49 abstract syntax tree can then be retrieved from the rootnode
110 self.rootnode = None
111 self.used_names = set() # Aliased to self.rootnode.used_names in pop()
200 self.rootnode = newnode
201 self.rootnode.used_names = self.used_names
  /external/chromium_org/third_party/WebKit/Source/core/dom/
NodeIterator.h 40 static PassRefPtr<NodeIterator> create(PassRefPtr<Node> rootNode, unsigned whatToShow, PassRefPtr<NodeFilter> filter)
42 return adoptRef(new NodeIterator(rootNode, whatToShow, filter));
  /external/jmonkeyengine/engine/src/test/jme3test/batching/
TestBatchNode.java 69 rootNode.attachChild(batch);
77 rootNode.addLight(dl);
  /external/jmonkeyengine/engine/src/test/jme3test/gui/
TestBitmapText3D.java 59 rootNode.attachChild(g);
67 rootNode.attachChild(txt);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/
MenuTreePage.java 63 UiElementNode rootNode = mEditor.getUiRootNode();
64 UiTreeBlock block = new UiTreeBlock(mEditor, rootNode,

Completed in 609 milliseconds

1 2 34 5 6 7 8 91011>>