Searched refs:context (Results 176 - 200 of 3914) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/
H A DWebNetscapeContainerCheckContextInfo.h39 - (id)initWithCheckRequestID:(uint32_t)checkRequestID callbackFunc:(void (*)(NPP npp, uint32_t checkID, NPBool allowed, void* context))callbackFunc context:(void*)context;
42 - (void*)context;
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Lib/
H A Dtest_cftree.py6 context = (1,2,3)
8 tree = CFTreeCreate(None, context)
18 context = (1,2,3)
20 tree = CFTreeCreate(None, context)
23 self.assert_(CFTreeGetContext(tree, None) is context)
27 context = (1,2,3)
29 tree = CFTreeCreate(None, context)
36 context = (1,2,3)
38 tree = CFTreeCreate(None, context)
48 def function(value, context)
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Lib/
H A Dtest_cftree.py6 context = (1,2,3)
8 tree = CFTreeCreate(None, context)
18 context = (1,2,3)
20 tree = CFTreeCreate(None, context)
23 self.assert_(CFTreeGetContext(tree, None) is context)
27 context = (1,2,3)
29 tree = CFTreeCreate(None, context)
36 context = (1,2,3)
38 tree = CFTreeCreate(None, context)
48 def function(value, context)
[all...]
/macosx-10.9.5/xar-202/xar/lib/
H A Dbzxar.h41 int xar_bzip_fromheap_in(xar_t x, xar_file_t f, xar_prop_t p, void **in, size_t *inlen, void **context);
42 int xar_bzip_fromheap_done(xar_t x, xar_file_t f, xar_prop_t p, void **context);
44 int32_t xar_bzip_toheap_in(xar_t x, xar_file_t f, xar_prop_t p, void **in, size_t *inlen, void **context);
45 int xar_bzip_toheap_done(xar_t x, xar_file_t f, xar_prop_t p, void **context);
H A Dlzmaxar.h41 int xar_lzma_fromheap_in(xar_t x, xar_file_t f, xar_prop_t p, void **in, size_t *inlen, void **context);
42 int xar_lzma_fromheap_done(xar_t x, xar_file_t f, xar_prop_t p, void **context);
44 int32_t xar_lzma_toheap_in(xar_t x, xar_file_t f, xar_prop_t p, void **in, size_t *inlen, void **context);
45 int xar_lzma_toheap_done(xar_t x, xar_file_t f, xar_prop_t p, void **context);
H A Dzxar.h41 int xar_gzip_fromheap_in(xar_t x, xar_file_t f, xar_prop_t p, void **in, size_t *inlen, void **context);
42 int xar_gzip_fromheap_done(xar_t x, xar_file_t f, xar_prop_t p, void **context);
44 int32_t xar_gzip_toheap_in(xar_t x, xar_file_t f, xar_prop_t p, void **in, size_t *inlen, void **context);
45 int xar_gzip_toheap_done(xar_t x, xar_file_t f, xar_prop_t p, void **context);
/macosx-10.9.5/Heimdal-323.92.1/kdc/
H A Dhprop.c54 open_socket(krb5_context context, const char *hostname, const char *port) argument
91 v5_prop(krb5_context context, HDB *db, hdb_entry_ex *entry, void *appdata) argument
98 ret = hdb_seal_keys_mkey(context, &entry->entry, mkey5);
100 krb5_warn(context, ret, "hdb_seal_keys_mkey");
105 ret = hdb_unseal_keys_mkey(context, &entry->entry, mkey5);
107 krb5_warn(context, ret, "hdb_unseal_keys_mkey");
112 ret = hdb_entry2value(context, &entry->entry, &data);
114 krb5_warn(context, ret, "hdb_entry2value");
119 ret = krb5_write_message(context, &pd->sock, &data);
121 ret = krb5_write_priv_message(context, p
156 get_creds(krb5_context context, krb5_ccache *cache) argument
226 iterate(krb5_context context, const char *database_name, HDB *db, int type, struct prop_data *pd) argument
252 dump_database(krb5_context context, int type, const char *database_name, HDB *db) argument
275 propagate_database(krb5_context context, int type, const char *database_name, HDB *db, krb5_ccache ccache, int optidx, int argc, char **argv) argument
389 krb5_context context; local
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Ddeprecated.c46 * @param context Kerberos 5 context.
53 krb5_free_data_contents(krb5_context context, krb5_data *data)
66 krb5_keytype_to_enctypes_default (krb5_context context,
75 if (keytype != KEYTYPE_DES || context->etypes_des == NULL)
76 return krb5_keytype_to_enctypes (context, keytype, len, val);
78 for (n = 0; context->etypes_des[n]; ++n)
82 krb5_set_error_message(context, ENOMEM, N_("malloc: out of memory", ""));
86 ret[i] = context->etypes_des[i];
116 krb5_keytype_to_string(krb5_context context,
205 krb5_clear_error_message(context); variable
248 krb5_skey_key_proc(krb5_context context, krb5_enctype type, krb5_salt salt, krb5_const_pointer keyseed, krb5_keyblock **key) argument
522 krb5_clear_error_message(context); variable
655 krb5_sendto(krb5_context context, const krb5_data *send_data, krb5_krbhst_handle handle, krb5_data *receive) argument
674 krb5_sendto_kdc(krb5_context context, const krb5_data *send_data, const krb5_realm *realm, krb5_data *receive) argument
683 krb5_sendto_kdc_flags(krb5_context context, const krb5_data *send_data, const krb5_realm *realm, krb5_data *receive, int flags) argument
704 krb5_set_send_to_kdc_func(krb5_context context, krb5_send_to_kdc_func func, void *data) argument
727 _krb5_copy_send_to_kdc_func(krb5_context context, krb5_context to) argument
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/API/tests/
H A Dtestapi.mm137 [value.context.virtualMachine addManagedReference:m_onclickHandler withOwner:self];
157 [[m_onclickHandler value].context.virtualMachine removeManagedReference:m_onclickHandler withOwner:self];
265 JSContext *context = [[JSContext alloc] init];
266 JSValue *result = [context evaluateScript:@"2 + 2"];
271 JSContext *context = [[JSContext alloc] init];
272 NSString *result = [NSString stringWithFormat:@"Two plus two is %@", [context evaluateScript:@"2 + 2"]];
277 JSContext *context = [[JSContext alloc] init];
278 context[@"message"] = @"Hello";
279 JSValue *result = [context evaluateScript:@"message + ', World!'"];
284 JSContext *context
[all...]
H A DJSNode.h33 extern JSObjectRef JSNode_new(JSContextRef context, Node* node);
34 extern JSClassRef JSNode_class(JSContextRef context);
35 extern JSObjectRef JSNode_construct(JSContextRef context, JSObjectRef object, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception);
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/BasicDrawing/
H A DShadings.py69 def doSimpleAxialShading(context):
97 # the destination context, clipped by the
99 CGContextDrawShading(context, shading)
129 def doExampleAxialShading(context):
156 CGContextTranslateCTM(context, 40, 260)
159 CGContextSetLineWidth(context, 2)
160 CGContextSetStrokeColorWithColor(context, Utilities.getRGBOpaqueBlackColor())
161 CGContextStrokeRect(context, rect)
163 CGContextSaveGState(context)
166 CGContextClipToRect(context, rec
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/BasicDrawing/
H A DShadings.py69 def doSimpleAxialShading(context):
97 # the destination context, clipped by the
99 CGContextDrawShading(context, shading)
129 def doExampleAxialShading(context):
156 CGContextTranslateCTM(context, 40, 260)
159 CGContextSetLineWidth(context, 2)
160 CGContextSetStrokeColorWithColor(context, Utilities.getRGBOpaqueBlackColor())
161 CGContextStrokeRect(context, rect)
163 CGContextSaveGState(context)
166 CGContextClipToRect(context, rec
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/krb5/
H A Dcompare_name.c45 krb5_context context; local
47 GSSAPI_KRB5_INIT(&context);
49 *name_equal = krb5_principal_compare (context,
H A Drelease_name.c41 krb5_context context; local
46 GSSAPI_KRB5_INIT (&context);
50 krb5_free_principal(context, name);
/macosx-10.9.5/Heimdal-323.92.1/lib/kadm5/
H A Dbump_pw_expire.c43 _kadm5_bump_pw_expire(kadm5_server_context *context, argument
49 life = krb5_config_get_time_default(context->context,
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/include/
H A Dlutil_hash.h31 struct lutil_HASHContext *context));
35 struct lutil_HASHContext *context,
42 struct lutil_HASHContext *context));
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DMessageChannel.cpp35 MessageChannel::MessageChannel(ScriptExecutionContext* context) argument
36 : m_port1(MessagePort::create(*context))
37 , m_port2(MessagePort::create(*context))
/macosx-10.9.5/WebCore-7537.78.1/html/canvas/
H A DWebGLContextObject.cpp36 WebGLContextObject::WebGLContextObject(WebGLRenderingContext* context) argument
37 : WebGLObject(context)
38 , m_context(context)
H A DWebGLSharedObject.cpp37 WebGLSharedObject::WebGLSharedObject(WebGLRenderingContext* context) argument
38 : WebGLObject(context),
39 m_contextGroup(context->contextGroup())
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/gpu/opencl/
H A DOpenCLFESourceAlpha.cpp41 FilterContextOpenCL* context = FilterContextOpenCL::context(); local
43 if (!context)
H A DOpenCLFESourceGraphic.cpp41 FilterContextOpenCL* context = FilterContextOpenCL::context(); local
43 if (!context)
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/
H A DWebNotificationClient.cpp60 void WebNotificationClient::clearNotifications(ScriptExecutionContext* context) argument
62 WebProcess::shared().supplement<WebNotificationManager>()->clearNotifications(context, m_page);
76 void WebNotificationClient::requestPermission(ScriptExecutionContext* context, PassRefPtr<VoidCallback> callback) argument
78 m_page->notificationPermissionRequestManager()->startRequest(context->securityOrigin(), callback);
83 void WebNotificationClient::requestPermission(ScriptExecutionContext* context, PassRefPtr<NotificationPermissionCallback> callback) argument
85 m_page->notificationPermissionRequestManager()->startRequest(context->securityOrigin(), callback);
89 void WebNotificationClient::cancelRequestsForPermission(ScriptExecutionContext* context) argument
91 m_page->notificationPermissionRequestManager()->cancelRequest(context->securityOrigin());
94 NotificationClient::Permission WebNotificationClient::checkPermission(ScriptExecutionContext* context) argument
96 if (!context || !contex
[all...]
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/CommonKClient/mac_kclient3/Headers/KerberosSupport/
H A Dhesiod.h56 /* $Id: hesiod.h,v 1.4 2005/01/10 19:10:48 snsimon Exp $ */ /* * Copyright (c) 1996 by Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS * ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE * CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS * SOFTWARE. */ #ifndef HESIOD__INCLUDED #define HESIOD__INCLUDED #include <KerberosSupport/KerberosConditionalMacros.h> #if TARGET_RT_MAC_CFM #include <MacTypes.h> #include <KerberosSupport/netdb.h> #include <KerberosSupport/pwd.h> #endif #if defined(__CFM68K__) && !defined(__USING_STATIC_LIBS__) # pragma import on #endif #ifdef __cplusplus extern "C" { #endif /* Application-visible define to signal that we have the new interfaces. */ #define HESIOD_INTERFACES struct hesiod_postoffice { char *hesiod_po_type; char *hesiod_po_host; char *hesiod_po_name; }; /* Library control functions */ #define HesiodLibIsPresent_ ((Ptr) hesiod_init != (Ptr) kUnresolvedCFragSymbolAddress) OSStatus hesiod_abort_operations(void); /* Hesiod API functions */ int hesiod_init(void **context); void hesiod_end(void *context); char *hesiod_to_bind(void *context, const char *name, const char *type); char **hesiod_resolve(void *context, const char *name, const char *type); void hesiod_free_list(void *context, char **list); struct passwd *hesiod_getpwnam(void *context, const char *name); struct passwd *hesiod_getpwuid(void *context, uid_t uid); void hesiod_free_passwd(void *context, struct passwd *pw); struct servent *hesiod_getservbyname(void *context, const char *name, const char *proto); void hesiod_free_servent(void *context, struc
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/PyObjCTest/
H A Dtest_cglayer.py14 context = CGPDFContextCreateWithURL(url,
16 self.failUnlessIsInstance(context, CGContextRef)
17 CGContextBeginPage(context, objc.NULL)
19 self.context = context
22 CGContextEndPage(self.context)
23 CGPDFContextClose(self.context)
24 self.context = None
31 layer = CGLayerCreateWithContext(self.context, CGSize(50, 100), None)
45 self.failIf(ctx is self.context)
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Quartz/PyObjCTest/
H A Dtest_cglayer.py15 context = CGPDFContextCreateWithURL(url,
17 self.assertIsInstance(context, CGContextRef)
18 CGContextBeginPage(context, objc.NULL)
20 self.context = context
23 CGContextEndPage(self.context)
24 if hasattr(Quartz, 'CGPDFContextClose'): CGPDFContextClose(self.context)
25 self.context = None
32 layer = CGLayerCreateWithContext(self.context, CGSize(50, 100), None)
46 self.failIf(ctx is self.context)
[all...]

Completed in 315 milliseconds

1234567891011>>