Searched refs:children (Results 76 - 100 of 619) sorted by relevance

1234567891011>>

/macosx-10.10.1/ruby-106/ruby/test/rexml/
H A Dtest_xml_declaration.rb19 @xml_declaration = @doc.children[0]
/macosx-10.10.1/tcl-105/tcl_ext/tclvfs/tclvfs/library/
H A Dtkvfs.tcl46 set len [llength [winfo children ${widg}.${name}]]
110 foreach ch [winfo children $wpp] {
119 foreach ch [winfo children $wpp] {
121 if {[llength [winfo children $ch]]} {
128 if {[llength [winfo children $wpp]]} {
137 foreach ch [winfo children $wpp] {
139 if {![llength [winfo children $ch]]} {
146 if {![llength [winfo children $wpp]]} {
172 if {[llength [winfo children $widg.$name]]} {
/macosx-10.10.1/tcl-105/tk/tk/library/ttk/
H A DvistaTheme.tcl75 Combobox.border -sticky nswe -border 0 -children {
77 Combobox.padding -expand 1 -sticky nswe -children {
78 Combobox.focus -expand 1 -sticky nswe -children {
88 ComboboxPopdownFrame.background -sticky news -border 1 -children {
109 Entry.field -sticky news -border 0 -children {
110 Entry.background -sticky news -children {
111 Entry.padding -sticky news -children {
138 Spinbox.field -sticky nswe -children {
139 Spinbox.background -sticky news -children {
140 Spinbox.padding -sticky news -children {
[all...]
/macosx-10.10.1/tidy-15.15/tidy/htmldoc/api/
H A Dtreeview.js35 this.children = new Array
65 totalHeight = totalHeight + this.children[i].navObj.clip.height
89 folder.children[i].display()
100 folder.children[i].hide()
139 if (lastNode) //the last 'brother' in the children array
160 this.children[i].initialize(level, 1, leftSide)
162 this.children[i].initialize(level, 0, leftSide)
246 this.children[this.nChildren] = childNode
257 if (this.children[i].children) //i
[all...]
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDSystem/IOHIDDescriptorParser/
H A DHIDProcessCollection.c89 ptCollection->children = 0;
101 collections[parent].children++;
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGUnificationPhase.cpp60 if (!phi->children.child(childIdx))
64 phi->children.child(childIdx)->variableAccessData());
H A DDFGCPSRethreadingPhase.cpp90 node->children.setChild1(Edge());
167 node->children.setChild1(Edge(otherNode));
182 node->children.setChild1(Edge(otherNode));
197 node->children.setChild1(Edge(otherNode));
215 node->children.setChild1(Edge(phi));
266 node->children.setChild1(otherNode->child1());
277 node->children.setChild1(Edge(otherNode));
282 node->children.setChild1(Edge(addPhi<operandKind>(node->origin, variable, idx)));
360 // of these will have children that are SetLocal, Phi, or SetArgument).
446 currentPhi->children
[all...]
H A DDFGNode.h217 Node(NodeType op, NodeOrigin nodeOrigin, const AdjacencyList& children) argument
219 , children(children)
228 // Construct a node with up to 3 children, no immediate value.
231 , children(AdjacencyList::Fixed, child1, child2, child3)
243 // Construct a node with up to 3 children, no immediate value.
246 , children(AdjacencyList::Fixed, child1, child2, child3)
259 // Construct a node with up to 3 children and an immediate value.
262 , children(AdjacencyList::Fixed, child1, child2, child3)
274 // Construct a node with up to 3 children an
1725 AdjacencyList children; member in struct:JSC::DFG::Node
[all...]
/macosx-10.10.1/cups-408/cups/scheduler/
H A Dtestspeed.c54 int children; /* Number of children to fork */ local
55 int good_children; /* Number of children that exited normally */
70 children = 5;
87 case 'c' : /* Number of children */
92 children = atoi(argv[i]);
135 if (children > 0)
138 "%sencryption...\n", children, requests, server,
144 if (children < 1)
146 else if (children
[all...]
/macosx-10.10.1/libxml2-26/libxml2/python/tests/
H A Dbuild.py23 comment = doc.children
40 elem = root.children
H A Dvalidate.py17 root = doc.children
53 root = doc.children
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/python/tests/
H A Dbuild.py23 comment = doc.children
40 elem = root.children
H A Dvalidate.py17 root = doc.children
53 root = doc.children
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/tests/
H A Dall.tcl11 if {[lsearch [namespace children] ::tcltest] == -1} {
/macosx-10.10.1/tcl-105/tcl_ext/tbcload/tbcload/tests/
H A Dall.tcl12 if {[lsearch [namespace children] ::tcltest] == -1} {
/macosx-10.10.1/tcl-105/tcl_ext/tclsoap/tclsoap/tests/
H A Dall.tcl9 if {[lsearch [namespace children] ::tcltest] == -1} {
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxml/tests/
H A Dall.tcl13 if {[lsearch [namespace children] ::tcltest] == -1} {
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxslt/test/
H A Dall.tcl12 if {[lsearch [namespace children] ::tcltest] == -1} {
/macosx-10.10.1/tcl-105/tcl_ext/tls/tls/tests/
H A Dall.tcl12 if {[lsearch [namespace children] ::tcltest] == -1} {
/macosx-10.10.1/WebKit2-7600.1.25/Shared/mac/
H A DRemoteLayerTreePropertyApplier.mm236 RetainPtr<NSMutableArray> children = adoptNS([[NSMutableArray alloc] initWithCapacity:properties.children.size()]);
237 for (auto& child : properties.children) {
239 [children addObject:relatedLayers.get(child)];
242 layer.sublayers = children.get();
273 RetainPtr<NSMutableArray> children = adoptNS([[NSMutableArray alloc] initWithCapacity:properties.children.size()]);
274 for (auto& child : properties.children) {
276 [children addObject:relatedLayers.get(child)];
279 [view _web_setSubviews:children
[all...]
/macosx-10.10.1/emacs-93/emacs/lwlib/
H A Dlwlib-utils.c77 /* We have to copy the children list before mapping over it, because
83 lwlib_bcopy ((char *) cw->composite.children, (char *) kids,
114 if (XtIsWidget (cw->composite.children [i])){
115 result = proc (cw->composite.children [i], arg);
118 result = XtApplyUntilToWidgets (cw->composite.children [i], proc,
129 * Returns a copy of the list of all children of a composite widget
150 result [i] = cw->composite.children [i];
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/tile/themes/plastik/
H A Dplastik.tcl47 Scrollbar.trough -children {
57 Scrollbar.trough -children {
66 Button.button -children {
67 Button.focus -children {
68 Button.padding -children {
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/library/xml/
H A Dxml.xotcl53 foreach c [my info children] {$c destroy}
54 my set children ""
57 if {[my exists children]} {
58 foreach c [my set children] { $c print}
63 my lappend children $new
/macosx-10.10.1/apache-793/httpd/server/
H A Dutil_filter.c60 /* Each trie node has an array of pointers to its children.
66 filter_trie_child_ptr *children; member in struct:filter_trie_node
85 memcpy(new, parent->children, parent->nchildren *
87 parent->children = new;
91 if (c == parent->children[i].c) {
94 else if (c < parent->children[i].c) {
99 parent->children[j].c = parent->children[j - 1].c;
100 parent->children[j].child = parent->children[
[all...]
/macosx-10.10.1/xar-254/xar/lib/
H A Dfiletree.c352 if( !(XAR_ITER(i)->nochild) && XAR_PROP(p)->children ) {
359 XAR_ITER(i)->iter = p = XAR_PROP(p)->children;
407 * will be inserted into the parent node's list of children,
418 XAR_PROP(p)->children = NULL;
426 if( !XAR_PROP(parent)->children ) {
427 XAR_PROP(parent)->children = p;
429 XAR_PROP(p)->next = XAR_PROP(parent)->children;
430 XAR_PROP(parent)->children = p;
466 ret = xar_prop_find(XAR_PROP(i)->children, tmp2);
494 start = XAR_PROP(p)->children;
[all...]

Completed in 283 milliseconds

1234567891011>>