Home
last modified time | relevance | path

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

1234

/external/objenesis/main/src/org/objenesis/
DObjenesisBase.java33 protected final InstantiatorStrategy strategy; field in ObjenesisBase
43 public ObjenesisBase(InstantiatorStrategy strategy) { in ObjenesisBase()
53 public ObjenesisBase(InstantiatorStrategy strategy, boolean useCache) { in ObjenesisBase()
/external/guava/guava/src/com/google/common/base/
DSplitter.java101 private final Strategy strategy; field in Splitter
104 private Splitter(Strategy strategy) { in Splitter()
108 private Splitter(Strategy strategy, boolean omitEmptyStrings, in Splitter()
/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
DSplitter.java98 private final Strategy strategy; field in Splitter
101 private Splitter(Strategy strategy) { in Splitter()
105 private Splitter(Strategy strategy, boolean omitEmptyStrings, in Splitter()
/external/ceres-solver/internal/ceres/
Ddogleg_strategy_test.cc139 DoglegStrategy strategy(options_); in TEST_F() local
159 DoglegStrategy strategy(options_); in TEST_F() local
179 DoglegStrategy strategy(options_); in TEST_F() local
206 DoglegStrategy strategy(options_); in TEST_F() local
241 DoglegStrategy strategy(options_); in TEST_F() local
269 DoglegStrategy strategy(options_); in TEST_F() local
/external/chromium_org/chrome/browser/devtools/
Ddevtools_contents_resizing_strategy_unittest.cc25 DevToolsContentsResizingStrategy strategy( in TEST() local
41 DevToolsContentsResizingStrategy strategy( in TEST() local
57 DevToolsContentsResizingStrategy strategy( in TEST() local
73 DevToolsContentsResizingStrategy strategy( in TEST() local
89 DevToolsContentsResizingStrategy strategy( in TEST() local
Ddevtools_contents_resizing_strategy.cc25 const DevToolsContentsResizingStrategy& strategy) { in CopyFrom()
32 const DevToolsContentsResizingStrategy& strategy) { in Equals()
38 const DevToolsContentsResizingStrategy& strategy, in ApplyDevToolsContentsResizingStrategy()
/external/guava/guava/src/com/google/common/hash/
DBloomFilter.java72 private final Strategy strategy; field in BloomFilter
78 Strategy strategy) { in BloomFilter()
220 final Strategy strategy; field in BloomFilter.SerialForm
/external/chromium_org/chrome/browser/renderer_host/
Dweb_cache_manager.cc247 AllocationStrategy* strategy) { in AttemptTactic()
286 AllocationStrategy* strategy) { in AddToStrategy()
312 void WebCacheManager::EnactStrategy(const AllocationStrategy& strategy) { in EnactStrategy()
396 AllocationStrategy strategy; in ReviseAllocationStrategy() local
Dweb_cache_manager_unittest.cc60 static bool AttemptTactic(WebCacheManager* h, in AttemptTactic()
73 static void AddToStrategy(WebCacheManager* h, in AddToStrategy()
234 AllocationStrategy strategy; in TEST_F() local
280 AllocationStrategy strategy; in TEST_F() local
/external/chromium_org/chrome/test/chromedriver/client/
Dwebelement.py20 def FindElement(self, strategy, target): argument
24 def FindElements(self, strategy, target): argument
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
DLruBitmapPool.java12 private final LruPoolStrategy strategy; field in LruBitmapPool
23 LruBitmapPool(int maxSize, LruPoolStrategy strategy) { in LruBitmapPool()
/external/chromium_org/ui/events/gesture_detection/
Dvelocity_tracker_unittest.cc26 const char* GetStrategyName(VelocityTracker::Strategy strategy) { in GetStrategyName()
94 VelocityTracker::Strategy strategy = in TEST_F() local
150 VelocityTracker::Strategy strategy = in TEST_F() local
Dvelocity_tracker_state.cc20 VelocityTrackerState::VelocityTrackerState(VelocityTracker::Strategy strategy) in VelocityTrackerState()
/external/chromium_org/chrome/browser/prefs/
Dmock_validation_delegate.h34 PrefHashFilter::PrefTrackingStrategy strategy; member
Dmock_validation_delegate.cc59 PrefHashFilter::PrefTrackingStrategy strategy) { in RecordValidation()
Dpref_hash_filter.h58 PrefTrackingStrategy strategy; member
/external/chromium_org/extensions/renderer/
Dapi_activity_logger.cc58 ActivityLogConverterStrategy strategy; in LogInternal() local
/external/chromium_org/chrome/browser/component_updater/
Dcomponent_patcher_operation.cc135 scoped_ptr<DeltaUpdateOpPatchStrategy> strategy(new BsdiffTraits()); in CreateDeltaUpdateOp() local
138 scoped_ptr<DeltaUpdateOpPatchStrategy> strategy(new CourgetteTraits()); in CreateDeltaUpdateOp() local
350 scoped_ptr<DeltaUpdateOpPatchStrategy> strategy) { in DeltaUpdateOpPatch()
/external/chromium_org/chrome/browser/ui/views/frame/
Dcontents_layout_manager.cc22 const DevToolsContentsResizingStrategy& strategy) { in SetContentsResizingStrategy()
/external/deqp/modules/egl/
DteglCreateContextExtTests.cpp199 const char* eglResetNotificationStrategyToString (EGLint strategy) in eglResetNotificationStrategyToString()
865 deInt32 strategy; in validateCurrentContext() local
883 deInt32 strategy; in validateCurrentContext() local
905 deInt32 strategy; in validateCurrentContext() local
923 deInt32 strategy; in validateCurrentContext() local
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
DAbstractClassGenerator.java39 private GeneratorStrategy strategy = DefaultGeneratorStrategy.INSTANCE; field in AbstractClassGenerator
/external/emma/core/java12/com/vladium/util/
DClassLoaderResolver.java125 public static synchronized IClassLoadStrategy setStrategy (final IClassLoadStrategy strategy) in setStrategy()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLContentElement.cpp118 ShadowDOMSiblingTraversalStrategy strategy(siblings, nth); in checkOneSelector() local
/external/glide/library/tests/src/com/bumptech/glide/load/engine/bitmap_recycle/
DSizeStrategyTest.java7 private SizeStrategy strategy; field in SizeStrategyTest
/external/chromium_org/components/policy/core/common/
Dschema.cc88 bool StrategyAllowInvalidOnTopLevel(SchemaOnErrorStrategy strategy) { in StrategyAllowInvalidOnTopLevel()
94 bool StrategyAllowUnknownOnTopLevel(SchemaOnErrorStrategy strategy) { in StrategyAllowUnknownOnTopLevel()
98 SchemaOnErrorStrategy StrategyForNextLevel(SchemaOnErrorStrategy strategy) { in StrategyForNextLevel()
773 SchemaOnErrorStrategy strategy, in Validate()
854 SchemaOnErrorStrategy strategy, in Normalize()

1234