/dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
nodeprocessinginstructionnodetype.java | 34 * Retrieve a NodeList of child elements from the document. 35 * Retrieve the first child and invoke the "getNodeType()"
|
characterdataindexsizeerrdeletedatacountnegative.java | 35 * Retrieve the character data of the last child of the 76 CharacterData child; local 80 child = (CharacterData) nameNode.getFirstChild(); 85 child.deleteData(10, -3);
|
/dalvik/libcore/prefs/src/test/resources/prefs/java/util/prefs/ |
userprefs.xml | 50 <node name="child"> 64 </node> <!--child-->
|
/external/ppp/pppd/plugins/ |
passprompt.c | 52 /* we are the child, exec the program */ 88 /* now wait for child to exit */
|
/external/webkit/WebCore/inspector/front-end/ |
Drawer.js | 263 var child = this.element.firstChild; 264 while (child) { 265 if (child.id !== "drawer-status-bar") { 266 var moveTo = child.nextSibling; 267 this.element.removeChild(child); 268 child = moveTo; 270 child = child.nextSibling;
|
/external/webkit/WebCore/rendering/ |
RenderRubyRun.h | 61 virtual void addChild(RenderObject* child, RenderObject* beforeChild = 0); 62 virtual void removeChild(RenderObject* child);
|
RenderWidget.cpp | 66 Widget* child = it->first.get(); local 67 ScrollView* currentParent = child->parent(); 71 currentParent->removeChild(child); 73 newParent->addChild(child); 80 static void moveWidgetToParentSoon(Widget* child, FrameView* parent) 84 parent->addChild(child); 86 child->removeFromParent(); 89 widgetNewParentMap().set(child, parent);
|
AutoTableLayout.cpp | 55 RenderObject* child = m_table->firstChild(); local 61 while (child) { 62 if (child->isTableCol()) 63 toRenderTableCol(child)->calcPrefWidths(); 64 else if (child->isTableSection()) { 65 RenderTableSection* section = toRenderTableSection(child); 140 child = child->nextSibling(); 167 RenderObject *child = m_table->firstChild(); local 170 while (child) { [all...] |
/external/webkit/WebCore/svg/ |
SVGAltGlyphElement.cpp | 73 bool SVGAltGlyphElement::childShouldCreateRenderer(Node* child) const 75 if (child->isTextNode())
|
/external/webkit/WebKit/mac/WebView/ |
WebFrameViewPrivate.h | 35 @abstract Of the child WebFrameViews that are displaying scroll bars, determines which has the largest area. 36 @result A child WebFrameView that is displaying scroll bars, or nil if none.
|
/frameworks/base/core/java/android/view/animation/ |
AnimationSet.java | 33 * override the child values. 141 * <p>Sets the duration of every child animation.</p> 144 * every child in this set 153 * Add a child animation to this animation set. 154 * The transforms of the child animations are applied in the order 181 * Sets the start time of this animation and all child animations 227 * duration of the longest child animation. 439 * @return All the child animations in this AnimationSet. Note that
|
/frameworks/base/core/java/android/widget/ |
AbsSpinner.java | 54 /** Temporary frame to hold a child View's frame rectangle */ 234 int getChildHeight(View child) { 235 return child.getMeasuredHeight(); 238 int getChildWidth(View child) { 239 return child.getMeasuredWidth(); 348 View child = getChildAt(i); local 349 if (child.getVisibility() == View.VISIBLE) { 350 child.getHitRect(frame);
|
/frameworks/base/core/tests/coretests/src/android/util/ |
ExpandableListScenario.java | 209 final int child = ExpandableListView.getPackedPositionChild(packedPosition); local 210 if (child >= mGroups.get(group).children.size() || child < 0) { 245 * Create a view for a group or child position. 247 * @param packedPosition The packed position (has type, group pos, and optionally child pos). 269 * least one child. 273 * @param atLeastOneChild The group must have at least one child, or false 373 name = "Child " + id;
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/ |
ListLastItemPartiallyVisibleTest.java | 59 assertEquals("shouldn't have scrolled: bottom of first child changed.", 76 assertEquals("shouldn't have scrolled: top of last child changed.",
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/ |
ListTouchTest.java | 67 assertEquals("Item zero not the first child in the list", 0, firstChild.getId()); 85 assertEquals("Item zero not the first child in the list", 0, firstChild.getId());
|
/packages/apps/IM/src/com/android/im/imps/ |
XmlPrimitiveSerializer.java | 78 for (PrimitiveElement child : element.getChildren()) { 79 writeElement(writer, child);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/resources/descriptors/ |
ResourcesDescriptors.java | 85 null, // no child nodes 102 null, // no child nodes 139 null, // no child nodes 156 null, // no child nodes 173 null, // no child nodes 206 null, // no child nodes 233 null, // no child nodes 260 null, // no child nodes
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/ |
AddonPackage.java | 148 for(Node child = libsNode.getFirstChild();
149 child != null;
150 child = child.getNextSibling()) {
152 if (child.getNodeType() == Node.ELEMENT_NODE &&
153 nsUri.equals(child.getNamespaceURI()) &&
154 SdkRepository.NODE_LIB.equals(child.getLocalName())) {
155 libs.add(parseLib(child));
|
/external/clearsilver/java-jni/ |
HDF.java | 15 HDF root; // If this is a child HDF node, points at the root node of 16 // the tree. For root nodes this is null. A child node needs 29 /** Constructs an HDF child node. Used by other methods in this class when 30 * a child node needs to be constructed. 262 /** Retrieves the HDF for the first child of the root of the subtree 263 * at hdfpath, or null if no child exists of that path or if the 310 * Every node in the tree can have a value, a child, and a next peer. */ 318 /** Returns the child of this HDF node, or null if there is no child. 320 * in the tree can have a value, a child, and a next peer. * [all...] |
/external/opencore/fileformats/mp4/composer/src/ |
assetinfoatoms.cpp | 178 // Update the size of the parent atom since this child atom may have changed 226 // Update the size of the parent atom since this child atom may have changed 272 // Update the size of the parent atom since this child atom may have changed 319 // Update the size of the parent atom since this child atom may have changed 365 // Update the size of the parent atom since this child atom may have changed 411 // Update the size of the parent atom since this child atom may have changed 460 // Update the size of the parent atom since this child atom may have changed 521 // Update the size of the parent atom since this child atom may have changed 595 // Update the size of the parent atom since this child atom may have changed 696 // Update the size of the parent atom since this child atom may have change [all...] |
/frameworks/base/media/libdrm/mobile1/src/xml/ |
xml_tinyparser.c | 784 if (NULL == TreeHead->child) 785 TreeHead->child = XML_makeTree(&buffer); 786 else if (NULL == TreeHead->child->last_brother) { 787 TreeHead->child->brother = XML_makeTree(&buffer); 788 TreeHead->child->last_brother = TreeHead->child->brother; 790 TreeHead->child->last_brother->brother = 792 TreeHead->child->last_brother = 793 TreeHead->child->last_brother->brother; 820 if (NULL != pTree->child) [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xalan/processor/ |
XSLTElementDef.java | 50 * @param elements An array of allowed child element defs, or null. 78 * @param elements An array of allowed child element defs, or null. 109 * @param elements An array of allowed child element defs, or null. 133 * @param elements An array of allowed child element defs, or null. 161 * @param elements An array of allowed child element defs, or null. 167 * @param has_order whether this element has ordered child elements 191 * @param elements An array of allowed child element defs, or null. 195 * @param has_order whether this element has ordered child elements 217 * @param elements An array of allowed child element defs, or null. 258 * @param elements An array of allowed child element defs, or null [all...] |
/external/clearsilver/util/ |
neo_hdf.c | 129 if (myhdf->child != NULL) 130 _dealloc_hdf(&(myhdf->child)); 221 hp = hp->child; 227 hp = hdf->child; 273 hp = hp->child; 278 hp = hp->child; 389 if (obj != NULL) return obj->child; 468 return obj->child; 470 return hdf->child; 557 HDF *child; local [all...] |
/external/webkit/WebKit/qt/Api/ |
qwebelement.cpp | 94 The contents of child elements can be converted to plain text with 98 It is possible to replace the contents of child elements using 201 Returns a new list of child elements matching the given CSS selector 217 Returns the first child element that matches the given CSS selector 580 Returns the element's first child. 588 for (Node* child = m_element->firstChild(); child; child = child->nextSibling()) { 589 if (!child->isElementNode() [all...] |
/build/tools/dexpreopt/dexopt-wrapper/ |
DexOptWrapper.cpp | 33 * We're in the child process. exec dexopt. 99 * Fork a child process. 103 /* child -- drop privs */ 117 /* parent -- wait for child to finish */
|