/bootable/recovery/applypatch/ |
imgpatch.c | 122 int strategy = Read4(deflate_header+56); local 207 ret = deflateInit2(&strm, level, method, windowBits, memLevel, strategy);
|
imgdiff.c | 82 * strategy (4) 96 * strategy (4) 157 int level, method, windowBits, memLevel, strategy; member in struct:__anon780 535 chunk->memLevel, chunk->strategy); 546 chunk->memLevel, chunk->strategy); 571 * strategy fields in the chunk to the encoding parameters needed to 589 chunk->strategy = Z_DEFAULT_STRATEGY; [all...] |
/external/apache-http/src/org/apache/http/protocol/ |
HttpService.java | 75 * @param connStrategy the connection reuse strategy 97 throw new IllegalArgumentException("Connection reuse strategy may not be null");
|
/external/chromium/webkit/glue/media/ |
buffered_resource_loader.h | 150 // Sets the defer strategy to the given value. 151 void UpdateDeferStrategy(DeferStrategy strategy);
|
buffered_data_source.cc | 321 BufferedResourceLoader::DeferStrategy strategy = ChooseDeferStrategy(); local 322 loader_->UpdateDeferStrategy(strategy); 358 BufferedResourceLoader::DeferStrategy strategy = ChooseDeferStrategy(); local 359 loader_->UpdateDeferStrategy(strategy); 376 BufferedResourceLoader::DeferStrategy strategy = ChooseDeferStrategy(); local 377 loader_->UpdateDeferStrategy(strategy);
|
buffered_resource_loader_unittest.cc | 423 // Tests the data buffering logic of NeverDefer strategy. 445 // Tests the data buffering logic of ReadThenDefer strategy. 476 // Tests the data buffering logic of ThresholdDefer strategy.
|
/external/zlib/src/contrib/ada/ |
zlib-streams.adb | 47 Strategy : in Strategy_Type := Default_Strategy; 71 (Filter, Level, Strategy, Header => Header);
|
/external/chromium_org/content/renderer/media/ |
buffered_resource_loader.cc | 102 DeferStrategy strategy, 108 defer_strategy_(strategy), 560 void BufferedResourceLoader::UpdateDeferStrategy(DeferStrategy strategy) { 561 if (!might_be_reused_from_cache_in_future_ && strategy == kNeverDefer) 562 strategy = kCapacityDefer; 563 defer_strategy_ = strategy;
|
buffered_data_source.cc | 114 BufferedResourceLoader::DeferStrategy strategy = preload_ == METADATA ? local 122 strategy, 555 // use threshold strategy to enable/disable deferring when the buffer
|
/external/qemu/distrib/zlib-1.2.3/ |
gzio.c | 100 int strategy = Z_DEFAULT_STRATEGY; /* compression strategy */ local 140 strategy = Z_FILTERED; 142 strategy = Z_HUFFMAN_ONLY; 144 strategy = Z_RLE; 156 Z_DEFLATED, -MAX_WBITS, DEF_MEM_LEVEL, strategy); 232 * Update the compression level and strategy 234 int ZEXPORT gzsetparams (file, level, strategy) 237 int strategy; 253 return deflateParams (&(s->stream), level, strategy); [all...] |
/external/clang/lib/CodeGen/ |
CGObjC.cpp | 569 /// The 'native' strategy is to use the architecture's provided 583 /// The 'expression' strategy is to emit normal assignment or 611 /// Pick an implementation strategy for the given property synthesis. 837 // Pick an implementation strategy. 838 PropertyImplStrategy strategy(CGM, propImpl); 839 switch (strategy.getKind()) { 842 if (strategy.getIvarSize().isZero()) [all...] |
/external/chromium_org/third_party/zlib/ |
deflate.c | 211 int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy, 218 int strategy; 262 strategy < 0 || strategy > Z_FIXED) { 308 s->strategy = strategy; 418 int ZEXPORT deflateParams(strm, level, strategy) 421 int strategy; 435 if (level < 0 || level > 9 || strategy < 0 || strategy > Z_FIXED) [all...] |
/external/zlib/src/ |
deflate.c | 213 int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy, 220 int strategy; 273 strategy < 0 || strategy > Z_FIXED) { 316 s->strategy = strategy; 490 int ZEXPORT deflateParams(strm, level, strategy) 493 int strategy; 507 if (level < 0 || level > 9 || strategy < 0 || strategy > Z_FIXED) [all...] |
/external/ceres-solver/include/ceres/ |
types.h | 256 // The default trust region strategy is to use the step computation 268 // 1. This strategy has not been experimented with or tested as 272 // 2. For now this strategy should only be used with exact
|
/external/chromium_org/content/renderer/ |
v8_value_converter_impl.cc | 111 void V8ValueConverterImpl::SetStrategy(Strategy* strategy) { 112 strategy_ = strategy;
|
/external/chromium_org/ui/compositor/ |
layer_animator.h | 101 // Sets the animation preemption strategy. This determines the behaviour if 104 void set_preemption_strategy(PreemptionStrategy strategy) { 105 preemption_strategy_ = strategy;
|
/external/zlib/src/as400/ |
zlib.inc | 164 D strategy 10I 0 value 314 D strategy 10I 0 value Compression stategy 334 D strategy 10I 0 value Compression stategy
|
/external/zlib/src/contrib/iostream3/ |
zfstream.h | 38 * @brief Set compression level and strategy on the fly. 40 * @param comp_strategy Compression strategy (see zlib.h for allowed values) 44 * previous zfstream version assumed. Since the strategy is seldom changed,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
AndroidXmlAutoEditStrategy.java | 47 * Edit strategy for Android XML files. It attempts a number of edit 51 * indentation of the previous line. This edit strategy improves on that situation 84 // This shouldn't happen unless this strategy is used on an invalid document
|
/frameworks/base/docs/html/tools/publishing/ |
versioning.jd | 13 <li>Determine your versioning strategy early in the development process, including considerations for future releases.</li> 36 strategy. Versioning is important because:</p>
|
/hardware/libhardware_legacy/audio/ |
audio_policy_hal.cpp | 280 uint32_t strategy, 285 return lap->apm->registerEffect(desc, io, strategy, session, id);
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
AudioPolicyInterface.h | 146 // return the strategy corresponding to a given stream type 156 uint32_t strategy,
|
/hardware/qcom/audio/legacy/alsa_sound/ |
audio_policy_hal.cpp | 278 uint32_t strategy, 283 return qap->apm->registerEffect(desc, io, strategy, session, id);
|
/ndk/tests/build/issue20862-libpng-O0/jni/ |
pngstruct.h | 87 int zlib_strategy; /* holds zlib compression strategy */ 96 int zlib_text_strategy; /* holds zlib compression strategy */
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
k_log.h | 21 * The following describes the overall strategy for computing
|