/external/openthread/third_party/mbedtls/repo/programs/ssl/ |
D | ssl_test_lib.c | 89 int rng_seed( rng_context_t *rng, int reproducible, const char *pers ) in rng_seed() argument 92 if( reproducible ) in rng_seed() 103 if( reproducible ) in rng_seed() 112 ( reproducible ? dummy_entropy : mbedtls_entropy_func ); in rng_seed() 114 if ( reproducible ) in rng_seed()
|
D | ssl_test_lib.h | 207 int rng_seed( rng_context_t *rng, int reproducible, const char *pers );
|
/external/mbedtls/programs/ssl/ |
D | ssl_test_lib.c | 93 int rng_seed( rng_context_t *rng, int reproducible, const char *pers ) in rng_seed() argument 96 if( reproducible ) in rng_seed() 107 if( reproducible ) in rng_seed() 116 ( reproducible ? dummy_entropy : mbedtls_entropy_func ); in rng_seed() 118 if ( reproducible ) in rng_seed()
|
D | ssl_test_lib.h | 185 int rng_seed( rng_context_t *rng, int reproducible, const char *pers );
|
/external/rust/crates/libz-sys/src/zlib-ng/arch/s390/ |
D | dfltcc_deflate.c | 54 int reproducible) { in dfltcc_can_deflate_with_params() argument 65 if (reproducible) in dfltcc_can_deflate_with_params() 80 …c_can_deflate_with_params(strm, state->level, state->w_bits, state->strategy, state->reproducible); in PREFIX() 336 …eflate = dfltcc_can_deflate_with_params(strm, level, state->w_bits, strategy, state->reproducible); in PREFIX() 370 int Z_INTERNAL PREFIX(dfltcc_can_set_reproducible)(PREFIX3(streamp) strm, int reproducible) { in PREFIX() 373 return reproducible != state->reproducible && !dfltcc_was_deflate_used(strm); in PREFIX()
|
D | dfltcc_deflate.h | 13 int Z_INTERNAL PREFIX(dfltcc_can_set_reproducible)(PREFIX3(streamp) strm, int reproducible);
|
D | README.md | 41 hardware compression when reproducible results are desired. In 105 While software always produces reproducible compression results, this 107 ability to specify whether or not reproducible compression results
|
/external/oss-fuzz/docs/advanced-topics/ |
D | bug_fixing_guidance.md | 46 ## Non-reproducible bugs 48 these can be tricky to deal with. A non-reproducible bug is an issue that 53 The non-reproducible bugs can be of varying nature. Some of these bugs will be 56 hundreds or even thousands of executions and the bug may not be reproducible by 58 There are other reasons why bugs may be non-reproducible and in general any 61 In the case of non-reproducible bugs our advice is to put effort into analysing
|
D | reproducing.md | 88 …* Some bugs (specially ones related to pointer and integer overflows) are reproducible only in 32 … 100 found with other fuzzing engines should be reproducible with `libfuzzer` too.
|
/external/webrtc/third_party/abseil-cpp/absl/flags/ |
D | flag_benchmark.lds | 4 * reproducible across unrelated code changes.
|
/external/tensorflow/third_party/absl/abseil-cpp/absl/flags/ |
D | flag_benchmark.lds | 4 * reproducible across unrelated code changes.
|
/external/cronet/third_party/abseil-cpp/absl/flags/ |
D | flag_benchmark.lds | 4 * reproducible across unrelated code changes.
|
/external/angle/third_party/abseil-cpp/absl/flags/ |
D | flag_benchmark.lds | 4 * reproducible across unrelated code changes.
|
/external/abseil-cpp/absl/flags/ |
D | flag_benchmark.lds | 4 * reproducible across unrelated code changes.
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/flags/ |
D | flag_benchmark.lds | 4 * reproducible across unrelated code changes.
|
/external/angle/build/util/ |
D | lastchange.gni | 6 # reproducible binaries.
|
/external/cronet/build/util/ |
D | lastchange.gni | 6 # reproducible binaries.
|
/external/cronet/buildtools/third_party/libc++/trunk/docs/DesignDocs/ |
D | UnspecifiedBehaviorRandomization.rst | 58 * Non reproducible results if they don't use the fixed seed. 74 None if the flag is off. If the flag is on, it may lead to some non-reproducible
|
/external/python/jinja/ |
D | CONTRIBUTING.rst | 31 - If possible, include a `minimal reproducible example`_ to help us 40 .. _minimal reproducible example: https://stackoverflow.com/help/minimal-reproducible-example
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.43.3.txt | 16 Support reproducible builds by not capturing the build directory into
|
/external/tensorflow/tensorflow/tools/ci_build/release/ |
D | requirements_common.txt | 1 # To have reproducible builds, these dependencies should be pinned always.
|
/external/libjpeg-turbo/.github/ISSUE_TEMPLATE/ |
D | bug-report.md | 3 about: Inform the libjpeg-turbo maintainer about unexpected, reproducible behavior
|
/external/oss-fuzz/docs/further-reading/ |
D | clusterfuzz.md | 29 ClusterFuzz will automatically de-duplicate and file reproducible crashes into
|
/external/tensorflow/ |
D | ISSUE_TEMPLATE.md | 47 … traceback. Large logs and files should be attached. Try to provide a reproducible test case that …
|
/external/rust/crates/fastrand/ |
D | README.md | 59 To get reproducible results on every run, initialize the generator with a seed:
|