HomeSort by relevance Sort by last modified time
    Searched refs:strategy (Results 151 - 175 of 452) sorted by null

1 2 3 4 5 67 8 91011>>

  /libcore/dom/src/test/java/org/w3c/domts/
LSDocumentBuilderFactory.java 38 * Abstract class for a strategy to map a DocumentBuilderSetting
109 * A strategy for a setting that can be applied by setting a DOMConfiguration
195 * A strategy for the validation settings which require
297 Object strategy = strategies.get(settings[i].getProperty()); local
298 if (strategy == null) {
302 ( (LSStrategy) strategy).applySetting(settings[i], parser);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidSourceViewerConfig.java 136 // Add other registered strategies, except the builtin indentation strategy which is
138 for (IAutoEditStrategy strategy : strategies) {
139 if (strategy instanceof DefaultAutoIndentStrategy) {
142 s.add(strategy);
  /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...]
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;
zlib.h 198 /* compression strategy; see deflateInit2() below for details */
528 int strategy));
560 The strategy parameter is used to tune the compression algorithm. Use the
570 strategy parameter only affects the compression ratio but not the
631 compression state which can be quite large, so this strategy is slow and can
653 int strategy));
    [all...]
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
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;
gzwrite.c 43 MAX_WBITS + 16, DEF_MEM_LEVEL, state->strategy);
499 int strategy)
515 if (level == state->level && strategy == state->strategy)
530 deflateParams(strm, level, strategy);
533 state->strategy = strategy;
fx_zlib_deflate.c 219 int strategy,
272 strategy < 0 || strategy > Z_FIXED) {
315 s->strategy = strategy;
492 int strategy)
506 if (level < 0 || level > 9 || strategy < 0 || strategy > Z_FIXED) {
511 if ((strategy != s->strategy || func != configuration_table[level].func) &
    [all...]
  /external/qemu/distrib/zlib-1.2.8/
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...]
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;
zlib.h 197 /* compression strategy; see deflateInit2() below for details */
532 int strategy));
564 The strategy parameter is used to tune the compression algorithm. Use the
574 strategy parameter only affects the compression ratio but not the
    [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...]
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;
zlib.h 197 /* compression strategy; see deflateInit2() below for details */
532 int strategy));
564 The strategy parameter is used to tune the compression algorithm. Use the
574 strategy parameter only affects the compression ratio but not the
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 125 // return the strategy corresponding to a given stream type
134 uint32_t strategy,
234 // default volume curve for media strategy
236 // volume curve for media strategy on speakers
238 // volume curve for sonification strategy on speakers
269 bool isStrategyActive(routing_strategy strategy,
336 routing_strategy mStrategy; // routing strategy the effect is associated to
345 // return the strategy corresponding to a given stream type
348 // return appropriate device for streams handled by the specified strategy according to current
359 virtual audio_devices_t getDeviceForStrategy(routing_strategy strategy,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
zlib.h 197 /* compression strategy; see deflateInit2() below for details */
492 int strategy));
524 The strategy parameter is used to tune the compression algorithm. Use the
533 Z_HUFFMAN_ONLY, but give better compression for PNG image data. The strategy
593 compression state which can be quite large, so this strategy is slow and
615 int strategy));
617 Dynamically update the compression level and compression strategy. The
618 interpretation of level and strategy is as in deflateInit2. This can be
621 strategy. If the compression level is changed, the input available so far
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
zlib.h 197 /* compression strategy; see deflateInit2() below for details */
492 int strategy));
524 The strategy parameter is used to tune the compression algorithm. Use the
533 Z_HUFFMAN_ONLY, but give better compression for PNG image data. The strategy
593 compression state which can be quite large, so this strategy is slow and
615 int strategy));
617 Dynamically update the compression level and compression strategy. The
618 interpretation of level and strategy is as in deflateInit2. This can be
621 strategy. If the compression level is changed, the input available so far
    [all...]
  /external/ceres-solver/internal/ceres/
trust_region_minimizer.cc 133 TrustRegionStrategy* strategy = CHECK_NOTNULL(options_.trust_region_strategy); local
173 iteration_summary.trust_region_radius = strategy->Radius();
299 strategy->ComputeStep(per_solve_options,
568 strategy->StepAccepted(iteration_summary.relative_decrease);
660 strategy->StepRejected(iteration_summary.relative_decrease);
662 strategy->StepIsInvalid();
667 iteration_summary.trust_region_radius = strategy->Radius();
  /external/zlib/src/contrib/pascal/
zlibpas.pas 115 memLevel, strategy: Integer): Integer;
120 function deflateParams(var strm: z_stream; level, strategy: Integer): Integer;
165 level, method, windowBits, memLevel, strategy: Integer;
233 strategy: Integer): Integer;
235 Result := deflateInit2_(strm, level, method, windowBits, memLevel, strategy,
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp 303 // pertaining to sonification strategy see handleIncallSonification()
311 // store previous phone state for management of sonification strategy below
362 // latency of any output where either strategy is active.
386 // pertaining to sonification strategy see handleIncallSonification()
546 routing_strategy strategy = getStrategy((AudioSystem::stream_type)stream); local
547 audio_devices_t device = getDeviceForStrategy(strategy, false /*fromCache*/);
760 routing_strategy strategy = getStrategy(stream); local
1215 routing_strategy strategy = getStrategy(AudioSystem::MUSIC); local
2489 AudioPolicyManagerBase::routing_strategy strategy = getStrategy(stream); local
    [all...]
  /external/chromium_org/media/blink/
buffered_resource_loader.cc 102 DeferStrategy strategy,
108 defer_strategy_(strategy),
566 void BufferedResourceLoader::UpdateDeferStrategy(DeferStrategy strategy) {
567 if (!might_be_reused_from_cache_in_future_ && strategy == kNeverDefer)
568 strategy = kCapacityDefer;
569 defer_strategy_ = strategy;
  /frameworks/av/services/audioflinger/
Effects.h 304 uint32_t strategy() const { return mStrategy; } function in class:EffectChain
305 void setStrategy(uint32_t strategy)
306 { mStrategy = strategy; }
381 uint32_t mStrategy; // strategy for this effect chain
  /external/chromium_org/chrome/test/chromedriver/client/
chromedriver.py 218 def FindElement(self, strategy, target):
220 Command.FIND_ELEMENT, {'using': strategy, 'value': target})
222 def FindElements(self, strategy, target):
224 Command.FIND_ELEMENTS, {'using': strategy, 'value': target})
  /external/chromium_org/components/policy/core/browser/
configuration_policy_handler.cc 330 SchemaOnErrorStrategy strategy)
331 : policy_name_(policy_name), schema_(schema), strategy_(strategy) {
391 SchemaOnErrorStrategy strategy,
396 strategy),
  /external/chromium_org/content/renderer/
v8_value_converter_impl.h 33 virtual void SetStrategy(Strategy* strategy) OVERRIDE;
91 // Strategy object that changes the converter's behavior.
92 Strategy* strategy_;

Completed in 566 milliseconds

1 2 3 4 5 67 8 91011>>