Searched refs:Make (Results 1 - 25 of 213) sorted by relevance

123456789

/macosx-10.10/Security-57031.1.35/Security/libsecurity_transform/lib/
H A DSecNullTransform.cpp8 return (SecNullTransformRef) NullTransform::Make();
H A DNullTransform.cpp9 CFTypeRef NullTransform::Make() function in class:NullTransform
39 virtual CFTypeRef Make();
57 CFTypeRef NullTransformFactory::Make() function in class:NullTransformFactory
59 return NullTransform::Make();
H A DNullTransform.h18 static CFTypeRef Make();
H A DSingleShotSource.h21 static CFTypeRef Make(CFTypeRef value, Transform* t, CFStringRef name);
H A DMonitor.h39 static CFTypeRef Make(dispatch_queue_t dispatch_queue, SecMessageBlock block);
H A DStreamSource.h29 static CFTypeRef Make(CFReadStreamRef input, Transform* transform, CFStringRef name);
H A DTransformFactory.h30 virtual CFTypeRef Make() = 0;
H A DEncryptTransform.h108 static SecTransformRef Make();
128 static SecTransformRef Make();
H A DSecEncryptTransform.cpp55 SecTransformRef etRef = EncryptTransform::Make();
78 SecTransformRef dtRef = DecryptTransform::Make();
H A DSecDigestTransform.cpp24 SecTransformRef tr = DigestTransform::Make();
H A DGroupTransform.h26 static CFTypeRef Make();
H A DMonitor.cpp105 CFTypeRef BlockMonitor::Make(dispatch_queue_t queue, SecMessageBlock block) function in class:BlockMonitor
H A DSingleShotSource.cpp17 // Make sure our destination doesn't vanish while we are sending it data (or the final NULL)
44 CFTypeRef SingleShotSource::Make(CFTypeRef value, Transform* t, CFStringRef name) function in class:SingleShotSource
/macosx-10.10/vim-55/runtime/ftplugin/
H A Dmake.vim2 " Language: Make
14 " Make sure a hard tab is used, required for most make programs
H A Dcsc.vim10 " Make sure the continuation lines below do not cause problems in
H A Dtcl.vim11 " Make sure the continuation lines below do not cause problems in
/macosx-10.10/vim-55/runtime/autoload/
H A Dgnat.vim28 function gnat#Make () dict " {{{1
29 let &l:makeprg = self.Get_Command('Make')
36 endfunction gnat#Make " }}}1
40 endfunction gnat#Make " }}}1
108 \ 'Make' : function ('gnat#Make'),
H A Ddecada.vim32 function decada#Make () dict " {{{1
56 \ 'Make' : function ('decada#Make'),
/macosx-10.10/vim-55/src/po/
H A Dcleanup.vim4 " - Make sure there is a space before the string (required for Solaris).
/macosx-10.10/vim-55/runtime/
H A Dgvimrc_example.vim13 " Make external commands work through a pipe instead of a pseudo-tty
19 set ch=2 " Make command line two lines high
23 " Make shift-insert work like in Xterm
/macosx-10.10/AppleUSBIrDA-145.2.4/
H A Dexport.sh2 echo Make the export files for AppleUSBIrDA and AppleSCCIrDA so
/macosx-10.10/vim-55/
H A Dvimtutor.com55 $ ! Make sure we clean up our toys when we're through playing.
/macosx-10.10/apache-793/httpd/build/
H A DNWGNUscripts.inc7 @echo $(DL)# Make sure that httpstk is not listening on 80$(DL)>> $@
18 @echo $(DL)# Make sure that httpstk is not listening on 80$(DL)>> $@
/macosx-10.10/vim-55/runtime/compiler/
H A Dgnat.vim34 \ 'call gnat.Make ()')
62 execute "CompilerSet makeprg=" . escape (g:gnat.Get_Command('Make'), ' ')
/macosx-10.10/curl-83.1.2/curl/packages/vms/
H A Dpcsi_product_gnv_curl.com60 $! Make sure that the kit name is up to date for this build
64 $! Make sure that the release note file name is up to date
69 $! Make sure that the source has been backed up.

Completed in 205 milliseconds

123456789