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

<<11121314151617181920>>

  /hardware/qcom/display/sdm845/sdm/libs/core/
comp_manager.h 33 #include "strategy.h"
88 Strategy *strategy = NULL; member in struct:sdm::CompManager::DisplayCompositionContext
108 // mode, where strategy manager chooses the best strategy
  /external/glide/library/src/main/java/com/bumptech/glide/
BitmapRequestBuilder.java 413 public BitmapRequestBuilder<ModelType, TranscodeType> diskCacheStrategy(DiskCacheStrategy strategy) {
414 super.diskCacheStrategy(strategy);
  /frameworks/base/core/jni/
android_text_StaticLayout.cpp 53 // set text and set a number of parameters for creating a layout (width, tabstops, strategy,
57 jintArray variableTabStops, jint defaultTabStop, jint strategy, jint hyphenFrequency,
70 b->setStrategy(static_cast<minikin::BreakStrategy>(strategy));
  /frameworks/rs/script_api/include/
rs_for_each.rsh 76 rs_for_each_strategy_t strategy; // Currently ignored. In the future, will be suggested cell iteration strategy.
138 * sc: Extra control information used to select a sub-region of the allocation to be processed or suggest a walking strategy. May be NULL.
  /hardware/interfaces/renderscript/1.0/
types.hal 175 ForEachStrategy strategy;
  /prebuilts/sdk/renderscript/include/
rs_for_each.rsh 76 rs_for_each_strategy_t strategy; // Currently ignored. In the future, will be suggested cell iteration strategy.
138 * sc: Extra control information used to select a sub-region of the allocation to be processed or suggest a walking strategy. May be NULL.
  /external/skia/src/core/
SkLinearBitmapPipeline_sample.h 260 template <typename Next, typename Strategy>
261 static void src_strategy_blend(Span span, Next* next, Strategy* strategy) {
267 const void* row = strategy->row((int)std::floor(Y(start)));
271 strategy->get4Pixels(row, ix, &px0, &px1, &px2, &px3);
278 next->blendPixel(strategy->getPixelFromRow(row, ix));
285 strategy->get4Pixels(row, ix - 3, &px3, &px2, &px1, &px0);
292 next->blendPixel(strategy->getPixelFromRow(row, ix));
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/shared/maven-shared-io/1.1/
maven-shared-io-1.1.jar 
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DefaultRequestDirectorTest.java 266 ConnectionKeepAliveStrategy strategy = shadowOf((DefaultRequestDirector) Robolectric.getSentHttpRequestInfo(0).getRequestDirector()).getConnectionKeepAliveStrategy(); local
267 assertSame(strategy, connectionKeepAliveStrategy);
  /external/skia/third_party/libpng/
pngwutil.c 332 int strategy; /* set below */ local
338 strategy = png_ptr->zlib_strategy;
341 strategy = PNG_Z_DEFAULT_STRATEGY;
344 strategy = PNG_Z_DEFAULT_NOFILTER_STRATEGY;
354 strategy = png_ptr->zlib_text_strategy;
357 * IDAT values except for the strategy, which is fixed to the
361 strategy = Z_DEFAULT_STRATEGY;
394 png_ptr->zlib_set_strategy != strategy))
419 memLevel, strategy);
    [all...]
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiCecController.java 387 * @param pickStrategy strategy how to pick polling candidates
413 int strategy = pickStrategy & Constants.POLL_STRATEGY_MASK; local
415 switch (strategy) {
  /frameworks/support/core-utils/java/android/support/v4/content/
FileProvider.java 400 final PathStrategy strategy = getPathStrategy(context, authority); local
401 return strategy.getUriForFile(file);
630 * Strategy for mapping between {@link File} and {@link Uri}.
655 * Strategy that provides access to files living under a narrow whitelist of
    [all...]
  /hardware/qcom/audio/legacy/alsa_sound/
audio_policy_hal.cpp 278 uint32_t strategy,
283 return qap->apm->registerEffect(desc, io, strategy, session, id);
  /development/ndk/platforms/android-9/include/linux/
pkt_sched.h 289 unsigned char strategy; member in struct:tc_cbq_ovl
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
deflate.h 186 int strategy; /* favor or force Huffman coding*/ member in struct:internal_state
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
deflate.h 183 int strategy; /* favor or force Huffman coding*/ member in struct:internal_state
  /external/archive-patcher/applier/src/test/java/com/google/archivepatcher/applier/
FileByFileV1DeltaApplierTest.java 190 dataOut.write(PARAMS1.strategy);
  /external/autotest/server/hosts/
cros_repair.py 619 The Jetstream repair strategy is based on the CrOS verify and repair,
  /external/libnl/lib/route/qdisc/
cbq.c 39 * Convert a CBQ OVL strategy to a character string
40 * @arg type CBQ OVL strategy
44 * Converts a CBQ OVL strategy to a character string and stores in the
55 * Convert a string to a CBQ OVL strategy
58 * Converts a CBQ OVL stragegy name to it's corresponding CBQ OVL strategy
142 nl_dump_line(p, " penalty %uus strategy %s ",
144 nl_ovl_strategy2str(cbq->cbq_ovl.strategy, buf, sizeof(buf)));
  /external/pdfium/third_party/zlib_v128/
deflate.h 186 int strategy; /* favor or force Huffman coding*/ member in struct:internal_state
  /external/python/cpython2/Modules/zlib/
deflate.h 186 int strategy; /* favor or force Huffman coding*/ member in struct:internal_state
  /external/syslinux/com32/lib/zlib/
deflate.h 183 int strategy; /* favor or force Huffman coding*/ member in struct:internal_state
  /external/zlib/src/
deflate.h 186 int strategy; /* favor or force Huffman coding*/ member in struct:internal_state
  /frameworks/av/media/libaudioclient/include/media/
IAudioPolicyService.h 111 uint32_t strategy,
  /frameworks/av/services/audiopolicy/
AudioPolicyInterface.h 184 // return the strategy corresponding to a given stream type
194 uint32_t strategy,

Completed in 939 milliseconds

<<11121314151617181920>>