/external/openfst/src/script/ |
minimize.cc | 19 #include <fst/script/minimize.h> 24 void Minimize(MutableFstClass *ofst1, MutableFstClass *ofst2, float delta) { 25 if (ofst2 && !ArcTypesMatch(*ofst1, *ofst2, "Minimize")) return; 28 Apply<Operation<MinimizeArgs> >("Minimize", ofst1->ArcType(), &args); 31 REGISTER_FST_OPERATION(Minimize, StdArc, MinimizeArgs); 32 REGISTER_FST_OPERATION(Minimize, LogArc, MinimizeArgs); 33 REGISTER_FST_OPERATION(Minimize, Log64Arc, MinimizeArgs);
|
Makefile.am | 8 fst-class.cc info.cc intersect.cc invert.cc map.cc minimize.cc print.cc \
|
/external/iptables/extensions/ |
tos_values.c | 18 {IPTOS_LOWDELAY, "Minimize-Delay"}, 21 {IPTOS_MINCOST, "Minimize-Cost"},
|
/external/openfst/src/include/fst/script/ |
minimize.h | 22 #include <fst/minimize.h> 30 void Minimize(MinimizeArgs *args) { 34 Minimize(ofst1, ofst2, args->arg3); 37 void Minimize(MutableFstClass *ofst1, MutableFstClass *ofst2 = 0,
|
/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 1 Filler 2 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/ceres-solver/internal/ceres/ |
trust_region_minimizer.h | 43 // arguments to the Minimize method. 45 // For example usage, see SolverImpl::Minimize. 49 virtual void Minimize(const Minimizer::Options& options,
|
/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/qemu/distrib/sdl-1.2.15/src/video/bwindow/ |
SDL_BWin.h | 204 virtual void Minimize(bool minimize) { 206 //SDL_PrivateAppActive(minimize, SDL_APPACTIVE); 207 BWindow::Minimize(minimize);
|
/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/openfst/src/bin/ |
fstminimize.cc | 23 #include <fst/script/minimize.h> 60 s::Minimize(fst1, fst2, FLAGS_delta);
|
/external/chromium/chrome/browser/ui/cocoa/ |
floating_bar_backing_view.mm | 44 // a double-click in the blank area should try to minimize, to be consistent
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
ClangCheckers.cpp | 19 // It's probably worth including this information in Checkers.td to minimize
|
/external/libffi/ |
Android.mk | 17 # minimize duplication between the build rules.
|
/external/libusb_aah/ |
Android.mk | 17 # minimize duplication between the build rules.
|
/external/llvm/tools/ |
CMakeLists.txt | 2 # three small executables. This is done to minimize memory load in parallel
|
/external/llvm/utils/unittest/googletest/ |
README.LLVM | 5 the actual source code, to minimize the addition to the LLVM distribution.
|
/external/smack/src/com/kenai/jbosh/ |
BOSHException.java | 20 * Exception class used by the BOSH API to minimize the number of checked
|
/frameworks/base/libs/hwui/font/ |
CachedGlyphInfo.h | 42 // Minimize how much we call freetype
|
/external/llvm/include/llvm/ADT/ |
DeltaAlgorithm.h | 58 /// Delta - Minimize a set of \p Changes which has been partioned into 83 /// Run - Minimize the set \p Changes by executing \see ExecuteOneTest() on
|
/external/chromium/chrome/browser/chromeos/notifications/ |
notification_panel.h | 43 // minimize: a user pressed the panel's title bar to minimize. 56 // | (event=new) (event=minimize) | | | 58 // | | | (event=minimize)(event=close)|
|
/external/chromium/chrome/common/extensions/docs/js/ |
bootstrap.js | 24 // Hide body content initially to minimize flashing.
|
/frameworks/base/docs/html/guide/topics/connectivity/ |
index.jd | 30 minimize impact on battery life.</p>
|
/external/chromium/chrome/browser/extensions/ |
extension_accessibility_api.h | 84 // minimize the impact.
|
/external/guava/guava/src/com/google/common/cache/ |
AbstractLoadingCache.java | 29 * This class provides a skeletal implementation of the {@code Cache} interface to minimize the
|