Home
last modified time | relevance | path

Searched defs:strategy (Results 1 – 25 of 106) sorted by relevance

12345

/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/instr/
DProbeArrayStrategyFactoryTest.java51 final IProbeArrayStrategy strategy = test(Opcodes.V1_1, 0, false, true, in testClass1() local
60 final IProbeArrayStrategy strategy = test(Opcodes.V1_2, 0, false, true, in testClass2() local
69 final IProbeArrayStrategy strategy = test(Opcodes.V1_3, 0, false, true, in testClass3() local
78 final IProbeArrayStrategy strategy = test(Opcodes.V1_4, 0, false, true, in testClass4() local
87 final IProbeArrayStrategy strategy = test(Opcodes.V1_5, 0, false, true, in testClass5() local
96 final IProbeArrayStrategy strategy = test(Opcodes.V1_6, 0, false, true, in testClass6() local
105 final IProbeArrayStrategy strategy = test(Opcodes.V1_7, 0, false, true, in testClass7() local
114 final IProbeArrayStrategy strategy = test(Opcodes.V1_8, 0, false, true, in testClass8() local
126 final IProbeArrayStrategy strategy = test(Opcodes.V1_7, in testInterface7() local
135 final IProbeArrayStrategy strategy = test(Opcodes.V1_7, in testEmptyInterface7() local
[all …]
/external/tensorflow/tensorflow/contrib/distribute/python/
Dstrategy_test_lib.py331 def _test_global_step_update(self, strategy): argument
353 def _test_numpy_iterator(self, strategy): argument
366 def run_and_concatenate(strategy, i): argument
385 def _test_run(self, strategy): argument
398 def _test_all_reduce_sum(self, strategy): argument
402 def _test_all_reduce_sum_gradients(self, strategy): argument
406 def _test_all_reduce_sum_gradient_tape(self, strategy): argument
410 def _test_all_reduce_mean(self, strategy): argument
414 def _test_all_reduce_mean_gradients(self, strategy): argument
418 def _test_all_reduce_mean_gradient_tape(self, strategy): argument
[all …]
Dkeras_multi_worker_test.py115 def _clone_and_build_model(model, strategy): argument
253 def _run_standalone_client(test_obj, strategy, cluster_spec): argument
258 def worker_fn(strategy): argument
/external/squashfs-tools/squashfs-tools/
Dgzip_wrapper.h55 short strategy; member
58 struct strategy { struct
60 int strategy; member
65 int strategy; member
73 struct gzip_strategy strategy[0]; member
Dgzip_wrapper.c33 static struct strategy strategy[] = { variable
406 struct gzip_strategy *strategy = &stream->strategy[i]; in gzip_compress() local
/external/objenesis/main/src/main/java/org/objenesis/
DObjenesisBase.java32 protected final InstantiatorStrategy strategy; field in ObjenesisBase
42 public ObjenesisBase(InstantiatorStrategy strategy) { in ObjenesisBase()
52 public ObjenesisBase(InstantiatorStrategy strategy, boolean useCache) { in ObjenesisBase()
/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
DSplitter.java103 private final Strategy strategy; field in Splitter
106 private Splitter(Strategy strategy) { in Splitter()
110 private Splitter(Strategy strategy, boolean omitEmptyStrings, in Splitter()
/external/guava/guava/src/com/google/common/base/
DSplitter.java106 private final Strategy strategy; field in Splitter
109 private Splitter(Strategy strategy) { in Splitter()
113 private Splitter(Strategy strategy, boolean omitEmptyStrings, in Splitter()
/external/skia/src/android/
DSkBitmapRegionDecoder.cpp15 sk_sp<SkData> data, Strategy strategy) { in Create()
21 SkStreamRewindable* stream, Strategy strategy) { in Create()
/external/skqp/src/android/
DSkBitmapRegionDecoder.cpp15 sk_sp<SkData> data, Strategy strategy) { in Create()
21 SkStreamRewindable* stream, Strategy strategy) { in Create()
/external/tensorflow/tensorflow/python/distribute/
Destimator_training.py221 def _worker_fn(strategy): argument
254 def _eval_fn(strategy): argument
320 def _worker_fn(strategy): argument
369 def _worker_fn(strategy): argument
Ddistribute_coordinator_test.py217 def _in_graph_worker_fn(self, strategy): argument
239 def _run_coordinator_in_thread(self, worker_fn, strategy, **kwargs): argument
247 def _run_multiple_coordinator_in_threads(self, worker_fn, strategy, argument
263 def _between_graph_worker_fn(self, strategy): argument
310 def _between_graph_with_monitored_session(self, strategy): argument
343 def _dump_worker_context(self, strategy): argument
367 def _dump_strategy_property(self, strategy): argument
834 def _worker_fn(self, strategy): argument
Ddistribute_coordinator.py113 strategy, argument
327 strategy, argument
451 def _run_between_graph_client(worker_fn, strategy, eval_fn, eval_strategy, argument
494 def _run_in_graph_client(worker_fn, strategy, eval_fn, eval_strategy, argument
527 strategy, eval_strategy, session_config, cluster_spec, task_type, task_id): argument
629 strategy, argument
/external/desugar/test/java/com/google/devtools/build/android/desugar/runtime/
DThrowableExtensionTest.java197 MimicDesugaringStrategy strategy = new MimicDesugaringStrategy(); in testLightweightStackTraceRecorder() local
209 MimicDesugaringStrategy strategy = new MimicDesugaringStrategy(); in testMimicDesugaringStrategy() local
286 NullDesugaringStrategy strategy = new NullDesugaringStrategy(); in testNullDesugaringStrategy() local
334 ReuseDesugaringStrategy strategy = new ReuseDesugaringStrategy(); in testReuseDesugaringStrategy() local
381 private final MimicDesugaringStrategy strategy; field in ThrowableExtensionTest.ExceptionForTest
383 public ExceptionForTest(MimicDesugaringStrategy strategy) { in ExceptionForTest()
DThrowableExtensionTestUtility.java46 Object strategy = method.invoke(null); in getStrategyClassName() local
/external/guava/guava/src/com/google/common/hash/
DBloomFilter.java106 private final Strategy strategy; field in BloomFilter
112 Strategy strategy) { in BloomFilter()
293 Funnel<? super T> funnel, int expectedInsertions /* n */, double fpp, Strategy strategy) { in create()
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
DLruBitmapPool.java24 private final LruPoolStrategy strategy; field in LruBitmapPool
36 LruBitmapPool(int maxSize, LruPoolStrategy strategy) { in LruBitmapPool()
170 final LruPoolStrategy strategy; in getDefaultStrategy() local
/external/archive-patcher/shared/src/main/java/com/google/archivepatcher/shared/
DDeflateCompressor.java38 private int strategy = Deflater.DEFAULT_STRATEGY; field in DeflateCompressor
127 public void setStrategy(int strategy) { in setStrategy()
DJreDeflateParameters.java88 public final int strategy; field in JreDeflateParameters
101 private JreDeflateParameters(int level, int strategy, boolean nowrap) { in JreDeflateParameters()
110 public static JreDeflateParameters of(int level, int strategy, boolean nowrap) { in of()
/external/testng/src/test/java/test/distributed/
DDistributedTest.java44 private File createMasterProperties(String strategy) in createMasterProperties()
109 public TestListenerAdapter twoHosts(String strategy) throws IOException { in twoHosts()
/external/archive-patcher/shared/src/test/java/com/google/archivepatcher/shared/
DJreDeflateParametersTest.java40 private void assertIllegalArgumentException(int level, int strategy, boolean nowrap) { in assertIllegalArgumentException()
/external/tensorflow/tensorflow/python/keras/engine/
Ddistributed_training_utils.py394 def is_tpu_strategy(strategy): argument
670 def _build_distributed_network(model, strategy, mode, inputs=None, argument
722 def clone_model_on_replicas(model, strategy, mode, inputs=None, targets=None): argument
904 def distributed_scope(strategy, learning_phase): argument
/external/perfetto/src/traced/probes/ftrace/
Devent_info_unittest.cc73 TranslationStrategy strategy = kUint32ToUint32; in TEST() local
/external/mockito/src/test/java/org/mockitousage/misuse/
DSpyStubbingMisuseTest.java46 Strategy strategy; field in SpyStubbingMisuseTest.Producer
/external/tensorflow/tensorflow/python/keras/mixed_precision/experimental/
Dloss_scale_optimizer_test.py65 def _run_fn_with_grad_check(self, strategy, var, opt, expected_grad): argument

12345