Searched refs:generate (Results 151 - 175 of 344) sorted by relevance

1234567891011>>

/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_plugin/lib/
H A DCSPsession.cpp148 void CSPContext::generate(const Context &, CssmKey &pubKey, CssmKey &privKey) function in class:CSPContext
151 void CSPContext::generate(const Context &, uint32, CssmData &params, function in class:CSPContext
228 // need to generate additional output
680 alg->generate(context, key, blank);
712 alg->generate(context, publicKey, privateKey);
880 init(ccHandle, CSSM_ALGCLASS_NONE, context)->generate(context, paramBits,
/macosx-10.10/tcl-105/tk84/tk/library/
H A Dconsole.tcl82 -command { event generate .console <<Cut>> } -accel "$mod+X"
84 -command { event generate .console <<Copy>> } -accel "$mod+C"
86 -command { event generate .console <<Paste>> } -accel "$mod+V"
90 -command { event generate .console <<Clear>> }
93 -command { event generate .console <<Clear>> } -accel "Del"
273 # exists in the main interpreter it will be called to generate the
H A Dmenu.tcl657 event generate $w <<MenuSelect>>
679 event generate $w <<MenuSelect>>
1078 event generate $w <<MenuSelect>>
1275 event generate $menu <<MenuSelect>>
/macosx-10.10/vim-55/src/
H A DMake_sas.mak52 #generate code for your processor - 68060 will work for 040's as well.
252 # generate GlobalSymbolTable, which speeds up the compile time.
262 # generate an options file, because SAS/C smake can't handle the amiga command
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DDate.pm7 # Plugin to generate formatted date strings.
214 Template::Plugin::Date - Plugin to generate formatted date strings
250 The C<Date> plugin provides an easy way to generate formatted time and date
/macosx-10.10/OpenSSL098-52/src/apps/
H A DCA.com6 $! CA -newreq ... will generate a certificate request
/macosx-10.10/Security-57031.1.35/securityd/src/
H A Dcsproxy.cpp323 void CodeSigningHost::Guest::setHash(const CssmData &given, bool generate) argument
332 else if (generate) { // generate from path (well, try)
/macosx-10.10/llvmCore-3425.0.34/lib/Support/Windows/
H A DSignals.inc37 // with -Wall, this will generate these warnings which should be ignored. So
/macosx-10.10/ruby-106/ruby/lib/rdoc/generator/
H A Ddarkfish.rb83 # The path to generate files into, combined with <tt>--op</tt> from the
100 # When false the generate methods return a String instead of writing to a
218 def generate method
226 @json_index.generate
/macosx-10.10/tcl-105/tcl_ext/snack/snack/unix/
H A Dconfigure.in3 dnl generate the file "configure", which is run during Snack installation
/macosx-10.10/vim-55/runtime/syntax/
H A Dahdl.vim20 syn keyword ahdlKeyword device else elsif end for function generate
H A Dvhdl.vim18 " This is not VHDL. I use the C-Preprocessor cpp to generate different binaries
35 syn keyword vhdlStatement generate generic group guarded
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DTest.pm196 # The number of tests is determined and ntests() is called to generate
556 to generate the familiar "C<1..$ntests\n>" test harness line. Each
565 Subsequent calls to L<ok()> then generate an output line immediately.
595 C<ntests($n)> to declare the number of tests and generate the test
656 The C<$DEBUG> variable must be set for it to generate any output.
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DCodeCache.cpp111 error = generator->generate();
/macosx-10.10/OpenSSL098-52/src/fips/
H A Dmkfipsscr.pl2 # Quick & dirty utility to generate a script for executing the
481 $cmd: generate script for CMVP algorithm tests
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A DbsafeSymmetric.cpp63 void BSafe::SymmetricKeyGenContext::generate( function in class:BSafe::SymmetricKeyGenContext
/macosx-10.10/WebCore-7600.1.25/bindings/scripts/
H A Dgenerate-bindings.pl110 # dependency file) but should generate .h and .cpp files.
119 # We generate empty .h and .cpp files just to tell build scripts that .h and .cpp files are created.
206 prevent the build scripts from trying to generate $headerName and
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Ddst_internal.h178 isc_result_t (*generate)(dst_key_t *key, int parms, member in struct:dst_func
/macosx-10.10/llvmCore-3425.0.34/lib/DebugInfo/
H A DDWARFDebugAranges.cpp85 bool DWARFDebugAranges::generate(DWARFContext *ctx) { function in class:DWARFDebugAranges
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/diagrams/
H A Dapplication.tcl279 event generate .l <<ListboxSelect>>
/macosx-10.10/tcl-105/tk/tk/library/
H A Dmenu.tcl684 event generate $w <<MenuSelect>>
706 event generate $w <<MenuSelect>>
1106 event generate $w <<MenuSelect>>
1304 event generate $menu <<MenuSelect>>
/macosx-10.10/ksh-23/ksh/src/lib/libast/misc/
H A Dfastfind.c180 fp->generate = 1;
272 * in a second pass to generate the real codes
286 * the rest generate into a temp file that
665 if (!fp->generate && fp->decode.match)
694 if (fp->generate)
937 if (!fp->generate)
1264 if (fp->generate)
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/
H A Dantlr.jar ... defs= "> (antlr.Grammar, antlr.Token) public void generate () public antlr.Lookahead look (int) public java.lang ...
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_client/
H A Dsecurestorage.cpp238 random.generate(mLabel, (uint32)mLabel.Length);
353 random.generate(iv, kIVSize);
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_plugin/
H A DCSPsession.h187 virtual void generate(const Context &context, CssmKey &pubKey, CssmKey &privKey);
188 virtual void generate(const Context &context, uint32,

Completed in 207 milliseconds

1234567891011>>