Home
last modified time | relevance | path

Searched refs:strategies (Results 1 – 25 of 105) sorted by relevance

12345

/external/openssh/regress/unittests/test_helper/
Dfuzz.c64 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/
Dgzip_wrapper.c175 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()
Dgzip_wrapper.h72 int strategies; member
/external/junit-params/src/main/java/junitparams/internal/parameters/
DParametersReader.java22 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/
Dsaved_model_test_base.py53 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/
DInvokedMethodListenerInvoker.java69 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/
Dmnist_train_test.py24 strategies = [ variable
33 @combinations.generate(combinations.combine(strategy=strategies))
/external/deqp-deps/SPIRV-Tools/test/fuzz/
Dfuzzer_replayer_test.cpp1645 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/
Dfuzzer_replayer_test.cpp1645 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/
Dfuzzer_replayer_test.cpp1644 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/
Dtest_fernet.py6 from hypothesis.strategies import binary
Dtest_padding.py6 from hypothesis.strategies import binary, integers
/external/python/dateutil/dateutil/test/property/
Dtest_parser_prop.py1 from hypothesis.strategies import integers
Dtest_isoparse_prop.py2 from hypothesis import strategies as st
/external/rust/crates/scopeguard/
DMETADATA2 …_on_unwind!`, `defer_on_success!` as shorthands for guards with one of the implemented strategies."
DCargo.toml.orig15 shorthands for guards with one of the implemented strategies.
DCargo.toml17 …_unwind!`, `defer_on_success!` as\nshorthands for guards with one of the implemented strategies.\n"
DREADME.rst9 but the on unwinding / not on uwinding strategies requires linking to `std`.
/external/oss-fuzz/projects/ujson/
Dhypothesis_structured_fuzzer.py36 from hypothesis import given, strategies as st
/external/wycheproof/doc/
Dindex.md3 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/
Dpython_lang.md119 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/
Dzopflipng_lib.cc282 ZopfliPNGFilterStrategy* strategies, in AutoChooseFilterStrategy() argument
297 strategies[i], false, windowsize, 0, &out); in AutoChooseFilterStrategy()
/external/zopfli/
DREADME.zopflipng4 - compares several strategies for choosing scanline filter codes,
/external/python/cpython2/Doc/library/
Dsmtpd.rst16 specific mail-sending strategies.
/external/tensorflow/tensorflow/python/distribute/
DREADME.md81 Tests here should cover all distribution strategies to ensure feature parity.

12345