/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/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/archive-patcher/shared/src/main/java/com/google/archivepatcher/shared/ |
D | DefaultDeflateCompatibilityWindow.java | 327 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/ |
D | tensor_forest_params.proto | 36 // Pruning strategies define how candidates are pruned over time. 55 // Finish strategies define when slots are considered finished.
|
/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/tensorflow/tensorflow/contrib/distribute/ |
D | README.md | 15 Currently we support several types of strategies: 364 Please give distribution strategies a try. This feature is in early stages and
|
/external/lz4/doc/ |
D | lz4_Block_format.md | 143 Advanced parsing strategies can also be implemented, such as lazy match,
|
/external/clang/docs/ |
D | PTHInternals.rst | 124 handicaps compared to other PCH strategies such as those used by GCC.
|
/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
|
/external/llvm/docs/ |
D | GarbageCollection.rst | 192 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/ |
D | GarbageCollection.rst | 192 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/ |
D | DesignDoc.md | 127 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/ |
D | README.md | 281 …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)
|