Searched refs:myInstance (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/Foundation/Scripts/
H A Dsimple-kvo.py23 myInstance = MyClass.new() variable
26 myInstance.addObserver_forKeyPath_options_context_(observer, "result", NSKeyValueObservingOptionNew, 0)
27 myInstance.addObserver_forKeyPath_options_context_(observer, "base", NSKeyValueObservingOptionNew, 0)
28 myInstance.addObserver_forKeyPath_options_context_(observer, "power", NSKeyValueObservingOptionNew, 0)
30 myInstance.setValue_forKey_(2, "base")
31 myInstance.power = 4
33 print "%d ** %d == %d" % (myInstance.base, myInstance.valueForKey_("power"), myInstance.result())
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/Foundation/Scripts/
H A Dsimple-kvo.py23 myInstance = MyClass.new() variable
26 myInstance.addObserver_forKeyPath_options_context_(observer, "result", NSKeyValueObservingOptionNew, 0)
27 myInstance.addObserver_forKeyPath_options_context_(observer, "base", NSKeyValueObservingOptionNew, 0)
28 myInstance.addObserver_forKeyPath_options_context_(observer, "power", NSKeyValueObservingOptionNew, 0)
30 myInstance.setValue_forKey_(2, "base")
31 myInstance.power = 4
33 print "%d ** %d == %d" % (myInstance.base, myInstance.valueForKey_("power"), myInstance.result())
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/Foundation/Scripts/
H A Dsimple-kvo.py23 myInstance = MyClass.new() variable
26 myInstance.addObserver_forKeyPath_options_context_(observer, "result", NSKeyValueObservingOptionNew, 0)
27 myInstance.addObserver_forKeyPath_options_context_(observer, "base", NSKeyValueObservingOptionNew, 0)
28 myInstance.addObserver_forKeyPath_options_context_(observer, "power", NSKeyValueObservingOptionNew, 0)
30 myInstance.setValue_forKey_(2, "base")
31 myInstance.power = 4
33 print "%d ** %d == %d" % (myInstance.base, myInstance.valueForKey_("power"), myInstance.result())
/macosx-10.10.1/configd-699.1.5/SCMonitor/
H A Dmonitor.c114 getAuthorization(MyType *myInstance) argument
116 if (myInstance->authorization == NULL) {
123 &myInstance->authorization);
125 SCLOG(NULL, myInstance->log_msg, ASL_LEVEL_ERR,
131 return myInstance->authorization;
136 hasAuthorization(MyType *myInstance) argument
141 authorization = getAuthorization(myInstance);
169 freeAuthorization(MyType *myInstance) argument
171 if (myInstance->authorization != NULL) {
172 AuthorizationFree(myInstance
186 open_NetworkPrefPane(MyType *myInstance) argument
227 notify_remove(MyType *myInstance, Boolean cancel) argument
267 MyType *myInstance = NULL; local
302 notify_add(MyType *myInstance) argument
455 notify_configure(MyType *myInstance) argument
540 updateInterfaceList(MyType *myInstance) argument
695 MyType *myInstance = (MyType *)arg; local
703 watcher_add_lan(MyType *myInstance) argument
775 watcher_remove_lan(MyType *myInstance) argument
793 MyType *myInstance; member in struct:__anon6825
807 MyType *myInstance; local
878 add_node_watcher(MyType *myInstance, io_registry_entry_t node, io_registry_entry_t interface) argument
923 add_init_watcher(MyType *myInstance, io_registry_entry_t interface) argument
980 MyType *myInstance = (MyType *)refcon; local
1007 MyType *myInstance = (MyType *)refcon; local
1015 watcher_add_serial(MyType *myInstance) argument
1089 watcher_remove_serial(MyType *myInstance) argument
1135 watcher_add(MyType *myInstance) argument
1189 watcher_remove(MyType *myInstance) argument
1210 myQueryInterface(void *myInstance, REFIID iid, LPVOID *ppv) argument
1237 myAddRef(void *myInstance) argument
1245 myRelease(void *myInstance) argument
1268 myInstall(void *myInstance) argument
[all...]
/macosx-10.10.1/eap8021x-198/EAPOLMonitor.bproj/
H A Deapol_monitor.c1141 myInstall(void * myInstance) argument
1143 SCDynamicStoreContext context = {0, myInstance, NULL, NULL, NULL};
1144 MyType * me = (MyType *)myInstance;
1191 static void _deallocMyType(MyType *myInstance);
1193 static HRESULT myQueryInterface(void *myInstance, REFIID iid, LPVOID *ppv) { argument
1198 ((MyType *) myInstance)->_UserEventAgentInterface->AddRef(myInstance);
1199 *ppv = myInstance;
1204 ((MyType *) myInstance)->_UserEventAgentInterface->AddRef(myInstance);
1215 myAddRef(void *myInstance) argument
1220 myRelease(void *myInstance) argument
[all...]
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSMacOSX/
H A DBonjourEvents.c100 static HRESULT QueryInterface(void *myInstance, REFIID iid, LPVOID *ppv);
174 static HRESULT QueryInterface(void *myInstance, REFIID iid, LPVOID *ppv) argument
181 ((BonjourUserEventsPlugin *) myInstance)->_UserEventAgentInterface->AddRef(myInstance);
182 *ppv = myInstance;
188 ((BonjourUserEventsPlugin *) myInstance)->_UserEventAgentInterface->AddRef(myInstance);
189 *ppv = myInstance;

Completed in 116 milliseconds