HomeSort by relevance Sort by last modified time
    Searched full:children (Results 301 - 325 of 2686) sorted by null

<<11121314151617181920>>

  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
ChildCountDetector.java 43 * children (e.g. at most one in ScrollViews and none in AdapterViews)
51 "ScrollViews can only have one child widget. If you want more children, wrap them " +
62 "Checks that AdapterViews do not define their children in XML",
107 "A list/grid should have no children declared in XML", null);
112 /** Counts the number of children, but skips certain tags like {@code <requestFocus>} */
  /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;
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/
PkgContentProvider.java 147 List<?> children = parentElement.getItems(); local
157 if (!source.isEnabled() || children.isEmpty()) {
169 children2.addAll(children);
170 children = children2;
173 return children.toArray();
  /external/llvm/include/llvm/Analysis/
Dominators.h 67 std::vector<DomTreeNodeBase<NodeT> *> Children;
77 iterator begin() { return Children.begin(); }
78 iterator end() { return Children.end(); }
79 const_iterator begin() const { return Children.begin(); }
80 const_iterator end() const { return Children.end(); }
85 return Children;
92 Children.push_back(C);
97 return Children.size();
101 Children.clear();
126 std::find(IDom->Children.begin(), IDom->Children.end(), this)
    [all...]
  /external/quake/quake/src/WinQuake/
world.cpp 84 box_clipnodes[i].children[side] = CONTENTS_EMPTY;
86 box_clipnodes[i].children[side^1] = i + 1;
88 box_clipnodes[i].children[side^1] = CONTENTS_SOLID;
185 struct areanode_s *children[2]; member in struct:areanode_s
217 anode->children[0] = anode->children[1] = NULL;
235 anode->children[0] = SV_CreateAreaNode (depth+1, mins2, maxs2);
236 anode->children[1] = SV_CreateAreaNode (depth+1, mins1, maxs1);
316 SV_TouchLinks ( ent, node->children[0] );
318 SV_TouchLinks ( ent, node->children[1] )
    [all...]
  /gdk/samples/quake/jni/
world.cpp 84 box_clipnodes[i].children[side] = CONTENTS_EMPTY;
86 box_clipnodes[i].children[side^1] = i + 1;
88 box_clipnodes[i].children[side^1] = CONTENTS_SOLID;
185 struct areanode_s *children[2]; member in struct:areanode_s
217 anode->children[0] = anode->children[1] = NULL;
235 anode->children[0] = SV_CreateAreaNode (depth+1, mins2, maxs2);
236 anode->children[1] = SV_CreateAreaNode (depth+1, mins1, maxs1);
316 SV_TouchLinks ( ent, node->children[0] );
318 SV_TouchLinks ( ent, node->children[1] )
    [all...]
  /external/quake/quake/src/QW/server/
world.c 84 box_clipnodes[i].children[side] = CONTENTS_EMPTY;
86 box_clipnodes[i].children[side^1] = i + 1;
88 box_clipnodes[i].children[side^1] = CONTENTS_SOLID;
206 anode->children[0] = anode->children[1] = NULL;
224 anode->children[0] = SV_CreateAreaNode (depth+1, mins2, maxs2);
225 anode->children[1] = SV_CreateAreaNode (depth+1, mins1, maxs1);
306 SV_TouchLinks ( ent, node->children[0] );
308 SV_TouchLinks ( ent, node->children[1] );
350 SV_FindTouchedLeafs (ent, node->children[0])
    [all...]
  /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...]
ProfileView.js 187 var children = this.profileDataGridTree.children;
188 var count = children.length;
191 this.dataGrid.appendChild(children[index]);
199 var child = this.dataGrid.children[0];
348 var current = this.profileDataGridTree.children[0];
556 var nodesToTraverse = [ { parent: head, children: head.children } ];
560 var children = pair.children;
    [all...]
ExtensionAuditCategory.js 96 if (node.children) {
97 for (var i = 0; i < node.children.length; ++i)
98 this._addNode(addedNode, node.children[i]);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
ParseTree.cs 135 for (int i = 0; Children != null && i < Children.Count; i++) {
136 ParseTree t = (ParseTree)Children[i];
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
ParseTree.cs 160 for ( int i = 0; Children != null && i < Children.Count; i++ )
162 ParseTree t = (ParseTree)Children[i];
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
ParseTree.java 114 for (int i = 0; children!=null && i < children.size(); i++) {
115 ParseTree t = (ParseTree)children.get(i);
TreeVisitor.java 43 * before/after having visited all of its children.
44 * Execute both actions even if t has no children.
56 t = action.pre(t); // if rewritten, walk children of new t
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTreeVisitor.m 74 * before/after having visited all of its children.
75 * Execute both actions even if t has no children.
88 t = [action pre:(ANTLRTreeVisitorAction *)t]; // if rewritten, walk children of new t
  /external/chromium/chrome/browser/accessibility/
accessibility_mac_uitest.mm 159 NSArray* children = (NSArray*)childrenRef;
160 for (uint32 i = 0; i < [children count]; ++i) {
162 (AXUIElementRef)[children objectAtIndex:i], observerRef);
browser_accessibility_mac_unittest.mm 67 root.children.push_back(child1);
68 root.children.push_back(child2);
100 // the hit test has been narrowed down to this object or one of its children
  /external/oprofile/libpp/
symbol.h 108 typedef std::vector<symbol_entry> children; typedef in class:cg_symbol
111 children callers;
116 children callees;
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_nodereplacechildinvalidnodetype.js 80 a type that does not allow children of the type "newChild"
84 one of its children with a newly created Attr node.
85 An Element node cannot have children of the "Attr"
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_nodereplacechildinvalidnodetype.js 80 a type that does not allow children of the type "newChild"
84 one of its children with a newly created Attr node.
85 An Element node cannot have children of the "Attr"
  /external/webkit/Source/JavaScriptCore/dfg/
DFGGraph.h 73 // If the value (before incrementing) was at refCount zero then we need to ref its children.
81 // If the value (after decrementing) becomes refCount zero then we need to deref its children.
103 // When a node's refCount goes from 0 to 1, it must (logically) recursively ref all of its children, and vice versa.
  /external/webkit/Source/WebCore/accessibility/
AccessibilityARIAGridCell.cpp 84 // children to determine the row index for the cell in it.
89 AccessibilityChildrenVector siblings = parent->children();
112 AccessibilityChildrenVector siblings = parent->children();
  /external/webkit/Source/WebCore/accessibility/gtk/
AccessibilityObjectAtk.cpp 51 // When a list item is made up entirely of children (e.g. paragraphs)
56 // Entries and password fields have extraneous children which we want to ignore.
72 // Include all list items, regardless they have or not inline children
  /external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/
LeaksParserWorker.js 61 children: [],
83 node.children.push(childNode);
92 self.profile.totalTime = self.profile.children.reduce(function(sum, child) { return sum + child.totalTime; }, 0);
  /frameworks/base/core/java/android/widget/
ResourceCursorTreeAdapter.java 47 * views for all children but the last..
74 * views for all children.
90 * views for all children.

Completed in 516 milliseconds

<<11121314151617181920>>