Searched refs:owner (Results 1 - 25 of 816) sorted by relevance

1234567891011>>

/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dchown.c39 chown(const char *path, uid_t owner, gid_t group) argument
H A Dfchown.c39 fchown(int fd, uid_t owner, gid_t group) argument
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/arch/os2/
H A Dapr_arch_proc_mutex.h26 TID owner; member in struct:apr_proc_mutex_t
/macosx-10.9.5/apr-30/apr/apr/include/arch/os2/
H A Dapr_arch_proc_mutex.h26 TID owner; member in struct:apr_proc_mutex_t
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/rdata/in_1/
H A Dnsap-ptr_23.h29 dns_name_t owner; member in struct:dns_rdata_in_nsap_ptr
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFWQEventSource.cpp57 bool IOFWQEventSource::init( IOFireWireController* owner )
59 fQueue = &owner->getPendingQ();
60 return IOEventSource::init(owner);
/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DCopiedBlockInlines.h34 inline void CopiedBlock::reportLiveBytes(JSCell* owner, unsigned bytes) argument
47 m_workList = adoptPtr(new CopyWorkList(Heap::heap(owner)->blockAllocator()));
49 m_workList->append(owner);
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderObjectChildList.cpp56 RenderObject* RenderObjectChildList::removeChildNode(RenderObject* owner, RenderObject* oldChild, bool notifyRenderer) argument
58 ASSERT(oldChild->parent() == owner);
66 if (!owner->documentBeingDestroyed() && notifyRenderer && oldChild->everHadLayout()) {
70 owner->view()->repaint();
83 if (!owner->documentBeingDestroyed() && oldChild->isSelectionBorder())
84 owner->view()->clearSelection();
86 if (!owner->documentBeingDestroyed() && notifyRenderer)
109 if (!owner->documentBeingDestroyed())
112 if (AXObjectCache* cache = owner->document()->existingAXObjectCache())
113 cache->childrenChanged(owner);
118 insertChildNode(RenderObject* owner, RenderObject* newChild, RenderObject* beforeChild, bool notifyRenderer) argument
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DRegExpCachedResult.cpp42 RegExpMatchesArray* RegExpCachedResult::lastResult(ExecState* exec, JSObject* owner) argument
45 m_reifiedInput.set(exec->vm(), owner, m_lastInput.get());
46 m_reifiedResult.set(exec->vm(), owner, RegExpMatchesArray::create(exec, m_lastInput.get(), m_lastRegExp.get(), m_result));
52 void RegExpCachedResult::setInput(ExecState* exec, JSObject* owner, JSString* input) argument
55 lastResult(exec, owner);
57 m_reifiedInput.set(exec->vm(), owner, input);
H A DRegExpCachedResult.h47 RegExpCachedResult(VM& vm, JSObject* owner, RegExp* emptyRegExp) argument
50 m_lastInput.set(vm, owner, jsEmptyString(&vm));
51 m_lastRegExp.set(vm, owner, emptyRegExp);
54 ALWAYS_INLINE void record(VM& vm, JSObject* owner, RegExp* regExp, JSString* input, MatchResult result) argument
56 m_lastRegExp.set(vm, owner, regExp);
57 m_lastInput.set(vm, owner, input);
61 RegExpMatchesArray* lastResult(ExecState*, JSObject* owner);
62 void setInput(ExecState*, JSObject* owner, JSString*);
/macosx-10.9.5/JavaScriptCore-7537.78.1/API/
H A DJSVirtualMachine.h53 - (void)addManagedReference:(id)object withOwner:(id)owner;
54 - (void)removeManagedReference:(id)object withOwner:(id)owner;
/macosx-10.9.5/dcerpc-58/dcerpc/libdcethread/
H A Ddcethread_mutex_unlock.c87 if (pthread_equal(pthread_self(), mutex->owner))
89 mutex->owner = (pthread_t) -1;
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dfchownat.c48 #define AT_FUNC_POST_FILE_PARAM_DECLS , uid_t owner, gid_t group, int flag
49 #define AT_FUNC_POST_FILE_ARGS , owner, group
/macosx-10.9.5/postfix-252/postfix/src/global/
H A Dcfg_parser.h28 DICT_OWNER owner; member in struct:CFG_PARSER
38 #define cfg_get_owner(cfg) ((cfg)->owner)
/macosx-10.9.5/xnu-2422.115.4/libsyscall/wrappers/legacy/
H A Dlchown.c45 lchown(const char *path, uid_t owner, gid_t group) argument
47 int ret = __lchown(path, owner, group);
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DPolymorphicAccessStructureList.h63 void set(VM& vm, JSCell* owner, PassRefPtr<JITStubRoutine> _stubRoutine, Structure* _base, bool isDirect) argument
66 base.set(vm, owner, _base);
72 void set(VM& vm, JSCell* owner, PassRefPtr<JITStubRoutine> _stubRoutine, Structure* _base, Structure* _proto, bool isDirect) argument
75 base.set(vm, owner, _base);
76 u.proto.set(vm, owner, _proto);
81 void set(VM& vm, JSCell* owner, PassRefPtr<JITStubRoutine> _stubRoutine, Structure* _base, StructureChain* _chain, bool isDirect) argument
84 base.set(vm, owner, _base);
85 u.chain.set(vm, owner, _chain);
95 PolymorphicAccessStructureList(VM& vm, JSCell* owner, PassRefPtr<JITStubRoutine> stubRoutine, Structure* firstBase, bool isDirect) argument
97 list[0].set(vm, owner, stubRoutin
100 PolymorphicAccessStructureList(VM& vm, JSCell* owner, PassRefPtr<JITStubRoutine> stubRoutine, Structure* firstBase, Structure* firstProto, bool isDirect) argument
105 PolymorphicAccessStructureList(VM& vm, JSCell* owner, PassRefPtr<JITStubRoutine> stubRoutine, Structure* firstBase, StructureChain* firstChain, bool isDirect) argument
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itcl/tests/old/toasters/
H A DOutlet.tcl49 puts $fout " Customer: $owner"
56 exec mail $owner < /tmp/bill
63 set owner [$outlet info public owner -value]
64 if {[string match $customer $owner]} {
77 public owner {}
/macosx-10.9.5/tcl-102/tk/tk/generic/ttk/
H A DttkBlink.c30 WidgetCore *owner; /* Widget that currently has cursor */ member in struct:__anon13472
59 cm->owner = 0;
76 if (cm->owner->flags & CURSOR_ON) {
77 cm->owner->flags &= ~CURSOR_ON;
80 cm->owner->flags |= CURSOR_ON;
84 TtkRedisplayWidget(cm->owner);
96 if (cm->owner == corePtr) {
97 cm->owner = NULL;
110 if (cm->owner == corePtr)
112 if (cm->owner)
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/win/
H A DPlatformCALayerWinInternal.cpp47 PlatformCALayerWinInternal::PlatformCALayerWinInternal(PlatformCALayer* owner) argument
49 , m_constrainedSize(constrainedSize(owner->bounds().size()))
50 , m_owner(owner)
68 if (!owner() || !owner()->owner())
73 CGRect layerBounds = owner()->bounds();
74 if (owner()->owner()->platformCALayerContentsOrientation() == WebCore::GraphicsLayer::CompositingCoordinatesTopDown) {
79 if (owner()
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DClosureCallStubRoutine.cpp41 const MacroAssemblerCodeRef& code, VM& vm, const JSCell* owner,
44 , m_structure(vm, owner, structure)
45 , m_executable(vm, owner, executable)
40 ClosureCallStubRoutine( const MacroAssemblerCodeRef& code, VM& vm, const JSCell* owner, Structure* structure, ExecutableBase* executable, const CodeOrigin& codeOrigin) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/qt/
H A DDataTransferItemQt.cpp44 PassRefPtr<DataTransferItemQt> DataTransferItemQt::create(PassRefPtr<Clipboard> owner, argument
49 return adoptRef(new DataTransferItemQt(owner, context, DataTransferItemQt::InternalSource, kindString, type, data));
52 PassRefPtr<DataTransferItemQt> DataTransferItemQt::create(PassRefPtr<Clipboard> owner, argument
56 return adoptRef(new DataTransferItemQt(owner, context, DataTransferItemQt::InternalSource, file));
59 PassRefPtr<DataTransferItemQt> DataTransferItemQt::createFromPasteboard(PassRefPtr<Clipboard> owner, argument
64 return adoptRef(new DataTransferItemQt(owner, context, PasteboardSource, DataTransferItem::kindString, type, ""));
66 return adoptRef(new DataTransferItemQt(owner, context, PasteboardSource, DataTransferItem::kindFile, type, ""));
69 DataTransferItemQt::DataTransferItemQt(PassRefPtr<Clipboard> owner, argument
74 : m_owner(owner)
83 DataTransferItemQt::DataTransferItemQt(PassRefPtr<Clipboard> owner,
[all...]
/macosx-10.9.5/emacs-92/emacs/lib-src/
H A Drcs-checkin53 # expr pattern to extract owner from ls -l output
108 owner=-w`expr " $ls_l" : " $ls_owner_pattern"` || owner=
109 echo "Formerly ${oldfile}" | ci -d -l -q $owner "$file" || exit
115 owner=-w`expr " $ls_l" : " $ls_owner_pattern"` || owner=
116 ci -d -q -u $owner -m"entered into RCS" "$file" || exit
/macosx-10.9.5/securityd-55199.3/src/
H A Dtempdatabase.h52 const AclEntryPrototype *owner);
56 const AclEntryPrototype *owner, uint32 usage,
62 const AclEntryPrototype *owner, uint32 usage,
/macosx-10.9.5/IOGraphics-471.92.1/IOGraphicsFamily/IOKit/graphics/
H A DIOGraphicsEngine.h34 void * owner; member in struct:IOGraphicsEngineContext
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/framework/src/ruby/osx/objc/
H A Dapplication.rb20 def APP_BUNDLE.loadNibNamed_owner (name, owner)
21 ret = self.loadNibFile(name, :externalNameTable, {'NSOwner' => owner}, :withZone, nil)
27 def NSBundle.loadNibNamed_owner (name, owner)
28 return OSX::APP_BUNDLE.loadNibNamed_owner(name, owner)

Completed in 169 milliseconds

1234567891011>>