Home
last modified time | relevance | path

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

123

/external/openssh/regress/unittests/test_helper/
Dfuzz.c64 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/
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/tensorflow/tensorflow/python/distribute/
Dsaved_model_test_base.py52 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/
DParametersReader.java22 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/
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/lite/g3doc/convert/
Drnn.md8 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/
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/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/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/u-boot/board/sunxi/
DREADME.nand10 In order to mitigate that, various strategies have been found to be
/external/squashfs-tools/RELEASE-READMEs/
DREADME-4.377 Available strategies: default, filtered, huffman_only,
103 (trying multiple filters/strategies can improve compression, but this is
/external/brotli/research/
DREADME.md3 …ence distance is higher, and this may allow for more advanced encoding strategies, such as delta c…
/external/tensorflow/tensorflow/core/protobuf/tpu/
Dtpu_embedding_configuration.proto52 // In both the strategies, if the id space does not evenly divide the number
/external/eigen/doc/
DDenseDecompositionBenchmark.dox35 …ter than LDLT. In the future, LDLT and ColPivHouseholderQR will also implement blocking strategies.
/external/cpu_features/
DREADME.md24 - **Sandbox-compatible.** The library uses a variety of strategies to cope
/external/python/cryptography/docs/development/
Dsubmitting-patches.rst52 philosophy: "make it hard to do insecure things". Here are a few strategies for
/external/lz4/doc/
Dlz4_Block_format.md143 Advanced parsing strategies can also be implemented, such as lazy match,
/external/tensorflow/tensorflow/lite/g3doc/performance/
Dbest_practices.md5 of best practices and strategies that you can use to optimize your model and
/external/wycheproof/
DREADME.md45 For more information on the goals and strategies of Project Wycheproof, please

123