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

1 23 4 5 6 7 8 91011>>

  /external/jsilver/src/org/clearsilver/jni/
JNI.java 30 * <p>If this fails, the JVM exits with a code of 1. However, this strategy
36 * Failure callback strategy that writes a message to sysout, then calls
55 * Failure callback strategy that throws an UnsatisfiedLinkError, which
  /external/robolectric/lib/main/
objenesis-1.0.jar 
  /external/zlib/src/contrib/delphi/
readme.txt 25 - The new Z_RLE strategy has its corresponding symbolic constant.
57 - The ability to select a different compression strategy, useful
68 there could be a compression strategy
  /prebuilts/tools/common/m2/internal/org/objenesis/objenesis/1.2/
objenesis-1.2.jar 
  /prebuilts/tools/common/objenesis/
objenesis-1.2.jar 
  /libcore/dom/src/test/java/org/w3c/domts/
LSDocumentBuilderFactory.java 38 * Abstract class for a strategy to map a DocumentBuilderSetting
109 * A strategy for a setting that can be applied by setting a DOMConfiguration
195 * A strategy for the validation settings which require
297 Object strategy = strategies.get(settings[i].getProperty()); local
298 if (strategy == null) {
302 ( (LSStrategy) strategy).applySetting(settings[i], parser);
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
FileCleaner.java 50 * The {@link FileDeleteStrategy#NORMAL normal} deletion strategy will be used.
64 * The speified deletion strategy is used.
68 * @param deleteStrategy the strategy to delete the file, null means normal
79 * The {@link FileDeleteStrategy#NORMAL normal} deletion strategy will be used.
93 * The speified deletion strategy is used.
97 * @param deleteStrategy the strategy to delete the file, null means normal
  /external/guava/guava/src/com/google/common/base/
Splitter.java 101 private final Strategy strategy; field in class:Splitter
104 private Splitter(Strategy strategy) {
105 this(strategy, false, CharMatcher.NONE, Integer.MAX_VALUE);
108 private Splitter(Strategy strategy, boolean omitEmptyStrings,
110 this.strategy = strategy;
141 return new Splitter(new Strategy() {
    [all...]
  /external/ceres-solver/internal/ceres/
trust_region_strategy.cc 49 LOG(FATAL) << "Unknown trust region strategy: "
53 LOG(FATAL) << "Unknown trust region strategy: "
  /external/chromium_org/chrome/renderer/extensions/
api_activity_logger.cc 58 ActivityLogConverterStrategy strategy; local
60 converter->SetStrategy(&strategy);
dom_activity_logger.cc 36 ActivityLogConverterStrategy strategy; local
38 converter->SetStrategy(&strategy);
activity_log_converter_strategy.h 20 : public content::V8ValueConverter::Strategy {
  /external/chromium_org/net/dns/
dns_socket_pool.h 29 // Creates a DnsSocketPool that implements the default strategy for managing
35 // Creates a DnsSocketPool that implements a "null" strategy -- no sockets are
  /external/mockito/src/org/mockito/internal/configuration/injection/
ConstructorInjection.java 21 * Injection strategy based on constructor.
24 * The strategy will search for the constructor with most parameters
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 125 // return the strategy corresponding to a given stream type
134 uint32_t strategy,
233 // default volume curve for media strategy
235 // volume curve for media strategy on speakers
237 // volume curve for sonification strategy on speakers
268 bool isStrategyActive(routing_strategy strategy,
334 routing_strategy mStrategy; // routing strategy the effect is associated to
342 // return the strategy corresponding to a given stream type
345 // return appropriate device for streams handled by the specified strategy according to current
356 virtual audio_devices_t getDeviceForStrategy(routing_strategy strategy,
    [all...]
  /external/chromium_org/chrome_frame/infobars/internal/
displaced_window_manager.cc 35 // "client-area preservation strategy", so we must force a redraw to be safe.
  /external/guava/guava/src/com/google/common/eventbus/
HandlerFindingStrategy.java 38 * this strategy (in ways that this interface does not define).
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/
FunctionExecutor.java 36 * @param name Strategy for escaping text. If null or "none", text will be left as is.
  /external/mockito/src/org/mockito/internal/util/collections/
HashCodeAndEqualsMockWrapper.java 18 * Instead the strategy is :
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
foreach_bounds.rs 55 rssc.strategy = RS_FOR_EACH_STRATEGY_DONT_CARE;
  /libcore/luni/src/main/native/
java_util_zip_Deflater.cpp 42 static jlong Deflater_createStream(JNIEnv * env, jobject, jint level, jint strategy, jboolean noHeader) {
59 int err = deflateInit2(&jstream->stream, level, Z_DEFLATED, windowBits, memLevel, strategy);
125 static void Deflater_setLevelsImpl(JNIEnv* env, jobject, int level, int strategy, jlong handle) {
133 int err = deflateParams(&stream->stream, level, strategy);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/
msg_04.txt 15 X-Oblique-Strategy: Make a door into a window
msg_44.txt 15 X-Oblique-Strategy: Make a door into a window
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/
msg_04.txt 15 X-Oblique-Strategy: Make a door into a window
msg_44.txt 15 X-Oblique-Strategy: Make a door into a window

Completed in 487 milliseconds

1 23 4 5 6 7 8 91011>>