Searched refs:reproducible (Results 1 – 25 of 52) sorted by relevance
123
/third_party/mbedtls/programs/ssl/ |
D | ssl_test_lib.c | 91 int rng_seed( rng_context_t *rng, int reproducible, const char *pers ) in rng_seed() argument 94 if( reproducible ) in rng_seed() 105 if( reproducible ) in rng_seed() 114 ( reproducible ? dummy_entropy : mbedtls_entropy_func ); in rng_seed() 116 if ( reproducible ) in rng_seed()
|
D | ssl_test_lib.h | 199 int rng_seed( rng_context_t *rng, int reproducible, const char *pers );
|
D | ssl_client2.c | 520 int reproducible; /* make communication reproducible */ member 876 opt.reproducible = DFL_REPRODUCIBLE; in main() 1277 opt.reproducible = 1; in main() 1594 ret = rng_seed( &rng, opt.reproducible, pers ); in main() 1844 if (opt.reproducible) in main()
|
D | ssl_server2.c | 645 int reproducible; /* make communication reproducible */ member 1561 opt.reproducible = DFL_REPRODUCIBLE; in main() 2001 opt.reproducible = 1; in main() 2328 ret = rng_seed( &rng, opt.reproducible, pers ); in main() 2681 if (opt.reproducible) in main()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/ |
D | flag_benchmark.lds | 4 * reproducible across unrelated code changes.
|
/third_party/e2fsprogs/doc/RelNotes/ |
D | v1.43.3.txt | 16 Support reproducible builds by not capturing the build directory into
|
D | v1.43.6.txt | 66 The tar file generation process will now create reproducible
|
/third_party/libjpeg-turbo/.github/ISSUE_TEMPLATE/ |
D | bug-report.md | 3 about: Inform the libjpeg-turbo maintainer about unexpected, reproducible behavior
|
/third_party/mbedtls/programs/fuzz/ |
D | README.md | 51 * Run them one against the other with `reproducible` option turned on while capturing trafic into t…
|
/third_party/mesa3d/docs/relnotes/ |
D | 12.0.5.rst | 36 reproducible
|
D | 12.0.6.rst | 42 [G71] "Assertion \`bkref' failed" reproducible with glmark2
|
D | 17.0.0.rst | 103 reproducible 256 [G71] "Assertion \`bkref' failed" reproducible with glmark2
|
D | 13.0.4.rst | 67 [G71] "Assertion \`bkref' failed" reproducible with glmark2
|
D | 17.3.4.rst | 216 - anv_icd.py: improve reproducible builds
|
/third_party/libphonenumber/ |
D | CONTRIBUTING.md | 13 * Is the issue reproducible using the 104 before sending the pull request. If the issue wasn’t reproducible and seems to be
|
/third_party/python/Misc/NEWS.d/ |
D | 3.7.0b2.rst | 414 The TarFile class now recurses directories in a reproducible way. 423 The ZipFile class now recurses directories in a reproducible way.
|
/third_party/openssl/fuzz/ |
D | README.md | 81 If a fuzzer generates a reproducible error, you can reproduce the problem using
|
/third_party/gstreamer/gstplugins_bad/po/ |
D | ast.po | 48 msgstr "El ficheru nun contién dengún fluxu reproducible."
|
/third_party/python/Doc/library/ |
D | random.rst | 264 order so that the sample is reproducible. 390 Does not rely on software state, and sequences are not reproducible. Accordingly, 401 reproducible from run to run as long as multiple threads are not running.
|
D | gzip.rst | 181 Added the *mtime* parameter for reproducible output.
|
/third_party/boost/tools/build/ |
D | CONTRIBUTING.adoc | 39 * A minimal reproducible test case is very much appreciated.
|
/third_party/grpc/third_party/ |
D | README.md | 77 Rule 'boringssl' indicated that a canonical reproducible form can be obtained by modifying argument…
|
/third_party/node/deps/npm/docs/content/configuring-npm/ |
D | package-locks.md | 111 This file describes an *exact*, and more importantly *reproducible*
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Signals.inc | 778 // the nasty sorts of crashes that aren't 100% reproducible from a set of 780 // reproducible case).
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | Signals.inc | 809 // the nasty sorts of crashes that aren't 100% reproducible from a set of 811 // reproducible case).
|
123