Home
last modified time | relevance | path

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

1234

/external/openthread/third_party/mbedtls/repo/programs/ssl/
Dssl_test_lib.c89 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()
Dssl_test_lib.h207 int rng_seed( rng_context_t *rng, int reproducible, const char *pers );
/external/mbedtls/programs/ssl/
Dssl_test_lib.c93 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()
Dssl_test_lib.h185 int rng_seed( rng_context_t *rng, int reproducible, const char *pers );
/external/rust/crates/libz-sys/src/zlib-ng/arch/s390/
Ddfltcc_deflate.c54 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()
Ddfltcc_deflate.h13 int Z_INTERNAL PREFIX(dfltcc_can_set_reproducible)(PREFIX3(streamp) strm, int reproducible);
DREADME.md41 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/
Dbug_fixing_guidance.md46 ## 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
Dreproducing.md88 …* 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/
Dflag_benchmark.lds4 * reproducible across unrelated code changes.
/external/tensorflow/third_party/absl/abseil-cpp/absl/flags/
Dflag_benchmark.lds4 * reproducible across unrelated code changes.
/external/cronet/third_party/abseil-cpp/absl/flags/
Dflag_benchmark.lds4 * reproducible across unrelated code changes.
/external/angle/third_party/abseil-cpp/absl/flags/
Dflag_benchmark.lds4 * reproducible across unrelated code changes.
/external/abseil-cpp/absl/flags/
Dflag_benchmark.lds4 * reproducible across unrelated code changes.
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/flags/
Dflag_benchmark.lds4 * reproducible across unrelated code changes.
/external/angle/build/util/
Dlastchange.gni6 # reproducible binaries.
/external/cronet/build/util/
Dlastchange.gni6 # reproducible binaries.
/external/cronet/buildtools/third_party/libc++/trunk/docs/DesignDocs/
DUnspecifiedBehaviorRandomization.rst58 * 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/
DCONTRIBUTING.rst31 - 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/
Dv1.43.3.txt16 Support reproducible builds by not capturing the build directory into
/external/tensorflow/tensorflow/tools/ci_build/release/
Drequirements_common.txt1 # To have reproducible builds, these dependencies should be pinned always.
/external/libjpeg-turbo/.github/ISSUE_TEMPLATE/
Dbug-report.md3 about: Inform the libjpeg-turbo maintainer about unexpected, reproducible behavior
/external/oss-fuzz/docs/further-reading/
Dclusterfuzz.md29 ClusterFuzz will automatically de-duplicate and file reproducible crashes into
/external/tensorflow/
DISSUE_TEMPLATE.md47 … traceback. Large logs and files should be attached. Try to provide a reproducible test case that …
/external/rust/crates/fastrand/
DREADME.md59 To get reproducible results on every run, initialize the generator with a seed:

1234