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

12 3 4 5 6 7 8 91011>>

  /libcore/benchmarks/src/benchmarks/regression/
SchemePrefixBenchmark.java 27 enum Strategy {
74 @Param Strategy strategy; field in class:SchemePrefixBenchmark
78 strategy.execute("http://android.com");
  /external/chromium/chrome/browser/renderer_host/
web_cache_manager.cc 88 // Revise our allocation strategy to account for this new renderer.
215 AllocationStrategy* strategy) {
216 DCHECK(strategy);
244 AddToStrategy(active_renderers_, active_tactic, active_extra, strategy);
245 AddToStrategy(inactive_renderers_, inactive_tactic, inactive_extra, strategy);
247 // We succeeded in computing an allocation strategy.
254 AllocationStrategy* strategy) {
255 DCHECK(strategy);
274 // Record the allocation in our strategy.
275 strategy->push_back(Allocation(*iter, cache_size))
357 AllocationStrategy strategy; local
    [all...]
  /external/chromium_org/chrome/browser/renderer_host/
web_cache_manager.cc 100 // Revise our allocation strategy to account for this new renderer.
247 AllocationStrategy* strategy) {
248 DCHECK(strategy);
276 AddToStrategy(active_renderers_, active_tactic, active_extra, strategy);
277 AddToStrategy(inactive_renderers_, inactive_tactic, inactive_extra, strategy);
279 // We succeeded in computing an allocation strategy.
286 AllocationStrategy* strategy) {
287 DCHECK(strategy);
306 // Record the allocation in our strategy.
307 strategy->push_back(Allocation(*iter, cache_size))
395 AllocationStrategy strategy; local
    [all...]
  /external/ceres-solver/internal/ceres/
dogleg_strategy_test.cc 139 DoglegStrategy strategy(options_);
142 TrustRegionStrategy::Summary summary = strategy.ComputeStep(pso,
159 DoglegStrategy strategy(options_);
162 TrustRegionStrategy::Summary summary = strategy.ComputeStep(pso,
179 DoglegStrategy strategy(options_);
182 TrustRegionStrategy::Summary summary = strategy.ComputeStep(pso,
206 DoglegStrategy strategy(options_);
209 strategy.ComputeStep(pso, jacobian_.get(), residual_.data(), x_.data());
212 const Matrix basis = strategy.subspace_basis();
218 const Vector gradient = strategy.gradient()
    [all...]
trust_region_strategy.h 51 // Here the term trust region radius is used loosely, as the strategy
97 // regions strategy will write the linear system to file(s) with
138 // Inform the strategy that the current step has been accepted, and
143 // Inform the strategy that the current step has been rejected, and
148 // Inform the strategy that the current step has been rejected
151 // the strategy is free to do what it wants with this information.
  /libcore/luni/src/main/java/java/util/zip/
Deflater.java 88 * 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 * previously made settings for the compression strategy or level. This
406 setLevelsImpl(compressLevel, strategy, streamHandle)
    [all...]
  /frameworks/base/docs/html/training/design-navigation/
multiple-sizes.jd 79 <img src="{@docRoot}images/training/app-navigation-multiple-sizes-strategy-stretch.png"
80 alt="Stretch strategy">
81 <p>The most straightforward strategy is to simply stretch each pane's width to best present the content in each pane in the portrait orientation. Panes could have fixed widths or take a certain percentage of the available screen width.</p></li>
84 <img src="{@docRoot}images/training/app-navigation-multiple-sizes-strategy-collapse.png"
85 alt="Expand/collapse strategy">
86 <p>A variation on the stretch strategy is to collapse the contents of the left pane when in portrait. This works quite well with master/detail panes where the left (master) pane contains easily collapsible list items. An example would be for a realtime chat application. In landscape, the left list could contain chat contact photos, names, and online statuses. In portrait, horizontal space could be collapsed by hiding contact names and only showing photos and online status indicator icons. Optionally also provide an expand control that allows the user to expand the left pane content to its larger width and vice versa.</p></li>
89 <img src="{@docRoot}images/training/app-navigation-multiple-sizes-strategy-show-hide.png"
90 alt="Show/Hide strategy">
94 <img src="{@docRoot}images/training/app-navigation-multiple-sizes-strategy-stack.png"
95 alt="Stack strategy">
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
Splitter.java 98 private final Strategy strategy; field in class:Splitter
101 private Splitter(Strategy strategy) {
102 this(strategy, false, CharMatcher.NONE, Integer.MAX_VALUE);
105 private Splitter(Strategy strategy, boolean omitEmptyStrings,
107 this.strategy = strategy;
138 return new Splitter(new Strategy() {
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
Splitter.java 96 private final Strategy strategy; field in class:Splitter
98 private Splitter(Strategy strategy) {
99 this(strategy, false, CharMatcher.NONE);
102 private Splitter(Strategy strategy, boolean omitEmptyStrings,
104 this.strategy = strategy;
134 return new Splitter(new Strategy() {
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
Splitter.java 96 private final Strategy strategy; field in class:Splitter
98 private Splitter(Strategy strategy) {
99 this(strategy, false, CharMatcher.NONE);
102 private Splitter(Strategy strategy, boolean omitEmptyStrings,
104 this.strategy = strategy;
134 return new Splitter(new Strategy() {
    [all...]
  /external/chromium_org/content/public/renderer/
v8_value_converter.h 28 class CONTENT_EXPORT Strategy {
30 virtual ~Strategy() {}
72 virtual void SetStrategy(Strategy* strategy) = 0;
  /external/junit/src/org/junit/runner/
Computer.java 8 * Represents a strategy for computing runners and suites.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_dl.py 3 Roger E. Masse revised strategy by Barry Warsaw
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_dl.py 3 Roger E. Masse revised strategy by Barry Warsaw
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
AndroidXmlFormatter.java 76 AndroidXmlFormattingStrategy strategy = new AndroidXmlFormattingStrategy(); local
79 strategy.formatterStarts(context);
80 strategy.format();
81 strategy.formatterStops();
  /external/emma/core/java12/com/vladium/util/
ClassLoaderResolver.java 110 * Gets the current classloader selection strategy setting.
118 * Sets the classloader selection strategy to be used by subsequent calls
122 * @param strategy new strategy [may not be null]
125 public static synchronized IClassLoadStrategy setStrategy (final IClassLoadStrategy strategy)
127 if (strategy == null) throw new IllegalArgumentException ("null input: strategy");
130 s_strategy = strategy;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/
msg_06.txt 15 X-Oblique-Strategy: Be dirty
30 X-Oblique-Strategy: Spectrum analysis
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/
msg_06.txt 15 X-Oblique-Strategy: Be dirty
30 X-Oblique-Strategy: Spectrum analysis
  /frameworks/native/libs/input/
VelocityTracker.cpp 102 // The default velocity tracker strategy.
104 // this is the strategy that applications will actually use. Be very careful
105 // when adjusting the default strategy because it can dramatically affect
109 VelocityTracker::VelocityTracker(const char* strategy) :
113 // Allow the default strategy to be overridden using a system property for debugging.
114 if (!strategy) {
115 int length = property_get("debug.velocitytracker.strategy", value, NULL);
117 strategy = value;
119 strategy = DEFAULT_STRATEGY;
123 // Configure the strategy
    [all...]
  /frameworks/base/core/java/android/view/
VelocityTracker.java 40 private static native int nativeInitialize(String strategy);
63 * Obtains a velocity tracker with the specified strategy.
66 * @param strategy The strategy, or null to use the default.
71 public static VelocityTracker obtain(String strategy) {
72 if (strategy == null) {
75 return new VelocityTracker(strategy);
89 private VelocityTracker(String strategy) {
90 mPtr = nativeInitialize(strategy);
91 mStrategy = strategy;
    [all...]
  /frameworks/native/include/input/
VelocityTracker.h 64 // Creates a velocity tracker using the specified strategy.
65 // If strategy is NULL, uses the default strategy for the platform.
66 VelocityTracker(const char* strategy = NULL);
112 bool configureStrategy(const char* strategy);
114 static VelocityTrackerStrategy* createStrategy(const char* strategy);
230 * Velocity tracker strategy used prior to ICS.
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
FileDeleteStrategy.java 23 * Strategy for deleting files.
29 * This class captures the strategy to use and is designed for user subclassing.
48 /** The name of the strategy. */
55 * @param name the name by which the strategy is known
121 * Gets a string describing the delete strategy.
123 * @return a string describing the delete strategy
131 * Force file deletion strategy.
FileCleaningTracker.java 65 * The {@link FileDeleteStrategy#NORMAL normal} deletion strategy will be used.
78 * The speified deletion strategy is used.
82 * @param deleteStrategy the strategy to delete the file, null means normal
95 * The {@link FileDeleteStrategy#NORMAL normal} deletion strategy will be used.
108 * The speified deletion strategy is used.
112 * @param deleteStrategy the strategy to delete the file, null means normal
127 * @param deleteStrategy the strategy to delete the file, null means normal
230 * The strategy for deleting files.
238 * @param deleteStrategy the strategy to delete the file, null means normal
  /frameworks/base/core/jni/
android_view_VelocityTracker.cpp 47 VelocityTrackerState(const char* strategy);
66 VelocityTrackerState::VelocityTrackerState(const char* strategy) :
67 mVelocityTracker(strategy), mActivePointerId(-1) {
144 ScopedUtfChars strategy(env, strategyStr);
145 return reinterpret_cast<jint>(new VelocityTrackerState(strategy.c_str()));
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GraphRunner.java 32 * The scheduling strategy determines how the filter nodes are selected
34 * strategy determines which node of this set to select for execution. For instance, an LFU
588 /** Schedule strategy: From set of candidates, pick a random one. */
590 /** Schedule strategy: From set of candidates, pick node executed least recently executed. */
592 /** Schedule strategy: From set of candidates, pick node executed least number of times. */
594 /** Schedule strategy: Schedules no node more than once. */
747 * Sets the filter scheduling strategy. This method can not be called when the GraphRunner is
750 * @param strategy a constant specifying which scheduler strategy to use.
752 * @throws IllegalArgumentException if invalid strategy is specified
    [all...]

Completed in 462 milliseconds

12 3 4 5 6 7 8 91011>>