Searched refs:owner (Results 26 - 50 of 816) sorted by relevance

1234567891011>>

/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/MultiNib/
H A DWindowBController.rb8 OSX::NSBundle.loadNibNamed("WindowB", :owner, self)
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderObjectChildList.h53 RenderObject* removeChildNode(RenderObject* owner, RenderObject*, bool notifyRenderer = true);
54 void insertChildNode(RenderObject* owner, RenderObject* newChild, RenderObject* beforeChild, bool notifyRenderer = true);
55 void appendChildNode(RenderObject* owner, RenderObject* newChild, bool notifyRenderer = true) argument
57 insertChildNode(owner, newChild, 0, notifyRenderer);
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/arch/beos/
H A Dapr_arch_thread_mutex.h37 apr_os_thread_t owner; member in struct:apr_thread_mutex_t
/macosx-10.9.5/apr-30/apr/apr/include/arch/beos/
H A Dapr_arch_thread_mutex.h37 apr_os_thread_t owner; member in struct:apr_thread_mutex_t
/macosx-10.9.5/dtrace-118.1/test/tst/common/funcs/
H A Dtst.mutex_owned.d17 * information: Portions Copyright [yyyy] [name of copyright owner]
42 this->owner = mutex_owner((kmutex_t *)arg0);
53 /this->owner != curthread/
55 printf("current thread is not current owner of owned lock\n");
/macosx-10.9.5/swig-10/Lib/typemaps/
H A Dfactory.swg77 %set_output(SWIG_NewPointerObj(%as_voidptr(dobj),$descriptor(Type *), $owner | %newpointer_flags));
86 %set_output(SWIG_NewPointerObj(%as_voidptr($1),$descriptor, $owner | %newpointer_flags));
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDFamilyPrivate.h84 bool CompareProperty(IOService * owner, OSDictionary * matching, const char * key, SInt32 * score, SInt32 increment = 0);
85 bool CompareDeviceUsage( IOService * owner, OSDictionary * matching, SInt32 * score, SInt32 increment = 0);
86 bool CompareDeviceUsagePairs(IOService * owner, OSDictionary * matching, SInt32 * score, SInt32 increment = 0);
87 bool CompareProductID( IOService * owner, OSDictionary * matching, SInt32 * score);
88 bool MatchPropertyTable(IOService * owner, OSDictionary * table, SInt32 * score);
89 bool CompareNumberPropertyMask( IOService *owner, OSDictionary *matching, const char *key, const char *maskKey, SInt32 *score, SInt32 increment);
90 bool CompareNumberPropertyArray( IOService * owner, OSDictionary * matching, const char * arrayName, const char * key, SInt32 * score, SInt32 increment);
91 bool CompareNumberPropertyArrayWithMask( IOService * owner, OSDictionary * matching, const char * arrayName, const char * key, const char * maskKey, SInt32 * score, SInt32 increment);
H A DIOHIDFamilyPrivate.cpp44 bool CompareProperty( IOService * owner, OSDictionary * matching, const char * key, SInt32 * score, SInt32 increment) argument
57 property = owner->copyProperty( key );
75 bool CompareDeviceUsage( IOService * owner, OSDictionary * matching, SInt32 * score, SInt32 increment) argument
89 functions = OSDynamicCast(OSArray, owner->copyProperty( kIOHIDDeviceUsagePairsKey ));
131 bool CompareDeviceUsagePairs( IOService * owner, OSDictionary * matching, SInt32 * score, SInt32 increment) argument
152 if ( !(matches = CompareDeviceUsage(owner, pair, score, increment)) )
162 bool CompareProductID( IOService * owner, OSDictionary * matching, SInt32 * score) argument
177 pidMatch = CompareProperty(owner, matching, kIOHIDProductIDKey, &pidScore, kHIDVendor2ScoreIncrement);
178 arrayMatch = CompareNumberPropertyArray(owner, matching, kIOHIDProductIDArrayKey, kIOHIDProductIDKey, &arrayScore, kHIDVendor2ArrayScoreIncrement);
179 maskMatch = CompareNumberPropertyMask(owner, matchin
213 CompareNumberPropertyMask( IOService *owner, OSDictionary *matching, const char *key, const char *maskKey, SInt32 *score, SInt32 increment) argument
249 CompareNumberPropertyArray( IOService * owner, OSDictionary * matching, const char * arrayName, const char * key, SInt32 * score, SInt32 increment) argument
281 CompareNumberPropertyArrayWithMask( IOService * owner, OSDictionary * matching, const char * arrayName, const char * key, const char * maskKey, SInt32 * score, SInt32 increment) argument
322 MatchPropertyTable(IOService * owner, OSDictionary * table, SInt32 * score) argument
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Delf32-sh64-com.c110 if (bfd_get_section_flags (cranges->owner, cranges) & SEC_RELOC)
115 if ((bfd_get_section_flags (cranges->owner, cranges) & SEC_IN_MEMORY)
120 if (!bfd_malloc_and_get_section (cranges->owner, cranges,
130 bfd_big_endian (cranges->owner)
135 bfd_set_section_flags (cranges->owner, cranges,
136 bfd_get_section_flags (cranges->owner, cranges)
147 bfd_big_endian (cranges->owner)
155 = bfd_get_16 (cranges->owner,
158 = bfd_get_32 (cranges->owner,
162 = bfd_get_32 (cranges->owner,
[all...]
/macosx-10.9.5/securityd-55199.3/src/
H A Dtempdatabase.cpp46 const AclEntryPrototype *owner = NULL);
59 const AclEntryPrototype *owner)
62 setOwner(owner);
122 const AclEntryPrototype *owner,
145 newKey = makeKey(cspKey, attrs & TempKey::managedAttributes, owner);
154 const AclEntryPrototype *owner,
161 makeSecurePassphraseKey(context, cred, owner, usage, attrs, newKey);
164 LocalDatabase::generateKey(context, cred, owner, usage, attrs, newKey);
174 uint32 moreAttributes, const AclEntryPrototype *owner)
177 return new TempKey(*this, newKey, moreAttributes, owner);
58 TempKey(Database &db, const CssmKey &newKey, uint32 moreAttributes, const AclEntryPrototype *owner) argument
120 makeSecurePassphraseKey(const Context &context, const AccessCredentials *cred, const AclEntryPrototype *owner, uint32 usage, uint32 attrs, RefPointer<Key> &newKey) argument
152 generateKey(const Context &context, const AccessCredentials *cred, const AclEntryPrototype *owner, uint32 usage, uint32 attrs, RefPointer<Key> &newKey) argument
173 makeKey(const CssmKey &newKey, uint32 moreAttributes, const AclEntryPrototype *owner) argument
[all...]
/macosx-10.9.5/IOSCSIParallelFamily-300.0.2/TestTools/AppleSCSIHBAEmulator/
H A DAppleSCSIEmulatorEventSource.cpp62 AppleSCSIEmulatorEventSource::Create ( OSObject * owner, Action action ) argument
71 result = es->Init ( owner, action );
96 AppleSCSIEmulatorEventSource::Init ( OSObject * owner, Action action ) argument
109 result = super::init ( owner, ( IOEventSource::Action ) action );
185 ( *action ) ( owner, srb->fParallelRequest );
H A DAppleSCSIEmulatorEventSource.h80 typedef void ( *Action ) ( OSObject * owner, SCSIParallelTaskIdentifier parallelTask );
82 static AppleSCSIEmulatorEventSource * Create ( OSObject * owner, Action action );
85 bool Init ( OSObject * owner, Action action );
/macosx-10.9.5/WebCore-7537.78.1/platform/qt/
H A DDataTransferItemQt.h42 static PassRefPtr<DataTransferItemQt> create(PassRefPtr<Clipboard> owner, ScriptExecutionContext*, const String& data, const String& type);
43 static PassRefPtr<DataTransferItemQt> create(PassRefPtr<Clipboard> owner, ScriptExecutionContext*, PassRefPtr<File>);
44 static PassRefPtr<DataTransferItemQt> createFromPasteboard(PassRefPtr<Clipboard> owner,
61 DataTransferItemQt(PassRefPtr<Clipboard> owner,
65 DataTransferItemQt(PassRefPtr<Clipboard> owner,
/macosx-10.9.5/swig-10/Lib/python/
H A Dargcargv.i9 size_t *argc, char ***argv, int *owner)
38 if (owner) *owner = 1;
45 if (owner) *owner = 0;
56 if (owner) *owner = 0;
67 %typemap(in,noblock=0,fragment="SWIG_AsArgcArgv") (int ARGC, char **ARGV) (int res,char **argv = 0, size_t argc = 0, int owner= 0) {
68 res = SWIG_AsArgcArgv($input, $descriptor(char**), &argc, &argv, &owner);
84 if (owner
[all...]
/macosx-10.9.5/CPANInternal-140/Class-DBI/lib/Class/DBI/
H A DQuery.pm37 owner essential sqlname where_clause restrictions order_by kings
49 owner => $class,
74 =head2 owner
77 of cases a query will return objects - the owner is the class of
96 of the owner class.
114 $self->{owner} ||= caller;
115 $self->{kings} ||= $self->{owner};
116 $self->{essential} ||= [ $self->{owner}->_essential ];
123 my $table = $self->owner->table_alias;
158 my $owner
[all...]
/macosx-10.9.5/CPANInternal-140/Class-DBI-v3.0.17/lib/Class/DBI/
H A DQuery.pm37 owner essential sqlname where_clause restrictions order_by kings
49 owner => $class,
74 =head2 owner
77 of cases a query will return objects - the owner is the class of
96 of the owner class.
114 $self->{owner} ||= caller;
115 $self->{kings} ||= $self->{owner};
116 $self->{essential} ||= [ $self->{owner}->_essential ];
123 my $table = $self->owner->table_alias;
158 my $owner
[all...]
/macosx-10.9.5/IOGraphics-471.92.1/IOGraphicsFamily/
H A DIOFramebufferUserClient.cpp67 owner = (IOFramebuffer *) _owner;
68 owner->serverConnect = this;
78 return (owner->extRegisterNotificationPort(port, type, refCon));
84 return (owner->getNotificationSemaphore(interruptType, semaphore));
91 owner->close();
92 detach( owner);
99 return (owner);
119 mem = owner->sharedCursor;
124 mem = owner->getVRAMRange();
128 mem = (IOMemoryDescriptor *) owner
[all...]
/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDA/Utils/
H A DCTimer.h23 static CTimer *cTimer(IOWorkLoop *work, OSObject *owner, Action callback);
24 Boolean init(IOWorkLoop *work, OSObject *owner, Action callback);
35 static void timeout(OSObject *owner, IrDATimerEventSource *sender);
39 OSObject *fOwner; // the owner (IrGlue usually)
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSNodeFilterCondition.h37 static PassRefPtr<JSNodeFilterCondition> create(JSC::VM& vm, NodeFilter* owner, JSC::JSValue filter) argument
39 return adoptRef(new JSNodeFilterCondition(vm, owner, filter));
43 JSNodeFilterCondition(JSC::VM&, NodeFilter* owner, JSC::JSValue filter);
/macosx-10.9.5/IOSCSIParallelFamily-300.0.2/TestTools/SCSITargetProber/Cocoa/
H A DAppPreferences.m68 [ NSBundle loadNibNamed: AppPreferencesString owner: sPrefs ];
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DStructureRareDataInlines.h53 inline void StructureRareData::setObjectToStringValue(VM& vm, const JSCell* owner, JSString* value) argument
55 m_objectToStringValue.set(vm, owner, value);
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/antlr2/antlr/
H A DCharInputBuffer.hpp30 * if 'owner' is true, then the buffer will be delete[]-ed on destruction.
33 CharInputBuffer( unsigned char* buf, size_t size, bool owner = false )
37 , delete_buffer(owner)
/macosx-10.9.5/WebCore-7537.78.1/html/track/
H A DAudioTrackList.h39 static PassRefPtr<AudioTrackList> create(HTMLMediaElement* owner, ScriptExecutionContext* context) argument
41 return adoptRef(new AudioTrackList(owner, context));
H A DVideoTrackList.h39 static PassRefPtr<VideoTrackList> create(HTMLMediaElement* owner, ScriptExecutionContext* context) argument
41 return adoptRef(new VideoTrackList(owner, context));
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dpolicy.h51 const char *owner);
58 const char *owner);

Completed in 252 milliseconds

1234567891011>>