/external/objenesis/main/src/org/objenesis/strategy/ |
SerializingInstantiatorStrategy.java | 16 package org.objenesis.strategy;
|
/external/openssh/ |
sshd_config | 8 # The strategy used for options in the default sshd_config shipped with
|
sshd_config.android | 8 # The strategy used for options in the default sshd_config shipped with
|
/external/skia/src/gpu/ |
GrAtlas.h | 28 // If all GrPlots are allocated, the replacement strategy is up to the client. The drawToken is
|
/external/stlport/stlport/stl/config/ |
_dm.h | 53 // select threads strategy
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
_dm.h | 53 // select threads strategy
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/ |
_dm.h | 53 // select threads strategy
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/ |
_dm.h | 53 // select threads strategy
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/ |
_dm.h | 53 // select threads strategy
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/ |
_dm.h | 53 // select threads strategy
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/ |
_dm.h | 53 // select threads strategy
|
/external/ceres-solver/internal/ceres/ |
dogleg_strategy.h | 40 // Dogleg step computation and trust region sizing strategy based on 105 // Gauss-Newton solve full rank. In each solve, the strategy starts
|
trust_region_minimizer.cc | 91 TrustRegionStrategy* strategy = CHECK_NOTNULL(options_.trust_region_strategy); local 117 iteration_summary.trust_region_radius = strategy->Radius(); 219 strategy->ComputeStep(per_solve_options, 460 strategy->StepAccepted(iteration_summary.relative_decrease); 537 strategy->StepRejected(iteration_summary.relative_decrease); 539 strategy->StepIsInvalid(); 544 iteration_summary.trust_region_radius = strategy->Radius();
|
/external/chromium_org/ui/views/focus/ |
focus_search.cc | 128 // Strategy for finding the next focusable view: 203 // Strategy for finding the previous focusable view:
|
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/ |
AreaCodeMap.java | 81 * Gets the smaller area code map storage strategy according to the provided area code map. It 118 // Read the area code map storage strategy flag.
|
/external/zlib/src/contrib/ada/ |
zlib-thin.adb | 45 strategy : Int) 54 strategy,
|
/external/zlib/src/ |
gzguts.h | 183 int strategy; /* compression strategy */ member in struct:__anon29023
|
gzlib.c | 121 state->strategy = Z_DEFAULT_STRATEGY; 155 state->strategy = Z_FILTERED; 158 state->strategy = Z_HUFFMAN_ONLY; 161 state->strategy = Z_RLE; 164 state->strategy = Z_FIXED;
|
/external/chromium_org/third_party/icu/source/common/ |
ucnv_lmb.c | 224 *** Implementation strategy *** 857 /* Basic strategy: attempt to fill in local LMBCS 1-char buffer.(LMBCS) 899 /* single byte matches: strategy 1 */ [all...] |
/external/icu4c/common/ |
ucnv_lmb.c | 224 *** Implementation strategy *** 857 /* Basic strategy: attempt to fill in local LMBCS 1-char buffer.(LMBCS) 899 /* single byte matches: strategy 1 */ [all...] |
/external/chromium_org/third_party/zlib/ |
gzlib.c | 107 state->strategy = Z_DEFAULT_STRATEGY; 130 state->strategy = Z_FILTERED; 133 state->strategy = Z_HUFFMAN_ONLY; 136 state->strategy = Z_RLE; 139 state->strategy = Z_FIXED;
|
mixed-source.patch | 37 @@ -281,6 +282,9 @@ int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy, 60 - bstate = s->strategy == Z_HUFFMAN_ONLY ? deflate_huff(s, flush) : 61 - (s->strategy == Z_RLE ? deflate_rle(s, flush) : 70 + if (strm->clas && s->strategy == Z_RLE) { 75 + if (s->strategy == Z_HUFFMAN_ONLY) { 77 + } else if (s->strategy == Z_RLE) { 414 if (s->match_length <= 5 && (s->strategy == Z_FILTERED
|
/external/llvm/include/llvm/CodeGen/ |
MachineTraceMetrics.h | 292 /// strategy, for example 'minimum resource height'. There is one trace for 334 enum Strategy { 341 /// Get the trace ensemble representing the given trace selection strategy. 344 Ensemble *getEnsemble(Strategy); 367 // One ensemble per strategy.
|
/external/kernel-headers/original/linux/ |
zlib.h | 170 /* compression strategy; see deflateInit2() below for details */ 454 int strategy); 475 The strategy parameter is used to tune the compression algorithm. Use the 482 between Z_DEFAULT and Z_HUFFMAN_ONLY. The strategy parameter only affects 541 compression state which can be quite large, so this strategy is slow and 567 extern int zlib_deflateParams (z_streamp strm, int level, int strategy); 570 Dynamically update the compression level and compression strategy. The 571 interpretation of level and strategy is as in deflateInit2. This can be 574 strategy. If the compression level is changed, the input available so far [all...] |
/frameworks/base/docs/html/training/cloudsave/ |
conflict-res.jd | 22 <li><a href="#complicated">Design a Strategy for More Complex Cases</a> 39 <p>This article describes how to design a robust conflict resolution strategy for 118 CollectAllTheStars</a> sample game uses a variant of this strategy.</li> 121 <h2 id="complicated">Design a Strategy for More Complex Cases</h2> 148 of coins (failed strategy).</p> 203 <p>This strategy would fail—the player's bank has gone from 20 254 strategy.</p> 486 key-value pair strategy.</p> 581 <p>There is a limit to the size of cloud save data, so in following the strategy
|