HomeSort by relevance Sort by last modified time
    Searched full:deterministic (Results 1 - 25 of 482) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/dx/tests/129-numthread-deterministic/
info.txt 1 Test that dx generates deterministic output when using --num-threads
  /dalvik/dx/tests/130-numthread-multidex-deterministic/
info.txt 1 Test that dx generates deterministic output when using --num-threads
  /external/libxml2/test/VC/
ElementValid8 7 <doc><a/><c> doc is non-deterministic </c></doc>
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/signers/
DSAKCalculator.java 12 * Return true if this calculator is deterministic, false otherwise.
14 * @return true if deterministic, otherwise false.
19 * Non-deterministic initialiser.
27 * Deterministic initialiser.
  /external/libxml2/result/VC/
ElementValid8 2 <doc><a/><c> doc is non-deterministic </c></doc>
ElementValid8.rdr 2 <doc><a/><c> doc is non-deterministic </c></doc>
  /external/valgrind/exp-bbv/tests/
filter_bb 9 # basic block number is non-deterministic on a
  /prebuilts/go/darwin-x86/misc/cgo/test/issue9026/
issue9026.go 26 // Test that the generated type names are deterministic.
34 t.Errorf("Non-deterministic type names: got %s, want %s", got, want)
  /prebuilts/go/linux-x86/misc/cgo/test/issue9026/
issue9026.go 26 // Test that the generated type names are deterministic.
34 t.Errorf("Non-deterministic type names: got %s, want %s", got, want)
  /external/valgrind/memcheck/tests/
resvn_stack.c 10 /* The below 2 printfs should produce deterministic output, whatever
  /external/caliper/caliper/src/main/java/com/google/caliper/worker/
MicrobenchmarkAllocationWorker.java 42 * up in order for the method to be determined to be deterministic.
48 * non-deterministic.
71 // verify that the benchmark is deterministic in terms of the measured allocations.
82 * for each subsequent invocation. If tests start to fail with lots of non-deterministic
98 // threshold then treat the benchmark as being deterministic.
108 // the baseline allocations did not settle down and so are probably non-deterministic.
121 "Your benchmark appears to have non-deterministic allocation behavior. "
  /external/guava/guava/src/com/google/common/collect/
Constraint.java 34 * <p>In order to be effective, constraints should be deterministic; that is,
37 * passed-in element. A non-deterministic constraint cannot reliably enforce
MapConstraint.java 36 * <p>In order to be effective, constraints should be deterministic; that is, they
39 * and value. A non-deterministic constraint cannot reliably enforce that all
  /external/caliper/caliper/src/test/java/com/google/caliper/runner/
BadUserCodeTest.java 143 String message = "Your benchmark appears to have non-deterministic allocation behavior";
159 String message = "Your benchmark appears to have non-deterministic allocation behavior";
165 /** The number of allocations is non deterministic because it depends on static state. */
199 String message = "Your benchmark appears to have non-deterministic allocation behavior";
  /external/llvm/test/tools/llvm-profdata/
hash-mismatch.proftext 7 # The function ordering is non-deterministic, so we need to do our
  /libcore/luni/src/main/java/libcore/icu/
CollationKeyICU.java 59 * deterministic value well distributed over the output range.
  /packages/services/Telephony/tests/src/com/android/phone/vvm/omtp/scheduling/
BaseTaskTestBase.java 27 * "current time" of the deterministic clock.
  /prebuilts/go/darwin-x86/src/net/
sockopt_windows.go 28 // This could lead to a non-deterministic behavior, where
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug320.go 16 // which caused non-deterministic crashes.
  /prebuilts/go/linux-x86/src/net/
sockopt_windows.go 28 // This could lead to a non-deterministic behavior, where
  /prebuilts/go/linux-x86/test/fixedbugs/
bug320.go 16 // which caused non-deterministic crashes.
  /external/llvm/lib/Object/
ArchiveWriter.cpp 213 static sys::TimeValue now(bool Deterministic) {
214 if (!Deterministic)
226 std::vector<unsigned> &MemberOffsetRefs, bool Deterministic) {
244 printGNUSmallMemberHeader(Out, "", now(Deterministic), 0, 0, 0, 0);
246 printBSDMemberHeader(Out, "__.SYMDEF", now(Deterministic), 0, 0, 0, 0);
307 bool Deterministic, bool Thin) {
364 Out, Kind, NewMembers, Members, MemberOffsetRefs, Deterministic);
388 if (Deterministic) {
  /external/autotest/client/site_tests/firmware_TouchMTB/tools/
expect_scp 13 # The prompts from the remote machine are not deterministic.
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
HashMultisetTest.java 70 * which shares a lot of code with HashMultiset and has deterministic
  /external/valgrind/gdbserver_tests/
mcbreak.stdinB.gdb 71 # stop the process a.o. to avoid non deterministic output

Completed in 3608 milliseconds

1 2 3 4 5 6 7 8 91011>>