HomeSort by relevance Sort by last modified time
    Searched refs:childType (Results 1 - 21 of 21) 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,
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
MultiPaneChallengeLayout.java 192 if (lp.childType == LayoutParams.CHILD_TYPE_WIDGET ||
193 lp.childType == LayoutParams.CHILD_TYPE_USER_SWITCHER) {
198 } else if (lp.childType == LayoutParams.CHILD_TYPE_PAGE_DELETE_DROP_TARGET) {
228 if (lp.childType == LayoutParams.CHILD_TYPE_CHALLENGE) {
238 } else if (lp.childType == LayoutParams.CHILD_TYPE_USER_SWITCHER) {
267 } else if (lp.childType == LayoutParams.CHILD_TYPE_SCRIM) {
278 if (lp.childType == LayoutParams.CHILD_TYPE_USER_SWITCHER ||
279 lp.childType == LayoutParams.CHILD_TYPE_SCRIM ||
351 } else if (lp.childType == LayoutParams.CHILD_TYPE_PAGE_DELETE_DROP_TARGET) {
477 public int childType = 0
    [all...]
SlidingChallengeLayout.java 817 if (lp.childType == LayoutParams.CHILD_TYPE_CHALLENGE) {
836 } else if (lp.childType == LayoutParams.CHILD_TYPE_EXPAND_CHALLENGE_HANDLE) {
847 } else if (lp.childType == LayoutParams.CHILD_TYPE_SCRIM) {
849 } else if (lp.childType == LayoutParams.CHILD_TYPE_WIDGETS) {
    [all...]
  /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);
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/client/api/
DefaultSdkInfo.java 108 public boolean isSubViewOf(@NonNull String parentType, @NonNull String childType) {
110 String child = getRawType(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...]
  /tools/motodev/src/plugins/videos/libs/gdata/java/lib/
gdata-core-1.0.jar 
  /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 542 milliseconds