/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)
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug320.go | 16 // which caused non-deterministic crashes.
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug320.go | 16 // which caused non-deterministic crashes.
|
/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...] |
arsup.c | 41 extern int deterministic; 337 if (deterministic > 0)
|
objcopy.c | 88 static int deterministic = -1; /* Enable deterministic archives. */ 330 {"disable-deterministic-archives", no_argument, 0, 'U'}, 333 {"enable-deterministic-archives", no_argument, 0, 'D'}, 382 {"disable-deterministic-archives", no_argument, 0, 'U'}, 386 {"enable-deterministic-archives", no_argument, 0, 'D'}, 501 -D --enable-deterministic-archives\n\ 502 Produce deterministic output when stripping archives (default)\n\ 503 -U --disable-deterministic-archives\n\ 507 -D --enable-deterministic-archives\n 87 static int deterministic = -1; \/* Enable deterministic archives. *\/ variable [all...] |
/prebuilts/go/darwin-x86/src/math/rand/ |
rng.go | 202 // Seed uses the provided seed value to initialize the generator to a deterministic state.
|
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/darwin-x86/src/net/ |
sockopt_windows.go | 28 // This could lead to a non-deterministic behavior, where
|
/prebuilts/go/darwin-x86/src/strings/ |
compare_test.go | 59 // randomish but deterministic data. No 0 or 255.
|
/prebuilts/go/linux-x86/src/math/rand/ |
rng.go | 202 // Seed uses the provided seed value to initialize the generator to a deterministic state.
|
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/net/ |
sockopt_windows.go | 28 // This could lead to a non-deterministic behavior, where
|
/prebuilts/go/linux-x86/src/strings/ |
compare_test.go | 59 // randomish but deterministic data. No 0 or 255.
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/browser/ |
network_quiescence.js | 19 // Some benchmarks patch window.performance to make it deterministic.
|
/prebuilts/go/darwin-x86/src/bytes/ |
compare_test.go | 65 // randomish but deterministic data. No 0 or 255.
|
/prebuilts/go/linux-x86/src/bytes/ |
compare_test.go | 65 // randomish but deterministic data. No 0 or 255.
|
/external/valgrind/exp-bbv/tests/ppc32-linux/ |
ll.S | 7 # Modified to remove non-deterministic system calls
|
/external/bison/data/ |
glr.c | 706 * stacks have actually needed the current lookahead. During deterministic [all...] |
/external/v8/test/mjsunit/ |
unicodelctest-no-optimization.js | 60 // To make the test results predictable, we use a 100% deterministic [all...] |
unicodelctest.js | 59 // To make the test results predictable, we use a 100% deterministic [all...] |
/prebuilts/go/darwin-x86/src/crypto/tls/ |
handshake_test.go | 23 // code, during a test, is configured with deterministic randomness and so the
|
/prebuilts/go/linux-x86/src/crypto/tls/ |
handshake_test.go | 23 // code, during a test, is configured with deterministic randomness and so the
|
/external/v8/benchmarks/spinning-balls/ |
v.js | 134 // with a 100% deterministic alternative. 152 // deterministic; see base.js.
|