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

12345

/macosx-10.9.5/Security-55471.14.18/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.9.5/Security-55471.14.18/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.9.5/vim-53/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.9.5/emacs-92/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.9.5/ruby-104/ruby/benchmark/
H A Dbm_so_pidigits.rb17 @z = produce(@y)
29 def produce(i) method in class:PiDigitSpigot
/macosx-10.9.5/CPANInternal-140/Perl-Tidy/
H A Dpm2pl82 will produce the output file $testfile.tdy
/macosx-10.9.5/CPANInternal-140/Perl-Tidy-20121207/
H A Dpm2pl82 will produce the output file $testfile.tdy
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tcldom/
H A Dconfigure.in3 dnl Process this file with autoconf to produce a configure script.
/macosx-10.9.5/CPANInternal-140/Class-WhiteHole/lib/Class/
H A DWhiteHole.pm42 produce normal Perl error messages.
/macosx-10.9.5/CPANInternal-140/Class-WhiteHole-0.04/lib/Class/
H A DWhiteHole.pm42 produce normal Perl error messages.
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/SQL/Translator/Producer/DBIx/Class/
H A DFile.pm41 sub produce subroutine
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/commands/
H A Dlock_command.rb35 will produce in lockdown.rb:
/macosx-10.9.5/vim-53/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.9.5/vim-53/runtime/tools/
H A Dunicode.vim80 " produce previous range
123 " produce previous range
167 " produce previous range
230 " produce previous range
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/
H A DData.pm113 The following example will all produce the same XML:
126 The above code will produce the following XML:
159 Will produce the following XML:
199 ensure that it will produce valid XML. Therefore, it is incumbent upon the
211 This will produce the following XML:
/macosx-10.9.5/CPANInternal-140/Tree-Simple-VisitorFactory/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.9.5/CPANInternal-140/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.9.5/ICU-511.35/icuSources/tools/genren/
H A Dgenren.pl257 Will produce a renaming .h file
/macosx-10.9.5/CPANInternal-140/Test-NoWarnings/lib/Test/
H A DNoWarnings.pm144 In general, your tests shouldn't produce warnings. This modules causes any
151 If some of your tests B<are supposed to> produce warnings then you should be
218 is empty then a call to C<had_no_warnings()> will produce a pass result.
/macosx-10.9.5/CPANInternal-140/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.9.5/awk-18/src/
H A DREADME36 which should produce a sequence of messages roughly like this:
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxslt/
H A Dconfigure.in3 dnl Process this file with autoconf to produce a configure script.
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dbib.vim55 " Actually, 5.8 <= Vim < 6.0 would ignore the `fold' keyword anyway, but Vim<5.8 would produce

Completed in 190 milliseconds

12345