Searched refs:owner (Results 126 - 150 of 792) sorted by relevance

1234567891011>>

/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DNSPreferences.h70 - (void) addPreferenceNamed:(NSString *) name owner:(id) owner;
75 - (void) showPreferencesPanelForOwner:(id) owner;
76 - (int) showModalPreferencesPanelForOwner:(id) owner;
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DNSPreferences.h70 - (void) addPreferenceNamed:(NSString *) name owner:(id) owner;
75 - (void) showPreferencesPanelForOwner:(id) owner;
76 - (int) showModalPreferencesPanelForOwner:(id) owner;
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dsync_sema.h53 task_t owner; /* task that owns semaphore */ member in struct:semaphore
/macosx-10.10/SecurityTokend-55108/lib/
H A DSecTokend.h138 const CSSM_ACCESS_CREDENTIALS *creds, const CSSM_ACL_ENTRY_PROTOTYPE *owner,
142 const CSSM_ACCESS_CREDENTIALS *creds, const CSSM_ACL_ENTRY_PROTOTYPE *owner,
165 CSSM_RETURN (*getDatabaseOwner)(CSSM_ACL_OWNER_PROTOTYPE *owner);
167 CSSM_RETURN (*getObjectOwner)(CSSM_HANDLE hRecord, CSSM_ACL_OWNER_PROTOTYPE *owner);
170 CSSM_RETURN (*getKeyOwner)(CSSM_HANDLE hKey, CSSM_ACL_OWNER_PROTOTYPE *owner);
174 CSSM_RETURN (*freeOwnerData)(CSSM_ACL_OWNER_PROTOTYPE *owner);
180 CSSM_RETURN (*changeDatabaseOwner)(const CSSM_ACL_OWNER_PROTOTYPE *owner);
182 CSSM_RETURN (*changeObjectOwner)(CSSM_HANDLE hRecord, const CSSM_ACL_OWNER_PROTOTYPE *owner);
184 CSSM_RETURN (*changeKeyOwner)(CSSM_HANDLE key, const CSSM_ACL_OWNER_PROTOTYPE *owner);
/macosx-10.10/SecurityTokend-55108/security_tokend_client/
H A DSecTokend.h138 const CSSM_ACCESS_CREDENTIALS *creds, const CSSM_ACL_ENTRY_PROTOTYPE *owner,
142 const CSSM_ACCESS_CREDENTIALS *creds, const CSSM_ACL_ENTRY_PROTOTYPE *owner,
165 CSSM_RETURN (*getDatabaseOwner)(CSSM_ACL_OWNER_PROTOTYPE *owner);
167 CSSM_RETURN (*getObjectOwner)(CSSM_HANDLE hRecord, CSSM_ACL_OWNER_PROTOTYPE *owner);
170 CSSM_RETURN (*getKeyOwner)(CSSM_HANDLE hKey, CSSM_ACL_OWNER_PROTOTYPE *owner);
174 CSSM_RETURN (*freeOwnerData)(CSSM_ACL_OWNER_PROTOTYPE *owner);
180 CSSM_RETURN (*changeDatabaseOwner)(const CSSM_ACL_OWNER_PROTOTYPE *owner);
182 CSSM_RETURN (*changeObjectOwner)(CSSM_HANDLE hRecord, const CSSM_ACL_OWNER_PROTOTYPE *owner);
184 CSSM_RETURN (*changeKeyOwner)(CSSM_HANDLE key, const CSSM_ACL_OWNER_PROTOTYPE *owner);
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOInterruptEventSource.cpp122 reserved->statistics->owner = this;
311 VM_KERNEL_UNSLIDE(intAction), (uintptr_t) owner, (uintptr_t) this, (uintptr_t) workLoop);
324 (*intAction)(owner, this, numInts);
344 VM_KERNEL_UNSLIDE(intAction), (uintptr_t) owner, (uintptr_t) this, (uintptr_t) workLoop);
355 VM_KERNEL_UNSLIDE(intAction), (uintptr_t) owner, (uintptr_t) this, (uintptr_t) workLoop);
368 (*intAction)(owner, this, -numInts);
388 VM_KERNEL_UNSLIDE(intAction), (uintptr_t) owner, (uintptr_t) this, (uintptr_t) workLoop);
407 IOTimeStampStartConstant(IODBG_INTES(IOINTES_SEMA), (uintptr_t) this, (uintptr_t) owner);
418 IOTimeStampEndConstant(IODBG_INTES(IOINTES_SEMA), (uintptr_t) this, (uintptr_t) owner);
432 IOTimeStampStartConstant(IODBG_INTES(IOINTES_SEMA), (uintptr_t) this, (uintptr_t) owner);
[all...]
/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/Utils/
H A DCTimer.cpp54 {kLogTimeout3, "CTimer: timeout called, owner="},
56 {kLogTimeout5, "CTimer: timeout back from calling owner"},
70 CTimer::cTimer(IOWorkLoop *work, OSObject *owner, Action callback) argument
76 if (obj && !obj->init(work, owner, callback)) {
83 Boolean CTimer::init(IOWorkLoop *work, OSObject *owner, Action callback) argument
90 require(owner, Failed);
95 fOwner = owner; // save backpointer
98 // fTimerSrc = IOTimerEventSource::timerEventSource(owner, callback); // make a timer
208 CTimer::timeout(OSObject *owner, IrDATimerEventSource *sender) argument
212 XTRACE(kLogTimeout1, 0, owner);
[all...]
/macosx-10.10/AppleUSBIrDA-145.2.4/
H A DIrDAComm.h81 static void TimerRoutine(OSObject *owner, IrDATimerEventSource *iotimer); // our state engine CTimer callback
103 static IOReturn DoSomething(OSObject *owner, void *a, void *b, void *c, void *d); // run command in command gate
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DClassAdapter.java71 final String owner,
75 cv.visitOuterClass(owner, name, desc);
70 visitOuterClass( final String owner, final String name, final String desc) argument
H A DMethodVisitor.java170 * @param owner the internal name of the field's owner class (see {@link
175 void visitFieldInsn(int opcode, String owner, String name, String desc); argument
184 * @param owner the internal name of the method's owner class (see {@link
189 void visitMethodInsn(int opcode, String owner, String name, String desc); argument
/macosx-10.10/IOATAFamily-253.0.1/
H A DATATimerEventSource.h53 ataTimerEventSource(OSObject *owner, Action action = 0);
64 virtual bool init(OSObject *owner, Action action = 0);
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWUserObjectExporter.h54 static IOFWUserObjectExporter * createWithOwner( OSObject * owner );
55 bool initWithOwner( OSObject * owner );
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebufferUserClient.h38 IOFramebuffer * owner; member in class:IOFramebufferUserClient
74 IOFramebuffer * owner; member in class:IOFramebufferSharedUserClient
/macosx-10.10/IONetworkingFamily-101/
H A DIOGatedOutputQueue.h49 static void gatedOutput(OSObject * owner,
54 static void restartDeferredOutput(OSObject * owner,
/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DEvalCodeCache.h52 EvalExecutable* getSlow(ExecState* exec, ScriptExecutable* owner, bool inStrictContext, const String& evalSource, JSScope* scope) argument
59 m_cacheMap.set(evalSource.impl(), WriteBarrier<EvalExecutable>(exec->vm(), owner, evalExecutable));
/macosx-10.10/JavaScriptCore-7600.1.17/jit/
H A DGCAwareJITStubRoutine.h82 const MacroAssemblerCodeRef&, VM&, const JSCell* owner, JSCell*);
101 // const JSCell* owner,
112 const MacroAssemblerCodeRef&, VM&, const JSCell* owner, bool makesCalls,
/macosx-10.10/Security-57031.1.35/Security/libsecurity_transform/lib/
H A DUtilities.h19 CFTypeRef DebugRetain(const void* owner, CFTypeRef type);
20 void DebugRelease(const void* owner, CFTypeRef type);
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSNodeFilterCondition.cpp34 JSNodeFilterCondition::JSNodeFilterCondition(VM&, NodeFilter* owner, JSValue filter) argument
35 : m_filter(filter.isObject() ? Weak<JSObject>(jsCast<JSObject*>(filter), &m_weakOwner, owner) : nullptr)
/macosx-10.10/WebCore-7600.1.25/dom/
H A DGenericEventQueue.cpp34 GenericEventQueue::GenericEventQueue(EventTarget& owner) argument
35 : m_owner(owner)
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/mac/
H A DGraphicsLayerCARemote.h53 virtual PassRefPtr<WebCore::PlatformCALayer> createPlatformCALayer(WebCore::PlatformCALayer::LayerType, WebCore::PlatformCALayerClient* owner) override;
54 virtual PassRefPtr<WebCore::PlatformCALayer> createPlatformCALayer(PlatformLayer*, WebCore::PlatformCALayerClient* owner) override;
H A DPlatformCALayerRemoteTiledBacking.cpp39 PlatformCALayerRemoteTiledBacking::PlatformCALayerRemoteTiledBacking(LayerType layerType, PlatformCALayerClient* owner, RemoteLayerTreeContext& context) argument
40 : PlatformCALayerRemote(layerType, owner, context)
/macosx-10.10/apr-32/apr-util/apr-util/misc/
H A Dapr_thread_pool.c35 void *owner; member in struct:apr_thread_pool_task
263 elt->current_owner = task->owner;
405 void *owner, apr_time_t time)
423 t->owner = owner;
481 void *owner, apr_interval_time_t time)
489 t = task_new(me, func, param, 0, owner, time);
530 void *owner)
539 t = task_new(me, func, param, priority, owner, 0);
587 void *owner)
402 task_new(apr_thread_pool_t * me, apr_thread_start_t func, void *param, apr_byte_t priority, void *owner, apr_time_t time) argument
479 schedule_task(apr_thread_pool_t *me, apr_thread_start_t func, void *param, void *owner, apr_interval_time_t time) argument
528 add_task(apr_thread_pool_t *me, apr_thread_start_t func, void *param, apr_byte_t priority, int push, void *owner) argument
610 remove_scheduled_tasks(apr_thread_pool_t *me, void *owner) argument
631 remove_tasks(apr_thread_pool_t *me, void *owner) argument
659 wait_on_busy_threads(apr_thread_pool_t *me, void *owner) argument
[all...]
/macosx-10.10/dcerpc-61/dcerpc/libdcethread/
H A Ddcethread_cond_timedwait.c105 mutex->owner = (pthread_t) -1;
107 mutex->owner = pthread_self();
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOFilterInterruptEventSource.h60 @param owner Pointer to the owning/client instance.
98 @param owner Owner/client of this event source.
105 filterInterruptEventSource(OSObject *owner,
113 @param owner Owner/client of this event source.
120 virtual bool init(OSObject *owner,
H A DIOInterruptEventSource.h68 @param owner Pointer to client instance.
89 Current count of produced interrupts that the owner has been informed of. */
115 @discussion This function called when the work-loop is ready to check for any work to do and then to call out the owner/action.
127 @param owner Owning client of the new event source.
133 interruptEventSource(OSObject *owner,
140 @param owner Owning client of the new event source.
146 virtual bool init(OSObject *owner,

Completed in 236 milliseconds

1234567891011>>