Searched refs:child (Results 1 - 25 of 707) sorted by relevance

1234567891011>>

/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/antlr/
H A DASTPair.hpp29 RefAST child; // current child to which siblings are added member in class:antlr::ASTPair
31 /** Make sure that child is the last sibling */
33 if (child) {
34 while (child->getNextSibling()) {
35 child = child->getNextSibling();
43 // tmp.child = child;
48 ANTLR_USE_NAMESPACE(std)string c = !child
[all...]
/macosx-10.10.1/apache-793/httpd/support/
H A Dlogresolve.pl.in35 # it also avoids sending the same IP to multiple child processes to be
75 for (my $child = 1; $child <=$CHILDREN; $child++) {
78 $filename = "./.socket.$parent.$child";
80 &child($child);
93 for (my $child = 1; $child <=$CHILDREN; $child
[all...]
/macosx-10.10.1/dtrace-147/test/tst/common/proc/
H A Dtst.exitkilled.ksh39 /curpsinfo->pr_ppid == $child &&
68 child=$!
73 pstop $child
74 pkill -P $child
75 kill $child
76 prun $child
H A Dtst.exitcore.ksh45 /curpsinfo->pr_ppid == $child &&
52 /curpsinfo->pr_ppid == $child &&
79 child=$!
84 pstop $child
85 pkill -P $child
86 kill $child
87 prun $child
H A Dtst.create.ksh40 /args[0]->pr_ppid == $child && ppid == $child/ /* parent proc keeps its thread_t on xnu */
48 /args[0]->pr_ppid == $child && pid == $child/
70 child=$!
75 kill $child
H A Dtst.discard.ksh40 /args[1]->pr_pid == $child &&
49 /args[1]->pr_pid == $child &&
63 /bin/kill -HUP $child
65 /usr/bin/kill -HUP $child
78 child=$!
85 kill $child
H A Dtst.exitexit.ksh39 /curpsinfo->pr_ppid == $child && args[0] == 1 /* CLD_EXITED */ /
60 child=$!
65 kill $child
H A Dtst.signal.ksh40 /execname == "kill" && curpsinfo->pr_ppid == $child &&
58 /execname == "kill" && curpsinfo->pr_ppid == $child &&
99 child=$!
104 pstop $child
105 pkill -P $child
106 kill $child
107 prun $child
H A Dtst.execfail.ENOENT.ksh40 /curpsinfo->pr_ppid == $child && args[0] == "$badexec"/
75 child=$!
80 kill $child
H A Dtst.execfail.ksh43 /curpsinfo->pr_ppid == $child && args[0] == "$badexec"/
78 child=$!
82 kill $child
H A Dtst.startexit.ksh43 /curpsinfo->pr_ppid == $child/
82 child=$!
87 kill $child
H A Dtst.exec.ksh40 /curpsinfo->pr_ppid == $child && args[0] == "/bin/sleep"/
54 /curpsinfo->pr_ppid == $child && args[0] == "/usr/bin/sleep"/
82 child=$!
87 kill $child
/macosx-10.10.1/bind9-45.101/bind9/contrib/zkt/
H A Ddomaincmp.h41 extern int isparentdomain (const char *child, const char *parent, int level);
42 extern int issubdomain (const char *child, const char *parent);
/macosx-10.10.1/apache-793/httpd/server/
H A Dutil_cfgtree.c21 ap_directive_t *toadd, int child)
29 if (child) {
38 if (child) {
39 /* switch parents, navigate into child */
20 ap_add_node(ap_directive_t **parent, ap_directive_t *current, ap_directive_t *toadd, int child) argument
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/InjectedBundle/
H A DInjectedBundleBackForwardListItem.cpp40 for (const auto& child : m_item->children())
41 children.uncheckedAppend(InjectedBundleBackForwardListItem::create(child));
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/stub/
H A Dclean.sh23 rm -f dig.out.ns3 ns3/child.example.st
/macosx-10.10.1/dtrace-147/test/tst/common/funcs/
H A Derr.chillbadarg.ksh32 child=$!
34 wait $child
/macosx-10.10.1/ruby-106/ruby/lib/rexml/formatters/
H A Dpretty.rb63 node.children.each { |child| write( child, string ) }
74 node.children.each { |child|
75 next if child.kind_of?(Text) and child.to_s.strip.length == 0
76 write( child, output )
112 node.children.each { |child|
113 next if child == node.children[-1] and child.instance_of?(Text)
114 unless child
[all...]
/macosx-10.10.1/vim-55/src/
H A Dgui_gtk_f.c68 GtkFormChild *child);
70 GtkFormChild *child);
72 GtkFormChild *child,
112 GtkFormChild *child; local
117 child = g_new(GtkFormChild, 1);
119 child->widget = child_widget;
120 child->window = NULL;
121 child->x = x;
122 child->y = y;
123 child
153 GtkFormChild *child; local
307 GtkFormChild *child = tmp_list->data; local
342 GtkFormChild *child = tmp_list->data; local
368 GtkFormChild *child = tmp_list->data; local
374 child); local
377 child); local
409 GtkFormChild *child = tmp_list->data; local
440 GtkFormChild *child = tmp_list->data; local
477 GtkWidget *child = formchild->widget; local
508 GtkFormChild *child = NULL; /* init for gcc */ local
528 GTK_SIGNAL_FUNC(&gtk_form_child_map), child); local
530 GTK_SIGNAL_FUNC(&gtk_form_child_unmap), child); local
553 GtkFormChild *child; local
575 gtk_form_attach_child_window(GtkForm *form, GtkFormChild *child) argument
614 GTK_SIGNAL_FUNC(&gtk_form_child_map), child); local
616 GTK_SIGNAL_FUNC(&gtk_form_child_unmap), child); local
625 gtk_form_realize_child(GtkForm *form, GtkFormChild *child) argument
635 gtk_form_position_child(GtkForm *form, GtkFormChild *child, gboolean force_allocate) argument
826 GtkFormChild *child; local
837 GtkFormChild *child; local
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGAdjacencyList.h68 const Edge& child(unsigned i) const function in class:JSC::DFG::AdjacencyList
74 Edge& child(unsigned i)
86 Edge child1() const { return child(0); }
87 Edge child2() const { return child(1); }
88 Edge child3() const { return child(2); }
90 Edge& child1() { return child(0); }
91 Edge& child2() { return child(1); }
92 Edge& child3() { return child(2); }
111 child(0) = child1;
112 child(
[all...]
/macosx-10.10.1/dtrace-147/test/tst/common/safety/
H A Dtst.violentdeath.ksh42 child=$!
45 dtracepid=`ps -ef | grep '[/ ]dtrace'|grep " $child " | awk '{ print $2 }'`
53 kill -9 $child
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DTreeOutline.js56 TreeOutline.prototype.appendChild = function(child)
58 if (!child)
59 throw("child can't be undefined or null");
63 lastChild.nextSibling = child;
64 child.previousSibling = lastChild;
66 child.previousSibling = null;
67 child.nextSibling = null;
72 this.children.push(child);
74 child.parent = this;
75 child
[all...]
/macosx-10.10.1/Libc-1044.1.2/stdlib/FreeBSD/
H A Dheapsort.c76 #define CREATE(initval, nmemb, par_i, child_i, par, child, size, count, tmp) { \
79 child = base + child_i * size; \
80 if (child_i < nmemb && compar(child, child + size) < 0) { \
81 child += size; \
85 if (compar(child, par) <= 0) \
87 SWAP(par, child, count, size, tmp); \
96 * heapify, always maintaining the invariant that the larger child is copied
108 #define SELECT(par_i, child_i, nmemb, par, child, size, k, count, tmp1, tmp2) { \
110 child
[all...]
H A Dheapsort_b.c76 #define CREATE(initval, nmemb, par_i, child_i, par, child, size, count, tmp) { \
79 child = base + child_i * size; \
80 if (child_i < nmemb && compar(child, child + size) < 0) { \
81 child += size; \
85 if (compar(child, par) <= 0) \
87 SWAP(par, child, count, size, tmp); \
96 * heapify, always maintaining the invariant that the larger child is copied
108 #define SELECT(par_i, child_i, nmemb, par, child, size, k, count, tmp1, tmp2) { \
110 child
[all...]
H A Dheapsort_r.c76 #define CREATE(initval, nmemb, par_i, child_i, par, child, size, count, tmp) { \
79 child = base + child_i * size; \
80 if (child_i < nmemb && compar(thunk, child, child + size) < 0) { \
81 child += size; \
85 if (compar(thunk, child, par) <= 0) \
87 SWAP(par, child, count, size, tmp); \
96 * heapify, always maintaining the invariant that the larger child is copied
108 #define SELECT(par_i, child_i, nmemb, par, child, size, k, count, tmp1, tmp2) { \
110 child
[all...]

Completed in 157 milliseconds

1234567891011>>