HomeSort by relevance Sort by last modified time
    Searched defs:childNode (Results 26 - 48 of 48) sorted by null

12

  /external/llvm/lib/Analysis/
PathNumbering.cpp 429 BallLarusNode* childNode;
432 childNode = succNode;
434 childNode = addNode(succBB);
435 inDag[succBB] = childNode;
437 addEdge(currentNode, childNode, duplicateCount);
438 dfsStack.push(childNode);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/
RobolectricConfig.java 149 Node childNode = node.getChildNodes().item(i);
150 if (childNode.getNodeName().equalsIgnoreCase(tagName)) {
151 children.add(childNode);
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNodeUtils.java 168 XMPNode childNode = parent.findChildByName(childName);
170 if (childNode == null && createNodes)
173 childNode = new XMPNode(childName, options);
174 childNode.setImplicit(true);
175 parent.addChild(childNode);
178 assert childNode != null || !createNodes;
180 return childNode;
ParseRDF.java 910 XMPNode childNode = addChildNode(xmp, xmpParent, xmlNode, "", isTopLevel);
915 childNode.setValue(valueNode != null ? valueNode.getNodeValue() : "");
919 childNode.getOptions().setURI(true);
924 childNode.getOptions().setStruct(true);
947 addQualifierNode(childNode, "rdf:resource", attribute.getNodeValue());
954 childNode, attribute.getNodeName(), attribute.getNodeValue());
958 addQualifierNode (childNode, XML_LANG, attribute.getNodeValue());
962 addChildNode (xmp, childNode, attribute, attribute.getNodeValue(), false);
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderSelectorAdapter.java 268 final TreeNode childNode = currentNode.pollChild();
269 if (childNode != null) {
273 stack.push(childNode);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseLayoutRule.java 562 INode childNode = newNode.appendChild(fqcn);
564 addAttributes(childNode, element, idMap, null /* filter */);
565 addInnerElements(childNode, element, idMap);
    [all...]
  /external/icu4c/i18n/
plurrule_impl.h 166 AndConstraint *childNode;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ExpandableDictionary.java 194 Node childNode = null;
198 childNode = node;
203 if (childNode == null) {
204 childNode = new Node();
205 childNode.mCode = c;
206 childNode.mParent = parentNode;
207 childNode.mShortcutOnly = isShortcutOnly;
208 children.add(childNode);
212 childNode.mTerminal = true;
214 if (null == childNode.mShortcutTargets)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Range.cpp 229 Node* childNode = checkNodeWOffset(refNode.get(), offset, es);
233 m_start.set(refNode, offset, childNode);
257 Node* childNode = checkNodeWOffset(refNode.get(), offset, es);
261 m_end.set(refNode, offset, childNode);
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
plurrule_impl.h 173 AndConstraint *childNode;
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
ColladaParser.java 243 Node childNode = node.getFirstChild();
244 while (childNode != null) {
245 if (childNode.getNodeType() == Node.ELEMENT_NODE) {
246 Element field = (Element)childNode;
272 childNode = childNode.getNextSibling();
490 Node childNode = scene.getFirstChild();
491 while (childNode != null) {
492 if (childNode.getNodeType() == Node.ELEMENT_NODE) {
494 getNode((Element)childNode, null, indent);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ViewMetadataRepository.java 232 Node childNode = children.item(j);
233 if (childNode.getNodeType() == Node.ELEMENT_NODE) {
234 Element child = (Element) childNode;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfoTest.java 398 UiViewElementNode childNode = null;
400 childNode = createNode(rootNode, "childNode" + i, false);
402 Object cookie = missingKeys.contains(i) || extraViews.contains(i) ? null : childNode;
409 expectedNodeNames.add("childNode" + i);
455 UiViewElementNode node = createNode(rootNode, "childNode" + i, false);
476 assertEquals("childNode" + (9 - i), childView.getUiViewNode().getDescriptor()
661 UiViewElementNode childNode = createNode(rootNode, "android.widget.LinearLayout", false);
662 UiViewElementNode grandChildNode = createNode(childNode, "android.widget.Button", false);
664 ViewInfo child = new ViewInfo("LinearLayout", childNode, 0, 0, 50, 20)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PaletteControl.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
ApplyStyleCommand.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar 
org.eclipse.equinox.preferences_3.3.0.v20100503.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.jface.databinding_1.4.0.I20100601-0800.jar 
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlock.cpp     [all...]
  /prebuilts/devtools/tools/lib/
rule-api.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 836 milliseconds

12