HomeSort by relevance Sort by last modified time
    Searched refs:strategy (Results 201 - 225 of 889) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
EffectDescriptor.cpp 33 snprintf(buffer, SIZE, " Strategy: %d\n", mStrategy);
56 uint32_t strategy,
69 ALOGV("registerEffect() effect %s, io %d, strategy %d session %d id %d",
70 desc->name, io, strategy, session, id);
76 effectDesc->mStrategy = static_cast<routing_strategy>(strategy);
  /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);
  /prebuilts/go/darwin-x86/src/net/
ipsock.go 51 // first returns the first address which satisfies strategy, or if
53 func (addrs addrList) first(strategy func(Addr) bool) Addr {
55 if strategy(addr) {
63 // strategy function to assign a boolean label to each address.
68 func (addrs addrList) partition(strategy func(Addr) bool) (primaries, fallbacks addrList) {
71 label := strategy(addr)
  /prebuilts/go/linux-x86/src/net/
ipsock.go 51 // first returns the first address which satisfies strategy, or if
53 func (addrs addrList) first(strategy func(Addr) bool) Addr {
55 if strategy(addr) {
63 // strategy function to assign a boolean label to each address.
68 func (addrs addrList) partition(strategy func(Addr) bool) (primaries, fallbacks addrList) {
71 label := strategy(addr)
  /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);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
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/pdfium/third_party/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;
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/python/cpython2/Modules/zlib/
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/syslinux/com32/include/
zlib.h 197 /* compression strategy; see deflateInit2() below for details */
523 int strategy));
555 The strategy parameter is used to tune the compression algorithm. Use the
565 strategy parameter only affects the compression ratio but not the
626 compression state which can be quite large, so this strategy is slow and can
648 int strategy));
650 Dynamically update the compression level and compression strategy. The
651 interpretation of level and strategy is as in deflateInit2. This can b
    [all...]
  /external/syslinux/com32/lib/zlib/
deflate.c 210 int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy,
217 int strategy;
261 strategy < 0 || strategy > Z_FIXED) {
304 s->strategy = strategy;
412 int ZEXPORT deflateParams(strm, level, strategy)
415 int strategy;
429 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...]
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,
337 routing_strategy mStrategy; // routing strategy the effect is associated to
346 // return the strategy corresponding to a given stream type
349 // return appropriate device for streams handled by the specified strategy according to current
360 virtual audio_devices_t getDeviceForStrategy(routing_strategy strategy,
    [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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
zlib.h 198 /* compression strategy; see deflateInit2() below for details */
521 int strategy));
553 The strategy parameter is used to tune the compression algorithm. Use the
563 strategy parameter only affects the compression ratio but not the
622 compression state which can be quite large, so this strategy is slow and
644 int strategy));
646 Dynamically update the compression level and compression strategy. The
647 interpretation of level and strategy is as in deflateInit2. This can be
    [all...]
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.h 161 // return the strategy corresponding to a given stream type
163 // return the strategy corresponding to the given audio attributes
172 uint32_t strategy,
240 // return the strategy corresponding to a given stream type
283 // return appropriate device for streams handled by the specified strategy according to current
294 virtual audio_devices_t getDeviceForStrategy(routing_strategy strategy,
297 bool isStrategyActive(const sp<AudioOutputDescriptor>& outputDesc, routing_strategy strategy,
337 // Mute or unmute all streams handled by the specified strategy on the specified output
338 void setStrategyMute(routing_strategy strategy,
351 // handle special cases for sonification strategy while in call: mute streams or replace b
    [all...]
  /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,
  /frameworks/av/services/audioflinger/
Effects.h 330 uint32_t strategy() const { return mStrategy; } function in class:EffectChain
331 void setStrategy(uint32_t strategy)
332 { mStrategy = strategy; }
416 uint32_t mStrategy; // strategy for this effect chain

Completed in 2700 milliseconds

1 2 3 4 5 6 7 891011>>