HomeSort by relevance Sort by last modified time
    Searched full:produce (Results 526 - 550 of 4549) sorted by null

<<21222324252627282930>>

  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
ilbc.h 210 * - noOfLostFrames : Number of PLC frames to produce
226 * does not produce any PLC data. Function can be used if another PLC method
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/
audio_encoder_isac_t_impl.h 141 // Got enough input to produce a packet. Return the saved timestamp from
180 // doesn't appear to be necessary to produce a valid encoding, but without it
  /external/webrtc/webrtc/test/testsupport/
perf_test.h 32 // A typical post-processing step would be to produce graphs of the data
88 // post-processing step might produce plots of their mean and standard
  /libcore/luni/src/main/java/org/w3c/dom/traversal/
NodeIterator.java 64 * <br> To produce a view of the document that has entity references
68 * <code>NodeIterator</code>. To produce a view of the document that has
  /libcore/ojluni/src/main/java/java/security/
KeyFactorySpi.java 81 * is inappropriate for this key factory to produce a public key.
95 * is inappropriate for this key factory to produce a private key.
  /libcore/ojluni/src/main/java/javax/security/sasl/
package.html 86 Users of this API are typically developers who produce
96 those who <em>produce</em> the SASL mechanisms and those
  /packages/apps/Camera2/src/com/android/camera/ui/focus/
FocusRingRenderer.java 213 // Find a time on the exit curve such that it will produce the same value.
230 // Find a time on the exit curve such that it will produce the same value.
  /prebuilts/misc/common/swig/include/2.0.11/csharp/
arrays_csharp.i 35 * the control to re-enter the managed side from within the call (and produce
36 * garbage for the gc) or whether other threads may produce enough garbage to
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
mips-abi32-pic.s 130 # Should produce warnings given -mgp32
136 # Should produce warnings given -mfp32
mips-gp32-fp32-pic.s 130 # Should produce warnings given -mgp32
136 # Should produce warnings given -mfp32
mips-gp32-fp64-pic.s 129 # Should produce warnings given -mgp32
135 # Should produce warnings given -mfp32
  /external/clang/test/Sema/
uninit-variables.c 446 int produce(void);
451 k = produce();
456 int produce(void);
462 // FIXME: This should produce the 'is uninitialized' diagnostic, but we
466 k = produce();
  /external/libavc/decoder/
ih264d_cabac.c 376 /* Outputs : <What does the function produce?> */
447 /* Outputs : <What does the function produce?> */
517 /* Outputs : <What does the function produce?> */
608 /* Outputs : <What does the function produce?> */
701 /* Outputs : <What does the function produce?> */
  /external/llvm/utils/TableGen/
tdtags 86 produce error messages for certain .td files. These errors
92 Produce a tags file in every directory in the LLVM source tree
95 Produce a tags file from .td files in the current directory.
97 Produce a tags file in every directory that contains any .td
100 Produce a tags file for each named code generator target, or
  /libcore/ojluni/src/main/java/java/util/stream/
Collector.java 71 * <p>To ensure that sequential and parallel executions produce equivalent
76 * combining it with an empty result container must produce an equivalent
82 * produce an equivalent result. That is, for any input elements {@code t1}
154 * Performing a reduction operation with a {@code Collector} should produce a
170 * in {@link Collectors} are functions that take a collector and produce
package-info.java 110 * {@code IntStream.sum}, may traverse the stream to produce a result or a
140 * before producing a result. For example, one cannot produce any results from
150 * infinite input, it may produce a finite stream as a result. A terminal
165 * which produce sequential and parallel streams respectively; other
167 * produce sequential streams but these streams can be efficiently parallelized by
289 * may be surprising. Even when a pipeline is constrained to produce a
292 * must produce {@code [0, 2, 4, 6, 8]}), no guarantees are made as to the order
350 * execution of identical stream pipelines on an identical source will produce
351 * an identical result; if it is not ordered, repeated execution might produce
445 * to produce a new partial result. (The combiner is necessary in paralle
    [all...]
  /external/owasp/sanitizer/src/main/org/owasp/html/
HtmlLexer.java 83 protected HtmlToken produce() { method in class:HtmlLexer
108 return produce();
134 return produce();
294 protected HtmlToken produce() { method in class:HtmlInputSplitter
719 if (tok == null) { tok = produce(); }
724 if (this.tok == null) { this.tok = produce(); }
731 protected abstract HtmlToken produce(); method in class:AbstractTokenStream
  /external/clang/lib/CodeGen/
CGBuilder.h 200 /// produce
219 /// produce
234 /// produce
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/mbcs/
BIG5Tool.java 16 * -d: Produce the data in a form to be exported to the ICU implementation
17 * Default is to produce an informative dump.
45 boolean option_d = false; // data option. Produce exportable data
EUCTool.java 16 * -d: Produce the data in a form to be exported to the ICU implementation
17 * Default is to produce an informative dump.
45 boolean option_d = false; // data option. Produce exportable data
  /external/libmpeg2/decoder/
impeg2d_debug.c 433 /* Outputs : <What does the function produce?> */
465 /* Outputs : <What does the function produce?> */
493 /* Outputs : <What does the function produce?> */
  /external/llvm/lib/Target/ARM/
ARMScheduleV6.td 27 // Binary Instructions that produce a result
33 // Bitwise Instructions that produce a result
39 // Unary Instructions that produce a result
  /external/webrtc/webrtc/modules/audio_coding/codecs/red/
audio_encoder_copy_red_unittest.cc 157 // Start with one Encode() call that will produce output.
169 // Next call to the speech encoder will not produce any output.
176 // Final call to the speech encoder will produce output.
  /prebuilts/go/darwin-x86/src/crypto/aes/
block.go 67 // Last round uses s-box directly and XORs to produce output.
112 // Last round uses s-box directly and XORs to produce output.
160 // Reverse the 4-word round key sets from enc to produce dec.
  /prebuilts/go/linux-x86/src/crypto/aes/
block.go 67 // Last round uses s-box directly and XORs to produce output.
112 // Last round uses s-box directly and XORs to produce output.
160 // Reverse the 4-word round key sets from enc to produce dec.

Completed in 1895 milliseconds

<<21222324252627282930>>