/external/rust/crates/libz-sys/src/zlib-ng/arch/s390/ |
D | dfltcc_deflate.c | 24 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()
|
D | dfltcc_deflate.h | 10 int Z_INTERNAL dfltcc_can_set_reproducible(PREFIX3(streamp) strm, int reproducible);
|
D | README.md | 41 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/ |
D | flag_benchmark.lds | 4 * reproducible across unrelated code changes.
|
/external/tensorflow/.github/ISSUE_TEMPLATE/ |
D | 40-tflite-op-request.md | 21 Provide a reproducible test case that is the bare minimum necessary to generate
|
D | 00-bug-issue.md | 37 Provide a reproducible test case that is the bare minimum necessary to generate
|
D | 80-performance-issue.md | 37 Provide a reproducible test case that is the bare minimum necessary to generate
|
/external/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
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | aix-static-init-no-unique-module-id.ll | 14 ; way is not reproducible. A function name sample would be:
|
/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/libjpeg-turbo/.github/ISSUE_TEMPLATE/ |
D | bug-report.md | 3 about: Inform the libjpeg-turbo maintainer about unexpected, reproducible behavior
|
/external/llvm-project/llvm/docs/ |
D | BugLifeCycle.rst | 116 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/ |
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/libz-sys/src/zlib-ng/ |
D | deflate.h | 118 …int reproducible; /* Whether reproducible compression results are required. */ member
|
D | deflate.c | 97 # 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/ |
D | 12.0.5.rst | 36 reproducible
|
D | 12.0.6.rst | 42 [G71] "Assertion \`bkref' failed" reproducible with glmark2
|
/external/tensorflow/tensorflow/tools/ci_build/release/ |
D | common_win.bat | 26 @REM To have reproducible builds, these dependencies should be pinned always.
|
/external/llvm-project/llvm/test/Transforms/RewriteStatepointsForGC/ |
D | scalar-base-vector-2.ll | 5 ; updated (with -DAG instead of -NEXT) to fix buildbot failure reproducible only on two boxes.
|
/external/python/cpython3/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.
|
/external/autotest/client/tests/cyclictest/ |
D | help | 94 …solute timers. This option is there for completeness and should not be used for reproducible tests.
|
/external/oss-fuzz/docs/advanced-topics/ |
D | reproducing.md | 97 found with other fuzzing engines should be reproducible with `libfuzzer` too.
|
/external/python/cpython3/Doc/library/ |
D | random.rst | 253 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.
|