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

1 2 3 4 5 67 8 91011>>

  /external/webkit/Source/WebCore/bindings/v8/
ScriptProfileNode.cpp 71 ProfileNodesList ScriptProfileNode::children() const function in class:WebCore::ScriptProfileNode
  /external/webkit/Source/WebCore/inspector/front-end/
HeapSnapshotView.js 160 var children = this.snapshotDataGridList.children;
161 var count = children.length;
163 this.dataGrid.appendChild(children[index]);
255 var current = this.snapshotDataGridList.children[0];
285 var child = this.dataGrid.children[0];
336 profile.children = snapshot.children;
384 var result = {lowlevels: {}, entries: {}, children: {}};
398 result.children[rootEdgesIter.edge.nodeIndex] = entry
    [all...]
AuditsPanel.js 133 if (ruleResult && ruleResult.children)
157 var children = this.auditResultsTreeElement.children;
159 for (var i = 0; i < children.length; ++i) {
160 if (children[i].mainResourceURL === mainResourceURL)
392 if (!this.children)
393 this.children = [];
395 this.children.push(entry);
  /external/webkit/Source/WebCore/rendering/
RenderInline.h 92 virtual RenderObjectChildList* virtualChildren() { return children(); }
93 virtual const RenderObjectChildList* virtualChildren() const { return children(); }
94 const RenderObjectChildList* children() const { return &m_children; } function in class:WebCore::RenderInline
95 RenderObjectChildList* children() { return &m_children; } function in class:WebCore::RenderInline
  /external/webkit/Source/WebKit/win/Interfaces/
IWebHistoryItemPrivate.idl 57 [local] HRESULT children([out] unsigned* childCount, [out, retval] SAFEARRAY** children);
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundleBackForwardListItem.cpp 72 return toAPI(toImpl(itemRef)->children().leakRef());
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundleBackForwardListItem.h 57 PassRefPtr<ImmutableArray> children() const;
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
MediaPlayerStressTest.java 121 String[] children = dir.list(); local
122 if (children == null) {
126 for (int i = 0; i < children.length; i++) {
129 String filename = children[i];
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_win_unittest.cc 91 root.children.push_back(button);
92 root.children.push_back(checkbox);
161 root.children.push_back(text);
240 div.children.push_back(text);
242 div.children.push_back(text);
248 root.children.push_back(div);
263 // Notify the BrowserAccessibilityManager that the div node and its children
265 root.children.clear();
293 root.children.push_back(text1);
  /external/chromium/chrome/browser/bookmarks/
bookmark_node_data.cc 37 children.push_back(Element(node->GetChild(i)));
49 pickle->WriteSize(children.size());
50 for (std::vector<Element>::const_iterator i = children.begin();
51 i != children.end(); ++i) {
67 children.clear();
72 children.resize(children_count);
73 for (std::vector<Element>::iterator i = children.begin();
74 i != children.end(); ++i) {
  /frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
SgTransform.java 79 mTransformData.children = null;
92 mTransformData.children = mChildField.getAllocation();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
FrameLayoutRule.java 161 final List<? extends INode> children) {
162 super.addLayoutActions(actions, parentNode, children);
164 actions.add(createMarginAction(parentNode, children));
165 if (children != null && children.size() > 0) {
166 actions.add(createGravityAction(children, ATTR_LAYOUT_GRAVITY));
  /external/libxml2/
catalog.c 133 struct _xmlCatalogEntry *children; member in struct:_xmlCatalogEntry
283 ret->children = NULL;
380 xmlCatalogEntryPtr children, next; local
385 children = catal->children;
386 while (children != NULL) {
387 next = children->next;
388 children->dealloc = 0;
389 children->children = NULL
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
NestedMapData.java 39 * Number of children a node can have before we bother allocating a HashMap. We currently allocate
49 private Map<String, NestedMapData> children = null; field in class:NestedMapData
50 // Number of children
52 // First child (first sibling of children)
54 // Last child (last sibling of children)
98 // children Hashmap, initialize it now.
99 if (sym.children == null && sym.childCount >= CHILD_MAP_THRESHOLD) {
100 sym.children = new HashMap<String, NestedMapData>();
101 // Copy in existing children.
104 sym.children.put(curr.getName(), curr)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ViewHierarchy.java 236 List<UiElementNode> children = model.getUiChildren(); local
237 return new ViewInfo(VIEW_MERGE, children.get(0), 0, 0, layoutSize.x, layoutSize.y);
249 List<UiElementNode> children = model.getUiChildren(); local
250 if (children != null && children.size() > 0
251 && VIEW_MERGE.equals(children.get(0).getDescriptor().getXmlName())) {
288 * <li>Invisible parents. These are nodes that can hold children and have empty
355 * they have no children and zero layout bounds).
497 List<CanvasViewInfo> children = canvasViewInfo.getChildren(); local
498 assert children instanceof RandomAccess
    [all...]
CanvasViewInfo.java 57 * Each view also knows its parent and children.
149 * It is null for the root and non-null for children.
158 * Returns the list of children of this {@link CanvasViewInfo}.
162 * @return the children, never null
170 * children of a {@code <merge>} tag included into a separate layout, return the
207 * Returns all the children of the canvas view info where each child corresponds to a
217 * @return list of {@link CanvasViewInfo} objects that are children of this view,
225 // We have secondary children; must create a new collection containing
226 // only non-secondary children
227 List<CanvasViewInfo> children = new ArrayList<CanvasViewInfo>() local
242 List<CanvasViewInfo> children = new ArrayList<CanvasViewInfo>(mChildren.size()); local
832 List<ViewInfo> children = viewInfo.getChildren(); local
    [all...]
  /external/libxslt/libxslt/
templates.c 204 if (inst->children == NULL)
223 * OPTIMIZE TODO: if inst->children consists only of text-nodes.
225 xsltApplyOneTemplate(ctxt, contextNode, inst->children, NULL, NULL);
487 if (attr->children != NULL) {
488 if ((attr->children->type != XML_TEXT_NODE) ||
489 (attr->children->next != NULL))
492 "Internal error: The children of an attribute node of a "
496 value = attr->children->content;
516 xmlFreeNodeList(ret->children);
517 ret->children = ret->last = NULL
    [all...]
attributes.c 325 child = cur->children;
707 * "Adding an attribute to an element after children have been added
715 if (targetElem->children != NULL) {
722 "element if children have been already added "
922 if (inst->children == NULL) {
928 } else if ((inst->children->next == NULL) &&
929 ((inst->children->type == XML_TEXT_NODE) ||
930 (inst->children->type == XML_CDATA_SECTION_NODE)))
954 copyTxt->content = inst->children->content;
960 if (inst->children->name == xmlStringTextNoenc
    [all...]
  /external/clang/include/clang/AST/
StmtObjC.h 67 child_range children() { function in class:clang::ObjCForCollectionStmt
117 child_range children() { return child_range(&Body, &Body + 1); } function in class:clang::ObjCAtCatchStmt
148 child_range children() { function in class:clang::ObjCAtFinallyStmt
250 child_range children() {
306 child_range children() { function in class:clang::ObjCAtTryStmt
342 child_range children() { return child_range(&Throw, &Throw+1); } function in class:clang::ObjCAtThrowStmt
375 child_range children() { return child_range(&SubStmt, &SubStmt + 1); } function in class:clang::ObjCAutoreleasePoolStmt
Stmt.h 45 // references to children (to be compatible with StmtIterator).
309 /// Child Iterators: All subclasses must implement 'children'
318 child_range children();
319 const_child_range children() const { function in class:clang::Stmt
320 return const_cast<Stmt*>(this)->children();
323 child_iterator child_begin() { return children().first; }
324 child_iterator child_end() { return children().second; }
326 const_child_iterator child_begin() const { return children().first; }
327 const_child_iterator child_end() const { return children().second; }
390 child_range children() { function in class:clang::DeclStmt
436 child_range children() { return child_range(); } function in class:clang::NullStmt
524 child_range children() { function in class:clang::CompoundStmt
619 child_range children() { function in class:clang::CaseStmt
654 child_range children() { return child_range(&SubStmt, &SubStmt+1); } function in class:clang::DefaultStmt
685 child_range children() { return child_range(&SubStmt, &SubStmt+1); } function in class:clang::LabelStmt
752 child_range children() { function in class:clang::IfStmt
845 child_range children() { function in class:clang::SwitchStmt
905 child_range children() { function in class:clang::WhileStmt
954 child_range children() { function in class:clang::DoStmt
1026 child_range children() { function in class:clang::ForStmt
1061 child_range children() { return child_range(); } function in class:clang::GotoStmt
1106 child_range children() { return child_range(&Target, &Target+1); } function in class:clang::IndirectGotoStmt
1133 child_range children() { return child_range(); } function in class:clang::ContinueStmt
1157 child_range children() { return child_range(); } function in class:clang::BreakStmt
1209 child_range children() { function in class:clang::ReturnStmt
1458 child_range children() { function in class:clang::AsmStmt
1492 child_range children() { function in class:clang::SEHExceptStmt
1529 child_range children() { function in class:clang::SEHFinallyStmt
1579 child_range children() { function in class:clang::SEHTryStmt
    [all...]
  /external/quake/quake/src/QW/client/
gl_rlight.c 204 R_MarkLights (light, bit, node->children[0]);
209 R_MarkLights (light, bit, node->children[1]);
225 R_MarkLights (light, bit, node->children[0]);
226 R_MarkLights (light, bit, node->children[1]);
294 return RecursiveLightPoint (node->children[side], start, end);
302 r = RecursiveLightPoint (node->children[side], start, mid);
363 return RecursiveLightPoint (node->children[!side], mid, end);
  /external/quake/quake/src/WinQuake/
gl_rlight.cpp 207 R_MarkLights (light, bit, node->children[0]);
212 R_MarkLights (light, bit, node->children[1]);
228 R_MarkLights (light, bit, node->children[0]);
229 R_MarkLights (light, bit, node->children[1]);
297 return RecursiveLightPoint (node->children[side], start, end);
305 r = RecursiveLightPoint (node->children[side], start, mid);
366 return RecursiveLightPoint (node->children[!side], mid, end);
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
Context.java 418 ArrayList<Object> children = new ArrayList<Object>(); local
423 children.add(GLEnum.valueOf(key).name() + " = " + value);
430 children.add(GLEnum.valueOf(key).name() + " : " +
433 children.add(GLEnum.valueOf(key).name() + " : default");
440 children.add(Function.valueOf(key).name() + " : default");
442 children.add(Function.valueOf(key).name() + " : "
448 children.add(new Entry("[" + sa.keyAt(i) + "]", sa.valueAt(i)));
453 children.add(new Entry(e.getKey().toString(), e.getValue()));
458 children.add("[" + sa.keyAt(i) + "] = " + sa.valueAt(i));
462 children.add(new Entry("[?]", o))
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
Context.java 414 ArrayList<Object> children = new ArrayList<Object>(); local
419 children.add(GLEnum.valueOf(key).name() + " = " + value);
426 children.add(GLEnum.valueOf(key).name() + " : " +
429 children.add(GLEnum.valueOf(key).name() + " : default");
436 children.add(Function.valueOf(key).name() + " : default");
438 children.add(Function.valueOf(key).name() + " : "
444 children.add(new Entry("[" + sa.keyAt(i) + "]", sa.valueAt(i)));
449 children.add(new Entry(e.getKey().toString(), e.getValue()));
454 children.add("[" + sa.keyAt(i) + "] = " + sa.valueAt(i));
458 children.add(new Entry("[?]", o))
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
malware_details.cc 123 const std::vector<GURL>* children) {
140 if (children) {
141 for (std::vector<GURL>::const_iterator it = children->begin();
142 it != children->end(); it++) {
236 AddUrl(node.url, node.parent, node.tag_name, &(node.children));

Completed in 609 milliseconds

1 2 3 4 5 67 8 91011>>