HomeSort by relevance Sort by last modified time
    Searched defs:Strategy (Results 1 - 25 of 254) sorted by null

1 2 3 4 5 6 7 8 91011

  /frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/plugin/
Strategy.cpp 17 #include "Strategy.h"
24 Strategy::Strategy(const string &mappingValue,
40 // Declares the strategy to audio policy engine
44 bool Strategy::sendToHW(string & /*error*/)
Strategy.h 27 class Strategy : public CFormattedSubsystemObject
30 Strategy(const std::string &mappingValue,
46 android::routing_strategy mId; /**< strategy identifier to link with audio.h.*/
  /external/skia/include/android/
SkBitmapRegionDecoder.h 23 enum Strategy {
29 * @param strategy Strategy used for scaling and subsetting
32 static SkBitmapRegionDecoder* Create(sk_sp<SkData>, Strategy strategy);
36 * @param strategy Strategy used for scaling and subsetting
40 SkStreamRewindable* stream, Strategy strategy);
  /art/compiler/optimizing/
register_allocator.h 42 enum Strategy {
47 static constexpr Strategy kRegisterAllocatorDefault = kRegisterAllocatorLinearScan;
52 Strategy strategy = kRegisterAllocatorDefault);
  /frameworks/av/services/audiopolicy/engineconfigurable/src/
Strategy.h 28 * @tparam audio_devices_t: Applicable output device(s) for this strategy.
81 audio_devices_t mApplicableDevices; /**< Applicable output device(s) for this strategy. */
84 typedef Element<routing_strategy> Strategy;
  /hardware/qcom/display/msm8996/sdm/libs/core/
strategy.h 33 class Strategy {
35 Strategy(ExtensionInterface *extension_intf, DisplayType type,
strategy.cpp 28 #include "strategy.h"
30 #define __CLASS__ "Strategy"
34 Strategy::Strategy(ExtensionInterface *extension_intf, DisplayType type,
44 DisplayError Strategy::Init() {
52 DLOGE("Failed to create strategy");
64 DisplayError Strategy::Deinit() {
76 DisplayError Strategy::Start(HWLayersInfo *hw_layers_info, uint32_t *max_attempts,
115 DisplayError Strategy::Stop() {
123 DisplayError Strategy::GetNextStrategy(StrategyConstraints *constraints)
    [all...]
  /libcore/benchmarks/src/benchmarks/regression/
SchemePrefixBenchmark.java 26 enum Strategy {
73 @Param Strategy strategy; field in class:SchemePrefixBenchmark
77 strategy.execute("http://android.com");
  /external/mockito/src/test/java/org/mockitousage/misuse/
SpyStubbingMisuseTest.java 18 Strategy mfoo = mock(Strategy.class);
32 public class Strategy {
40 Sampler(Strategy f) {
46 Strategy strategy; field in class:SpyStubbingMisuseTest.Producer
47 Producer(Strategy f) {
48 strategy = f;
51 return new Sampler(strategy);
  /hardware/qcom/display/msm8998/sdm/libs/core/
strategy.h 34 class Strategy {
36 Strategy(ExtensionInterface *extension_intf, BufferAllocator *buffer_allocator,
strategy.cpp 28 #include "strategy.h"
31 #define __CLASS__ "Strategy"
35 Strategy::Strategy(ExtensionInterface *extension_intf, BufferAllocator *buffer_allocator,
47 DisplayError Strategy::Init() {
55 DLOGE("Failed to create strategy");
67 DisplayError Strategy::Deinit() {
79 DisplayError Strategy::Start(HWLayersInfo *hw_layers_info, uint32_t *max_attempts,
110 DisplayError Strategy::Stop() {
118 DisplayError Strategy::GetNextStrategy(StrategyConstraints *constraints)
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/util/
FallbackStrategies.java 50 public interface Strategy<Input, Output> {
54 private final List<Strategy<Input, Output>> mChainedStrategies;
56 private FallbackStrategies(final Strategy<Input, Output> primaryStrategy) {
57 mChainedStrategies = new ArrayList<Strategy<Input, Output>>();
62 final Strategy<Input, Output> primaryStrategy) {
66 public FallbackStrategies<Input, Output> thenTry(final Strategy<Input, Output> strategy) {
68 mChainedStrategies.add(strategy);
75 final Strategy<Input, Output> strategy = mChainedStrategies.get(i) local
    [all...]
  /external/caliper/examples/src/main/java/examples/
VarargsBenchmark.java 32 enum Strategy {
128 @Param private Strategy strategy; field in class:VarargsBenchmark
164 dummy += strategy.one(data[i % dataLength]);
174 dummy += strategy.two(data[i % dataLength], data[(i + 1) % dataLength]);
184 dummy += strategy.three(
197 dummy += strategy.four(
211 dummy += strategy.five(
226 dummy += strategy.six(
CopyArrayBenchmark.java 48 public enum Strategy {
241 @Param Strategy strategy; field in class:CopyArrayBenchmark
284 dummy += System.identityHashCode(strategy.copy(objectArray));
292 dummy += System.identityHashCode(strategy.copy(booleanArray));
300 dummy += System.identityHashCode(strategy.copy(byteArray));
308 dummy += System.identityHashCode(strategy.copy(charArray));
316 dummy += System.identityHashCode(strategy.copy(doubleArray));
324 dummy += System.identityHashCode(strategy.copy(floatArray));
332 dummy += System.identityHashCode(strategy.copy(intArray))
    [all...]
  /external/aac/libAACdec/src/
rvlc.cpp 820 CHAR Strategy[60]="No";
    [all...]
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
MembersInjectionBinding.java 71 enum Strategy {
76 Strategy injectionStrategy() {
77 return injectionSites().isEmpty() ? Strategy.NO_OP : Strategy.INJECT_MEMBERS;
  /external/guava/guava/src/com/google/common/hash/
BloomFilter.java 64 * A strategy to translate T instances, to {@code numHashFunctions} bit indexes.
68 interface Strategy extends java.io.Serializable {
85 * Identifier used to encode this strategy, when marshalled as part of a BloomFilter.
88 * negative values are reserved for any custom, stateful strategy we may define
89 * (e.g. any kind of strategy that would depend on user input).
104 * The strategy we employ to map an element T to {@code numHashFunctions} bit indexes.
106 private final Strategy strategy; field in class:BloomFilter
112 Strategy strategy) {
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 300 /// strategy, for example 'minimum resource height'. There is one trace for
342 enum Strategy {
349 /// Get the trace ensemble representing the given trace selection strategy.
352 Ensemble *getEnsemble(Strategy);
375 // One ensemble per strategy.
  /external/skia/src/gpu/vk/
GrVkMemory.h 119 enum Strategy {
124 GrVkHeap(const GrVkGpu* gpu, Strategy strategy, VkDeviceSize subHeapSize)
129 if (strategy == kSubAlloc_Strategy) {
  /external/syslinux/dosutil/
eltorito.asm 66 Pointers dw Strategy ; |
121 Strategy:
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ksproxy.h 203 ULONG Strategy;
  /prebuilts/eclipse/maven/apache-maven-3.2.1/boot/
plexus-classworlds-2.5.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-classworlds/2.4/
plexus-classworlds-2.4.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
org.eclipse.sisu.inject-0.0.0.M5.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/
org.eclipse.sisu.inject-0.0.0.M5.jar 

Completed in 4892 milliseconds

1 2 3 4 5 6 7 8 91011