HomeSort by relevance Sort by last modified time
    Searched refs:produced (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
got-reloc.s 1 # Test that no GOT relocs with an addend are produced.
  /external/strace/
strace-log-merge 11 It is assumed that STRACE_LOGs were produced by strace with -tt[t]
  /external/dagger2/producers/src/main/java/dagger/producers/internal/
Producers.java 23 import dagger.producers.Produced;
39 * Returns a future of {@link Produced} that represents the completion (either success or failure)
41 * a successful {@code Produced}; if the input future fails, then the resulting future succeeds
42 * with a failing {@code Produced}.
46 * {@code Produced}.
50 public static <T> ListenableFuture<Produced<T>> createFutureProduced(ListenableFuture<T> future) {
55 new Function<T, Produced<T>>() {
57 public Produced<T> apply(final T value) {
58 return Produced.successful(value);
65 private static final FutureFallback<Produced<Object>> FUTURE_FALLBACK_FOR_PRODUCED
    [all...]
  /external/dagger2/producers/src/test/java/dagger/producers/internal/
ProducersTest.java 21 import dagger.producers.Produced;
41 ListenableFuture<Produced<String>> producedFuture = Producers.createFutureProduced(future);
48 ListenableFuture<Produced<String>> producedFuture = Producers.createFutureProduced(future);
55 ListenableFuture<Produced<String>> producedFuture = Producers.createFutureProduced(future);
63 ListenableFuture<Produced<String>> producedFuture = Producers.createFutureProduced(future);
71 private <T> ExecutionException getProducedException(Produced<T> produced) {
73 produced.get();
74 throw new IllegalArgumentException("produced did not throw");
SetOfProducedProducerTest.java 21 import dagger.producers.Produced;
40 Producer<Set<Produced<Integer>>> producer =
46 Produced.successful(1),
47 Produced.successful(2),
48 Produced.successful(5),
49 Produced.successful(7));
55 Producer<Set<Produced<Integer>>> producer =
61 Produced.successful(1), Produced.successful(2), Produced.<Integer>failed(e))
    [all...]
  /system/extras/perfprofd/
perfprofdcore.cc 666 std::set<int> produced;
672 produced.insert(seq);
679 if (produced.size() >= maxLive) {
683 produced.insert(current_seq);
689 for (std::set<int>::const_iterator iter = produced.begin();
690 iter != produced.end(); ++iter) {
  /external/libavc/common/arm/
ih264_inter_pred_chroma_a9q.s 71 @* dx value where the sample is to be produced(refer sec 8.4.2.2.2 )
74 @* dy value where the sample is to be produced(refer sec 8.4.2.2.2 )
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger-producers/2.0-beta/
dagger-producers-2.0-beta.jar 
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLEngineImpl.java 461 int produced = 0; local
485 produced += internalProduced;
495 getHandshakeStatus(), consumed, produced);
  /external/mesa3d/docs/
MESA_shader_debug.spec 158 The text, if any, produced by any of these functions is appended
  /external/v8/test/mjsunit/
error-tostring.js 56 // on a given Error object. Verify the produced string representation.
json2.js 100 // Test toJSON produced by a getter.
stack-traces.js 158 // in the stack trace produced when running the given function.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/dropSiteRootFiles/
index.php 21 page you can find the latest <a href="build_types.html">builds</a> produced by
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLEngineTest.java 1121 int produced = 0; local
    [all...]
  /external/blktrace/btt/doc/
btt.tex 96 \item Run \texttt{btt} specifying the file produced by
451 been specified, then a subset of the data produced by default is
678 The latency data files which can be optionally produced by \texttt{btt}
691 produced data file contains 3 sets of data:
740 Figure~\ref{fig:seek} shows a simple graph that can be produced which
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/
antlr3.rb 65 text and symbol information produced by lexers and used by parsers and ASTs
  /external/libpng/projects/owatcom/
pngconfig.mak 146 $# configuration it is automatically produced from the distributed version
  /external/llvm/utils/TableGen/
tdtags 87 do not affect the indices produced for valid files.
  /external/v8/tools/
logreader.js 29 * @fileoverview Log Reader is used to process log file produced by V8.
  /external/ImageMagick/www/api/
morphology.php 146 <dd> DoG:{radius},{sigma1},{sigma2} "Difference of Gaussians" Kernel. As "Gaussian" but with a gaussian produced by 'sigma2' subtracted from the gaussian produced by 'sigma1'. Typically sigma2 &gt; sigma1. The result is a zero-summing kernel. </dd>
    [all...]
  /external/libvorbis/doc/
01-introduction.tex 281 string for the application/library that produced the bitstream. The
485 Note that the PCM produced directly from the MDCT is not yet finished
509 The overlapped portion produced from overlapping the previous and
04-codec.tex 537 product of the floor and residue vectors for each channel; the produced
582 produced from overlapping the previous and current frame data is
  /external/chromium-trace/catapult/third_party/coverage/coverage/htmlfiles/
coverage_html.js 214 // columns produced depending on report options:
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger-producers/2.6/
dagger-producers-2.6.jar 

Completed in 613 milliseconds

1 2 3 4