/external/webkit/Tools/DumpRenderTree/gtk/ |
AccessibilityCallbacks.cpp | 92 } else if (!g_strcmp0(signal_query.signal_name, "children-changed")) { 93 signalName.set(g_strdup_printf("children-changed = %d", 140 childrenChangedListenerId = atk_add_global_event_listener(axObjectEventListener, "Gtk:AtkObject:children-changed");
|
/frameworks/base/core/java/android/view/ |
AccessibilityInteractionController.java | 773 ArrayList<View> children = mTempViewList; local 812 ArrayList<View> children = mTempViewList; local [all...] |
/frameworks/base/core/java/com/android/internal/widget/ |
TextProgressBar.java | 34 * as children. It subscribes to {@link Chronometer#OnChronometerTickListener} 37 * This widget expects to contain two children with specific ids 76 * Catch any interesting children when they are added.
|
/frameworks/base/tools/layoutlib/bridge/src/android/view/ |
LayoutInflater_Delegate.java | 46 * views, instantiate their children, and then call onFinishInflate(). 115 // Inflate all children. 153 // Inflate all children.
|
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
hc_nodereplacechildinvalidnodetype.java | 33 * a type that does not allow children of the type "newChild" 37 * one of its children with a newly created Attr node. 38 * An Element node cannot have children of the "Attr"
|
nodereplacechildinvalidnodetype.java | 33 * a type that does not allow children of the type "newChild" 37 * one of its children with a newly created Attr node. 38 * An Element node cannot have children of the "Attr"
|
/libcore/luni/src/main/java/org/w3c/dom/traversal/ |
NodeFilter.java | 48 * this node. For <code>TreeWalker</code>, the children of this node 57 * <code>TreeWalker</code>, the children of this node will still be 76 * or traversal. Since attributes are never children of other nodes,
|
NodeIterator.java | 44 * <code>whatToShow</code> will be skipped, but their children may still 56 * The value of this flag determines whether the children of entity 58 * false, these children and their descendants will be rejected. Note
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
MtpDevice.java | 92 List<MtpObjectInfo> children = mMtpContext.getMtpClient().getObjectList( local 94 if (children == null) return; 96 for (MtpObjectInfo obj : children) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
GridLayoutRule.java | 152 final List<? extends INode> children) { 153 super.addLayoutActions(actions, parentNode, children); 169 if (children != null && children.size() > 0) { 171 actions.add(createMarginAction(parentNode, children)); 172 actions.add(createGravityAction(children, ATTR_LAYOUT_GRAVITY)); 203 grid.addRow(children); 205 grid.removeRows(children); 207 grid.addColumn(children); 209 grid.removeColumns(children); [all...] |
BaseLayoutRule.java | 108 final List<? extends INode> children) { 110 final List<? extends INode> targets = children == null || children.size() == 0 ? 112 : children; 150 // to the parent whereas for LinearLayout it's on the children) 184 final List<? extends INode> children) { 185 super.addLayoutActions(actions, parentNode, children); 187 final List<? extends INode> targets = children == null || children.size() == 0 ? 189 : children; [all...] |
/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/ |
StateListDetector.java | 78 List<Element> children = LintUtils.getChildren(root); local 79 for (int i = 0; i < children.size() - 1; i++) { 80 Element child = children.get(i);
|
/external/webkit/Source/WebCore/inspector/ |
InspectorDOMAgent.cpp | 461 RefPtr<InspectorArray> children = buildArrayForContainerChildren(node, 1, nodeMap); local 462 m_frontend->setChildNodes(nodeId, children.release()); 548 RefPtr<InspectorArray> children = InspectorArray::create(); local 549 children->pushObject(buildObjectForNode(node, 0, danglingMap)); 550 m_frontend->setChildNodes(0, children); 634 // Copy over the original node's children. 1043 RefPtr<InspectorArray> children = buildArrayForContainerChildren(node, depth, nodesMap); local 1090 RefPtr<InspectorArray> children = InspectorArray::create(); local [all...] |
/external/webkit/Source/WebCore/inspector/front-end/ |
ElementsTreeOutline.js | 163 return treeElement.children[node.index]; 381 var count = this.children.length; 382 if (count && this.children[count - 1]._elementCloseTag) 384 if (count && this.children[count - 1].expandAllButton) 399 // Whether index-th child is visible in the children tree 485 if (this.children.length || this._showInlineText(this.representedObject) || this._elementCloseTag) 541 var currentTreeElement = treeElement.children[treeChildIndex]; 543 // Find any existing element that is later in the children list. 546 if (treeElement.children[i].representedObject === child) { 547 existingTreeElement = treeElement.children[i] [all...] |
/external/libxslt/libxslt/ |
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...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
CanvasViewInfoTest.java | 246 // between view info and ui element node children 303 // between view info and ui element node children 346 // between view info and ui element node children 376 List<ViewInfo> children = new ArrayList<ViewInfo>(); local 405 children.add(childView); 419 root.setChildren(children); 459 ArrayList<ViewInfo> children = new ArrayList<ViewInfo>(); local 463 children.add(childView); 465 root.setChildren(children); 495 ArrayList<ViewInfo> children = new ArrayList<ViewInfo>() local 547 ArrayList<ViewInfo> children = new ArrayList<ViewInfo>(); local [all...] |
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/ |
TreeView.java | 250 currentNode.parent.children 252 while (currentNode.children.size() != 0) { 254 currentNode.children 255 .get(currentNode.children.size() - 1); 265 && currentNode.viewNode.index + 1 == currentNode.parent.children 272 currentNode.parent.children 274 while (currentNode.children.size() != 0) { 275 currentNode = currentNode.children.get(0); 285 final int N = mSelectedNode.children.size(); 287 // We consider all the children and pick the on [all...] |
/external/chromium/chrome/browser/extensions/ |
extension_menu_manager.h | 113 const List& children() { return children_; } function in class:ExtensionMenuItem 156 // Recursively removes all descendant items (children, grandchildren, etc.), 187 // Any children this item may have. 209 // children. A view can then decide how to display these, including whether to 277 // all items the menu manager knows about, including all children of top-level
|
/external/elfutils/libelf/ |
elf_end.c | 96 if (elf->state.ar.children != NULL) 100 /* Remove this structure from the children list. */ 113 if (parent->state.ar.children == elf) 114 parent->state.ar.children = elf->next; 117 struct Elf *child = parent->state.ar.children;
|
/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
DefaultDataContext.java | 200 // Node does not exist. Any children won't either. 216 // This is a literal value local variable. It has no children, nor 217 // can it. We want to throw an error on creation of children. 222 throw new IllegalStateException("Cannot create children of a " 225 // No children.
|
/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()));
|
/frameworks/support/v7/gridlayout/res/values/ |
attrs.xml | 14 allocate row and column parameters when they are not specified by its children's 29 <!-- The maximum number of rows to create when automatically positioning children. --> 31 <!-- The maximum number of columns to create when automatically positioning children. --> 50 Align the bounds of the children. 55 Align the margins of the children.
|
/libcore/luni/src/main/java/java/lang/ |
ProcessManager.java | 79 * Loops indefinitely and calls ProcessManager.onExit() when children exit. 85 // Wait for children in our process group. 103 // Expected errno: there are no children to wait for. 137 // There are no eligible children; wait for one to be added. 224 * weren't previously any children to wait on.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/ |
PostCompilerDeltaVisitor.java | 147 // folder before its children we can check when the path segment 169 // we don't want to go to the children, not like they are 185 // no need to check the children, as we are in a package 186 // and there can only be subpackage children containing 234 // the children even.
|
/sdk/testapps/gridlayoutTest/v7-gridlayout/res/values/ |
attrs.xml | 14 allocate row and column parameters when they are not specified by its children's 29 <!-- The maximum number of rows to create when automatically positioning children. --> 31 <!-- The maximum number of columns to create when automatically positioning children. --> 50 Align the bounds of the children. 55 Align the margins of the children.
|