HomeSort by relevance Sort by last modified time
    Searched refs:children (Results 226 - 250 of 1527) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/tests/src/android/widget/cts/util/
ExpandableListScenario.java 92 * Sets the number of children per group.
94 * @param numChildrenPerGroup The number of children per group.
103 * groups and children per group.
180 .children.get(ExpandableListView.getPackedPositionChild(packedPosition))
210 if (child >= mGroups.get(group).children.size() || child < 0) {
268 * Returns a group index containing either the number of children or at
309 return mGroups.get(groupPosition).children.get(childPosition).id;
313 return mGroups.get(groupPosition).children.size();
355 List<MyChild> children; field in class:ExpandableListScenario.MyGroup
359 children = new ArrayList<MyChild>(numChildren)
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_perftest.cc 184 layer_to_invalidate_->children().size();
185 layer_to_invalidate_ = layer_to_invalidate_->children()[0]) {}
224 scrollable_ = layer_tree_host()->root_layer()->children()[1];
262 layer_tree_host()->root_layer()->children()[0]->
263 children()[0]->
264 children()[0]->
265 children()[0].get());
  /external/chromium_org/third_party/libxml/src/
HTMLtree.c 55 cur = doc->children;
73 cur = cur->children;
90 cur = cur->children;
106 if ((attr->children != NULL) &&
107 (attr->children->type == XML_TEXT_NODE) &&
108 (attr->children->next == NULL)) {
109 value = attr->children->content;
181 cur = doc->children;
199 cur = cur->children;
219 if (cur->children == NULL
    [all...]
  /external/libxml2/
HTMLtree.c 55 cur = doc->children;
73 cur = cur->children;
90 cur = cur->children;
106 if ((attr->children != NULL) &&
107 (attr->children->type == XML_TEXT_NODE) &&
108 (attr->children->next == NULL)) {
109 value = attr->children->content;
181 cur = doc->children;
199 cur = cur->children;
219 if (cur->children == NULL
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ClipboardSupport.java 220 List<INode> children = clusters.get(parent);
221 if (children == null) {
222 children = new ArrayList<INode>();
223 clusters.put((NodeProxy) parent, children);
225 children.add(node);
229 // Notify parent views about children getting deleted
233 List<INode> children = entry.getValue();
234 assert children != null && children.size() > 0;
235 rulesEngine.callOnRemovingChildren(parent, children);
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_bookmark_helpers.cc 50 ListValue* children = new ListValue(); local
55 children->Append(dict);
58 dict->Set(keys::kChildrenKey, children);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/bookmarks/basic/
popup.js 29 if (query && !bookmarkNode.children) {
45 var options = bookmarkNode.children ?
49 var edit = bookmarkNode.children ? $('<table><tr><td>Name</td><td>' +
120 if (bookmarkNode.children && bookmarkNode.children.length > 0) {
121 li.append(dumpTreeNodes(bookmarkNode.children, query));
  /external/chromium_org/ppapi/generators/
idl_propertynode.py 56 # associate the children with this new node.
58 def BuildNode(name, props, children=None, parents=None):
64 if children:
65 for child in children:
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXListBox.cpp 85 void AXListBox::setSelectedChildren(AccessibilityChildrenVector& children)
102 length = children.size();
104 AXObject* obj = children[i].get();
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
CPUProfileView.js 113 var current = this.profileDataGridTree.children[0];
177 var children = this.profileDataGridTree.children;
178 var count = children.length;
181 this.dataGrid.rootNode().appendChild(children[index]);
189 var child = this.dataGrid.rootNode().children[0];
316 var current = this.profileDataGridTree.children[0];
561 for (var i = 0; i < node.children.length; i++)
562 result += totalHitCount(node.children[i]);
574 for (var i = 0; i < node.children.length; i++
    [all...]
  /external/chromium_org/tools/grit/grit/
xtb_reader_unittest.py 55 clique_mega = msgs.children[0].GetCliques()[0]
57 clique_hello_user = msgs.children[1].GetCliques()[0]
80 clique = msgs.children[0].GetCliques()[0]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/
Path.java 91 List<Box> children = new LinkedList<Box>(); local
96 children.addAll(getPaths(box1, later));
101 return children;
  /external/chromium_org/ui/v2/src/
view_unittest.cc 22 EXPECT_EQ(1U, v1.children().size());
29 EXPECT_EQ(1U, v1.children().size());
31 EXPECT_EQ(0U, v1.children().size());
39 EXPECT_EQ(1U, v1.children().size());
41 EXPECT_EQ(1U, v2.children().size());
42 EXPECT_EQ(0U, v1.children().size());
69 EXPECT_EQ(3U, v1.children().size());
70 EXPECT_EQ(v11, v1.children().front());
71 EXPECT_EQ(v13, v1.children().back());
76 EXPECT_EQ(v12, v1.children().front())
    [all...]
  /development/tools/idegen/src/com/android/idegen/
DirectorySearch.java 105 File[] children = file.listFiles(); local
106 for (File child : children) {
133 File[] children = resFile.listFiles(); local
134 for (File child : children) {
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_cocoa.h 35 // Invalidate children for a non-ignored ancestor (including self).
38 // Children is an array of BrowserAccessibility objects, representing
39 // the accessibility children of this object.
40 @property(nonatomic, readonly) NSArray* children; variable
  /external/chromium/chrome/browser/ui/gtk/
gtk_expanded_container_unittest.cc 22 GList* children = gtk_container_get_children(GTK_CONTAINER(expanded_)); local
23 for (GList* child = children; child; child = child->next) {
25 g_list_free(children);
29 g_list_free(children);
101 // Test if the size allocation for children still works when using own
102 // GdkWindow. In this case, the children's origin starts from (0, 0) rather
  /external/chromium_org/ash/wm/
mru_window_tracker.cc 30 const MruWindowTracker::WindowList& children(container->children());
31 windows->insert(windows->end(), children.begin(), children.end());
  /external/chromium_org/chrome/browser/resources/ntp_android/
opentabs_tablet.css 22 body[device='tablet'] .session-children-container>div:last-child {
58 body[device='tablet'] #open_tabs_container .session-children-container
  /external/chromium_org/chrome/browser/ui/webui/app_list/
start_page_browsertest.js 54 recommendedApp.children[i].appId);
63 cr.dispatchSimpleEvent(recommendedApp.children[i], 'click');
  /external/chromium_org/chrome/common/extensions/docs/server2/
manifest_features.py 18 'children'.
24 Applied recursively so that children can be nested arbitrarily.
28 if not 'children' in features[parent]:
29 features[parent]['children'] = {}
30 features[parent]['children'][child_name] = value
40 if 'children' in value:
41 insert_children(value['children'])
  /external/chromium_org/third_party/WebKit/Source/core/plugins/
PluginOcclusionSupport.cpp 167 const HashSet<RefPtr<Widget> >* children = parentFrameView->children(); local
168 for (HashSet<RefPtr<Widget> >::const_iterator it = children->begin(); it != children->end(); ++it) {
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs_cfg.h 65 exec_list children; member in class:fs_bblock
  /external/chromium_org/tools/idl_parser/
idl_parser_test.py 53 children = filenode.GetChildren()
54 self.assertTrue(len(children) > 2, 'Expecting children in %s.' %
97 children = filenode.GetChildren()
98 self.assertTrue(len(children) > 2, 'Expecting children in %s.' %
  /external/chromium_org/tools/
multi-process-rss.py 46 children = psutil.Process(pid).get_children()
50 for child in children:
71 children = _recursive_get_children(pid)
72 pids.extend(children)
  /external/chromium_org/ui/base/gtk/
gtk_expanded_container_unittest.cc 39 GList* children = gtk_container_get_children(GTK_CONTAINER(expanded_)); local
40 for (GList* child = children; child; child = child->next) {
42 g_list_free(children);
46 g_list_free(children);
112 // Test if the size allocation for children still works when using own
113 // GdkWindow. In this case, the children's origin starts from (0, 0) rather

Completed in 2333 milliseconds

1 2 3 4 5 6 7 8 91011>>