/external/openssh/regress/unittests/test_helper/ |
D | fuzz.c | 64 int strategies; member 217 fuzz_begin(u_int strategies, const void *p, size_t l) in fuzz_begin() argument 227 ret->strategies = strategies; in fuzz_begin() 230 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/tensorflow/tensorflow/python/distribute/ |
D | saved_model_test_base.py | 52 strategies = [ variable 79 distribution=strategies, 87 distribution_for_saving=strategies, 88 distribution_for_restoring=strategies, 96 distribution=strategies, 104 distribution_for_saving=strategies, 105 distribution_for_restoring=strategies,
|
/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/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/lite/g3doc/convert/ |
D | rnn.md | 8 outlines the current state of play and provides strategies for converting RNN 40 operations. This means that, unless one of the conversion strategies discussed 52 ## Conversion strategies 55 to modify its architecture and retrain it. The following strategies can be used.
|
/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/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/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/u-boot/board/sunxi/ |
D | README.nand | 10 In order to mitigate that, various strategies have been found to be
|
/external/squashfs-tools/RELEASE-READMEs/ |
D | README-4.3 | 77 Available strategies: default, filtered, huffman_only, 103 (trying multiple filters/strategies can improve compression, but this is
|
/external/brotli/research/ |
D | README.md | 3 …ence distance is higher, and this may allow for more advanced encoding strategies, such as delta c…
|
/external/tensorflow/tensorflow/core/protobuf/tpu/ |
D | tpu_embedding_configuration.proto | 52 // In both the strategies, if the id space does not evenly divide the number
|
/external/eigen/doc/ |
D | DenseDecompositionBenchmark.dox | 35 …ter than LDLT. In the future, LDLT and ColPivHouseholderQR will also implement blocking strategies.
|
/external/cpu_features/ |
D | README.md | 24 - **Sandbox-compatible.** The library uses a variety of strategies to cope
|
/external/python/cryptography/docs/development/ |
D | submitting-patches.rst | 52 philosophy: "make it hard to do insecure things". Here are a few strategies for
|
/external/lz4/doc/ |
D | lz4_Block_format.md | 143 Advanced parsing strategies can also be implemented, such as lazy match,
|
/external/tensorflow/tensorflow/lite/g3doc/performance/ |
D | best_practices.md | 5 of best practices and strategies that you can use to optimize your model and
|
/external/wycheproof/ |
D | README.md | 45 For more information on the goals and strategies of Project Wycheproof, please
|