Home
last modified time | relevance | path

Searched refs:strategies (Results 1 – 25 of 64) 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/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/archive-patcher/shared/src/main/java/com/google/archivepatcher/shared/
DDefaultDeflateCompatibilityWindow.java327 int[] strategies = {Deflater.DEFAULT_STRATEGY, Deflater.FILTERED, Deflater.HUFFMAN_ONLY}; in getSystemValues() local
331 for (final int strategy : strategies) { in getSystemValues()
/external/tensorflow/tensorflow/contrib/tensor_forest/proto/
Dtensor_forest_params.proto36 // Pruning strategies define how candidates are pruned over time.
55 // Finish strategies define when slots are considered finished.
/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/tensorflow/tensorflow/contrib/distribute/
DREADME.md15 Currently we support several types of strategies:
364 Please give distribution strategies a try. This feature is in early stages and
/external/lz4/doc/
Dlz4_Block_format.md143 Advanced parsing strategies can also be implemented, such as lazy match,
/external/clang/docs/
DPTHInternals.rst124 handicaps compared to other PCH strategies such as those used by GCC.
/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
/external/llvm/docs/
DGarbageCollection.rst192 strategies.
215 of GCStrategy. Some collector strategies are built in. You can add others
389 .. _builtin-gc-strategies:
550 would be to look at one of the built in strategies.
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DGarbageCollection.rst192 strategies.
215 of GCStrategy. Some collector strategies are built in. You can add others
389 .. _builtin-gc-strategies:
550 would be to look at one of the built in strategies.
/external/protobuf/docs/swift/
DDesignDoc.md127 Other strategies to handle packages that were considered and rejected can be
128 found in [Appendix A](#appendix-a-rejected-strategies-to-handle-packages).
609 ## Appendix A: Rejected strategies to handle packages
/external/archive-patcher/
DREADME.md281 …es have strategy 0 (the default) and wrapping mode 'nowrap'. The other strategies are primarily us…
303 * Valid strategies: 0, 1, or 2 (java.util.zip does not support any later strategies)

123