Searched refs:owner (Results 326 - 350 of 792) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delf32-spu.c555 return bfd_section_from_elf_index (sec->owner, sym->st_shndx);
780 || section->output_section->owner != output_bfd)
820 || sym_sec->output_section->owner != output_bfd)
867 sym_name = bfd_elf_sym_name (sym_sec->owner,
874 sym_name, sym_sec->owner);
1112 bfd_put_32 (sec->owner, ILA_79 + ((val << 7) & 0x01ffff80),
1115 bfd_put_32 (sec->owner, BR + ((val << 5) & 0x007fff80),
1121 bfd_put_32 (sec->owner, NOP,
1125 bfd_put_32 (sec->owner, ILA_78 + ((ovl << 7) & 0x01ffff80),
1138 bfd_put_32 (sec->owner, B
[all...]
H A Delf64-mmix.c926 bfd *abfd = isec->owner;
1161 bfd_get_filename (isec->owner),
1591 if (strcmp (bfd_get_section_name (symsec->owner, symsec),
1593 || strcmp (bfd_get_section_name (symsec->owner, symsec),
1601 bfd_get_filename (input_section->owner),
1602 bfd_get_section_name (symsec->owner, symsec));
1606 bfd_get_filename (input_section->owner), symname,
1607 bfd_get_section_name (symsec->owner, symsec));
1624 if (strcmp (bfd_get_section_name (symsec->owner, symsec),
1635 else if (strcmp (bfd_get_section_name (symsec->owner, symse
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/examples/loadables/
H A Dfinfo.c249 char *owner; local
266 owner = pw ? pw->pw_name : "unknown";
267 printf("Uid of owner: %d (%s)\n", (int) st->st_uid, owner);
269 owner = gr ? gr->gr_name : "unknown";
270 printf("Gid of owner: %d (%s)\n", (int) st->st_gid, owner);
393 " -g gid of owner",
394 " -G group name of owner",
401 " -u uid of owner",
[all...]
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_method.rb187 assert_equal(c, c.instance_method(:foo).owner)
189 assert_equal(c, c2.instance_method(:foo).owner)
199 assert_equal(c, c.new.method(:foo).owner)
200 assert_equal(c2, c2.new.method(:foo).owner)
209 assert_equal(class << o; self; end, m.owner)
211 assert_equal(class << o; self; end, m.unbind.owner)
569 assert_equal(c, c.instance_method(:foo).owner)
570 assert_equal(c, x.method(:foo).owner)
571 assert_equal(x.singleton_class, x.method(:bar).owner)
573 assert_equal(c, x.method(:zot).owner, bug799
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderCounter.cpp210 // We are not a reset node or the previous reset must be on an ancestor of our owner renderer
225 // to an ancestor of the placed counter's owner renderer we know we are a sibling of that node.
256 // We come here if the previous sibling or parent of our owner renderer had no
258 // of our owner renderer was not a reset counter.
459 ASSERT(counterMaps().get(child->owner())->get(identifier) == child);
460 counterMaps().get(child->owner())->remove(identifier);
466 void RenderCounter::destroyCounterNodes(RenderObject* owner) argument
469 CounterMaps::iterator mapsIterator = maps.find(owner);
478 owner->setHasCounterNodeMap(false);
481 void RenderCounter::destroyCounterNode(RenderObject* owner, cons argument
[all...]
/macosx-10.10/swig-12/Lib/java/
H A Dboost_intrusive_ptr.i35 #if ($owner)
57 #if ($owner)
76 #if ($owner)
160 if ($owner) delete $1;
339 *(SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< CONST TYPE > **)&$result = $1 ? new SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< CONST TYPE >($1 SWIG_NO_NULL_DELETER_$owner) : 0;
350 %{ *(SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< CONST TYPE > **)&$result = new SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< CONST TYPE >($1 SWIG_NO_NULL_DELETER_$owner); %}
357 %{ *(SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< CONST TYPE > **)&$result = new SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< CONST TYPE >(*$1 SWIG_NO_NULL_DELETER_$owner); %}
/macosx-10.10/JavaScriptCore-7600.1.17/jit/
H A DJITPropertyAccess.cpp864 void JIT::emitWriteBarrier(unsigned owner, unsigned value, WriteBarrierMode mode) argument
873 emitGetVirtualRegister(owner, regT0);
887 UNUSED_PARAM(owner);
893 void JIT::emitWriteBarrier(JSCell* owner, unsigned value, WriteBarrierMode mode) argument
901 emitWriteBarrier(owner);
906 UNUSED_PARAM(owner);
914 void JIT::emitWriteBarrier(unsigned owner, unsigned value, WriteBarrierMode mode) argument
923 emitLoad(owner, regT0, regT1);
937 UNUSED_PARAM(owner);
943 void JIT::emitWriteBarrier(JSCell* owner, unsigne argument
965 emitWriteBarrier(JSCell* owner) argument
[all...]
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCDMM/Classes/
H A DAppleUSBCDCDMM.cpp910 IOReturn AppleUSBCDCDMM::stopAction(OSObject *owner, void *, void *, void *, void *) argument
913 ((AppleUSBCDCDMM *)owner)->stopGated();
1234 IOReturn AppleUSBCDCDMM::acquirePortAction(OSObject *owner, void *arg0, void *, void *, void *) argument
1237 return ((AppleUSBCDCDMM *)owner)->acquirePortGated((bool)arg0);
1350 IOReturn AppleUSBCDCDMM::releasePortAction(OSObject *owner, void *, void *, void *, void *) argument
1353 return ((AppleUSBCDCDMM *)owner)->releasePortGated();
1447 IOReturn AppleUSBCDCDMM::getStateAction(OSObject *owner, void *, void *, void *, void *) argument
1451 newState = ((AppleUSBCDCDMM *)owner)->getStateGated();
1544 IOReturn AppleUSBCDCDMM::setStateAction(OSObject *owner, void *arg0, void *arg1, void *, void *) argument
1547 return ((AppleUSBCDCDMM *)owner)
1673 watchStateAction(OSObject *owner, void *arg0, void *arg1, void *, void *) argument
1871 executeEventAction(OSObject *owner, void *arg0, void *arg1, void *, void *) argument
2358 enqueueDataAction(OSObject *owner, void *arg0, void *arg1, void *arg2, void *arg3) argument
2496 dequeueDataAction(OSObject *owner, void *arg0, void *arg1, void *arg2, void *arg3) argument
[all...]
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDElementPrivate.cpp103 bool IOHIDElementPrivate::init( IOHIDDevice * owner, IOHIDElementType type ) argument
105 if ( ( super::init() != true ) || ( owner == 0 ) )
110 _owner = owner;
131 IOHIDElementPrivate::buttonElement( IOHIDDevice * owner, argument
142 ( element->init( owner, type ) == false ) )
204 // Register with owner and parent, then spawn sub-elements.
206 && ( owner->registerElement( element, &element->_cookie ) == true )
222 IOHIDElementPrivate::valueElement( IOHIDDevice * owner, argument
233 ( element->init( owner, type ) == false ) )
280 // Register with owner an
300 collectionElement( IOHIDDevice * owner, IOHIDElementType type, HIDCollectionExtendedNodePtr collection, IOHIDElementPrivate * parent ) argument
341 reportHandlerElement( IOHIDDevice * owner, IOHIDElementType type, UInt32 reportID, UInt32 reportBits ) argument
597 arrayHandlerElement( IOHIDDevice * owner, IOHIDElementType type, IOHIDElementPrivate * child, IOHIDElementPrivate * parent) argument
[all...]
/macosx-10.10/bind9-45.101/bind9/bin/check/
H A Dcheck-tool.c179 checkns(dns_zone_t *zone, dns_name_t *name, dns_name_t *owner, argument
211 dns_name_format(owner, ownerbuf, sizeof(ownerbuf));
380 checkmx(dns_zone_t *zone, dns_name_t *name, dns_name_t *owner) { argument
401 dns_name_format(owner, ownerbuf, sizeof(ownerbuf));
465 checksrv(dns_zone_t *zone, dns_name_t *name, dns_name_t *owner) { argument
486 dns_name_format(owner, ownerbuf, sizeof(ownerbuf));
/macosx-10.10/file_cmds-242/install/
H A Dxinstall.c116 char *flags, *group, *owner, *to_name; local
119 group = owner = NULL;
157 owner = optarg;
197 /* get group and owner id's */
206 if (owner != NULL) {
207 if ((pp = getpwnam(owner)) != NULL)
210 uid = (uid_t)numeric_id(owner, "user");
472 * Set owner, group, mode for target; do the chown first,
789 [-o owner] file1 file2\n\
791 [-o owner] file
[all...]
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Lib/objc/
H A D_convenience.py39 def _canOverride(meth, owner, sel):
40 if not meth in owner:
42 k = meth + '|' + owner[meth] + '|' + sel
104 owner = {}
127 elif nm not in type_dict or _canOverride(nm, owner, sel):
129 owner[nm] = sel
/macosx-10.10/swig-12/Lib/guile/
H A Dguile_gh_run.swg31 #define SWIG_NewPointerObj(ptr, type, owner) \
32 SWIG_Guile_NewPointerObj(&swig_module, (void*)ptr, type, owner)
133 swig_type_info *type, int owner)
/macosx-10.10/swig-12/Lib/lua/
H A Dluatypemaps.swg146 %{SWIG_NewPointerObj(L,$1,$descriptor,$owner); SWIG_arg++; %}
155 SWIG_NewPointerObj(L,(void*)$1,ty,$owner); SWIG_arg++;
178 %{SWIG_NewPointerObj(L,*$1,$*descriptor,$owner); SWIG_arg++; %}
/macosx-10.10/xnu-2782.1.97/tools/lldbmacros/
H A Dioreg.py787 owner = Cast(i.owner, 'IOInterruptEventSource *')
788 nub = Cast(owner.provider, 'IORegistryEntry *')
837 owner = Cast(i.owner, 'IOInterruptEventSource *')
838 nub = Cast(owner.provider, 'IORegistryEntry *')
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DACL.cpp76 ACL::ACL(Access &acc, const AclOwnerPrototype &owner, Allocator &alloc) argument
80 parse(owner.subject());
82 // for an owner "entry", the next-layer information is fixed (and fake)
84 mDelegate = owner.delegate();
263 // the owner acl (pseudo) "entry" is a special case
267 secdebug("SecAccess", "ACL %p owner unchanged", this);
269 case inserted: // means modify the initial owner
272 secdebug("SecAccess", "ACL %p owner modified", this);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_cspdl/lib/
H A DSSDatabase.cpp251 const AclEntryInput *owner = NULL; local
255 owner = &AclEntryInput::overlay(resourceControlContext()->InitialAclEntry);
257 mSSDbHandle = mClientSession.createDb(dlDbIdentifier, cred, owner, dbParameters);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DACL.cpp76 ACL::ACL(Access &acc, const AclOwnerPrototype &owner, Allocator &alloc) argument
80 parse(owner.subject());
82 // for an owner "entry", the next-layer information is fixed (and fake)
84 mDelegate = owner.delegate();
263 // the owner acl (pseudo) "entry" is a special case
267 secdebug("SecAccess", "ACL %p owner unchanged", this);
269 case inserted: // means modify the initial owner
272 secdebug("SecAccess", "ACL %p owner modified", this);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DACL.cpp76 ACL::ACL(Access &acc, const AclOwnerPrototype &owner, Allocator &alloc) argument
80 parse(owner.subject());
82 // for an owner "entry", the next-layer information is fixed (and fake)
84 mDelegate = owner.delegate();
263 // the owner acl (pseudo) "entry" is a special case
267 secdebug("SecAccess", "ACL %p owner unchanged", this);
269 case inserted: // means modify the initial owner
272 secdebug("SecAccess", "ACL %p owner modified", this);
/macosx-10.10/Security-57031.1.35/securityd/src/
H A Dkcdatabase.cpp48 #include <security_cdsa_utilities/acl_any.h> // for default owner ACLs
133 const AccessCredentials *cred, const AclEntryPrototype *owner)
160 if (owner)
161 acl().cssmSetInitial(*owner);
351 uint32 moreAttributes, const AclEntryPrototype *owner)
355 return new KeychainKey(db, newKey, moreAttributes, owner);
357 return process().makeTemporaryKey(newKey, moreAttributes, owner);
361 uint32 moreAttributes, const AclEntryPrototype *owner)
363 return makeKey(*this, newKey, moreAttributes, owner);
478 const AccessCredentials *cred, const AclEntryPrototype *owner,
132 KeychainDatabase(const DLDbIdentifier &id, const DBParameters &params, Process &proc, const AccessCredentials *cred, const AclEntryPrototype *owner) argument
350 makeKey(Database &db, const CssmKey &newKey, uint32 moreAttributes, const AclEntryPrototype *owner) argument
360 makeKey(const CssmKey &newKey, uint32 moreAttributes, const AclEntryPrototype *owner) argument
477 extractMasterKey(Database &db, const AccessCredentials *cred, const AclEntryPrototype *owner, uint32 usage, uint32 attrs) argument
989 const AclEntryPrototype *owner = NULL; local
[all...]
/macosx-10.10/WebCore-7600.1.25/accessibility/
H A DAccessibilityNodeObject.cpp1468 Node* owner = document->ownerElement(); local
1469 if (owner) {
1470 if (owner->hasTagName(frameTag) || owner->hasTagName(iframeTag)) {
1471 const AtomicString& title = toElement(owner)->getAttribute(titleAttr);
1474 return toElement(owner)->getNameAttribute();
1476 if (owner->isHTMLElement())
1477 return toHTMLElement(owner)->getNameAttribute();
1484 owner = document->body();
1485 if (owner
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/dns/tests/
H A Dmaster_test.c47 add_callback(void *arg, dns_name_t *owner, dns_rdataset_t *dataset);
50 add_callback(void *arg, dns_name_t *owner, dns_rdataset_t *dataset) { argument
58 result = dns_rdataset_totext(dataset, owner, ISC_FALSE, ISC_FALSE,
151 /* No owner test */
177 "DNS_R_NOOWNER when no owner name "
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dnfrs.h34 void parseRules(UnicodeString& rules, const RuleBasedNumberFormat* owner, UErrorCode& status);
/macosx-10.10/OpenSSH-189/openssh/
H A Dssh-gss.h79 struct passwd *owner; member in struct:__anon3225
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_client/
H A Dkeyclient.h55 // Acl owner manipulation
56 void getOwner(AutoAclOwnerPrototype &owner) const;

Completed in 784 milliseconds

<<11121314151617181920>>