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

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
gzguts.h 183 int strategy; /* compression strategy */ member in struct:__anon5556
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/zlib/
gzguts.h 189 int strategy; /* compression strategy */ member in struct:__anon5611
  /external/objenesis/tck/src/test/java/org/objenesis/tck/
TextReporterTest.java 25 import org.objenesis.strategy.SingleInstantiatorStrategy;
  /external/pdfium/third_party/zlib_v128/
gzguts.h 191 int strategy; /* compression strategy */ member in struct:__anon29506
zlib.h 266 /* compression strategy; see deflateInit2() below for details */
601 int strategy));
633 The strategy parameter is used to tune the compression algorithm. Use the
643 strategy parameter only affects the compression ratio but not the
    [all...]
  /external/python/cpython2/Modules/zlib/
gzguts.h 183 int strategy; /* compression strategy */ member in struct:__anon30411
  /external/zlib/src/
gzguts.h 183 int strategy; /* compression strategy */ member in struct:__anon39661
  /hardware/qcom/display/msm8996/sdm/libs/core/
comp_manager.h 33 #include "strategy.h"
79 Strategy *strategy = NULL; member in struct:sdm::CompManager::DisplayCompositionContext
99 // mode, where strategy manager chooses the best strategy
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp 533 // store previous phone state for management of sonification strategy below
542 // pertaining to sonification strategy see handleIncallSonification()
571 // latency of any output where either strategy is active.
618 // pertaining to sonification strategy see handleIncallSonification()
761 routing_strategy strategy = getStrategy(stream); local
837 routing_strategy strategy = (routing_strategy) getStrategyForAttr(&attributes); local
1284 routing_strategy strategy = getStrategy(stream); local
2333 routing_strategy strategy = getStrategy(AUDIO_STREAM_MUSIC); local
3373 routing_strategy strategy = (routing_strategy) getStrategyForAttr(&sourceDesc->mAttributes); local
    [all...]
  /bootable/recovery/applypatch/
imgpatch.cpp 58 int strategy = Read4(deflate_header + 56); local
66 int ret = deflateInit2(strm.get(), level, method, window_bits, mem_level, strategy);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
gzio.c 100 int strategy = Z_DEFAULT_STRATEGY; /* compression strategy */ local
140 strategy = Z_FILTERED;
142 strategy = Z_HUFFMAN_ONLY;
144 strategy = Z_RLE;
156 Z_DEFLATED, -MAX_WBITS, DEF_MEM_LEVEL, strategy);
232 * Update the compression level and strategy
234 int ZEXPORT gzsetparams (file, level, strategy)
237 int strategy;
253 return deflateParams (&(s->stream), level, strategy);
    [all...]
  /external/deqp/modules/egl/
teglCreateContextExtTests.cpp 164 const char* eglResetNotificationStrategyToString (EGLint strategy)
166 switch (strategy)
809 deInt32 strategy = 0; local
811 gl.getIntegerv(GL_RESET_NOTIFICATION_STRATEGY, &strategy);
814 if (expected == EGL_NO_RESET_NOTIFICATION && strategy != GL_NO_RESET_NOTIFICATION)
816 log << TestLog::Message << "glGetIntegerv(GL_RESET_NOTIFICATION_STRATEGY) returned '" << strategy << "', expected 'GL_NO_RESET_NOTIFICATION'" << TestLog::EndMessage;
819 else if (expected == EGL_LOSE_CONTEXT_ON_RESET && strategy != GL_LOSE_CONTEXT_ON_RESET)
821 log << TestLog::Message << "glGetIntegerv(GL_RESET_NOTIFICATION_STRATEGY) returned '" << strategy << "', expected 'GL_LOSE_CONTEXT_ON_RESET'" << TestLog::EndMessage;
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/
DrawableRequestBuilder.java 364 public DrawableRequestBuilder<ModelType> diskCacheStrategy(DiskCacheStrategy strategy) {
365 super.diskCacheStrategy(strategy);
GifRequestBuilder.java 363 public GifRequestBuilder<ModelType> diskCacheStrategy(DiskCacheStrategy strategy) {
364 super.diskCacheStrategy(strategy);
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/instr/
Instrumenter.java 86 final IProbeArrayStrategy strategy = ProbeArrayStrategyFactory local
89 new ClassInstrumenter(strategy, writer), true);
  /external/junit/src/main/java/org/junit/internal/runners/rules/
RuleMemberValidator.java 98 for (RuleValidator strategy : validatorStrategies) {
99 strategy.validate(member, annotation, errors);
155 * Examine the given member and add any violations of the strategy's validation logic to the given list of errors
  /external/testng/src/main/java/org/testng/remote/
SuiteDispatcher.java 24 * Dispatches test suits according to the strategy defined.
35 public static final String MASTER_STRATEGY = "testng.master.strategy";
40 * Values allowed for STRATEGY
63 String strategy = properties.getProperty(MASTER_STRATEGY, STRATEGY_SUITE); local
64 m_isStrategyTest = STRATEGY_TEST.equalsIgnoreCase(strategy);
  /hardware/qcom/display/msm8998/sdm/libs/core/
Android.mk 36 strategy.cpp \
comp_manager.h 33 #include "strategy.h"
88 Strategy *strategy = NULL; member in struct:sdm::CompManager::DisplayCompositionContext
110 // mode, where strategy manager chooses the best strategy
  /hardware/qcom/display/sdm845/sdm/libs/core/
Android.mk 33 strategy.cpp \
  /frameworks/base/services/usage/java/com/android/server/usage/
StorageStatsService.java 493 CacheQuotaStrategy strategy = getInitializedStrategy(); local
496 mPreviousBytes = strategy.setupQuotasFromFile();
506 recalculateQuotas(strategy);
519 private void recalculateQuotas(CacheQuotaStrategy strategy) {
524 strategy.recalculateQuotas();
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GraphRunner.java 32 * The scheduling strategy determines how the filter nodes are selected
34 * strategy determines which node of this set to select for execution. For instance, an LFU
588 /** Schedule strategy: From set of candidates, pick a random one. */
590 /** Schedule strategy: From set of candidates, pick node executed least recently executed. */
592 /** Schedule strategy: From set of candidates, pick node executed least number of times. */
594 /** Schedule strategy: Schedules no node more than once. */
747 * Sets the filter scheduling strategy. This method can not be called when the GraphRunner is
750 * @param strategy a constant specifying which scheduler strategy to use.
752 * @throws IllegalArgumentException if invalid strategy is specified
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/testtype/
CodeCoverageTestBase.java 83 @Option(name = "compression-strategy",
161 /** Returns the compression strategy that should be used to archive the coverage report. */
167 throw new RuntimeException("Unknown compression strategy: %s", e);
173 String msg = String.format("Could not instantiate %s. The compression strategy must "
281 ICompressionStrategy strategy = getCompressionStrategy(); local
282 dataType = strategy.getLogDataType();
283 streamSource = new FileInputStreamSource(strategy.compress(data), true);
  /external/archive-patcher/applier/src/main/java/com/google/archivepatcher/applier/
PartiallyCompressingOutputStream.java 147 deflater.setStrategy(parameters.strategy);
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyInterface.h 145 // return the strategy corresponding to a given stream type
155 uint32_t strategy,

Completed in 1653 milliseconds

1 2 3 4 5 6 7 8 91011>>