HomeSort by relevance Sort by last modified time
    Searched full:minimize (Results 1 - 25 of 955) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/iptables/extensions/
tos_values.c 18 {IPTOS_LOWDELAY, "Minimize-Delay"},
21 {IPTOS_MINCOST, "Minimize-Cost"},
  /frameworks/base/docs/html/training/
best-background.jd 8 application's performance and minimize its drain on the battery.</p>
  /external/v8/tools/gyp/test/win/linker-flags/
link-ordering.gyp 20 # Minimize the disassembly to just our code.
49 # Minimize the disassembly to just our code.
78 # Minimize the disassembly to just our code.
  /external/iproute2/man/man8/
tc-prio.8 93 1000 8 Minimize delay (md)
96 0001 1 Minimize monetary cost (mmc)
109 0x2 1 Minimize Monetary Cost 0 Best Effort 1
116 0x10 8 Minimize Delay 6 Interactive 0
147 TELNET 1000 (minimize delay)
149 Control 1000 (minimize delay)
152 TFTP 1000 (minimize delay)
155 Command phase 1000 (minimize delay)
159 UDP Query 1000 (minimize delay)
163 NNTP 0001 (minimize monetary cost
    [all...]
  /external/libxml2/os400/
transcode.h 31 *** to minimize calling statement length.
  /frameworks/base/docs/html/training/efficient-downloads/
index.jd 27 <p>In this class you will learn to minimize the battery life impact of downloads and network connections, particularly in relation to the wireless radio.</P
29 <p>This class demonstrates the best practices for scheduling and executing downloads using techniques such as caching, polling, and prefetching. You will learn how the power-use profile of the wireless radio can affect your choices on when, what, and how to transfer data in order to minimize impact on battery life.</p>
39 <dd>This lesson introduces the wireless radio state machine, explains how your app?s connectivity model interacts with it, and how you can minimize your data connection and use prefetching and bundling to minimize the battery drain associated with your data transfers.</dd>
  /external/llvm/unittests/ADT/
DAGDeltaAlgorithmTest.cpp 70 // should minimize to {1,3,5,7} in a reasonable number of tests.
89 // should minimize to {0,1,2,3} in a small number of tests.
98 // should minimize to {0,4} in a small number of tests.
DeltaAlgorithmTest.cpp 77 // [0, 20) should minimize to {3,5,7} in a reasonable number of tests.
84 // [10, 20) should minimize to [10,20)
88 // [0, 4) should minimize to [0,4) in 11 tests.
  /external/ceres-solver/internal/ceres/
line_search_minimizer.h 45 // For example usage, see SolverImpl::Minimize.
69 virtual void Minimize(const Minimizer::Options& options,
trust_region_minimizer.h 44 // For example usage, see SolverImpl::Minimize.
48 virtual void Minimize(const Minimizer::Options& options,
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/
GoalType.java 33 MINIMIZE
DifferentiableMultivariateRealOptimizer.java 28 * maximize or minimize} an objective function.
99 * or {@link GoalType#MINIMIZE}
MultivariateRealOptimizer.java 27 * maximize or minimize} an objective function.</p>
88 * or {@link GoalType#MINIMIZE}
package.html 26 objective function here. When the goal is to minimize, the functions are often called
31 Optimizers are the algorithms that will either minimize or maximize, the objective function
  /external/clang/lib/StaticAnalyzer/Checkers/
ClangCheckers.cpp 19 // It's probably worth including this information in Checkers.td to minimize
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
ICUTagletAdapter.java 17 * The methods in this class are meant to minimize the dual maintenance nature of supporting multiple JavaDoc APIs.
  /external/llvm/utils/unittest/googletest/
README.LLVM 5 the actual source code, to minimize the addition to the LLVM distribution.
  /frameworks/base/docs/html/guide/topics/connectivity/
index.jd 18 minimize impact on battery life.</p>
  /frameworks/base/libs/hwui/font/
CachedGlyphInfo.h 42 // Minimize how much we call freetype
  /external/libhevc/common/
ihevc_itrans_recon_8x8.c 147 /* Utilizing symmetry properties to the maximum to minimize the number of multiplications */
186 /* Utilizing symmetry properties to the maximum to minimize the number of multiplications */
221 /* Utilizing symmetry properties to the maximum to minimize the number of multiplications */
285 /* Utilizing symmetry properties to the maximum to minimize the number of multiplications */
333 /* Utilizing symmetry properties to the maximum to minimize the number of multiplications */
368 /* Utilizing symmetry properties to the maximum to minimize the number of multiplications */
  /external/libgdx/extensions/gdx-setup/src/com/badlogic/gdx/setup/
GdxSetupUI.java 313 JButton minimize; field in class:GdxSetupUI.UI
359 minimize = new JButton(minIcon);
368 minimize.setOpaque(false);
369 minimize.setContentAreaFilled(false);
370 minimize.setFocusPainted(false);
371 minimize.setBorderPainted(false);
372 minimize.setPressedIcon(minIconDown);
373 minimize.setRolloverIcon(minIconHover);
384 titleEvents(minimize, exit);
387 private void titleEvents(JButton minimize, JButton exit)
    [all...]
  /external/llvm/include/llvm/ADT/
DeltaAlgorithm.h 58 /// Delta - Minimize a set of \p Changes which has been partioned into
85 /// Run - Minimize the set \p Changes by executing \see ExecuteOneTest() on
  /external/skia/gm/
anisotropic.cpp 66 // Minimize vertically
81 // Minimize horizontally
  /external/icu/icu4j/tools/build/src8/com/ibm/icu/dev/tool/docs/
ICUTagletAdapter.java 18 * The methods in this class are meant to minimize the dual maintenance nature of supporting multiple JavaDoc APIs.
  /external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/
Lwjgl3WindowListener.java 33 * Called when the window is iconified, i.e. its minimize button

Completed in 897 milliseconds

1 2 3 4 5 6 7 8 91011>>