HomeSort by relevance Sort by last modified time
    Searched full:strategy (Results 151 - 175 of 1010) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 110 /// Initialize the strategy after building the DAG for a new region.
113 /// Notify this strategy that all roots have been released (including those
330 /// Return a non-null DFS result if the scheduling strategy initialized it.
  /external/qemu/distrib/zlib-1.2.3/
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...]
  /development/ndk/platforms/android-3/include/linux/
pkt_sched.h 289 unsigned char strategy; member in struct:tc_cbq_ovl
  /development/ndk/platforms/android-3/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...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeRewriter.cs 102 // methods the downup strategy uses to do the up and down rules.
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeRewriter.cs 119 // methods the downup strategy uses to do the up and down rules.
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeRewriter.java 115 // methods the downup strategy uses to do the up and down rules.
  /external/apache-http/src/org/apache/http/impl/
NoConnectionReuseStrategy.java 40 * A strategy that never re-uses a connection.
  /external/apache-http/src/org/apache/http/impl/client/
DefaultConnectionKeepAliveStrategy.java 42 * Default implementation of a strategy deciding duration
  /external/ceres-solver/internal/ceres/
dense_qr_solver.h 56 // The solution strategy is based on computing the QR decomposition of
levenberg_marquardt_strategy.h 41 // strategy based on on "Methods for Nonlinear Least Squares" by
  /external/chromium/sdch/open-vcdiff/src/
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...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
chained_compiled_file_system.py 58 # Strategy: Get the current version of |path| in main FileSystem, then run
  /external/chromium_org/ipc/
ipc.gyp 181 # See base.gyp for TODO(jrg)s about this strategy.
  /external/chromium_org/ppapi/proxy/
serialized_handle.h 135 // efficient strategy.
  /external/chromium_org/sdch/open-vcdiff/src/zlib/
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...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_doc_comment_unittest.cc 53 // fairly tedious and fragile testing strategy. If we want to go that route,
  /external/guava/guava-testlib/src/com/google/common/testing/
RelationshipTester.java 114 * A strategy for testing the relationship between objects. Methods are expected to throw
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/udp/
UdpConnector.java 108 // to work. If a polling strategy is never employed by callers then it doesn't
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/
AreaCodeMapStorageStrategy.java 27 * {@link AreaCodeMap} to support the most space-efficient storage strategy according to the
  /external/libvpx/libvpx/vpx/
svc_context.h 43 SVC_ENCODING_MODE encoding_mode; // svc encoding strategy
  /external/llvm/include/llvm/Support/
IncludeFile.h 64 /// helps to resolve that problem. The basic strategy is to use this class in
  /external/llvm/lib/CodeGen/
ErlangGC.cpp 1 //===-- ErlangGC.cpp - Erlang/OTP GC strategy -------------------*- C++ -*-===//
  /external/objenesis/main/src/org/objenesis/strategy/
StdInstantiatorStrategy.java 16 package org.objenesis.strategy;
  /external/open-vcdiff/src/zlib/
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...]

Completed in 1093 milliseconds

1 2 3 4 5 67 8 91011>>