HomeSort by relevance Sort by last modified time
    Searched refs:Strategy (Results 26 - 50 of 235) sorted by null

12 3 4 5 6 7 8 910

  /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...]
  /hardware/qcom/display/msm8996/sdm/libs/core/
comp_manager.cpp 30 #include "strategy.h"
87 Strategy *&strategy = display_comp_ctx->strategy; local
88 strategy = new Strategy(extension_intf_, type, hw_res_info_, hw_panel_info, mixer_attributes,
90 if (!strategy) {
91 DLOGE("Unable to create strategy");
96 error = strategy->Init();
98 delete strategy;
142 Strategy *&strategy = display_comp_ctx->strategy; local
    [all...]
  /hardware/qcom/display/msmcobalt/sdm/libs/core/
comp_manager.cpp 30 #include "strategy.h"
87 Strategy *&strategy = display_comp_ctx->strategy; local
88 strategy = new Strategy(extension_intf_, type, hw_res_info_, hw_panel_info, mixer_attributes,
90 if (!strategy) {
91 DLOGE("Unable to create strategy");
96 error = strategy->Init();
98 delete strategy;
142 Strategy *&strategy = display_comp_ctx->strategy; local
    [all...]
  /external/skia/dm/
DMSrcSink.h 176 BRDSrc(Path, SkBitmapRegionDecoder::Strategy, Mode, CodecSrc::DstColorType, uint32_t);
184 SkBitmapRegionDecoder::Strategy fStrategy;
DM.cpp 477 static bool brd_color_type_supported(SkBitmapRegionDecoder::Strategy strategy,
479 switch (strategy) {
500 static void push_brd_src(Path path, SkBitmapRegionDecoder::Strategy strategy,
503 switch (strategy) {
544 BRDSrc* src = new BRDSrc(path, strategy, mode, dstColorType, sampleSize);
550 const SkBitmapRegionDecoder::Strategy strategies[] = {
575 for (SkBitmapRegionDecoder::Strategy strategy : strategies)
    [all...]
DMSrcSink.cpp 71 BRDSrc::BRDSrc(Path path, SkBitmapRegionDecoder::Strategy strategy, Mode mode,
74 , fStrategy(strategy)
87 SkBitmapRegionDecoder::Strategy strategy) {
92 return SkBitmapRegionDecoder::Create(encoded, strategy);
    [all...]
  /external/guava/guava/src/com/google/common/hash/
BloomFilterStrategies.java 38 enum BloomFilterStrategies implements BloomFilter.Strategy {
85 * This strategy uses all 128 bits of {@link Hashing#murmur3_128} when hashing. It looks
  /external/skia/src/core/
SkLinearBitmapPipeline.cpp 114 // PointProcessor uses a strategy to help complete the work of the different stages. The strategy
127 template<typename Strategy, typename Next>
153 Strategy fStrategy;
156 // See PointProcessor for responsibilities of Strategy.
157 template<typename Strategy, typename Next>
188 Strategy fStrategy;
  /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 
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
BindingGraph.java 70 import static dagger.internal.codegen.MembersInjectionBinding.Strategy.INJECT_MEMBERS;
71 import static dagger.internal.codegen.MembersInjectionBinding.Strategy.NO_OP;
AbstractComponentWriter.java 99 import static dagger.internal.codegen.MembersInjectionBinding.Strategy.NO_OP;
    [all...]
  /external/skia/bench/
nanobench.cpp 501 static bool valid_brd_bench(SkData* encoded, SkBitmapRegionDecoder::Strategy strategy,
505 SkBitmapRegionDecoder::Create(encoded, strategy));
837 SkBitmapRegionDecoder::Strategy fStrategy;
854 // PNG decodes use the indicated sampling strategy regardless of the sample size, so
867 const SkBitmapRegionDecoder::Strategy strategy = local
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
org.eclipse.sisu.inject-0.0.0.M5.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ksproxy.h 203 ULONG Strategy;
  /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 
  /frameworks/support/samples/SupportLeanbackShowcase/libs/
gson-1.7.2.jar 
  /external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp 81 // those instructions don't depend on any given trace strategy.
277 // A trace selection strategy is implemented as a sub-class of Ensemble. The
365 // Get an Ensemble sub-class for the requested trace strategy.
367 MachineTraceMetrics::getEnsemble(MachineTraceMetrics::Strategy strategy) {
368 assert(strategy < TS_NumStrategies && "Invalid trace strategy enum");
369 Ensemble *&E = Ensembles[strategy];
374 switch (strategy) {
376 default: llvm_unreachable("Invalid trace strategy enum")
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.4/
commons-lang3-3.4.jar 
  /prebuilts/tools/common/m2/repository/com/google/http-client/google-http-client/1.22.0/
google-http-client-1.22.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.2.1/
commons-lang3-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.3/
commons-lang3-3.3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.3.2/
commons-lang3-3.3.2.jar 

Completed in 1195 milliseconds

12 3 4 5 6 7 8 910