/external/openssh/regress/unittests/test_helper/ |
D | fuzz.c | 64 int strategies; member 215 fuzz_begin(u_int strategies, const void *p, size_t l) in fuzz_begin() argument 225 ret->strategies = strategies; in fuzz_begin() 228 assert(ret->strategies <= (FUZZ_MAX|(FUZZ_MAX-1))); in fuzz_begin() 290 (u_long)fuzz->strategies, fuzz->o1, fuzz->o2, fuzz->slen)); in fuzz_next() 301 if ((fuzz->strategies & i) != 0) { in fuzz_next() 311 fuzz->strategies &= ~(fuzz->strategy); in fuzz_next() 377 (u_long)fuzz->strategies, fuzz->o1, fuzz->o2, fuzz->slen)); in fuzz_next() 392 (u_long)fuzz->strategies)); in fuzz_done() 394 return fuzz_strategy_done(fuzz) && fuzz->strategies == 0; in fuzz_done()
|
/external/squashfs-tools/squashfs-tools/ |
D | gzip_wrapper.c | 175 int i, strategies = 0; in gzip_dump_options() local 191 strategies |= strategy[i].selected << i; in gzip_dump_options() 195 comp_opts.strategy = strategies; in gzip_dump_options() 348 stream->strategies = 1; in gzip_init() 359 stream->strategies = strategy_count; in gzip_init() 388 for(i = 1; i < stream->strategies; i++) in gzip_init() 405 for(i = 0; i < stream->strategies; i++) { in gzip_compress() 417 if(stream->strategies > 1) { in gzip_compress()
|
D | gzip_wrapper.h | 72 int strategies; member
|
/external/junit-params/src/main/java/junitparams/internal/parameters/ |
D | ParametersReader.java | 22 private final List<ParametrizationStrategy> strategies; field in ParametersReader 27 strategies = asList( in ParametersReader() 40 for (ParametrizationStrategy strategy : strategies) { in read()
|
/external/tensorflow/tensorflow/python/keras/distribute/ |
D | saved_model_test_base.py | 53 strategies = [ variable 77 distribution=strategies, 84 distribution_for_saving=strategies, 85 distribution_for_restoring=strategies, 92 distribution=strategies, 99 distribution_for_saving=strategies, 100 distribution_for_restoring=strategies,
|
/external/testng/src/main/java/org/testng/internal/invokers/ |
D | InvokedMethodListenerInvoker.java | 69 Map<InvokedMethodListenerMethod, InvocationStrategy> strategiesForListenerType = strategies in obtainStrategyFor() 113 InvocationStrategy>> strategies = Maps.newHashMap(); field in InvokedMethodListenerInvoker 129 strategies.put(EXTENDED_LISTENER, INVOKE_WITH_CONTEXT_STRATEGIES); in strategies.put() 130 strategies.put(SIMPLE_LISTENER, INVOKE_WITHOUT_CONTEXT_STRATEGIES); in strategies.put()
|
/external/tensorflow/tensorflow/compiler/mlir/tfr/examples/mnist/ |
D | mnist_train_test.py | 24 strategies = [ variable 33 @combinations.generate(combinations.combine(strategy=strategies))
|
/external/deqp-deps/SPIRV-Tools/test/fuzz/ |
D | fuzzer_replayer_test.cpp | 1645 std::vector<Fuzzer::RepeatedPassStrategy> strategies{ in RunFuzzerAndReplayer() local 1657 enable_all_passes, strategies[strategy_index], true, in RunFuzzerAndReplayer() 1664 (strategy_index + 1) % static_cast<uint32_t>(strategies.size()); in RunFuzzerAndReplayer()
|
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
D | fuzzer_replayer_test.cpp | 1645 std::vector<Fuzzer::RepeatedPassStrategy> strategies{ in RunFuzzerAndReplayer() local 1657 enable_all_passes, strategies[strategy_index], true, in RunFuzzerAndReplayer() 1664 (strategy_index + 1) % static_cast<uint32_t>(strategies.size()); in RunFuzzerAndReplayer()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/fuzz/ |
D | fuzzer_replayer_test.cpp | 1644 std::vector<RepeatedPassStrategy> strategies{ in RunFuzzerAndReplayer() local 1671 strategies[strategy_index], true, validator_options); in RunFuzzerAndReplayer() 1677 (strategy_index + 1) % static_cast<uint32_t>(strategies.size()); in RunFuzzerAndReplayer()
|
/external/python/cryptography/tests/hypothesis/ |
D | test_fernet.py | 6 from hypothesis.strategies import binary
|
D | test_padding.py | 6 from hypothesis.strategies import binary, integers
|
/external/python/dateutil/dateutil/test/property/ |
D | test_parser_prop.py | 1 from hypothesis.strategies import integers
|
D | test_isoparse_prop.py | 2 from hypothesis import strategies as st
|
/external/rust/crates/scopeguard/ |
D | METADATA | 2 …_on_unwind!`, `defer_on_success!` as shorthands for guards with one of the implemented strategies."
|
D | Cargo.toml.orig | 15 shorthands for guards with one of the implemented strategies.
|
D | Cargo.toml | 17 …_unwind!`, `defer_on_success!` as\nshorthands for guards with one of the implemented strategies.\n"
|
D | README.rst | 9 but the on unwinding / not on uwinding strategies requires linking to `std`.
|
/external/oss-fuzz/projects/ujson/ |
D | hypothesis_structured_fuzzer.py | 36 from hypothesis import given, strategies as st
|
/external/wycheproof/doc/ |
D | index.md | 3 This page describes the goals and strategies of project Wycheproof. See 46 Because of the strategies mentioned above we expect that a comparison of
|
/external/oss-fuzz/docs/getting-started/new-project-guide/ |
D | python_lang.md | 119 See [here for the core "strategies"](https://hypothesis.readthedocs.io/en/latest/data.html), 121 …r a variety of third-party extensions](https://hypothesis.readthedocs.io/en/latest/strategies.html)
|
/external/zopfli/src/zopflipng/ |
D | zopflipng_lib.cc | 282 ZopfliPNGFilterStrategy* strategies, in AutoChooseFilterStrategy() argument 297 strategies[i], false, windowsize, 0, &out); in AutoChooseFilterStrategy()
|
/external/zopfli/ |
D | README.zopflipng | 4 - compares several strategies for choosing scanline filter codes,
|
/external/python/cpython2/Doc/library/ |
D | smtpd.rst | 16 specific mail-sending strategies.
|
/external/tensorflow/tensorflow/python/distribute/ |
D | README.md | 81 Tests here should cover all distribution strategies to ensure feature parity.
|