/external/valgrind/memcheck/tests/linux/ |
rfcomm.c | 40 // so as to generate errors. We need to have deterministic
|
/system/connectivity/shill/ |
ip_address_store.cc | 30 // deterministic, and that's all that matters.
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/man/man1/ |
x86_64-w64-mingw32-strip.1 | 157 [\fB\-D\fR|\fB\-\-enable\-deterministic\-archives\fR] 158 [\fB\-U\fR|\fB\-\-disable\-deterministic\-archives\fR] 273 .IP "\fB\-\-enable\-deterministic\-archives\fR" 4 274 .IX Item "--enable-deterministic-archives" 281 \&\fB\-\-enable\-deterministic\-archives\fR, then this mode is on by default. 286 .IP "\fB\-\-disable\-deterministic\-archives\fR" 4 287 .IX Item "--disable-deterministic-archives" 295 \&\fB\-\-enable\-deterministic\-archives\fR.
|
x86_64-w64-mingw32-ranlib.1 | 187 \&\fB\-\-enable\-deterministic\-archives\fR, then this mode is on by 200 \&\fB\-\-enable\-deterministic\-archives\fR, then this mode is on by
|
/toolchain/binutils/binutils-2.25/binutils/ |
ar.c | 96 /* Operate in deterministic mode: write zero for timestamps, uids, 99 int deterministic = -1; /* Determinism indeterminate. */ 574 deterministic = TRUE; 577 deterministic = FALSE; 605 if (deterministic < 0) 606 deterministic = DEFAULT_AR_DETERMINISTIC; 621 deterministic = TRUE; 624 deterministic = FALSE; 771 if (newer_only && deterministic > 0) 774 if (newer_only && deterministic < 0 && DEFAULT_AR_DETERMINISTIC 97 int deterministic = -1; \/* Determinism indeterminate. *\/ variable [all...] |
/art/test/048-reflect-v8/src/ |
AnnotationTestHelpers.java | 20 // Provide custom print function that print a deterministic output.
|
/external/antlr/antlr-3.4/runtime/C/doxygen/ |
generate.dox | 48 /// You may also wish to use these suffixes if you are building your projects using Makefiles, as this makes the output deterministic.
|
/external/deqp/doc/testspecs/GLES2/ |
functional.color_clear.txt | 40 or color mask are chosen using deterministic random number generator.
|
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
HashMultimapTest.java | 33 * lot of code with HashMultimap and has deterministic iteration order.
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
TestContainerGenerator.java | 64 * non-deterministic iteration order.
|
/external/llvm/include/llvm/Object/ |
ArchiveWriter.h | 44 bool WriteSymtab, object::Archive::Kind Kind, bool Deterministic,
|
/external/llvm/include/llvm/Support/ |
RandomNumberGenerator.h | 10 // This file defines an abstraction for deterministic random number
|
/external/llvm/lib/Transforms/IPO/ |
BarrierNoopPass.cpp | 29 /// This prevents extension points from having clear deterministic ordering
|
/external/llvm/test/CodeGen/AArch64/ |
arm64-collect-loh-garbage-crash.ll | 6 ; from the main container. Now, the deterministic container does not allow
|
/external/llvm/test/MC/AMDGPU/ |
flat-scratch.s | 6 // order things are printed is not deterministic.
|
/external/skia/tests/ |
ChecksumTest.cpp | 39 // Should be deterministic.
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
exception_safety.ipp | 283 "Function under test exibit non-deterministic behavior" ); 307 "Function under test exibit non-deterministic behavior" ); 328 "Function under test exibit non-deterministic behavior" ); 345 "Function under test exibit non-deterministic behavior" );
|
/external/caliper/caliper/src/main/java/com/google/caliper/worker/ |
AllocationStats.java | 89 String.format("Your benchmark appears to have non-deterministic allocation behavior. " 104 "Your benchmark appears to have non-deterministic allocation behavior. The difference "
|
/frameworks/base/keystore/java/android/security/keystore/ |
AndroidKeyStoreHmacSpi.java | 171 null, // no additional entropy needed for HMAC because it's deterministic 239 null // no additional entropy needed -- HMAC is deterministic
|
/prebuilts/go/darwin-x86/src/math/rand/ |
rand.go | 8 // Float64 and Int, use a default shared Source that produces a deterministic 42 // Seed uses the provided seed value to initialize the generator to a deterministic state. 166 // deterministic state. If Seed is not called, the generator behaves as
|
/prebuilts/go/linux-x86/src/math/rand/ |
rand.go | 8 // Float64 and Int, use a default shared Source that produces a deterministic 42 // Seed uses the provided seed value to initialize the generator to a deterministic state. 166 // deterministic state. If Seed is not called, the generator behaves as
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/signers/ |
DSASigner.java | 35 * Configuration with an alternate, possibly deterministic calculator of K.
|
/external/caliper/caliper/src/main/java/com/google/caliper/runner/ |
ParameterSet.java | 39 // deterministic order, not reflection order
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/browser/ |
network_quiescence.js | 19 // Some benchmarks patch window.performance to make it deterministic.
|
/external/chromium-trace/catapult/telemetry/telemetry/story/ |
story.py | 34 the page is made deterministic across multiple runs. This
|