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

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/
zlib.h 194 /* compression strategy; see deflateInit2() below for details */
485 int strategy));
517 The strategy parameter is used to tune the compression algorithm. Use the
526 Z_HUFFMAN_ONLY, but give better compression for PNG image data. The strategy
586 compression state which can be quite large, so this strategy is slow and
608 int strategy));
610 Dynamically update the compression level and compression strategy. The
611 interpretation of level and strategy is as in deflateInit2. This can be
614 strategy. If the compression level is changed, the input available so far
    [all...]
  /prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/
zlib.h 194 /* compression strategy; see deflateInit2() below for details */
485 int strategy));
517 The strategy parameter is used to tune the compression algorithm. Use the
526 Z_HUFFMAN_ONLY, but give better compression for PNG image data. The strategy
586 compression state which can be quite large, so this strategy is slow and
608 int strategy));
610 Dynamically update the compression level and compression strategy. The
611 interpretation of level and strategy is as in deflateInit2. This can be
614 strategy. If the compression level is changed, the input available so far
    [all...]
  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/
zlib.h 194 /* compression strategy; see deflateInit2() below for details */
485 int strategy));
517 The strategy parameter is used to tune the compression algorithm. Use the
526 Z_HUFFMAN_ONLY, but give better compression for PNG image data. The strategy
586 compression state which can be quite large, so this strategy is slow and
608 int strategy));
610 Dynamically update the compression level and compression strategy. The
611 interpretation of level and strategy is as in deflateInit2. This can be
614 strategy. If the compression level is changed, the input available so far
    [all...]
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/
zlib.h 194 /* compression strategy; see deflateInit2() below for details */
485 int strategy));
517 The strategy parameter is used to tune the compression algorithm. Use the
526 Z_HUFFMAN_ONLY, but give better compression for PNG image data. The strategy
586 compression state which can be quite large, so this strategy is slow and
608 int strategy));
610 Dynamically update the compression level and compression strategy. The
611 interpretation of level and strategy is as in deflateInit2. This can be
614 strategy. If the compression level is changed, the input available so far
    [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/trove4j/trove4j/20160824/
trove4j-20160824.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
deflate.c 216 int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy,
223 int strategy;
267 strategy < 0 || strategy > Z_FIXED) {
308 s->strategy = strategy;
416 int ZEXPORT deflateParams(strm, level, strategy)
419 int strategy;
433 if (level < 0 || level > 9 || strategy < 0 || strategy > Z_FIXED) {
    [all...]
  /prebuilts/tools/common/m2/repository/net/sf/trove4j/trove4j/1.1/
trove4j-1.1.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
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;
  /external/archive-patcher/applier/src/main/java/com/google/archivepatcher/applier/
PatchReader.java 107 int strategy = (int) checkRange(dataIn.readUnsignedByte(), 0, 2, "recompression strategy"); local
113 JreDeflateParameters.of(level, strategy, nowrapInt == 0 ? false : true));
  /external/libxml2/os400/
wrappers.c 158 int memLevel, int strategy, const char * version, int stream_size)
164 r = deflateInit2_(strm, level, method, windowBits, memLevel, strategy,
  /external/mockito/src/main/java/org/mockito/internal/invocation/
InvocationMatcher.java 131 MatcherApplicationStrategy strategy = getMatcherApplicationStrategyFor(invocation, matchers); local
132 strategy.forEachMatcherAndArgument(captureArgument());
  /external/mockito/src/main/java/org/mockito/internal/progress/
MockingProgressImpl.java 169 public void setVerificationStrategy(VerificationStrategy strategy) {
170 this.verificationStrategy = strategy;
  /external/python/cpython2/Modules/zlib/
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;
  /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/testng/src/main/java/org/testng/internal/invokers/
InvokedMethodListenerInvoker.java 61 final InvocationStrategy strategy = obtainStrategyFor(listenerInstance, m_listenerMethod); local
62 strategy.callMethod(listenerInstance, invokedMethod, m_testResult, m_testContext);
  /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;
  /frameworks/minikin/include/minikin/
LineBreaker.h 151 void setStrategy(BreakStrategy strategy) { mStrategy = strategy; }
  /packages/apps/TimeZoneData/oem_template/data_app/
Android.mk 26 # OEM-INSTRUCTION: OEMs should come up with a suitable versioning strategy.
  /external/objenesis/main/src/main/java/org/objenesis/strategy/
PlatformDescription.java 16 package org.objenesis.strategy;
  /external/objenesis/tck/src/main/java/org/objenesis/tck/
TCK.java 19 import org.objenesis.strategy.PlatformDescription;
  /external/objenesis/tck/src/main/java/org/objenesis/tck/search/
SearchWorkingInstantiator.java 19 import org.objenesis.strategy.PlatformDescription;
  /frameworks/support/compat/java/android/support/v4/content/res/
FontResourcesParserCompat.java 78 public ProviderResourceEntry(@NonNull FontRequest request, @FetchStrategy int strategy,
81 mStrategy = strategy;
184 int strategy = array.getInteger(R.styleable.FontFamily_fontProviderFetchStrategy, local
195 new FontRequest(authority, providerPackage, query, certs), strategy, timeoutMs);
  /libcore/ojluni/src/main/native/
java_util_zip_Deflater.c 54 strategyID = (*env)->GetFieldID(env, cls, "strategy", "I");
65 jint strategy, jboolean nowrap)
76 DEF_MEM_LEVEL, strategy);
138 int strategy = (*env)->GetIntField(env, this, strategyID); local
158 res = deflateParams(strm, level, strategy);
  /packages/apps/TimeZoneData/oem_template/data_app/testing/
Android.mk 28 # OEM-INSTRUCTION: OEMs should come up with a suitable versioning strategy and this version should
44 # OEM-INSTRUCTION: OEMs should come up with a suitable versioning strategy and this version should
  /art/compiler/optimizing/
register_allocator.cc 41 Strategy strategy) {
42 switch (strategy) {
48 LOG(FATAL) << "Invalid register allocation strategy: " << strategy;

Completed in 1763 milliseconds

1 2 3 4 5 6 78 91011>>