Searched refs:owner (Results 451 - 475 of 792) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Lib/objc/
H A D_properties.py205 def __get__(self, object, owner):
652 def __get__(self, object, owner):
653 v = object_property.__get__(self, object, owner)
1025 def __get__(self, object, owner):
1026 v = object_property.__get__(self, object, owner)
1103 def __get__(self, object, owner):
1104 v = object_property.__get__(self, object, owner)
1108 return object_property.__get__(self, object, owner)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Lib/objc/
H A D_properties.py228 def __get__(self, object, owner):
684 def __get__(self, object, owner):
685 v = object_property.__get__(self, object, owner)
1060 def __get__(self, object, owner):
1061 v = object_property.__get__(self, object, owner)
1149 def __get__(self, object, owner):
1150 v = object_property.__get__(self, object, owner)
1154 return object_property.__get__(self, object, owner)
/macosx-10.10/smb-759.0/kernel/smbfs/
H A Dsmbfs_subr_2.h141 struct ntsid *owner, struct ntsid *group,
167 struct ntsid *owner, struct ntsid *group,
/macosx-10.10/swig-12/Lib/typemaps/
H A Dswigtype.swg106 %set_output(SWIG_NewPointerObj(%as_voidptr($1), $descriptor, $owner | %newpointer_flags));
110 %set_output(SWIG_NewPointerObj(%as_voidptr(*$1), $*descriptor, $owner | %newpointer_flags));
581 %set_output(SWIG_NewPointerObj(%as_voidptr($1), SWIG_TypeDynamicCast($descriptor, %as_voidptrptr(&$1)), $owner | %newpointer_flags));
591 %set_output(SWIG_NewInstanceObj(%as_voidptr($1), $1_descriptor, $owner | %newinstance_flags));
/macosx-10.10/vim-55/src/
H A Dos_macosx.m183 [pb declareTypes:supportedTypes owner:nil];
/macosx-10.10/xnu-2782.1.97/osfmk/vm/
H A Dvm_resident.c1105 task_t owner; local
1222 owner = TASK_NULL;
1224 owner = object->vo_purgeable_owner;
1226 if (owner &&
1230 ledger_credit(owner->ledger,
1234 ledger_credit(owner->ledger,
1238 } else if (owner &&
1243 ledger_credit(owner->ledger,
1402 task_t owner; local
1503 owner
2556 task_t owner; local
2865 task_t owner; local
2988 task_t owner; local
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dsunos.c1102 && h->root.root.u.def.section->owner != NULL
1103 && (h->root.root.u.def.section->owner->flags & DYNAMIC) != 0)
1109 h->root.root.u.undef.abfd = h->root.root.u.def.section->owner;
1112 && (h->root.root.u.c.p->section->owner->flags & DYNAMIC) != 0)
1119 h->root.root.u.undef.abfd = h->root.root.u.c.p->section->owner;
1135 && h->root.root.u.def.section->owner != NULL
1136 && (h->root.root.u.def.section->owner->flags & DYNAMIC) != 0)
1341 ? (h->root.root.u.def.section->owner->flags
1359 sub = h->root.root.u.def.section->owner;
1610 ? (h->root.root.u.def.section->owner
[all...]
H A Dlinker.c1502 return h->u.def.section->owner;
1504 return h->u.c.p->section->owner;
1627 h->u.c.p->section->owner, bfd_link_hash_common, h->u.c.size,
1735 else if (section->owner != abfd)
1758 h->u.c.p->section->owner, bfd_link_hash_common, h->u.c.size,
1784 else if (section->owner != abfd)
1805 obfd = h->u.def.section->owner;
1851 (info, h->root.string, msec->owner, msec, mval,
1862 h->u.c.p->section->owner, bfd_link_hash_common, h->u.c.size,
2065 input_bfd = input_section->owner;
[all...]
H A Dcoff-arm.c539 *addendp -= pe_data (sec->output_section->owner)->pe_opthdr.ImageBase;
1346 if (h_sec->owner != NULL
1347 && INTERWORK_SET (h_sec->owner)
1348 && ! INTERWORK_FLAG (h_sec->owner))
1353 h_sec->owner, input_bfd, name);
1435 if (h_sec->owner != NULL
1436 && INTERWORK_SET (h_sec->owner)
1437 && ! INTERWORK_FLAG (h_sec->owner)
1444 h_sec->owner, input_bfd, name);
H A Delflink.c908 oldbfd = h->root.u.def.section->owner;
913 oldbfd = h->root.u.c.p->section->owner;
1343 h->root.u.undef.abfd = h->root.u.def.section->owner;
1397 h->root.u.undef.abfd = h->root.u.def.section->owner;
2286 output_bfd, input_section->owner, input_section);
2362 if (h->root.u.def.section->owner != NULL
2363 && (bfd_get_flavour (h->root.u.def.section->owner)
2395 && (h->root.u.def.section->owner != NULL
2396 ? (bfd_get_flavour (h->root.u.def.section->owner)
2421 && (h->root.u.def.section->owner
[all...]
H A Dbfd.c552 abfd = sec->owner;
560 && (ci = bfd_coff_get_comdat_section (sec->owner,
1324 abfd2 = link_order->u.indirect.section->owner;
H A Delf32-sh64.c548 bfd_get_filename (input_section->owner));
597 input_section->owner, ELF32_R_TYPE (rel->r_info),
717 bfd_big_endian (cranges->owner)
/macosx-10.10/apr-32/apr/apr/memory/unix/
H A Dapr_pools.c102 apr_pool_t *owner; member in struct:apr_allocator_t
177 allocator->owner = pool;
182 return allocator->owner;
528 apr_os_thread_t owner; member in struct:apr_pool_t
858 /* If this pool happens to be the owner of the allocator, free
1012 pool_allocator->owner = pool;
1347 if (!apr_os_thread_equal(pool->owner, apr_os_thread_current())) {
1742 pool->owner = apr_os_thread_current();
1817 pool->owner = apr_os_thread_current();
1830 pool_allocator->owner
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/ca/
H A DTileGrid.cpp157 if (m_controller.rootLayer().owner()->platformCALayerShowRepaintCounter(0)) {
658 if (m_controller.rootLayer().owner()->platformCALayerShowRepaintCounter(0))
672 return m_controller.rootLayer().owner()->platformCALayerDeviceScaleFactor();
677 return m_controller.rootLayer().owner()->platformCALayerShowDebugBorders();
682 return m_controller.rootLayer().owner()->platformCALayerShowRepaintCounter(0);
/macosx-10.10/ruby-106/ruby/
H A Dfile.c113 be_chown(const char *path, uid_t owner, gid_t group) argument
115 if (owner == (uid_t)-1 || group == (gid_t)-1) {
118 if (owner == (uid_t)-1) owner = st.st_uid;
121 return chown(path, owner, group);
125 be_fchown(int fd, uid_t owner, gid_t group) argument
127 if (owner == (uid_t)-1 || group == (gid_t)-1) {
130 if (owner == (uid_t)-1) owner = st.st_uid;
133 return fchown(fd, owner, grou
2136 rb_uid_t owner; member in struct:chown_args
2205 rb_file_chown(VALUE obj, VALUE owner, VALUE group) argument
[all...]
/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/generic/
H A Ditcl_util.c299 elemPtr->owner = listPtr;
333 listPtr = elemPtr->owner;
404 listPtr = pos->owner;
482 listPtr = pos->owner;
520 Itcl_List *listPtr = elemPtr->owner;
/macosx-10.10/IOPCIFamily-239.1.2/IOKit/pci/
H A DIOPCIBridge.h128 OSObject * owner, IOPCIEventSource::Action action, uint32_t options);
283 OSObject * owner, IOPCIEventSource::Action action, uint32_t options);
423 OSObject * owner, IOPCIEventSource::Action action, uint32_t options);
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGOSRExitCompilerCommon.cpp178 static void osrWriteBarrier(CCallHelpers& jit, GPRReg owner, GPRReg scratch) argument
180 AssemblyHelpers::Jump ownerNotMarkedOrAlreadyRemembered = jit.checkMarkByte(owner);
187 jit.setupArgumentsWithExecState(owner);
202 // 11) Write barrier the owner executables because we're jumping into a different block.
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_client/
H A Ddlclient.cpp507 void DbImpl::getOwner(AutoAclOwnerPrototype &owner) const
509 owner.allocator(allocator());
510 check(CSSM_DL_GetDbOwner(const_cast<DbImpl*>(this)->handle(), owner));
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dobjectacl.cpp66 // This will replace the owner, as well as replace the entire ACL
125 // try owner (owner can do anything)
351 IFDUMPING("acl", debugDump("owner-change-from"));
355 // only the owner entry can match
363 IFDUMPING("acl", debugDump("owner-change-to"));
374 void ObjectAcl::owner(const Input &input) function in class:ObjectAcl
376 IFDUMPING("acl", debugDump("owner-load-old"));
378 IFDUMPING("acl", debugDump("owner-load-new"));
381 template void ObjectAcl::owner(cons
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_client/lib/
H A Ddlclient.cpp507 void DbImpl::getOwner(AutoAclOwnerPrototype &owner) const
509 owner.allocator(allocator());
510 check(CSSM_DL_GetDbOwner(const_cast<DbImpl*>(this)->handle(), owner));
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dobjectacl.cpp66 // This will replace the owner, as well as replace the entire ACL
125 // try owner (owner can do anything)
351 IFDUMPING("acl", debugDump("owner-change-from"));
355 // only the owner entry can match
363 IFDUMPING("acl", debugDump("owner-change-to"));
374 void ObjectAcl::owner(const Input &input) function in class:ObjectAcl
376 IFDUMPING("acl", debugDump("owner-load-old"));
378 IFDUMPING("acl", debugDump("owner-load-new"));
381 template void ObjectAcl::owner(cons
[all...]
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclThreadAlloc.c105 Tcl_ThreadId owner; /* Which thread's cache is this? */ member in struct:Cache
207 cachePtr->owner = Tcl_GetCurrentThread();
658 sprintf(buf, "thread%p", cachePtr->owner);
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclThreadAlloc.c122 Tcl_ThreadId owner; member in struct:Cache
225 cachePtr->owner = Tcl_GetCurrentThread();
674 sprintf(buf, "thread%d", (int) cachePtr->owner);
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/tar/
H A Dtar.tcl198 catch {file attributes $name -owner $header(uid) -group $header(gid)}
199 catch {file attributes $name -owner $header(uname) -group $header(gname)}
232 lappend ret uname [file attributes $name -owner]

Completed in 597 milliseconds

<<11121314151617181920>>