HomeSort by relevance Sort by last modified time
    Searched full:strategy (Results 76 - 100 of 1010) sorted by null

1 2 34 5 6 7 8 91011>>

  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp 296 // pertaining to sonification strategy see handleIncallSonification()
304 // store previous phone state for management of sonification strategy below
355 // latency of any output where either strategy is active.
379 // pertaining to sonification strategy see handleIncallSonification()
539 routing_strategy strategy = getStrategy((AudioSystem::stream_type)stream); local
540 audio_devices_t device = getDeviceForStrategy(strategy, false /*fromCache*/);
753 routing_strategy strategy = getStrategy(stream); local
1198 routing_strategy strategy = getStrategy(AudioSystem::MUSIC); local
2271 AudioPolicyManagerBase::routing_strategy strategy = getStrategy(stream); local
    [all...]
  /external/chromium_org/third_party/zlib/contrib/minizip/
zip.h 229 int strategy,
246 int strategy,
254 windowBits,memLevel,,strategy : see parameter strategy in deflateInit2
272 int strategy,
293 int strategy,
  /external/zlib/src/contrib/minizip/
zip.h 229 int strategy,
246 int strategy,
254 windowBits,memLevel,,strategy : see parameter strategy in deflateInit2
272 int strategy,
293 int strategy,
  /external/apache-http/src/org/apache/http/
ConnectionReuseStrategy.java 57 * may be relevant for the keep-alive strategy: the actual HTTP
63 * connection reuse strategy.
  /external/chromium/chrome/browser/policy/
cloud_policy_identity_strategy.h 72 // Notifies the identity strategy that a new token has been fetched. It is up
73 // to the identity strategy to store the token, decide whether it is going
  /external/chromium_org/content/browser/worker_host/
worker_service_impl.h 95 // we're using a strategy of one process per core.
100 // worker process based on the process limit when we're using a strategy of
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
HTMLContentElement.cpp 107 ShadowDOMSiblingTraversalStrategy strategy(siblings, nth);
108 return selectorChecker.match(context, strategy) == SelectorChecker::SelectorMatches;
  /external/chromium_org/third_party/zlib/
gzguts.h 106 int strategy; /* compression strategy */ member in struct:__anon14591
gzwrite.c 38 15 + 16, 8, state->strategy);
458 int ZEXPORT gzsetparams(file, level, strategy)
461 int strategy;
477 if (level == state->level && strategy == state->strategy)
492 deflateParams(strm, level, strategy);
495 state->strategy = strategy;
  /external/chromium_org/ui/compositor/
scoped_layer_animation_settings.cc 140 LayerAnimator::PreemptionStrategy strategy) {
141 animator_->set_preemption_strategy(strategy);
scoped_layer_animation_settings.h 46 void SetPreemptionStrategy(LayerAnimator::PreemptionStrategy strategy);
  /external/zlib/src/
gzwrite.c 43 MAX_WBITS + 16, DEF_MEM_LEVEL, state->strategy);
497 int ZEXPORT gzsetparams(file, level, strategy)
500 int strategy;
516 if (level == state->level && strategy == state->strategy)
531 deflateParams(strm, level, strategy);
534 state->strategy = strategy;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/
AndroidDoubleClickStrategyTest.java 55 AndroidDoubleClickStrategy strategy = new AndroidDoubleClickStrategy(); local
63 Point positions = strategy.getWord(before, cursor);
  /external/chromium_org/chrome/test/chromedriver/client/
chromedriver.py 198 def FindElement(self, strategy, target):
200 Command.FIND_ELEMENT, {'using': strategy, 'value': target})
202 def FindElements(self, strategy, target):
204 Command.FIND_ELEMENTS, {'using': strategy, 'value': target})
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
growable_memory_byte_array.cc 29 // implementation will determine the best strategy.
  /external/llvm/lib/CodeGen/
OcamlGC.cpp 1 //===-- OcamlGC.cpp - Ocaml frametable GC strategy ------------------------===//
  /external/objenesis/main/src/org/objenesis/strategy/
BaseInstantiatorStrategy.java 16 package org.objenesis.strategy;
  /external/sfntly/cpp/src/sfntly/data/
growable_memory_byte_array.cc 29 // implementation will determine the best strategy.
  /external/zlib/src/contrib/iostream3/
README 24 - setcompressionlevel()/strategy() members replaced by single setcompression()
  /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);
  /dalvik/dx/src/com/android/dx/ssa/
Optimizer.java 113 * Runs the optimizer with a strategy to minimize the number of rop-form
117 * with a different strategy to see if we can get under the bar. The end
140 * appropriate strategy here.
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeFilter.cs 45 rule application strategy and a ``down then up'' tree traversal
46 strategy. Let's look at rule application first.
134 // methods the downup strategy uses to do the up and down rules.
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeFilter.java 41 rule application strategy and a ``down then up'' tree traversal
42 strategy. Let's look at rule application first.
130 // methods the downup strategy uses to do the up and down rules.
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
Optimizer.java 114 * Runs the optimizer with a strategy to minimize the number of rop-form
118 * with a different strategy to see if we can get under the bar. The end
141 * appropriate strategy here.
  /external/llvm/include/llvm/CodeGen/
GCStrategy.h 48 /// The GC strategy registry uses all the defaults from Registry.
83 /// getName - The name of the GC strategy, for debugging.
87 /// getModule - The module within which the GC strategy is operating.

Completed in 364 milliseconds

1 2 34 5 6 7 8 91011>>