Home
last modified time | relevance | path

Searched defs:Strategy (Results 1 – 25 of 44) sorted by relevance

12

/external/rust/crates/camino/src/
Dproptest_impls.rs25 type Strategy = BoxedStrategy<Self>; typedef
27 fn arbitrary_with(args: Self::Parameters) -> Self::Strategy { in arbitrary_with()
55 type Strategy = MapInto<StrategyFor<Utf8PathBuf>, Self>; typedef
57 fn arbitrary_with(args: Self::Parameters) -> Self::Strategy { in arbitrary_with()
/external/rust/crates/arc-swap/src/strategy/
Dmod.rs150 pub trait Strategy<T: RefCnt>: sealed::InnerStrategy<T> {} trait
/external/mockito/src/test/java/org/mockitousage/misuse/
DSpyStubbingMisuseTest.java32 public class Strategy { class in SpyStubbingMisuseTest
/external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
DIRMutator.cpp62 for (const auto &Strategy : Strategies) in mutateModule() local
65 auto Strategy = RS.getSelection(); in mutateModule() local
/external/skia/gm/
Dcolorspace.cpp66 enum Strategy { SkImage_makeColorSpace, SkCanvas_makeSurface }; enum
/external/google-cloud-java/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/
DStrategy.java30 public final class Strategy extends com.google.protobuf.GeneratedMessageV3 class
36 private Strategy(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Strategy() method in Strategy
40 private Strategy() {} in Strategy() method in Strategy
/external/icing/icing/file/
Dmemory-mapped-file.h100 enum Strategy { enum
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNIterativeScheduler.h75 const StrategyKind Strategy; variable
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DGCNIterativeScheduler.h77 const StrategyKind Strategy; variable
/external/rust/crates/scopeguard/src/
Dlib.rs201 pub trait Strategy { interface
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DThreadPool.h214 const ThreadPoolStrategy Strategy; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MCA/HardwareUnits/
DScheduler.h74 std::unique_ptr<SchedulerStrategy> Strategy; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/HardwareUnits/
DScheduler.h74 std::unique_ptr<SchedulerStrategy> Strategy; variable
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/jdk/
DAtomicTypeSerializationTest.java57 interface Strategy { } interface in AtomicTypeSerializationTest
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDomTreeUpdater.h265 const UpdateStrategy Strategy; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DDomTreeUpdater.h224 const UpdateStrategy Strategy; variable
/external/tensorflow/tensorflow/python/distribute/
Dstrategy_test_lib.py141 def is_mirrored_strategy(strategy: distribute_lib.Strategy) -> bool:
148 strategy: distribute_lib.Strategy) -> bool:
153 def is_tpu_strategy(strategy: distribute_lib.Strategy) -> bool:
/external/rust/crates/merge_derive/src/
Dlib.rs32 Strategy(syn::Path), enumerator
/external/guava/android/guava/src/com/google/common/hash/
DBloomFilter.java77 interface Strategy extends java.io.Serializable { interface in BloomFilter
/external/guava/guava/src/com/google/common/hash/
DBloomFilter.java78 interface Strategy extends java.io.Serializable { interface in BloomFilter
/external/pdfium/xfa/fxfa/parser/
Dcxfa_nodeiteratortemplate_unittest.cpp16 class Strategy { class in CXFA_NodeIteratorTemplateTest::Node
/external/setfilters/java/com/google/setfilters/cuckoofilter/
DCuckooFilterConfig.java315 public interface Strategy { interface in CuckooFilterConfig
/external/swiftshader/third_party/llvm-16.0/llvm/lib/FuzzMutate/
DIRMutator.cpp72 for (const auto &Strategy : Strategies) in mutateModule() local
75 auto Strategy = RS.getSelection(); in mutateModule() local
/external/llvm/include/llvm/CodeGen/
DMachineTraceMetrics.h342 enum Strategy { enum
/external/rust/crates/libz-sys/src/zlib/contrib/ada/
Dtest.adb44 Strategy : constant ZLib.Strategy_Type := ZLib.Default_Strategy; constant

12