Searched refs:produce (Results 1 - 25 of 80) sorted by relevance

1234

/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dstreams.cpp57 void NullSource::produce(void *, size_t &length) function in class:Security::NullSource
76 void FileSource::produce(void *data, size_t &length) function in class:Security::FileSource
97 void MemorySource::produce(void *data, size_t &length) function in class:Security::MemorySource
H A Dstreams.h41 // Source can yield data when its produce method is called. Produce can yield
43 // If the last call to produce returned zero bytes (and only then), the state method
49 // When called *before* the first call to produce, getSize may return the number
50 // of bytes that all calls to produce will yield together. If getSize returns unknownSize,
52 // yet to come when called after produce, but this is not guaranteed for all Sources.
56 virtual void produce(void *data, size_t &length) = 0;
100 void produce(void *addr, size_t &len);
115 void produce(void *data, size_t &length);
130 void produce(void *data, size_t &length);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dstreams.cpp57 void NullSource::produce(void *, size_t &length) function in class:Security::NullSource
76 void FileSource::produce(void *data, size_t &length) function in class:Security::FileSource
97 void MemorySource::produce(void *data, size_t &length) function in class:Security::MemorySource
H A Dstreams.h41 // Source can yield data when its produce method is called. Produce can yield
43 // If the last call to produce returned zero bytes (and only then), the state method
49 // When called *before* the first call to produce, getSize may return the number
50 // of bytes that all calls to produce will yield together. If getSize returns unknownSize,
52 // yet to come when called after produce, but this is not guaranteed for all Sources.
56 virtual void produce(void *data, size_t &length) = 0;
100 void produce(void *addr, size_t &len);
115 void produce(void *data, size_t &length);
130 void produce(void *data, size_t &length);
/macosx-10.10/vim-55/src/xxd/
H A DMake_bc3.mak23 # replace -1- with -2 to produce code for a 80286 or higher
24 # replace -1- with -3 to produce code for a 80386 or higher
/macosx-10.10/emacs-93/emacs/lisp/emacs-lisp/
H A Drx.el219 FUNCTION is used to produce code for SYMBOL. MIN-ARGS and MAX-ARGS
297 "Non-nil means produce greedy regular expressions for `zero-or-one',
338 "Parse and produce code from FORM.
349 "Parse and produce code from FORM, which is `(or FORM1 ...)'."
393 "Parse and produce code from FORM, which is `(any ARG ...)'.
420 "Parse and produce code from FORM. FORM is `(not ...)'."
437 "Parse and produce code from FORM. FORM is `(not-char ...)'."
443 "Parse and produce code from FORM. FORM is `(not-syntax SYNTAX)'."
463 "Parse and produce code from FORM `(= N ...)'."
473 "Parse and produce cod
[all...]
/macosx-10.10/ruby-106/ruby/benchmark/
H A Dbm_so_pidigits.rb17 @z = produce(@y)
29 def produce(i) method in class:PiDigitSpigot
/macosx-10.10/CPANInternal-159.1/Perl-Tidy-20121207/
H A Dpm2pl82 will produce the output file $testfile.tdy
/macosx-10.10/tcl-105/tcl_ext/tclxml/tcldom/
H A Dconfigure.in3 dnl Process this file with autoconf to produce a configure script.
/macosx-10.10/ruby-106/ruby/lib/rubygems/commands/
H A Dlock_command.rb35 will produce in lockdown.rb:
/macosx-10.10/vim-55/src/
H A DMake_bc3.mak150 # replace -1- with -2 to produce code for a 80286 or higher
151 # replace -1- with -3 to produce code for a 80386 or higher
/macosx-10.10/vim-55/runtime/tools/
H A Dunicode.vim80 " produce previous range
123 " produce previous range
167 " produce previous range
230 " produce previous range
/macosx-10.10/CPANInternal-159.1/Tree-Simple-VisitorFactory-0.10/lib/Tree/Simple/Visitor/
H A DSort.pm142 A normal sort would produce the following tree:
159 A sort using the built-in REVERSE sort function would produce the following tree:
230 It should be noted that this is a I<destructive> action, since the sort happens I<in place> and does not produce a copy of the tree.
/macosx-10.10/ICU-531.30/icuSources/tools/genren/
H A Dgenren.pl257 Will produce a renaming .h file
/macosx-10.10/CPANInternal-159.1/Test-NoWarnings-1.04/lib/Test/
H A DNoWarnings.pm159 In general, your tests shouldn't produce warnings. This modules causes any
166 If some of your tests B<are supposed to> produce warnings then you should be
253 is empty then a call to C<had_no_warnings()> will produce a pass result.
/macosx-10.10/awk-20/src/
H A DREADME36 which should produce a sequence of messages roughly like this:
/macosx-10.10/tcl-105/tcl_ext/tclxml/tclxslt/
H A Dconfigure.in3 dnl Process this file with autoconf to produce a configure script.
/macosx-10.10/vim-55/runtime/syntax/
H A Dbib.vim55 " Actually, 5.8 <= Vim < 6.0 would ignore the `fold' keyword anyway, but Vim<5.8 would produce
H A Daap.vim68 syn match aapCommand '^\s*:produce\>'
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Builder-0.80/examples/
H A DMySQL.pm121 DateTime object and produce a string representing it in the MySQL
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Builder-0.81/examples/
H A DMySQL.pm123 DateTime object and produce a string representing it in the MySQL
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DURL.pm127 For the above three examples, these will produce the following outputs:
/macosx-10.10/groff-38/groff/contrib/pdfmark/
H A Dpdfroff.sh205 document stream to produce only a reference dictionary.
/macosx-10.10/ICU-531.30/icuSources/test/perf/collationperf/
H A DCollPerf.pl214 have found that even slight changes in code alignment can produce 10%
/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/library/template/
H A Dtemplatevfs.tcl13 filesystems. Only a few simple, abstract procedures have to be overridden to produce a new

Completed in 235 milliseconds

1234