Searched defs:self (Results 101 - 125 of 392) sorted by relevance

1234567891011>>

/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibUnitDirectory.cpp254 SAddEntry_Ptr( DirRef self, int key, void* inBuffer, size_t inLen, CFStringRef inDesc) argument
265 SAddEntry_UInt32( DirRef self, int key, UInt32 value, CFStringRef inDesc) argument
275 SAddEntry_FWAddress( DirRef self, int key, const FWAddress* inAddr, CFStringRef inDesc) argument
285 SPublish( DirRef self) argument
292 SUnpublish( DirRef self) argument
[all...]
/macosx-10.9.5/IOFireWireSBP2-426.4.1/IOFireWireSBP2/
H A DIOFireWireSBP2LUN.cpp252 IOReturn IOFireWireSBP2LUN::staticExecuteFlushAllMgmtORBs( OSObject * self, void *, argument
420 IOReturn IOFireWireSBP2LUN::staticCreateLogin( OSObject *self, void * login, void *, void *, void * ) argument
457 IOReturn IOFireWireSBP2LUN::staticRemoveLoginAction( OSObject *self, void * login, void *, void *, void * ) argument
515 IOReturn IOFireWireSBP2LUN::staticCreateManagementORBAction( OSObject *self, argument
551 IOReturn IOFireWireSBP2LUN::staticRemoveManagementORBAction( OSObject *self, void * orb, argument
[all...]
/macosx-10.9.5/IOFireWireSBP2-426.4.1/IOFireWireSBP2Lib/
H A DIOFireWireSBP2LibMgmtORB.cpp190 HRESULT IOFireWireSBP2LibMgmtORB::staticQueryInterface( void * self, REFIID iid, void **ppv ) argument
281 void IOFireWireSBP2LibMgmtORB::staticSetORBCallback( void * self, void * refCon, argument
298 staticSetRefCon( void * self, void * refCon ) argument
326 staticSetCommandFunction( void * self, UInt32 function ) argument
363 staticSetManageeORB( void * self, void * orb ) argument
403 staticSetManageeLogin( void * self, void * login ) argument
443 staticSetResponseBuffer( void * self, void * buf, UInt32 len ) argument
[all...]
H A DIOFireWireSBP2LibORB.cpp176 HRESULT IOFireWireSBP2LibORB::staticQueryInterface( void * self, REFIID iid, void **ppv ) argument
253 void IOFireWireSBP2LibORB::staticSetRefCon( void * self, void * refCon ) argument
293 staticSetCommandFlags( void * self, UInt32 flags ) argument
318 staticSetMaxORBPayloadSize( void * self, UInt32 size ) argument
342 staticSetCommandTimeout( void * self, UInt32 timeout ) argument
366 staticSetCommandGeneration( void * self, UInt32 generation ) argument
411 staticSetCommandBuffersAsRanges( void * self, FWSBP2VirtualRange * ranges, UInt32 withCount, UInt32 withDirection, UInt32 offset, UInt32 length ) argument
515 staticSetCommandBlock( void * self, void * buffer, UInt32 length ) argument
563 staticLSIWorkaroundSetCommandBuffersAsRanges( void * self, FWSBP2VirtualRange * ranges, UInt32 withCount, UInt32 withDirection, UInt32 offset, UInt32 length ) argument
[all...]
/macosx-10.9.5/IOGraphics-471.92.1/IOGraphicsFamily/
H A DIOBacklightDisplay.cpp534 AppleBacklightDisplay * self = (AppleBacklightDisplay *) target; local
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDEventSystemPlugIns/
H A DIOHIDAggdMetricsPlugIn.cpp98 HRESULT IOHIDAggdMetricsPlugIn::QueryInterface( void *self, REFIID iid, LPVOID *ppv ) argument
157 boolean_t IOHIDAggdMetricsPlugIn::open(void * self, IOHIDSessionRef session, IOOptionBits options) argument
164 void IOHIDAggdMetricsPlugIn::close(void * self, IOHIDSessionRef inSession, IOOptionBits options) argument
170 void IOHIDAggdMetricsPlugIn::registerDisplay(void * self, IOHIDDisplayRef display) argument
176 void IOHIDAggdMetricsPlugIn::unregisterDisplay(void * self, IOHIDDisplayRe argument
182 registerService(void * self, IOHIDServiceRef service) argument
196 unregisterService(void * self, IOHIDServiceRef inService) argument
202 scheduleWithRunLoop(void * self, CFRunLoopRef runLoop, CFStringRef runLoopMode) argument
209 unscheduleFromRunLoop(void * self, CFRunLoopRef runLoop, CFStringRef runLoopMode) argument
215 getPropertyForClient(void * self, CFStringRef key, CFTypeRef client) argument
222 setPropertyForClient(void * self, CFStringRef key, CFTypeRef property, CFTypeRef client) argument
243 filter(void * self, IOHIDServiceRef sender, IOHIDEventRef event) argument
270 copyEvent(void * self, IOHIDEventType type, IOHIDEventRef matching, IOOptionBits options) argument
[all...]
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDLib/
H A DIOHIDDeviceClass.h60 IOHIDDeviceClass * self; member in struct:IOHIDDeviceClass::MyPrivateData
159 static inline IOHIDDeviceClass *getThis(void *self) argument
276 getThis(void *self) argument
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGVariableAccessData.h170 VariableAccessData* self = find(); local
/macosx-10.9.5/WebCore-7537.78.1/bindings/scripts/test/GObject/
H A DWebKitDOMTestCallback.cpp114 webkit_dom_test_callback_callback_with_no_param(WebKitDOMTestCallback* self) argument
129 webkit_dom_test_callback_callback_with_array_param(WebKitDOMTestCallback* self, WebKitDOMFloat32Array* arrayParam) argument
146 webkit_dom_test_callback_callback_with_serialized_script_value_param(WebKitDOMTestCallback* self, WebKitDOMSerializedScriptValue* srzParam, const gchar* strArg) argument
165 webkit_dom_test_callback_callback_with_non_bool_return_type(WebKitDOMTestCallback* self, cons argument
182 webkit_dom_test_callback_callback_with_string_list(WebKitDOMTestCallback* self, WebKitDOMDOMStringList* listParam) argument
199 webkit_dom_test_callback_callback_with_boolean(WebKitDOMTestCallback* self, gboolean boolParam) argument
214 webkit_dom_test_callback_callback_requires_this_to_pass(WebKitDOMTestCallback* self, glong longParam, WebKitDOMTestNode* testNodeParam) argument
[all...]
H A DWebKitDOMTestEventTarget.cpp140 webkit_dom_test_event_target_item(WebKitDOMTestEventTarget* self, gulong index) argument
150 webkit_dom_test_event_target_dispatch_event(WebKitDOMTestEventTarget* self, WebKitDOMEvent* evt, GError** error) argument
H A DWebKitDOMTestInterface.cpp98 WebKitDOMTestInterface* self = WEBKIT_DOM_TEST_INTERFACE(object); local
126 WebKitDOMTestInterface* self = WEBKIT_DOM_TEST_INTERFACE(object); local
229 webkit_dom_test_interface_supplemental_method1(WebKitDOMTestInterface* self) argument
248 webkit_dom_test_interface_supplemental_method2(WebKitDOMTestInterface* self, const gchar* strArg, WebKitDOMTestObj* objArg, GError** error) argument
280 webkit_dom_test_interface_supplemental_method4(WebKitDOMTestInterface* self) argument
299 webkit_dom_test_interface_get_supplemental_str1(WebKitDOMTestInterface* self) argument
321 webkit_dom_test_interface_get_supplemental_str2(WebKitDOMTestInterface* self) argument
343 webkit_dom_test_interface_set_supplemental_str2(WebKitDOMTestInterface* self, const gchar* value) argument
364 webkit_dom_test_interface_get_supplemental_node(WebKitDOMTestInterface* self) argument
386 webkit_dom_test_interface_set_supplemental_node(WebKitDOMTestInterface* self, WebKitDOMNode* value) argument
[all...]
H A DWebKitDOMTestSerializedScriptValueInterface.cpp97 WebKitDOMTestSerializedScriptValueInterface* self = WEBKIT_DOM_TEST_SERIALIZED_SCRIPT_VALUE_INTERFACE(object); local
203 webkit_dom_test_serialized_script_value_interface_get_value(WebKitDOMTestSerializedScriptValueInterface* self) argument
219 webkit_dom_test_serialized_script_value_interface_set_value(WebKitDOMTestSerializedScriptValueInterface* self, WebKitDOMSerializedScriptValue* value) argument
235 webkit_dom_test_serialized_script_value_interface_get_readonly_value(WebKitDOMTestSerializedScriptValueInterface* self) argument
251 webkit_dom_test_serialized_script_value_interface_get_cached_value(WebKitDOMTestSerializedScriptValueInterface* self) argument
267 webkit_dom_test_serialized_script_value_interface_set_cached_value(WebKitDOMTestSerializedScriptValueInterface* self, WebKitDOMSerializedScriptValue* value) argument
283 webkit_dom_test_serialized_script_value_interface_get_cached_readonly_value(WebKitDOMTestSerializedScriptValueInterface* self) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/bindings/scripts/test/JS/
H A DJSFloat64Array.cpp129 JSObject* JSFloat64ArrayPrototype::self(ExecState* exec, JSGlobalObject* globalObject) function in class:WebCore::JSFloat64ArrayPrototype
H A DJSTestActiveDOMObject.cpp91 JSObject* JSTestActiveDOMObjectPrototype::self(ExecState* exec, JSGlobalObject* globalObject) function in class:WebCore::JSTestActiveDOMObjectPrototype
H A DJSTestCustomNamedGetter.cpp88 JSObject* JSTestCustomNamedGetterPrototype::self(ExecState* exec, JSGlobalObject* globalObject) function in class:WebCore::JSTestCustomNamedGetterPrototype
H A DJSTestEventConstructor.cpp133 JSObject* JSTestEventConstructorPrototype::self(ExecState* exec, JSGlobalObject* globalObject) function in class:WebCore::JSTestEventConstructorPrototype
H A DJSTestEventTarget.cpp97 JSObject* JSTestEventTargetPrototype::self(ExecState* exec, JSGlobalObject* globalObject) function in class:WebCore::JSTestEventTargetPrototype
H A DJSTestException.cpp86 JSObject* JSTestExceptionPrototype::self(ExecState* exec, JSGlobalObject* globalObject) function in class:WebCore::JSTestExceptionPrototype
H A DJSTestMediaQueryListListener.cpp88 JSObject* JSTestMediaQueryListListenerPrototype::self(ExecState* exec, JSGlobalObject* globalObject) function in class:WebCore::JSTestMediaQueryListListenerPrototype
H A DJSTestNamedConstructor.cpp130 JSObject* JSTestNamedConstructorPrototype::self(ExecState* exec, JSGlobalObject* globalObject) function in class:WebCore::JSTestNamedConstructorPrototype
H A DJSTestOverloadedConstructors.cpp160 JSObject* JSTestOverloadedConstructorsPrototype::self(ExecState* exec, JSGlobalObject* globalObject) function in class:WebCore::JSTestOverloadedConstructorsPrototype
H A DJSTestSerializedScriptValueInterface.cpp95 JSObject* JSTestSerializedScriptValueInterfacePrototype::self(ExecState* exec, JSGlobalObject* globalObject) function in class:WebCore::JSTestSerializedScriptValueInterfacePrototype
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DStyleRule.cpp171 StyleRuleBase* self = const_cast<StyleRuleBase*>(this); local
[all...]
/macosx-10.9.5/WebKit-7537.78.2/gtk/webkit/
H A Dwebkitwebhistoryitem.cpp443 WebKitWebHistoryItem* webkit_web_history_item_copy(WebKitWebHistoryItem* self) argument
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dcpu-ia64-opc.c63 ins_reg (const struct ia64_operand *self, ia64_insn value, ia64_insn *code) argument
73 ext_reg (const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) argument
81 ins_immu(const struct ia64_operand *self, ia64_insn value, ia64_insn *code) argument
100 ext_immu(const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) argument
117 ins_immu5b(const struct ia64_operand *self, ia64_insn value, ia64_insn *code) argument
126 ext_immu5b(const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) argument
140 ins_immus8(const struct ia64_operand *self, ia64_insn value, ia64_insn *code) argument
148 ext_immus8(const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) argument
161 ins_imms_scaled(const struct ia64_operand *self, ia64_insn value, ia64_insn *code, int scale) argument
185 ext_imms_scaled(const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep, int scale) argument
207 ins_imms(const struct ia64_operand *self, ia64_insn value, ia64_insn *code) argument
213 ins_immsu4(const struct ia64_operand *self, ia64_insn value, ia64_insn *code) argument
221 ext_imms(const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) argument
227 ins_immsm1(const struct ia64_operand *self, ia64_insn value, ia64_insn *code) argument
234 ins_immsm1u4(const struct ia64_operand *self, ia64_insn value, ia64_insn *code) argument
244 ext_immsm1(const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) argument
253 ins_imms1(const struct ia64_operand *self, ia64_insn value, ia64_insn *code) argument
259 ext_imms1(const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) argument
265 ins_imms4(const struct ia64_operand *self, ia64_insn value, ia64_insn *code) argument
271 ext_imms4(const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) argument
277 ins_imms16(const struct ia64_operand *self, ia64_insn value, ia64_insn *code) argument
283 ext_imms16(const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) argument
289 ins_cimmu(const struct ia64_operand *self, ia64_insn value, ia64_insn *code) argument
296 ext_cimmu(const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) argument
312 ins_cnt(const struct ia64_operand *self, ia64_insn value, ia64_insn *code) argument
323 ext_cnt(const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) argument
331 ins_cnt2b(const struct ia64_operand *self, ia64_insn value, ia64_insn *code) argument
343 ext_cnt2b(const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) argument
350 ins_cnt2c(const struct ia64_operand *self, ia64_insn value, ia64_insn *code) argument
365 ext_cnt2c(const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) argument
382 ins_inc3(const struct ia64_operand *self, ia64_insn value, ia64_insn *code) argument
405 ext_inc3(const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) argument
[all...]

Completed in 195 milliseconds

1234567891011>>