Searched refs:child (Results 151 - 175 of 707) sorted by relevance

1234567891011>>

/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGUnificationPhase.cpp60 if (!phi->children.child(childIdx))
64 phi->children.child(childIdx)->variableAccessData());
/macosx-10.10.1/JavaScriptCore-7600.1.17/tools/
H A DCodeProfile.h55 void addChild(CodeProfile* child) argument
57 m_children.append(adoptPtr(child));
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DNetworkTimelineOverviewGraph.css43 .timeline-overview-graph.network:nth-child(even) > .graph-row > .timeline-record-bar > .segment:not(.inactive) {
H A DDOMTreeElement.js178 // Whether index-th child is visible in the children tree
282 insertChildElement: function(child, index, closingTag)
284 var newElement = new WebInspector.DOMTreeElement(child, closingTag);
290 moveChild: function(child, targetIndex)
292 var wasSelected = child.selected;
293 this.removeChild(child);
294 this.insertChild(child, targetIndex);
296 child.select();
323 var child = node.firstChild;
324 while (child) {
[all...]
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-c++/detail/
H A Dprocess.cpp284 // The "child" type.
287 impl::child::child(atf_process_child_t& c) : function in class:impl::child
293 impl::child::~child(void)
306 impl::child::wait(void)
319 impl::child::pid(void)
326 impl::child::stdout_fd(void)
332 impl::child::stderr_fd(void)
345 // is flushed before executing a child whic
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dclrpick.rb83 TkWinfo.children(w).each{|child|
84 setColor_helper child, options, color
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dclrpick.rb80 TkWinfo.children(w).each{|child|
81 setColor_helper child, options, color
/macosx-10.10.1/swig-12/Source/Swig/
H A Dswigtree.h35 extern void appendChild(Node *node, Node *child);
36 extern void prependChild(Node *node, Node *child);
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tcldom/library/
H A Ddommap.tcl90 foreach child [::dom::node children $node] {
91 switch [catch {eval apply [list $child] [list $cmd] $args} msg] {
/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Dclrpick.tcl53 foreach child [winfo children $w] {
54 setColor_helper $child $options $color
/macosx-10.10.1/tcl-105/tk84/tk/library/demos/
H A Dclrpick.tcl53 foreach child [winfo children $w] {
54 setColor_helper $child $options $color
/macosx-10.10.1/tcl-105/tk84/tk/win/
H A DtkWinTest.c287 HWND child;
290 child = GetWindow(hwnd, GW_CHILD);
291 while (child != NULL) {
292 SendMessage(child, WM_GETTEXT, (WPARAM) sizeof(buf), (LPARAM) buf);
294 id = GetDlgCtrlID(child);
297 child = GetWindow(child, GW_HWNDNEXT);
299 if (child == NULL) {
283 HWND child; local
/macosx-10.10.1/apr-32/apr/apr/test/
H A Dtestprocmutex.c98 /* Wait for a child process and check it terminated with success. */
106 ABTS_ASSERT(tc, "child did not terminate with success",
113 apr_proc_t *child[CHILDREN]; local
123 make_child(tc, 0, &child[n], p);
126 await_child(tc, child[n]);
143 make_child(tc, 1, &child[n], p);
146 await_child(tc, child[n]);
/macosx-10.10.1/libxslt-13/libxslt/libxslt/
H A Dattributes.c293 xmlNodePtr child; local
325 child = cur->children;
326 while (child != NULL) {
330 if ((child->type != XML_ELEMENT_NODE) ||
331 (child->ns == NULL) ||
332 (! IS_XSLT_ELEM(child)))
334 if (child->type == XML_ELEMENT_NODE)
335 xsltTransformError(NULL, style, child,
336 "xsl:attribute-set : unexpected child %s\n",
337 child
386 xsltParseAnyXSLTElem(XSLT_CCTXT(style), child); local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/extensions/tdomhtml/
H A Dtdomhtml.tcl280 foreach child [$top childNodes] {
281 switch -- [$child nodeType] {
286 set nodecmd [string tolower [$child nodeName]]
294 foreach att [$child attributes] {
298 set val [_entityesc [$child getAttribute $att]]
306 # Recurse to child nodes
307 if {[llength [$child childNodes]]} {
309 _2tcl $child $ochan $indent [expr {$offset+$indent}]
321 puts -nonewline $ochan [_entityesc [$child nodeValue]]
329 puts -nonewline $ochan [$child nodeValu
[all...]
/macosx-10.10.1/xnu-2782.1.97/osfmk/i386/
H A Dbsd_i386_native.c73 * Duplicate parent state in child
79 thread_t child
84 pcb_t child_pcb = THREAD_TO_PCB(child);
90 bcopy(USER_REGS64(parent), USER_REGS64(child), sizeof(x86_saved_state64_t));
92 bcopy(USER_REGS32(parent), USER_REGS32(child), sizeof(x86_saved_state32_t));
96 * and if so, copy the registers to the child
98 fpu_dup_fxstate(parent, child);
/macosx-10.10.1/WebKit-7600.1.25/mac/WebView/
H A DWebRenderNode.mm89 for (RenderObject* child = node->firstChildSlow(); child; child = child->nextSibling()) {
90 WebRenderNode *childCopy = copyRenderNode(child);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_asn1/
H A Dsecasn1e.c69 struct sec_asn1e_state_struct *child; /* aka next */ member in struct:sec_asn1e_state_struct
146 state->child = new_state;
901 * We need to push a child to handle each member.
927 * We need to push a child to handle the individual fields.
1141 sec_asn1e_state *child; local
1146 PORT_Assert (state->child != NULL);
1148 child = state->child;
1155 member = (char *)(state->child->src) - child
1188 sec_asn1e_state *child; local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/Security/
H A Dsecasn1e.c69 struct sec_asn1e_state_struct *child; /* aka next */ member in struct:sec_asn1e_state_struct
146 state->child = new_state;
901 * We need to push a child to handle each member.
927 * We need to push a child to handle the individual fields.
1141 sec_asn1e_state *child; local
1146 PORT_Assert (state->child != NULL);
1148 child = state->child;
1155 member = (char *)(state->child->src) - child
1188 sec_asn1e_state *child; local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A Dsecasn1e.c69 struct sec_asn1e_state_struct *child; /* aka next */ member in struct:sec_asn1e_state_struct
146 state->child = new_state;
901 * We need to push a child to handle each member.
927 * We need to push a child to handle the individual fields.
1141 sec_asn1e_state *child; local
1146 PORT_Assert (state->child != NULL);
1148 child = state->child;
1155 member = (char *)(state->child->src) - child
1188 sec_asn1e_state *child; local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A Dsecasn1e.c69 struct sec_asn1e_state_struct *child; /* aka next */ member in struct:sec_asn1e_state_struct
146 state->child = new_state;
901 * We need to push a child to handle each member.
927 * We need to push a child to handle the individual fields.
1141 sec_asn1e_state *child; local
1146 PORT_Assert (state->child != NULL);
1148 child = state->child;
1155 member = (char *)(state->child->src) - child
1188 sec_asn1e_state *child; local
[all...]
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/PythonBrowser/
H A DPythonBrowserModel.py28 def outlineView_child_ofItem_(self, view, child, item):
31 return item.getChild(child)
108 # We keep references to all child items (once created). This is
164 def getChild(self, child):
165 if self._childRefs.has_key(child):
166 return self._childRefs[child]
168 name = self.children[child]
177 self._childRefs[child] = childObj
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/PythonBrowser/
H A DPythonBrowserModel.py28 def outlineView_child_ofItem_(self, view, child, item):
31 return item.getChild(child)
108 # We keep references to all child items (once created). This is
164 def getChild(self, child):
165 if self._childRefs.has_key(child):
166 return self._childRefs[child]
168 name = self.children[child]
177 self._childRefs[child] = childObj
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/PythonBrowser/
H A DPythonBrowserModel.py28 def outlineView_child_ofItem_(self, view, child, item):
31 return item.getChild(child)
108 # We keep references to all child items (once created). This is
164 def getChild(self, child):
165 if self._childRefs.has_key(child):
166 return self._childRefs[child]
168 name = self.children[child]
177 self._childRefs[child] = childObj
/macosx-10.10.1/apache_mod_hfs_apple-14/
H A Dmod_hfs_apple2.c87 * each Apache child process (but there is nothing new here!)
170 * Determine whether child path refers to a subdirectory of parent path, with equivalance determined by
174 static int compare_non_ascii_paths(const char *parent, const char *child, int *related, int *deny, request_rec* r) { argument
182 CFStringRef childRef = CFStringCreateWithCString(NULL, child, kCFStringEncodingUTF8);
185 "mod_hfs_apple: Cannot encode child %s. Denying access.", child);
205 "mod_hfs_apple: Cannot get file system representation for child %s. Denying access.", child);
240 * 'child' is a sub-directory of 'parent'. In that very case also
243 static int compare_paths(const char *parent, const char *child, argument
[all...]

Completed in 204 milliseconds

1234567891011>>