Searched refs:Child (Results 1 - 25 of 59) sorted by relevance

123

/macosx-10.10.1/ruby-106/ruby/lib/rexml/dtd/
H A Dattlistdecl.rb4 class AttlistDecl < Child
H A Delementdecl.rb4 class ElementDecl < Child
H A Dnotationdecl.rb4 class NotationDecl < Child
H A Dentitydecl.rb4 class EntityDecl < Child
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dunixchild.cpp34 // All Child objects in this subsystem are mutated under control of a single
36 // However, death callbacks (Child::dying) are made outside the lock's scope
37 // to avoid deadlock scenarios with outside locking hierarchies. When Child::dying
53 ModuleNexus<Child::Children> Child::mChildren;
59 Child::Child() function in class:Security::UnixPlusPlus::Child
65 Child::~Child()
72 // Take a Child objec
[all...]
H A Dunixchild.h45 // A Child object represents a (potential) fork-child of your process.
48 // Subclass Child or use it as a mix-in.
50 // Child keeps track of all alive children; Child::find<>() can locate them
54 class Child { class in namespace:Security::UnixPlusPlus
56 Child();
57 virtual ~Child();
75 void wait(); // wait for (just) this Child to die
100 bool checkStatus(int options); // check status of this Child (wait4)
102 static Child *findGeneri
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dunixchild.cpp34 // All Child objects in this subsystem are mutated under control of a single
36 // However, death callbacks (Child::dying) are made outside the lock's scope
37 // to avoid deadlock scenarios with outside locking hierarchies. When Child::dying
53 ModuleNexus<Child::Children> Child::mChildren;
59 Child::Child() function in class:Security::UnixPlusPlus::Child
65 Child::~Child()
72 // Take a Child objec
[all...]
H A Dunixchild.h45 // A Child object represents a (potential) fork-child of your process.
48 // Subclass Child or use it as a mix-in.
50 // Child keeps track of all alive children; Child::find<>() can locate them
54 class Child { class in namespace:Security::UnixPlusPlus
56 Child();
57 virtual ~Child();
75 void wait(); // wait for (just) this Child to die
100 bool checkStatus(int options); // check status of this Child (wait4)
102 static Child *findGeneri
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/tepam/
H A Dproc_namespaces.test28 catch {rename Child ""}
40 -body {tepam::procedure Parent1 {} {return Parent1-[Child]}} \
44 -body {tepam::procedure Child {} {return Child}} \
50 -result "Parent1-Child" -output ""
54 -result "Parent1-Child" -output ""
60 -body {tepam::procedure ::Parent1 {} {return ::Parent1-[Child]}} \
64 -body {tepam::procedure ::Child {} {return ::Child}} \
70 -result "::Parent1-::Child"
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Object/
H A DArchive.h27 class Child { class in class:llvm::object::Archive
32 Child(const Archive *p, StringRef d) : Parent(p), Data(d) {} function in class:llvm::object::Archive::Child
34 bool operator ==(const Child &other) const {
38 bool operator <(const Child &other) const {
42 Child getNext() const;
56 Child child;
58 child_iterator() : child(Child(0, StringRef())) {}
59 child_iterator(const Child &c) : child(c) {}
60 const Child* operator->() const {
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tcldom/tests/
H A Dperf-1.tcl14 dom::document createElement $child Child
/macosx-10.10.1/llvmCore-3425.0.34/lib/Object/
H A DArchive.cpp79 Archive::Child Archive::Child::getNext() const {
90 return Child(Parent, StringRef(0, 0));
95 return Child(Parent, StringRef(NextLoc, NextSize));
98 error_code Archive::Child::getName(StringRef &Result) const {
141 uint64_t Archive::Child::getSize() const {
153 MemoryBuffer *Archive::Child::getBuffer() const {
167 error_code Archive::Child::getAsBinary(OwningPtr<Binary> &Result) const {
206 Child c(this, StringRef(Loc, Size));
214 return Child(thi
[all...]
/macosx-10.10.1/CPANInternal-159.1/Tree-Simple-1.18/t/
H A D12_Tree_Simple_exceptions_test.t62 } qr/^Insufficient Arguments \: Child must be a Tree\:\:Simple object/, '... this should die';
67 } qr/^Insufficient Arguments \: Child must be a Tree\:\:Simple object/, '... this should die';
73 } qr/^Insufficient Arguments \: Child must be a Tree\:\:Simple object/, '... this should die';
97 } qr/^Insufficient Arguments \: Child must be a Tree\:\:Simple object/, '... this should die';
102 } qr/^Insufficient Arguments \: Child must be a Tree\:\:Simple object/, '... this should die';
107 } qr/^Insufficient Arguments \: Child must be a Tree\:\:Simple object/, '... this should die';
113 } qr/^Insufficient Arguments \: Child must be a Tree\:\:Simple object/, '... this should die';
142 } qr/^Insufficient Arguments \: Child must be a Tree\:\:Simple object/, '... this should die';
147 } qr/^Insufficient Arguments \: Child must be a Tree\:\:Simple object/, '... this should die';
152 } qr/^Insufficient Arguments \: Child mus
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/js1_5/Object/
H A Dregress-137000.js108 * the parameter to both the Base and Child constructors,
114 function Child(id) class
118 Child.prototype=Base;
121 var c1 = new Child('child1');
/macosx-10.10.1/Security-57031.1.35/securityd/src/
H A Dchild.h39 // ServerChild builds on the generic UNIX Child abstraction.
46 class ServerChild : public UnixPlusPlus::Child {
70 // or fails. During that time ONLY, mCheckinLock protects the entire Child
H A Dchild.cpp120 if (ServerChild *child = Child::find<ServerChild>(pid)) {
121 // Child was alive when last seen. Store service port and signal parent thread
132 // Child has died; is wrong kind; or spurious checkin.
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/ADT/
H A DTwine.h133 union Child union in class:llvm::Twine
152 Child LHS;
155 Child RHS;
179 explicit Twine(Child _LHS, NodeKind _LHSKind,
180 Child _RHS, NodeKind _RHSKind)
243 void printOneChild(raw_ostream &OS, Child Ptr, NodeKind Kind) const;
246 void printOneChildRepr(raw_ostream &OS, Child Ptr,
375 Child LHS, RHS;
482 Child NewLHS, NewRHS;
/macosx-10.10.1/ruby-106/ruby/lib/rexml/
H A Dattlistdecl.rb17 class AttlistDecl < Child
H A Dchild.rb5 # A Child object is something contained by a parent, and this class
8 class Child class in class:REXML
H A Dcomment.rb6 class Comment < Child
H A Dinstruction.rb7 class Instruction < Child
/macosx-10.10.1/ruby-106/ruby/test/rdoc/
H A Dxref_data.rb72 class Child < Parent class
/macosx-10.10.1/sudo-73/src/
H A Dsiglist.in45 CHLD Child exited
46 CLD Child exited
/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DDAGISelMatcherOpt.cpp34 OwningPtr<Matcher> Child(Scope->takeChild(i));
35 ContractNodes(Child, CGP);
36 Scope->resetChild(i, Child.take());
192 OwningPtr<Matcher> Child(Scope->takeChild(i));
193 SinkPatternPredicates(Child);
194 Scope->resetChild(i, Child.take());
265 OwningPtr<Matcher> Child(Scope->takeChild(i));
266 FactorNodes(Child);
268 if (Matcher *N = Child.take())
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/tests/scripts/
H A Dtest040-subtree-rename78 dn: ou=Child,ou=Parent,dc=example,dc=com
80 ou: Child
82 dn: ou=Grandchild,ou=Child,ou=Parent,dc=example,dc=com
109 dn: ou=Child,ou=Parent,dc=example,dc=com

Completed in 189 milliseconds

123