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

1 2 3 4 5 6 7

  /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...]
  /prebuilts/go/darwin-x86/misc/cgo/testsanitizers/
tsan.go 7 // This program produced false race reports when run under the C/C++
tsan2.go 7 // This program produced false race reports when run under the C/C++
  /prebuilts/go/linux-x86/misc/cgo/testsanitizers/
tsan.go 7 // This program produced false race reports when run under the C/C++
tsan2.go 7 // This program produced false race reports when run under the C/C++
  /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 684 std::set<int> produced;
690 produced.insert(seq);
697 if (produced.size() >= maxLive) {
701 produced.insert(current_seq);
707 for (std::set<int>::const_iterator iter = produced.begin();
708 iter != produced.end(); ++iter) {
  /external/ltp/testcases/commands/cron/
cron_pos_tests.sh 98 echo Job has not produced valid output
  /external/autotest/docs/
test-that.md 20 or a Moblab). This feature is only supported for infrastructure-produced builds
106 - This feature will only work on builds that produced autotest test artifacts.
109 that hwtest artifacts are produced is to make sure that your tryjob
  /prebuilts/go/darwin-x86/src/cmd/trace/
main.go 46 Given a trace file produced by 'go test':
55 [pkg.test] argument is required for traces produced by Go 1.6 and below.
  /prebuilts/go/darwin-x86/src/runtime/pprof/internal/protopprof/
protopprof_test.go 21 // Mock the sample header produced by cpu profiler. Write a sample
43 // Mock the sample header produced by cpu profiler. Write a sample
  /prebuilts/go/linux-x86/src/cmd/trace/
main.go 46 Given a trace file produced by 'go test':
55 [pkg.test] argument is required for traces produced by Go 1.6 and below.
  /prebuilts/go/linux-x86/src/runtime/pprof/internal/protopprof/
protopprof_test.go 21 // Mock the sample header produced by cpu profiler. Write a sample
43 // Mock the sample header produced by cpu profiler. Write a sample
  /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/mesa3d/docs/
MESA_shader_debug.spec 158 The text, if any, produced by any of these functions is appended
  /external/conscrypt/common/src/main/java/org/conscrypt/
OpenSSLEngineImpl.java 1008 int produced = readEncryptedData(dst, pendingNet); local
    [all...]
  /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 1129 int produced = 0; local
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/ecdsa/
ecdsa_test.go 176 t.Errorf("%s: two signatures of the same message produced the same result", tag)
180 t.Errorf("%s: two signatures of the same message produced the same nonce", tag)
  /prebuilts/go/linux-x86/src/crypto/ecdsa/
ecdsa_test.go 176 t.Errorf("%s: two signatures of the same message produced the same result", tag)
180 t.Errorf("%s: two signatures of the same message produced the same nonce", tag)
  /prebuilts/go/darwin-x86/src/archive/tar/
writer_test.go 69 // The writer test file was produced with this command:
116 // The truncated test file was produced using these commands:
136 // This truncated file was produced using this library.
164 // This file was produced using gnu tar 1.17
184 // This file was produced using gnu tar 1.26

Completed in 406 milliseconds

1 2 3 4 5 6 7