/external/chromium/chrome/common/ |
web_apps.cc | 157 WebNodeList children = head.childNodes(); local 158 for (unsigned i = 0; i < children.length(); ++i) { 159 WebNode child = children.item(i);
|
/external/chromium/testing/gtest/xcode/gtest.xcodeproj/ |
project.pbxproj | 291 children = ( 305 children = ( 317 children = ( 332 children = ( 341 children = ( 350 children = ( 359 children = ( 377 children = ( 394 children = ( 404 children = [all...] |
/external/chromium/webkit/glue/ |
dom_operations.cc | 321 WebNodeList children = head.childNodes(); 322 for (size_t i = 0; i < children.length(); ++i) { 323 WebNode node = children.item(i);
|
/external/emma/core/java12/com/vladium/emma/report/ |
SrcFileItem.java | 106 for (Iterator children = getChildren (); children.hasNext (); ) 112 value += ((IItem) children.next ()).getAggregate (COVERAGE_CLASS_COUNT);
|
/external/emma/core/java12/com/vladium/util/ |
IPathEnumerator.java | 163 final String [] children = fullDir.list (); local 166 for (int c = 0, cLimit = children.length; c < cLimit; ++ c) 168 final String childName = children [c];
|
/external/llvm/include/llvm/CodeGen/ |
LexicalScopes.h | 174 SmallVector<LexicalScope *, 4> &getChildren() { return Children; } 178 void addChild(LexicalScope *S) { Children.push_back(S); } 236 SmallVector<LexicalScope *, 4> Children; // Scopes defined in scope.
|
/external/protobuf/gtest/xcode/gtest.xcodeproj/ |
project.pbxproj | 289 children = ( 303 children = ( 315 children = ( 330 children = ( 339 children = ( 348 children = ( 357 children = ( 374 children = ( 391 children = ( 401 children = [all...] |
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/easwt_vst_lib.xcodeproj/ |
project.pbxproj | 179 children = ( 190 children = ( 217 children = ( 225 children = ( 266 children = ( 275 children = ( 284 children = ( 292 children = ( 300 children = ( 324 children = [all...] |
/external/tinyxml/docs/ |
tutorial0.html | 163 TiXmlText * text4 = new TiXmlText( "You have children!" ); 180 + Text: [You have children!] 188 <Exclamation>You have children!</Exclamation>
|
/external/webkit/Source/WebCore/inspector/ |
InspectorTimelineAgent.cpp | 365 parent.children->pushObject(record.release()); 389 entry.record->setArray("children", entry.children);
|
/external/webkit/Source/WebCore/inspector/front-end/ |
AuditLauncherView.js | 104 this._categoriesElement.insertBefore(categoryElement, this._categoriesElement.children[insertBefore]); 167 for (var child = 0; child < this._contentElement.children.length; ++child) 168 this._contentElement.removeChild(this._contentElement.children[child]);
|
DOMBreakpointsSidebarPane.js | 145 if (!node.children) 147 for (var i = 0; i < node.children.length; ++i) 148 this._removeBreakpointsForNode(node.children[i]);
|
ExtensionAPISchema.json | 384 "children": { 388 "description": "Children of this node." 400 "description": "A node in the audit result trees. Displays some content and optionally has children node",
|
ObjectPropertiesSection.js | 81 if (!this.propertiesTreeOutline.children.length) { 149 if (this.children.length && !this.shouldRefreshChildren) 250 // Lie about our children to prevent expanding on double click and to collapse subproperties.
|
/external/webkit/Source/WebCore/rendering/mathml/ |
RenderMathMLUnderOver.cpp | 64 // look through the children for rendered elements counting the blocks so we know what child 98 // we really shouldn't get here as only munderover should have three children 103 // munderover shouldn't have more than three children. In theory we shouldn't
|
/external/webkit/Source/WebKit/chromium/src/ |
WebAccessibilityObject.cpp | 126 return m_private->children().size(); 135 if (m_private->children().size() <= index) 138 return WebAccessibilityObject(m_private->children()[index]);
|
/frameworks/base/core/java/android/app/ |
ExpandableListActivity.java | 42 * top-level is group, and below each group are children). Binding, screen 99 * children in the list. These constructor takes a few parameters that specify 100 * layout resources for groups and children. It also has additional parameters
|
/frameworks/base/docs/html/training/improving-layouts/ |
optimizing-layout.jd | 141 <li>Useless leaf - A layout that has no children or no background can often be removed (since it is invisible) for a flatter and more efficient layout hierarchy.</li> 142 <li>Useless parent - A layout with children that has no siblings, is not a {@link android.widget.ScrollView} or a root layout, and does not have a background, can be removed and have its children moved directly into the parent for a flatter and more efficient layout hierarchy.</li>
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
MipmapDrawable.java | 207 * This index is determined by comparing bounds' height and children intrinsic heights. 214 * are no children mipmaps. 238 * @param drawable The Drawable that will be added to children list
|
/libcore/luni/src/test/java/libcore/java/lang/ |
OldThreadGroupTest.java | 348 // No API to get the count of immediate children only 374 ThreadGroup[] children = groups(group); local 375 for (ThreadGroup element : children) {
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
GLView.java | 121 // Returns the number of children of the GLView. 126 // Returns the children for the given index. 162 // Removes all children of this GLView.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/ |
WelcomeWizardPage.java | 230 File[] children = file.listFiles(); local 231 if (children != null && children.length > 0) {
|
/sdk/traceview/src/com/android/traceview/ |
ProfileView.java | 211 // Add a tree listener so that we can expand the parents and children 308 // Expand this node and its children 324 // Also expand the "Parents" and "Children" nodes.
|
/external/libxslt/libxslt/ |
xsltutils.c | 109 tmp = xmlNodeListGetString(node->doc, prop->children, 1); 200 ret = xmlNodeListGetString(node->doc, prop->children, 1); [all...] |
/external/webkit/Source/WebCore/platform/graphics/qt/ |
GraphicsLayerQt.cpp | 354 const QList<QGraphicsItem*> children = childItems(); local 356 for (cit = children.constBegin(); cit != children.constEnd(); ++cit) { 567 // Apply perspective for the use of this item's children. Perspective is always applied from the item's 589 const QList<QGraphicsItem*> children = childItems(); local 591 for (it = children.constBegin(); it != children.constEnd(); ++it) 702 // We basically do an XOR operation on the list of current children and the list of wanted 703 // children, and remove/add. 705 const Vector<GraphicsLayer*> newChildrenVector = (m_layer->children()); [all...] |