Home
last modified time | relevance | path

Searched refs:reproducible (Results 1 – 25 of 52) sorted by relevance

123

/third_party/mbedtls/programs/ssl/
Dssl_test_lib.c91 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()
Dssl_test_lib.h199 int rng_seed( rng_context_t *rng, int reproducible, const char *pers );
Dssl_client2.c520 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()
Dssl_server2.c645 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/
Dflag_benchmark.lds4 * reproducible across unrelated code changes.
/third_party/e2fsprogs/doc/RelNotes/
Dv1.43.3.txt16 Support reproducible builds by not capturing the build directory into
Dv1.43.6.txt66 The tar file generation process will now create reproducible
/third_party/libjpeg-turbo/.github/ISSUE_TEMPLATE/
Dbug-report.md3 about: Inform the libjpeg-turbo maintainer about unexpected, reproducible behavior
/third_party/mbedtls/programs/fuzz/
DREADME.md51 * Run them one against the other with `reproducible` option turned on while capturing trafic into t…
/third_party/mesa3d/docs/relnotes/
D12.0.5.rst36 reproducible
D12.0.6.rst42 [G71] "Assertion \`bkref' failed" reproducible with glmark2
D17.0.0.rst103 reproducible
256 [G71] "Assertion \`bkref' failed" reproducible with glmark2
D13.0.4.rst67 [G71] "Assertion \`bkref' failed" reproducible with glmark2
D17.3.4.rst216 - anv_icd.py: improve reproducible builds
/third_party/libphonenumber/
DCONTRIBUTING.md13 * 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/
D3.7.0b2.rst414 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/
DREADME.md81 If a fuzzer generates a reproducible error, you can reproduce the problem using
/third_party/gstreamer/gstplugins_bad/po/
Dast.po48 msgstr "El ficheru nun contién dengún fluxu reproducible."
/third_party/python/Doc/library/
Drandom.rst264 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.
Dgzip.rst181 Added the *mtime* parameter for reproducible output.
/third_party/boost/tools/build/
DCONTRIBUTING.adoc39 * A minimal reproducible test case is very much appreciated.
/third_party/grpc/third_party/
DREADME.md77 Rule 'boringssl' indicated that a canonical reproducible form can be obtained by modifying argument…
/third_party/node/deps/npm/docs/content/configuring-npm/
Dpackage-locks.md111 This file describes an *exact*, and more importantly *reproducible*
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DSignals.inc778 // 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/
DSignals.inc809 // the nasty sorts of crashes that aren't 100% reproducible from a set of
811 // reproducible case).

123