Searched refs:fn (Results 126 - 150 of 650) sorted by relevance

1234567891011>>

/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-LaunchServices/PyObjCTest/
H A Dtest_launchservices.py58 fn = LaunchServices.LSGetExtensionInfo
59 self.assertEquals( fn(10, u'hello.text', None), (0, 6) )
60 self.assertEquals( fn(10, 'hello.text', None), (0, 6) )
/macosx-10.9.5/tcl-102/tcl_ext/tclvfs/tclvfs/library/template/
H A Ddeltavfs.tcl181 foreach fn $fileNames {
182 set endtag [lindex [split $fn \;] end]
184 lappend nonDeltas $fn
185 set atimes($fn) [file atime $fn]
231 foreach fn [array names atimes] {
232 if ![file exists $fn] {continue}
233 file atime $fn $atimes($fn)
278 foreach fn [arra
[all...]
/macosx-10.9.5/Heimdal-323.92.1/base/
H A Darray.c127 * @param fn function to call on each object
128 * @param ctx context passed to fn
134 heim_array_iterator_f_t fn)
140 fn(array->val[n], &stop, ctx);
148 * @param fn block to call on each object
152 heim_array_iterate(heim_array_t array, heim_array_iterator_t fn) argument
158 fn(array->val[n], &stop);
132 heim_array_iterate_f(heim_array_t array, void *ctx, heim_array_iterator_f_t fn) argument
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/liblutil/
H A Davl.c353 avl_inapply( Avlnode *root, AVL_APPLY fn, void* arg, int stopflag ) argument
359 if ( avl_inapply( root->avl_left, fn, arg, stopflag )
363 if ( (*fn)( root->avl_data, arg ) == stopflag )
369 return( avl_inapply( root->avl_right, fn, arg, stopflag ) );
373 avl_postapply( Avlnode *root, AVL_APPLY fn, void* arg, int stopflag ) argument
379 if ( avl_postapply( root->avl_left, fn, arg, stopflag )
384 if ( avl_postapply( root->avl_right, fn, arg, stopflag )
388 return( (*fn)( root->avl_data, arg ) );
392 avl_preapply( Avlnode *root, AVL_APPLY fn, void* arg, int stopflag ) argument
397 if ( (*fn)( roo
420 avl_apply( Avlnode *root, AVL_APPLY fn, void* arg, int stopflag, int type ) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_asn1/
H A Dsecasn1.h85 SEC_ASN1WriteProc fn,
91 SEC_ASN1NotifyProc fn,
114 SEC_ASN1WriteProc fn,
128 SEC_ASN1NotifyProc fn,
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/Security/
H A Dsecasn1.h85 SEC_ASN1WriteProc fn,
91 SEC_ASN1NotifyProc fn,
114 SEC_ASN1WriteProc fn,
128 SEC_ASN1NotifyProc fn,
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/lib/
H A Dsecasn1.h85 SEC_ASN1WriteProc fn,
91 SEC_ASN1NotifyProc fn,
114 SEC_ASN1WriteProc fn,
128 SEC_ASN1NotifyProc fn,
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/security_asn1/
H A Dsecasn1.h85 SEC_ASN1WriteProc fn,
91 SEC_ASN1NotifyProc fn,
114 SEC_ASN1WriteProc fn,
128 SEC_ASN1NotifyProc fn,
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Dtq.el62 ;; ((question regexp closure . fn)
71 ;; fn: function to call upon receiving a complete response from the
73 (defun tq-queue-head-fn (tq) (cdr (cdr (cdr (car (tq-queue tq))))))
95 (defun tq-queue-add (tq question re closure fn)
97 (cons (cons question (cons re (cons closure fn))) nil)))
107 (defun tq-enqueue (tq question regexp closure fn &optional delay-question)
123 (tq-queue-add tq (unless sendp question) regexp closure fn)
161 (funcall (tq-queue-head-fn tq)
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Duserlock.el104 (defun ask-user-about-supersession-threat (fn)
117 (file-name-nondirectory fn))
139 (list "File reverted" fn)))
142 (list "File changed on disk" fn))))))
/macosx-10.9.5/emacs-92/emacs/src/
H A Datimer.h71 atimer_callback fn; member in struct:atimer
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/tkHTML/
H A Dhv.rb93 fn = args[0]
95 if old_imgs.key?(fn)
96 images[fn] = old_imgs[fn]
97 old_imgs.delete(fn)
98 images[fn]
102 img = TkPhotoImage.new(:file=>fn)
113 images[fn] = img
/macosx-10.9.5/smb-697.95.1/lib/smb/
H A Drcfile.h61 opt_callback_t *fn; /* call back to validate */ member in struct:opt_args
/macosx-10.9.5/xnu-2422.115.4/osfmk/chud/i386/
H A Dchud_osfmk_callback_i386.c134 chudxnu_cpu_timer_callback_func_t fn; local
145 fn = chud_proc_info->cpu_timer_callback_fn;
146 if (fn) {
147 (fn)(
244 chudxnu_trap_callback_func_t fn = trap_callback_fn; local
246 if(fn) {
273 retval = (fn)(
338 chudxnu_perfmon_ast_callback_func_t fn = perfmon_ast_callback_fn; local
340 if (fn) {
366 (fn)(x86_THREAD_STAT
444 chudxnu_interrupt_callback_func_t fn = interrupt_callback_fn; local
502 chudxnu_cpusig_callback_func_t fn = cpusig_callback_fn; local
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dtest_store.c269 const char *fn = "test-store-data"; local
304 fd = open(fn, O_RDWR|O_CREAT|O_TRUNC, 0600);
306 krb5_err(context, 1, errno, "open(%s)", fn);
311 krb5_errx(context, 1, "krb5_storage_from_fd: %s no mem", fn);
315 unlink(fn);
321 fd = open(fn, O_RDWR|O_CREAT|O_TRUNC, 0600);
323 krb5_err(context, 1, errno, "open(%s)", fn);
327 krb5_errx(context, 1, "krb5_storage_from_fd: %s no mem", fn);
332 unlink(fn);
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Tools/
H A Dpyobjc_setup.py119 for fn in install_lib._install_lib.get_outputs(self):
120 if 'PyObjCTest' in fn:
121 result[fn] = 1
125 for fn in os.listdir('PyObjCTest'):
126 result[os.path.join('PyObjCTest', fn)] = 1
127 result[os.path.join(self.install_dir, 'PyObjCTest', fn)] = 1
147 for fn in dist.metadata_listdir('include'):
148 data = dist.get_metadata('include/%s'%(fn,))
149 open(os.path.join(include_root, fn), 'w').write(data)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-AddressBook/
H A Dpyobjc_setup.py119 for fn in install_lib._install_lib.get_outputs(self):
120 if 'PyObjCTest' in fn:
121 result[fn] = 1
125 for fn in os.listdir('PyObjCTest'):
126 result[os.path.join('PyObjCTest', fn)] = 1
127 result[os.path.join(self.install_dir, 'PyObjCTest', fn)] = 1
147 for fn in dist.metadata_listdir('include'):
148 data = dist.get_metadata('include/%s'%(fn,))
149 open(os.path.join(include_root, fn), 'w').write(data)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-AppleScriptKit/
H A Dpyobjc_setup.py119 for fn in install_lib._install_lib.get_outputs(self):
120 if 'PyObjCTest' in fn:
121 result[fn] = 1
125 for fn in os.listdir('PyObjCTest'):
126 result[os.path.join('PyObjCTest', fn)] = 1
127 result[os.path.join(self.install_dir, 'PyObjCTest', fn)] = 1
147 for fn in dist.metadata_listdir('include'):
148 data = dist.get_metadata('include/%s'%(fn,))
149 open(os.path.join(include_root, fn), 'w').write(data)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-AppleScriptObjC/
H A Dpyobjc_setup.py119 for fn in install_lib._install_lib.get_outputs(self):
120 if 'PyObjCTest' in fn:
121 result[fn] = 1
125 for fn in os.listdir('PyObjCTest'):
126 result[os.path.join('PyObjCTest', fn)] = 1
127 result[os.path.join(self.install_dir, 'PyObjCTest', fn)] = 1
147 for fn in dist.metadata_listdir('include'):
148 data = dist.get_metadata('include/%s'%(fn,))
149 open(os.path.join(include_root, fn), 'w').write(data)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Automator/
H A Dpyobjc_setup.py119 for fn in install_lib._install_lib.get_outputs(self):
120 if 'PyObjCTest' in fn:
121 result[fn] = 1
125 for fn in os.listdir('PyObjCTest'):
126 result[os.path.join('PyObjCTest', fn)] = 1
127 result[os.path.join(self.install_dir, 'PyObjCTest', fn)] = 1
147 for fn in dist.metadata_listdir('include'):
148 data = dist.get_metadata('include/%s'%(fn,))
149 open(os.path.join(include_root, fn), 'w').write(data)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-CFNetwork/
H A Dpyobjc_setup.py119 for fn in install_lib._install_lib.get_outputs(self):
120 if 'PyObjCTest' in fn:
121 result[fn] = 1
125 for fn in os.listdir('PyObjCTest'):
126 result[os.path.join('PyObjCTest', fn)] = 1
127 result[os.path.join(self.install_dir, 'PyObjCTest', fn)] = 1
147 for fn in dist.metadata_listdir('include'):
148 data = dist.get_metadata('include/%s'%(fn,))
149 open(os.path.join(include_root, fn), 'w').write(data)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/
H A Dpyobjc_setup.py119 for fn in install_lib._install_lib.get_outputs(self):
120 if 'PyObjCTest' in fn:
121 result[fn] = 1
125 for fn in os.listdir('PyObjCTest'):
126 result[os.path.join('PyObjCTest', fn)] = 1
127 result[os.path.join(self.install_dir, 'PyObjCTest', fn)] = 1
147 for fn in dist.metadata_listdir('include'):
148 data = dist.get_metadata('include/%s'%(fn,))
149 open(os.path.join(include_root, fn), 'w').write(data)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Collaboration/
H A Dpyobjc_setup.py119 for fn in install_lib._install_lib.get_outputs(self):
120 if 'PyObjCTest' in fn:
121 result[fn] = 1
125 for fn in os.listdir('PyObjCTest'):
126 result[os.path.join('PyObjCTest', fn)] = 1
127 result[os.path.join(self.install_dir, 'PyObjCTest', fn)] = 1
147 for fn in dist.metadata_listdir('include'):
148 data = dist.get_metadata('include/%s'%(fn,))
149 open(os.path.join(include_root, fn), 'w').write(data)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-CoreData/
H A Dpyobjc_setup.py119 for fn in install_lib._install_lib.get_outputs(self):
120 if 'PyObjCTest' in fn:
121 result[fn] = 1
125 for fn in os.listdir('PyObjCTest'):
126 result[os.path.join('PyObjCTest', fn)] = 1
127 result[os.path.join(self.install_dir, 'PyObjCTest', fn)] = 1
147 for fn in dist.metadata_listdir('include'):
148 data = dist.get_metadata('include/%s'%(fn,))
149 open(os.path.join(include_root, fn), 'w').write(data)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-CoreLocation/
H A Dpyobjc_setup.py119 for fn in install_lib._install_lib.get_outputs(self):
120 if 'PyObjCTest' in fn:
121 result[fn] = 1
125 for fn in os.listdir('PyObjCTest'):
126 result[os.path.join('PyObjCTest', fn)] = 1
127 result[os.path.join(self.install_dir, 'PyObjCTest', fn)] = 1
147 for fn in dist.metadata_listdir('include'):
148 data = dist.get_metadata('include/%s'%(fn,))
149 open(os.path.join(include_root, fn), 'w').write(data)

Completed in 302 milliseconds

1234567891011>>