HomeSort by relevance Sort by last modified time
    Searched refs:childName (Results 51 - 67 of 67) sorted by null

1 23

  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
getElementsByTagNameNS10.java 80 String childName;
104 childName = child.getNodeName();
105 result.add(childName);
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
nodeinsertbefore.java 70 String childName;
120 childName = child.getNodeName();
121 actual.add(childName);
nodeinsertbeforenewchildexists.java 74 String childName;
122 childName = child.getNodeName();
123 result.add(childName);
nodereplacechildnewchildexists.java 70 String childName;
119 childName = childNode.getNodeName();
120 actual.add(childName);
  /libcore/luni/src/test/java/tests/org/w3c/dom/
GetElementsByTagNameNS.java 123 String childName;
146 childName = child.getNodeName();
147 result.add(childName);
161 String childName;
175 childName = child.getNodeName();
176 result.add(childName);
272 String childName;
297 childName = child.getNodeName();
298 result.add(childName);
313 String childName;
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
LayoutInflater_Delegate.java 83 final String childName = childParser.getName();
85 if (LayoutInflater.TAG_MERGE.equals(childName)) {
101 final View view = thisInflater.createViewFromTag(childName, childAttrs);
  /external/emma/core/java12/com/vladium/util/
IPathEnumerator.java 168 final String childName = children [c];
170 final File child = dir != null ? new File (dir, childName) : new File (childName);
171 final File fullChild = new File (fullDir, childName);
182 // final String lcName = childName.toLowerCase ();
  /libcore/luni/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
FilePreferencesImplTest.java 193 for (String childName : childNames) {
194 if (childName == name) {
202 for (String childName : childNames) {
203 if (childName == name) {
  /frameworks/base/core/java/android/view/
LayoutInflater.java 678 final String childName = childParser.getName();
680 if (TAG_MERGE.equals(childName)) {
684 final View view = createViewFromTag(childName, childAttrs);
  /external/webkit/WebKit/android/nav/
CacheBuilder.cpp 225 char childName[256];
226 char* childNamePtr = childName;
227 Builder(child)->mDebug.frameName(childNamePtr, childNamePtr + sizeof(childName) - 1);
230 DUMP_NAV_LOGD("DebugTestFrameGroup TEST%s_GROUP[] = {\n", childName);
239 DUMP_NAV_LOGD("TEST%s_RECTS, ", childName);
240 DUMP_NAV_LOGD("TEST%s_RECT_COUNT, ", childName);
241 DUMP_NAV_LOGD("TEST%s_RECTPARTS, ", childName);
242 DUMP_NAV_LOGD("TEST%s_BOUNDS,\n", childName);
243 DUMP_NAV_LOGD("TEST%s_WIDTH, ", childName);
244 DUMP_NAV_LOGD("TEST%s_HEIGHT,\n", childName);
    [all...]
  /cts/tools/utils/
DescriptionGenerator.java 365 String childName = child.getAttributes().getNamedItem(ATTRIBUTE_NAME)
368 if (childName.equals(name)) {
  /external/webkit/WebCore/inspector/
InspectorDOMAgent.cpp 255 String childName = pathTokens[i + 1];
259 if (!child || child->nodeName() != childName)
  /external/webkit/WebKit/chromium/src/js/
Tests.js     [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /external/emma/lib/
emma.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilt/common/ant/
ant.jar 

Completed in 893 milliseconds

1 23