Home
last modified time | relevance | path

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

1234

/external/rust/crates/libz-sys/src/zlib-ng/arch/s390/
Ddfltcc_deflate.c24 int reproducible) { in dfltcc_can_deflate_with_params() argument
35 if (reproducible) in dfltcc_can_deflate_with_params()
50 …c_can_deflate_with_params(strm, state->level, state->w_bits, state->strategy, state->reproducible); in dfltcc_can_deflate()
303 …eflate = dfltcc_can_deflate_with_params(strm, level, state->w_bits, strategy, state->reproducible); in dfltcc_deflate_params()
337 int Z_INTERNAL dfltcc_can_set_reproducible(PREFIX3(streamp) strm, int reproducible) { in dfltcc_can_set_reproducible() argument
340 return reproducible != state->reproducible && !dfltcc_was_deflate_used(strm); in dfltcc_can_set_reproducible()
Ddfltcc_deflate.h10 int Z_INTERNAL dfltcc_can_set_reproducible(PREFIX3(streamp) strm, int reproducible);
DREADME.md41 hardware compression when reproducible results are desired. In
102 While software always produces reproducible compression results, this
104 ability to specify whether or not reproducible compression results
/external/angle/third_party/abseil-cpp/absl/flags/
Dflag_benchmark.lds4 * reproducible across unrelated code changes.
/external/tensorflow/.github/ISSUE_TEMPLATE/
D40-tflite-op-request.md21 Provide a reproducible test case that is the bare minimum necessary to generate
D00-bug-issue.md37 Provide a reproducible test case that is the bare minimum necessary to generate
D80-performance-issue.md37 Provide a reproducible test case that is the bare minimum necessary to generate
/external/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
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Daix-static-init-no-unique-module-id.ll14 ; way is not reproducible. A function name sample would be:
/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/libjpeg-turbo/.github/ISSUE_TEMPLATE/
Dbug-report.md3 about: Inform the libjpeg-turbo maintainer about unexpected, reproducible behavior
/external/llvm-project/llvm/docs/
DBugLifeCycle.rst116 clearly understand the problem being reported (e.g. not reproducible). It is
119 if it's still reproducible on their end.
/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/libz-sys/src/zlib-ng/
Ddeflate.h118 …int reproducible; /* Whether reproducible compression results are required. */ member
Ddeflate.c97 # define DEFLATE_CAN_SET_REPRODUCIBLE(strm, reproducible) 1 argument
394 s->reproducible = 0; in PREFIX()
1717 s->reproducible = val; in zng_deflateSetParams()
1762 *(int *)params[i].buf = s->reproducible; in zng_deflateGetParams()
/external/mesa3d/docs/relnotes/
D12.0.5.rst36 reproducible
D12.0.6.rst42 [G71] "Assertion \`bkref' failed" reproducible with glmark2
/external/tensorflow/tensorflow/tools/ci_build/release/
Dcommon_win.bat26 @REM To have reproducible builds, these dependencies should be pinned always.
/external/llvm-project/llvm/test/Transforms/RewriteStatepointsForGC/
Dscalar-base-vector-2.ll5 ; updated (with -DAG instead of -NEXT) to fix buildbot failure reproducible only on two boxes.
/external/python/cpython3/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.
/external/autotest/client/tests/cyclictest/
Dhelp94 …solute timers. This option is there for completeness and should not be used for reproducible tests.
/external/oss-fuzz/docs/advanced-topics/
Dreproducing.md97 found with other fuzzing engines should be reproducible with `libfuzzer` too.
/external/python/cpython3/Doc/library/
Drandom.rst253 order so that the sample is reproducible.
379 Does not rely on software state, and sequences are not reproducible. Accordingly,
390 reproducible from run to run as long as multiple threads are not running.

1234