Searched refs:instance (Results 1 - 25 of 420) sorted by relevance

1234567891011>>

/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGElementInstanceList.cpp40 for (SVGElementInstance* instance = m_rootInstance->firstChild(); instance; instance = instance->nextSibling())
48 SVGElementInstance* instance = m_rootInstance->firstChild(); local
49 while (instance && pos < index) {
50 instance = instance->nextSibling();
53 return instance;
/macosx-10.10/ntp-92/ntpd/
H A Drefclock_oncore.c88 * instance->pp->leap indicator but only run this test in December and June for
269 struct instance { struct
358 #define rcvbuf instance->Rcvbuf
359 #define rcvptr instance->Rcvptr
364 static void oncore_consume (struct instance *);
365 static void oncore_read_config (struct instance *);
367 static int oncore_ppsapi (struct instance *);
368 static void oncore_get_timestamp (struct instance *, long, long);
369 static void oncore_init_shmem (struct instance *);
371 static void oncore_antenna_report (struct instance *, enu
595 register struct instance *instance; local
776 register struct instance *instance; local
809 struct instance *instance; local
1409 struct instance *instance; local
1563 oncore_get_timestamp( struct instance *instance, long dt1, long dt2 ) argument
1870 oncore_msg_any( struct instance *instance, u_char *buf, size_t len, int idx ) argument
1939 oncore_msg_Adef( struct instance *instance, u_char *buf, size_t len ) argument
1952 oncore_msg_Ag( struct instance *instance, u_char *buf, size_t len ) argument
1977 oncore_msg_As( struct instance *instance, u_char *buf, size_t len ) argument
1999 oncore_msg_At( struct instance *instance, u_char *buf, size_t len ) argument
2025 oncore_msg_Ay( struct instance *instance, u_char *buf, size_t len ) argument
2052 oncore_msg_Az( struct instance *instance, u_char *buf, size_t len ) argument
2077 oncore_msg_BaEaHa( struct instance *instance, u_char *buf, size_t len ) argument
2417 oncore_msg_Bd( struct instance *instance, u_char *buf, size_t len ) argument
2446 oncore_msg_Bj( struct instance *instance, u_char *buf, size_t len ) argument
2477 oncore_msg_Bl( struct instance *instance, u_char *buf, size_t len ) argument
2595 oncore_msg_BnEnHn( struct instance *instance, u_char *buf, size_t len ) argument
2661 oncore_msg_CaFaIa( struct instance *instance, u_char *buf, size_t len ) argument
2732 oncore_msg_Cb( struct instance *instance, u_char *buf, size_t len ) argument
2779 oncore_msg_Cf( struct instance *instance, u_char *buf, size_t len ) argument
2813 oncore_msg_Cj( struct instance *instance, u_char *buf, size_t len ) argument
2865 oncore_msg_Cj_id( struct instance *instance, u_char *buf, size_t len ) argument
2982 oncore_msg_Cj_init( struct instance *instance, u_char *buf, size_t len ) argument
3088 oncore_msg_Ga( struct instance *instance, u_char *buf, size_t len ) argument
3129 oncore_msg_Gb( struct instance *instance, u_char *buf, size_t len ) argument
3162 oncore_msg_Gj( struct instance *instance, u_char *buf, size_t len ) argument
3219 oncore_msg_Sz( struct instance *instance, u_char *buf, size_t len ) argument
3235 oncore_antenna_report( struct instance *instance, enum antenna_state new_state) argument
3609 oncore_print_Cb( struct instance *instance, u_char *cp ) argument
3723 oncore_sendmsg( struct instance *instance, u_char *ptr, size_t len ) argument
4027 oncore_log( struct instance *instance, int log_level, const char *msg ) argument
[all...]
H A Drefclock_jupiter.c109 struct instance { struct
138 static void jupiter_canmsg (struct instance *, u_int);
140 static int jupiter_config (struct instance *);
143 static char * jupiter_parse_t (struct instance *, u_short *);
144 static char * jupiter_parse_gpos (struct instance *, u_short *);
145 static void jupiter_platform (struct instance *, u_int);
150 static int jupiter_ppsapi (struct instance *);
151 static int jupiter_pps (struct instance *);
153 static int jupiter_recv (struct instance *);
155 static void jupiter_reqmsg (struct instance *, u_in
184 struct instance *instance; local
260 struct instance *instance; local
283 jupiter_config(struct instance *instance) argument
394 jupiter_pps(struct instance *instance) argument
443 struct instance *instance; local
488 struct instance *instance; local
533 struct instance *instance; local
718 jupiter_parse_t(struct instance *instance, u_short *sp) argument
840 jupiter_parse_gpos(struct instance *instance, u_short *sp) argument
919 jupiter_send(struct instance *instance, struct jheader *hp) argument
960 jupiter_reqmsg(struct instance *instance, u_int id, u_int interval) argument
984 jupiter_canmsg(struct instance *instance, u_int id) argument
1003 jupiter_reqonemsg(struct instance *instance, u_int id) argument
1026 jupiter_platform(struct instance *instance, u_int platform) argument
1055 jupiter_recv(struct instance *instance) argument
[all...]
/macosx-10.10/Heimdal-398.1.2/plugins/GSSNotificationForwarder/
H A DGSSNotificationForwarder.c60 GSSNotificationForwarderDelete(GSSNotificationForwarder *instance) { argument
62 CFUUIDRef factoryID = instance->factoryID;
68 if (instance->darwin)
69 CFRelease(instance->darwin);
70 if (instance->distributed)
71 CFRelease(instance->distributed);
72 if (instance->rl)
73 CFRelease(instance->rl);
79 free(instance);
90 GSSNotificationForwarder *instance local
102 GSSNotificationForwarder *instance = pinstance; local
123 GSSNotificationForwarder *instance = pinstance; local
142 GSSNotificationForwarder *instance = pinstance; local
149 GSSNotificationForwarder *instance = pinstance; local
171 GSSNotificationForwarder *instance; local
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/network/
H A DBlobRegistry.cpp44 static BlobRegistry& instance = *platformStrategies()->loaderStrategy()->createBlobRegistry(); local
45 return instance;
/macosx-10.10/ruby-106/ruby/nacl/
H A Dpepper_main.c71 * State of instance
83 PP_Instance instance; member in struct:PepperInstance
100 pruby_get_instance(PP_Instance instance) argument
102 VALUE self = rb_hash_aref(instance_table, INT2FIX(instance));
116 pruby_register_instance(PP_Instance instance) argument
122 data->instance = instance;
128 rb_hash_aset(instance_table, INT2FIX(instance), obj);
133 pruby_unregister_instance(PP_Instance instance) argument
135 VALUE inst = rb_hash_delete(instance_table, INT2FIX(instance));
171 struct PepperInstance* const instance = (struct PepperInstance*)data; local
182 struct PepperInstance* const instance = (struct PepperInstance*)data; local
193 struct PepperInstance* const instance = (struct PepperInstance*)data; local
318 struct PepperInstance* const instance = (struct PepperInstance*)data; local
330 struct PepperInstance* const instance = (struct PepperInstance*)data; local
365 struct PepperInstance* const instance = (struct PepperInstance*)data; local
391 struct PepperInstance* const instance = GET_PEPPER_INSTANCE(); local
425 struct PepperInstance* const instance = (struct PepperInstance*)data; local
487 Instance_DidCreate(PP_Instance instance, uint32_t argc, const char* argn[], const char* argv[]) argument
502 Instance_DidDestroy(PP_Instance instance) argument
522 Instance_DidChangeView(PP_Instance instance, const struct PP_Rect* position, const struct PP_Rect* clip) argument
529 Instance_DidChangeView(PP_Instance instance, PP_Resource view_resource) argument
552 Instance_DidChangeFocus(PP_Instance instance, PP_Bool has_focus) argument
567 Instance_HandleDocumentLoad(PP_Instance instance, PP_Resource url_loader) argument
590 Messaging_HandleMessage(PP_Instance instance, struct PP_Var var_message) argument
692 struct PepperInstance* const instance = (struct PepperInstance*)data; local
717 struct PepperInstance* const instance = (struct PepperInstance*)data; local
743 struct PepperInstance* const instance = GET_PEPPER_INSTANCE(); local
776 struct PepperInstance* const instance = (struct PepperInstance*)data; local
799 struct PepperInstance* const instance = (struct PepperInstance*)data; local
817 struct PepperInstance* const instance = (struct PepperInstance*)data; local
827 struct PepperInstance* instance; local
[all...]
/macosx-10.10/WebCore-7600.1.25/plugins/
H A Dnpapi.cpp35 // The plugin view is always the ndata of the instance,. Sometimes, plug-ins will call an instance-specific function
36 // with a NULL instance. To workaround this, call the last plug-in view that made a call to a plug-in.
38 // This specifically works around Flash and Shockwave. When we call NPP_New, they call NPN_Useragent with a NULL instance.
39 static PluginView* pluginViewForInstance(NPP instance) argument
41 if (instance && instance->ndata)
42 return static_cast<PluginView*>(instance->ndata);
72 NPError NPN_GetURLNotify(NPP instance, const char* url, const char* target, void* notifyData) argument
74 return pluginViewForInstance(instance)
77 NPN_GetURL(NPP instance, const char* url, const char* target) argument
82 NPN_PostURLNotify(NPP instance, const char* url, const char* target, uint32_t len, const char* buf, NPBool file, void* notifyData) argument
87 NPN_PostURL(NPP instance, const char* url, const char* target, uint32_t len, const char* buf, NPBool file) argument
92 NPN_NewStream(NPP instance, NPMIMEType type, const char* target, NPStream** stream) argument
97 NPN_Write(NPP instance, NPStream* stream, int32_t len, void* buffer) argument
102 NPN_DestroyStream(NPP instance, NPStream* stream, NPReason reason) argument
107 NPN_UserAgent(NPP instance) argument
117 NPN_Status(NPP instance, const char* message) argument
122 NPN_InvalidateRect(NPP instance, NPRect* invalidRect) argument
134 NPN_InvalidateRegion(NPP instance, NPRegion invalidRegion) argument
139 NPN_ForceRedraw(NPP instance) argument
144 NPN_GetValue(NPP instance, NPNVariable variable, void* value) argument
154 NPN_SetValue(NPP instance, NPPVariable variable, void* value) argument
171 NPN_PushPopupsEnabledState(NPP instance, NPBool enabled) argument
176 NPN_PopPopupsEnabledState(NPP instance) argument
182 NPN_PluginThreadAsyncCall(NPP instance, PluginThreadAsyncCallFunction func, void* userData) argument
188 NPN_GetValueForURL(NPP instance, NPNURLVariable variable, const char* url, char** value, uint32_t* len) argument
193 NPN_SetValueForURL(NPP instance, NPNURLVariable variable, const char* url, const char* value, uint32_t len) argument
198 NPN_GetAuthenticationInfo(NPP instance, const char* protocol, const char* host, int32_t port, const char* scheme, const char* realm, char** username, uint32_t* ulen, char** password, uint32_t* plen) argument
203 NPN_PopUpContextMenu(NPP instance, NPMenu* menu) argument
[all...]
H A Dnpfunctions.h42 typedef NPError (*NPN_GetURLNotifyProcPtr)(NPP instance, const char* URL, const char* window, void* notifyData);
43 typedef NPError (*NPN_PostURLNotifyProcPtr)(NPP instance, const char* URL, const char* window, uint32_t len, const char* buf, NPBool file, void* notifyData);
45 typedef NPError (*NPN_NewStreamProcPtr)(NPP instance, NPMIMEType type, const char* window, NPStream** stream);
46 typedef int32_t (*NPN_WriteProcPtr)(NPP instance, NPStream* stream, int32_t len, void* buffer);
47 typedef NPError (*NPN_DestroyStreamProcPtr)(NPP instance, NPStream* stream, NPReason reason);
48 typedef void (*NPN_StatusProcPtr)(NPP instance, const char* message);
49 typedef const char*(*NPN_UserAgentProcPtr)(NPP instance);
54 typedef NPError (*NPN_GetValueProcPtr)(NPP instance, NPNVariable variable, void *ret_value);
55 typedef NPError (*NPN_SetValueProcPtr)(NPP instance, NPPVariable variable, void *value);
56 typedef void (*NPN_InvalidateRectProcPtr)(NPP instance, NPRec
[all...]
/macosx-10.10/emacs-93/emacs/lwlib/
H A Dlwlib-Xlw.c80 widget_instance *instance = (widget_instance *) client_data;
82 if (instance->info->highlight_cb
84 instance->info->highlight_cb (w, instance->info->id, call_data);
112 widget_instance* instance = (widget_instance*)client_data;
118 val = lw_get_widget_value_for_widget (instance, w);
119 if (instance->info->pre_activate_cb)
120 instance->info->pre_activate_cb (w, instance->info->id,
130 widget_instance* instance
79 widget_instance *instance = (widget_instance *) client_data; local
111 widget_instance* instance = (widget_instance*)client_data; local
129 widget_instance* instance = (widget_instance*)client_data; local
231 xlw_update_one_widget(widget_instance* instance, Widget widget, widget_value* val, Boolean deep_p) argument
261 xlw_pop_instance(widget_instance* instance, Boolean up) argument
[all...]
H A Dlwlib-Xlw.h13 xlw_update_one_widget __P ((widget_instance* instance, Widget widget,
17 xlw_update_one_value __P ((widget_instance* instance, Widget widget,
21 xlw_destroy_instance __P ((widget_instance* instance));
24 xlw_pop_instance __P ((widget_instance* instance, Boolean up));
H A Dlwlib.c329 widget_instance* instance = (widget_instance*)closure;
332 if (instance->widget == widget)
333 instance->widget = NULL;
349 widget_instance* instance =
351 bzero (instance, sizeof *instance);
352 instance->parent = parent;
353 instance->pop_up_p = pop_up_p;
354 instance->info = info;
355 instance
328 widget_instance* instance = (widget_instance*)closure; local
348 widget_instance* instance = local
419 widget_instance* instance; local
460 widget_instance* instance; local
687 set_one_value(widget_instance* instance, widget_value* val, Boolean deep_p) argument
716 update_one_widget_instance(widget_instance* instance, Boolean deep_p) argument
743 widget_instance* instance; local
956 widget_instance* instance; local
972 widget_instance* instance; local
1064 widget_instance* instance = get_widget_instance (w, True); local
1082 widget_instance* instance; local
1109 widget_instance* instance; local
1128 widget_instance* instance; local
1167 widget_instance* instance; local
1265 widget_instance* instance; local
1324 widget_instance* instance = (widget_instance*)closure; local
1362 widget_instance* instance = get_widget_instance (w, False); local
1415 widget_instance* instance = get_widget_instance (w, False); local
[all...]
H A Dlwlib-Xm.h29 xm_create_dialog __P ((widget_instance* instance));
35 xm_update_one_widget __P ((widget_instance* instance, Widget widget,
39 xm_update_one_value __P ((widget_instance* instance, Widget widget,
43 xm_destroy_instance __P ((widget_instance* instance));
52 xm_pop_instance __P ((widget_instance* instance, Boolean up));
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/
H A Dnpapi.mm38 WebNetscapePluginView *pluginViewForInstance(NPP instance);
69 // instance-specific functions
70 // The plugin view is always the ndata of the instance. Sometimes, plug-ins will call an instance-specific function
71 // with a NULL instance. To workaround this, call the last plug-in view that made a call to a plug-in.
73 // This specifically works around Flash and Shockwave. When we call NPP_New, they call NPN_UserAgent with a NULL instance.
74 WebNetscapePluginView *pluginViewForInstance(NPP instance)
76 if (instance && instance->ndata)
77 return (WebNetscapePluginView *)instance
[all...]
/macosx-10.10/WebCore-7600.1.25/bridge/
H A Druntime_object.cpp40 RuntimeObject::RuntimeObject(VM& vm, Structure* structure, PassRefPtr<Instance> instance) argument
42 , m_instance(instance)
68 RefPtr<Instance> instance = thisObj->m_instance; local
70 if (!instance)
73 instance->begin();
75 Class *aClass = instance->getClass();
76 JSValue result = aClass->fallbackObject(exec, instance.get(), propertyName);
78 instance->end();
86 RefPtr<Instance> instance = thisObj->m_instance; local
88 if (!instance)
105 RefPtr<Instance> instance = thisObj->m_instance; local
127 RefPtr<Instance> instance = thisObject->m_instance; local
172 RefPtr<Instance> instance = thisObject->m_instance; local
265 RefPtr<Instance> instance = thisObject->m_instance; local
[all...]
/macosx-10.10/WebKit-7600.1.25/win/WebCoreSupport/
H A DWebInspectorDelegate.cpp40 WebInspectorDelegate* instance = new WebInspectorDelegate; local
41 instance->AddRef();
42 return instance;
/macosx-10.10/WebCore-7600.1.25/workers/
H A DSharedWorkerRepository.cpp41 return DefaultSharedWorkerRepository::instance().isAvailable();
46 DefaultSharedWorkerRepository::instance().connectToWorker(worker, WTF::move(port), url, name, ec);
51 DefaultSharedWorkerRepository::instance().documentDetached(document);
56 return DefaultSharedWorkerRepository::instance().hasSharedWorkers(document);
/macosx-10.10/apache-793/httpd/include/
H A Dap_socache.h48 /** A cache instance. */
64 * @param instance The cache instance
77 typedef apr_status_t (ap_socache_iterator_t)(ap_socache_instance_t *instance,
98 * The instance pointer returned in the instance parameter will be
101 * @param instance Output parameter to which instance object is written.
106 * the created instance
109 const char *(*create)(ap_socache_instance_t **instance, cons
[all...]
/macosx-10.10/IOFWDVComponents-207.4.1/
H A DDeviceControlPriv.i74 ComponentResult DeviceControlEnableAVCTransactions(ComponentInstance instance) = ComponentCall(0x100);
77 ComponentResult DeviceControlDisableAVCTransactions(ComponentInstance instance) = ComponentCall(0x101);
80 ComponentResult DeviceControlSetDeviceConnectionID(ComponentInstance instance, DeviceConnectionID connectionID) = ComponentCall(0x102);
83 ComponentResult DeviceControlGetDeviceConnectionID(ComponentInstance instance, DeviceConnectionID *connectionID) = ComponentCall(0x103);
H A DDeviceControlPriv.i.c63 DEFINE_API( ComponentResult ) DeviceControlEnableAVCTransactions(ComponentInstance instance)
76 ComponentInstance instance; member in struct:DeviceControlEnableAVCTransactionsGluePB
103 myDeviceControlEnableAVCTransactionsGluePB.instance = instance;
115 DEFINE_API( ComponentResult ) DeviceControlDisableAVCTransactions(ComponentInstance instance)
128 ComponentInstance instance; member in struct:DeviceControlDisableAVCTransactionsGluePB
155 myDeviceControlDisableAVCTransactionsGluePB.instance = instance;
167 DEFINE_API( ComponentResult ) DeviceControlSetDeviceConnectionID(ComponentInstance instance, DeviceConnectionID connectionID)
181 ComponentInstance instance; member in struct:DeviceControlSetDeviceConnectionIDGluePB
235 ComponentInstance instance; member in struct:DeviceControlGetDeviceConnectionIDGluePB
[all...]
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/test/
H A Dclinmeth.m13 -(int)instance;
21 -(int)instance
46 -(int)instance;
54 -(int)instance
/macosx-10.10/ruby-106/ruby/lib/rdoc/markup/
H A Dblank_line.rb6 @instance = new
12 @instance
H A Dhard_break.rb6 @instance = new
12 @instance
/macosx-10.10/ruby-106/ruby/test/
H A Dtest_singleton.rb10 o1 = SingletonTest.instance
17 a = SingletonTest.instance
18 b = SingletonTest.instance
36 SingletonTest.instance.clone
39 expected = "can't clone instance of singleton TestSingleton::SingletonTest"
46 SingletonTest.instance.dup
49 expected = "can't dup instance of singleton TestSingleton::SingletonTest"
91 a = tester.instance
92 b = tester.instance
99 a = klass.instance
[all...]
/macosx-10.10/MITKerberosShim-66/test/
H A Dtest_get_user_name.c11 char *name, *instance, *realm; local
27 error = KLGetTripletFromPrincipal (principal, &name, &instance, &realm);
32 printf("name: %s instance: %s realm: %s cacheName: %s\n", name, instance, realm, cacheName);
35 KLDisposeString (instance);
/macosx-10.10/WebCore-7600.1.25/bridge/objc/
H A DObjCRuntimeObject.mm38 ObjCRuntimeObject::ObjCRuntimeObject(VM& vm, Structure* structure, PassRefPtr<ObjcInstance> instance)
39 : RuntimeObject(vm, structure, instance)

Completed in 303 milliseconds

1234567891011>>