Searched refs:parent (Results 1 - 25 of 1935) sorted by relevance

1234567891011>>

/macosx-10.9.5/CPANInternal-140/Params-Util/t/driver/
H A DF.pm14 my $parent = shift;
15 if ( defined $parent and ! ref $parent and $parent eq 'A' ) {
/macosx-10.9.5/ruby-104/ruby/lib/rexml/
H A Dchild.rb5 # A Child object is something contained by a parent, and this class
10 attr_reader :parent # The Parent of this object
14 # parent::
15 # if supplied, the parent of this child will be set to the
16 # supplied value, and self will be added to the parent
17 def initialize( parent = nil )
18 @parent = nil
19 # Declare @parent, but don't define it. The next line sets the
20 # parent.
21 parent
[all...]
/macosx-10.9.5/apache-786.1/httpd/server/
H A Dutil_cfgtree.c21 ap_directive_t *ap_add_node(ap_directive_t **parent, ap_directive_t *current, argument
25 /* we just started a new parent */
26 if (*parent != NULL) {
27 (*parent)->first_child = toadd;
28 toadd->parent = *parent;
32 *parent = toadd;
38 toadd->parent = *parent;
41 *parent
[all...]
/macosx-10.9.5/ruby-104/ruby/tool/
H A Drmdirs4 parent=`expr "$dir" : '\(.*\)/[^/][^/]*'`; do
5 case "$parent" in
7 *) dir="$parent";;
/macosx-10.9.5/dtrace-118.1/libelf/
H A Dnext.c39 Elf *parent; local
44 if ((parent = elf->ed_parent) == 0) {
48 ELFWLOCK(parent)
49 if (elf->ed_siboff >= parent->ed_fsz) {
50 ELFUNLOCK(parent)
55 parent->ed_nextoff = elf->ed_siboff;
56 ELFUNLOCK(parent)
/macosx-10.9.5/WebCore-7537.78.1/accessibility/
H A DAccessibilityARIAGridCell.cpp56 AccessibilityObject* parent = parentObjectUnignored(); local
57 if (!parent)
60 if (parent->isAccessibilityTable())
61 return parent;
63 // It could happen that we hadn't reached the parent table yet (in
66 parent = parent->parentObjectUnignored();
67 if (!parent || !parent->isAccessibilityTable())
70 return parent;
75 AccessibilityObject* parent = parentObjectUnignored(); local
105 AccessibilityObject* parent = parentObjectUnignored(); local
[all...]
H A DAccessibilityARIAGridRow.cpp56 AccessibilityObject* parent = parentTable(); local
57 if (!parent)
60 return parent->ariaRoleAttribute() == TreeGridRole;
67 AccessibilityObject* parent = parentObjectUnignored(); local
68 if (!parent || !parent->isAccessibilityTable())
78 AccessibilityChildrenVector& allRows = static_cast<AccessibilityTable*>(parent)->rows();
94 AccessibilityObject* parent = parentObjectUnignored(); local
95 if (!parent || !parent
[all...]
/macosx-10.9.5/top-89.1.2/
H A Dmemstats.h29 struct statistic *top_rsize_create(WINDOW *parent, const char *name);
31 struct statistic *top_vsize_create(WINDOW *parent, const char *name);
32 struct statistic *top_rprvt_create(WINDOW *parent, const char *name);
33 struct statistic *top_vprvt_create(WINDOW *parent, const char *name);
35 struct statistic *top_rshrd_create(WINDOW *parent, const char *name);
37 struct statistic *top_mregion_create(WINDOW *parent, const char *name);
38 struct statistic *top_pageins_create(WINDOW *parent, const char *name);
39 struct statistic *top_kprvt_create(WINDOW *parent, const char *name);
40 struct statistic *top_kshrd_create(WINDOW *parent, const char *name);
42 struct statistic *top_rmem_create(WINDOW *parent, cons
[all...]
H A Dfaults.h27 struct statistic *top_faults_create(WINDOW *parent, const char *name);
29 struct statistic *top_cow_faults_create(WINDOW *parent, const char *name);
H A Dmessages.h27 struct statistic *top_messages_sent_create(WINDOW *parent, const char *name);
28 struct statistic *top_messages_received_create(WINDOW *parent, const char *name);
H A Dpower.h28 struct statistic *top_idlewake_create(WINDOW *parent, const char *name);
29 struct statistic *top_powerscore_create(WINDOW *parent, const char *name);
H A Dsyscalls.h27 struct statistic *top_sysbsd_create(WINDOW *parent, const char *name);
28 struct statistic *top_sysmach_create(WINDOW *parent, const char *name);
H A Dcommand.h27 struct statistic *top_command_create(WINDOW *parent, const char *name);
H A Dcpu.h28 struct statistic *top_cpu_create(WINDOW *parent, const char *name);
H A Dcsw.h27 struct statistic *top_csw_create(WINDOW *parent, const char *name);
H A Dpgrp.h27 struct statistic *top_pgrp_create(WINDOW *parent, const char *name);
H A Dpid.h27 struct statistic *top_pid_create(WINDOW *parent, const char *name);
H A Dports.h28 struct statistic *top_ports_create(WINDOW *parent, const char *name);
H A Dppid.h27 struct statistic *top_ppid_create(WINDOW *parent, const char *name);
H A Dpstate.h30 struct statistic *top_pstate_create(WINDOW *parent, const char *name);
H A Dthreads.h28 struct statistic *top_threadcount_create(WINDOW *parent, const char *name);
H A Dtimestat.h28 struct statistic *top_time_create(WINDOW *parent, const char *name);
H A Duid.h27 struct statistic *top_uid_create(WINDOW *parent, const char *name);
H A Duser.h27 struct statistic *top_user_create(WINDOW *parent, const char *name);
H A Dworkqueue.h27 struct statistic *top_workqueue_create(WINDOW *parent, const char *name);

Completed in 208 milliseconds

1234567891011>>