Searched defs:strategy (Results 1 - 6 of 6) sorted by relevance

/libcore/benchmarks/src/benchmarks/regression/
H A DSchemePrefixBenchmark.java74 @Param Strategy strategy; field in class:SchemePrefixBenchmark
78 strategy.execute("http://android.com");
/libcore/dom/src/test/java/org/w3c/domts/
H A DDocumentBuilderSetting.java33 * strategy used to set or get property value.
35 private final DocumentBuilderSettingStrategy strategy; field in class:DocumentBuilderSetting
204 * @param strategy strategy, may not be null
209 DocumentBuilderSettingStrategy strategy) {
215 this.strategy = strategy;
232 return strategy.hasConflict(other.strategy);
241 return strategy
206 DocumentBuilderSetting( String property, boolean value, DocumentBuilderSettingStrategy strategy) argument
[all...]
/libcore/luni/src/main/native/
H A Djava_util_zip_Deflater.cpp42 static jlong Deflater_createStream(JNIEnv * env, jobject, jint level, jint strategy, jboolean noHeader) { argument
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) { argument
133 int err = deflateParams(&stream->stream, level, strategy);
/libcore/luni/src/test/java/tests/org/w3c/dom/
H A DDocumentBuilderSetting.java33 * strategy used to set or get property value.
35 private final DocumentBuilderSettingStrategy strategy; field in class:DocumentBuilderSetting
204 * @param strategy strategy, may not be null
209 DocumentBuilderSettingStrategy strategy) {
215 this.strategy = strategy;
232 return strategy.hasConflict(other.strategy);
241 return strategy
206 DocumentBuilderSetting( String property, boolean value, DocumentBuilderSettingStrategy strategy) argument
[all...]
/libcore/luni/src/main/java/java/util/zip/
H A DDeflater.java88 * The default compression strategy.
98 * A compression strategy.
103 * A compression strategy.
145 private int strategy = DEFAULT_STRATEGY; field in class:Deflater
160 * The compression strategy can be specified with {@link #setStrategy}. A
171 * The compression strategy can be specified with {@link #setStrategy}.
184 * header. The strategy can be specified using {@link #setStrategy}.
191 streamHandle = createStream(compressLevel, strategy, noHeader);
350 * previous compression strategy or level settings. This
406 setLevelsImpl(compressLevel, strategy, streamHandl
412 setLevelsImpl(int level, int strategy, long handle) argument
442 setStrategy(int strategy) argument
[all...]
/libcore/benchmarks/libs/
H A Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/caliper/ com/google/caliper/AllocationMeasurer ...

Completed in 536 milliseconds