HomeSort by relevance Sort by last modified time
    Searched refs:children (Results 276 - 300 of 736) sorted by null

<<11121314151617181920>>

  /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);
glue_serialize.cc 337 const WebVector<WebHistoryItem>& children = item.children(); local
338 WriteInteger(static_cast<int>(children.size()), obj);
339 for (size_t i = 0, c = children.size(); i < c; ++i)
340 WriteHistoryItem(children[i], obj);
  /external/clang/include/clang/AST/
StmtCXX.h 54 child_range children() { return child_range(&HandlerBlock, &HandlerBlock+1); } function in class:clang::CXXCatchStmt
115 child_range children() { function in class:clang::CXXTryStmt
199 child_range children() { function in class:clang::CXXForRangeStmt
ExprCXX.h 353 child_range children() { return child_range(); } function in class:clang::CXXBoolLiteralExpr
378 child_range children() { return child_range(); } function in class:clang::CXXNullPtrLiteralExpr
456 child_range children() { function in class:clang::CXXTypeidExpr
531 child_range children() { function in class:clang::CXXUuidofExpr
579 child_range children() { return child_range(); } function in class:clang::CXXThisExpr
630 child_range children() { function in class:clang::CXXThrowExpr
718 child_range children() { return child_range(); } function in class:clang::CXXDefaultArgExpr
792 child_range children() { return child_range(&SubExpr, &SubExpr + 1); } function in class:clang::CXXBindTemporaryExpr
1036 child_range children() { return child_range(); } function in class:clang::CXXScalarValueInitExpr
1303 child_range children() { return child_range(&Argument, &Argument+1); } function in class:clang::CXXNewExpr
1493 child_range children() { return child_range(&Base, &Base + 1); } function in class:clang::CXXPseudoDestructorExpr
1546 child_range children() { return child_range(); } function in class:clang::UnaryTypeTraitExpr
1615 child_range children() { return child_range(); } function in class:clang::BinaryTypeTraitExpr
1681 child_range children() { return child_range(); } function in class:clang::ArrayTypeTraitExpr
1733 child_range children() { return child_range(); } function in class:clang::ExpressionTraitExpr
2022 child_range children() { return child_range(); } function in class:clang::UnresolvedLookupExpr
2150 child_range children() { return child_range(); } function in class:clang::DependentScopeDeclRefExpr
2209 child_range children() { return child_range(&SubExpr, &SubExpr + 1); } function in class:clang::ExprWithCleanups
2550 child_range children() { function in class:clang::CXXUnresolvedConstructExpr
2733 child_range children() { function in class:clang::UnresolvedMemberExpr
2777 child_range children() { return child_range(&Operand, &Operand + 1); } function in class:clang::CXXNoexceptExpr
2854 child_range children() { function in class:clang::PackExpansionExpr
2957 child_range children() { return child_range(); } function in class:clang::SizeOfPackExpr
3004 child_range children() { return child_range(&Replacement, &Replacement+1); } function in class:clang::SubstNonTypeTemplateParmExpr
3064 child_range children() { return child_range(); } function in class:clang::SubstNonTypeTemplateParmPackExpr
3124 child_range children() { return child_range(&Temporary, &Temporary + 1); } function in class:clang::MaterializeTemporaryExpr
    [all...]
  /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/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]);
RemoteObject.js 218 var children = this._children();
219 for (var i = 0; i < children.length; ++i) {
220 var itemDescription = formatProperty(children[i]);
TimelinePanel.js 270 this._overviewPane.showMemoryGraph(this._rootRecord.children);
351 if (record.type == recordTypes.TimerFire && record.children && record.children.length) {
352 var childRecord = record.children[0];
356 record.children.shift();
357 record.children = childRecord.children.concat(record.children);
371 var childrenCount = record.children ? record.children.length : 0
    [all...]
  /frameworks/base/tools/localize/
xmb.cpp 72 vector<XMLNode*>& children = node->EditChildren(); local
73 const size_t I = children.size();
75 err |= convert_xliff_to_ph(children[i], phID);
99 for (vector<XMLNode*>::const_iterator it=value->Children().begin();
100 it!=value->Children().end(); it++) {
  /libcore/luni/src/main/java/java/beans/
PropertyChangeSupport.java 47 new ObjectStreamField("children", Object.class),
340 putFields.put("children", map);
357 Map<String, PropertyChangeSupport> children local
358 = (Map<String, PropertyChangeSupport>) readFields.get("children", null);
359 if (children != null) {
360 for (Map.Entry<String, PropertyChangeSupport> entry : children.entrySet()) {
  /packages/apps/VideoEditor/src/com/android/videoeditor/util/
FileUtils.java 278 final String[] children = dir.list(); local
279 for (int i = 0; i < children.length; i++) {
280 final File f = new File(dir, children[i]);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlineDropListener.java 116 // Record children of the target right before the drop (such that we can
117 // find out after the drop which exact children were inserted)
118 Set<INode> children = new HashSet<INode>(); local
120 children.add(node);
146 if (!children.contains(node)) {
SelectionOverlay.java 172 List<INode> children = new ArrayList<INode>(); local
176 children.add(node);
183 (NodeProxy) parent, children, view);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/formatting/
XmlPrettyPrinterTest.java 74 NodeList children = node.getChildNodes(); local
75 for (int i = 0, n = children.getLength(); i < n; i++) {
76 Node child = children.item(i);
  /sdk/monkeyrunner/src/com/android/monkeyrunner/
MonkeyView.java 141 @MonkeyRunnerExported(doc = "Returns the children of the current view",
142 returns = "The children of the view as a list of MonkeyView objects")
147 PyList children = new PyList(); local
149 children.append(new MonkeyView(child));
151 return children;
  /external/libxslt/libxslt/
transform.c 732 if ((target == NULL) || (target->children == NULL)) {
803 * Copy the text content of @cur and append it to @target's children.
840 if ((target == NULL) || (target->children == NULL)) {
998 if (target->children != NULL) {
1005 value = xmlNodeListGetString(attr->doc, attr->children, 1);
1038 * share the same dict and attr->children is just 1 text node
1045 value = xmlNodeListGetString(attr->doc, attr->children, 1);
1059 copy->children = txtNode;
1113 if ((attr->children) && (attr->children->type == XML_TEXT_NODE) &
    [all...]
  /external/iproute2/misc/
rtacct.c 294 static int children; variable
394 if (children >= 5) {
398 children++;
408 while (children && waitpid(-1, &status, WNOHANG) > 0)
409 children--;
  /external/skia/src/animator/
SkAnimateMaker.cpp 140 //this code checks to see if helpers are among the children, but it is not complete -
141 //it should check the children of the children
143 SkTDArray<SkDisplayable*> children(fChildren.begin(), fChildren.count());
144 SkQSort(children.begin(), children.count(), sizeof(SkDisplayable*),compare_disp);
147 result = SkTSearch(children.begin(), children.count(), helper, sizeof(SkDisplayable*));
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebhistoryitem.cpp 493 const WebCore::HistoryItemVector& children = item->children(); local
494 if (!children.size())
497 unsigned size = children.size();
500 kids = g_list_prepend(kids, kit(children[i].get()));
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
FileListingService.java 276 * Returns the cached children of the entry. This returns the cache created from calling
285 * This uses the cached children list.
407 * @param currentChildren The list of current children. To prevent
410 * @param entryList the list of new children to be filled by the
588 public void setChildren(FileEntry entry, FileEntry[] children);
620 * Returns the children of a {@link FileEntry}.
640 * @return The list of children or <code>null</code> for asynchronous calls.
647 // enough children list, we just return that.
669 final FileEntry[] children = entry.getCachedChildren();
670 if (children.length > 0 && children[0].isApplicationPackage())
    [all...]
  /sdk/traceview/src/com/android/traceview/
MethodData.java 56 // The children of this method when this method was in a recursive call
172 // Sort the parents and children into decreasing inclusive time
183 // Add "self" time to the top of the sorted children
195 profileNode = new ProfileNode("Children", this, sortedChildren,
205 profileNode = new ProfileNode("Children while recursive", this,
236 private ProfileData[] addSelf(ProfileData[] children) {
238 if (children == null) {
241 pdata = new ProfileData[children.length + 1];
242 System.arraycopy(children, 0, pdata, 1, children.length)
    [all...]
  /external/webkit/Tools/DumpRenderTree/mac/
AccessibilityUIElementMac.mm 295 NSArray* children = [m_element accessibilityAttributeValue:NSAccessibilityChildrenAttribute];
296 convertNSArrayToVector(children, elementVector);
303 NSArray* children = [m_element accessibilityArrayAttributeValues:NSAccessibilityChildrenAttribute index:location maxCount:length];
304 convertNSArrayToVector(children, elementVector);
310 Vector<AccessibilityUIElement> children;
311 getChildren(children);
313 return children.size();
332 Vector<AccessibilityUIElement> children;
333 getChildrenWithRange(children, index, 1);
335 if (children.size() == 1
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
RelativeLayoutRule.java 320 final List<? extends INode> children) {
321 super.addLayoutActions(actions, parentNode, children);
326 actions.add(createMarginAction(parentNode, children));
336 for (INode child : children) {
340 for (INode child : children) {
360 if (children != null && children.size() > 0) {
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/
TreeView.java 247 currentNode.parent.children
249 while (currentNode.children.size() != 0) {
251 currentNode.children
252 .get(currentNode.children.size() - 1);
262 && currentNode.viewNode.index + 1 == currentNode.parent.children
269 currentNode.parent.children
271 while (currentNode.children.size() != 0) {
272 currentNode = currentNode.children.get(0);
282 final int N = mSelectedNode.children.size();
284 // We consider all the children and pick the on
    [all...]

Completed in 659 milliseconds

<<11121314151617181920>>