HomeSort by relevance Sort by last modified time
    Searched refs:childType (Results 1 - 17 of 17) sorted by null

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_nodechildnodesappendchild.java 76 int childType;
98 childType = (int) childNode.getNodeType();
100 if (equals(1, childType)) {
103 assertEquals("textNodeType", 3, childType);
commentgetcomment.java 70 int childType;
75 childType = (int) child.getNodeType();
77 if (equals(8, childType)) {
elementgetelementsbytagnameaccessnodelist.java 65 int childType;
70 childType = (int) child.getNodeType();
72 if (equals(3, childType)) {
hc_commentgetcomment.java 71 int childType;
77 childType = (int) child.getNodeType();
79 if (equals(8, childType)) {
nodechildnodes.java 63 int childType;
81 childType = (int) childNode.getNodeType();
83 if (equals(1, childType)) {
  /cts/suite/audio_quality/lib/src/task/
ModelBuilder.cpp 123 TaskGeneric::TaskType childType(TaskGeneric::ETaskInvalid);
135 childType = mParsingTable[i].type;
139 if (childTable[j].type == childType) {
147 LOGE("ModelBuilder::parseGeneric unsupported child type %d for type %d", childType,
154 childType, typeSelf);
158 LOGE("ModelBuilder::parseGeneric cannot add child type %d to type %d", childType,
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_commentgetcomment.js 100 var childType;
112 childType = child.nodeType;
116 (8 == childType)
hc_nodechildnodesappendchild.js 105 var childType;
134 childType = childNode.nodeType;
138 (1 == childType)
145 assertEquals("textNodeType",3,childType);
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_commentgetcomment.js 100 var childType;
112 childType = child.nodeType;
116 (8 == childType)
hc_nodechildnodesappendchild.js 105 var childType;
134 childType = childNode.nodeType;
138 (1 == childType)
145 assertEquals("textNodeType",3,childType);
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
elementcontentwhitespace01.js 100 var childType;
116 childType = child.nodeType;
120 (1 == childType)
entities03.js 102 var childType;
124 childType = child.nodeType;
126 assertEquals("lastChildEntRef",5,childType);
infoset02.js 102 var childType;
124 childType = child.nodeType;
126 assertEquals("lastChildEntRef",5,childType);
handleerror01.js 128 var childType;
163 childType = child.nodeType;
165 assertEquals("lastChildCDATA",4,childType);
  /frameworks/base/core/java/android/widget/
ExpandableListConnector.java 475 final int childType = adapter.getChildType(pos.groupPos, pos.childPos);
476 retValue = adapter.getGroupTypeCount() + childType;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 515 milliseconds