/frameworks/base/docs/html/tools/testing/ |
what_to_test.jd | 56 minimize battery usage, you need to test its battery performance, and you need to test the 64 life of various operations, and the ways you can design your application to minimize these
|
/frameworks/base/docs/html/training/efficient-downloads/ |
regular_updates.jd | 47 <p>GCM is implemented using a persistent TCP/IP connection. While it's possible to implement your own push service, it's best practice to use GCM. This minimizes the number of persistent connections and allows the platform to optimize bandwidth and minimize the associated impact on battery life.</p> 91 <p>The cost of initiating a network connection is the same whether you are able to contact your server and download data or not. For time-sensitive transfers where successful completion is important, an exponential back-off algorithm can be used to reduce the frequency of retries in order to minimize the associated battery impact, for example:</p>
|
/external/chromium_org/chrome/browser/ui/panels/ |
panel.h | 113 // Returns true if the panel can show minimize or restore button in its 134 virtual void Minimize() OVERRIDE; 165 // panel's titlebar, minimize or restore buttons. Behavior of the 262 // Sets whether the minimize or restore button, if any, are visible. 308 // Performs the system minimize for the panel, i.e. becoming iconic.
|
native_panel_stack_window.h | 87 virtual void Minimize() = 0;
|
/external/eigen/unsupported/test/ |
NonLinearOptimization.cpp | 207 info = lm.minimize(x); 599 info = lm.minimize(x); 684 info = lm.minimize(x); 705 info = lm.minimize(x); 764 info = lm.minimize(x); 781 info = lm.minimize(x); 854 info = lm.minimize(x); 876 info = lm.minimize(x); 940 info = lm.minimize(x); 957 info = lm.minimize(x) [all...] |
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
uniq.inp | 563 BOOL minimize = FALSE; 1235 if (minimize) 1236 if (minimize) 1237 if (minimize) 1238 if (minimize) 1239 if (minimize) 1240 if (minimize) 1241 if (minimize) [all...] |
/dalvik/dx/src/com/android/dx/ssa/back/ |
SsaToRop.java | 51 * {@code true} if the converter should attempt to minimize 64 * attempt to minimize the rop-form register count 77 * attempt to minimize the rop-form register count
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
browser_desktop_window_tree_host_win.cc | 205 // Windows lies to us about the position of the minimize button before a 210 // appears to overlay the minimize button. 226 // the minimize/maximize/close buttons.
|
browser_header_painter_ash.h | 83 // Updates the images used for the minimize, restore and close buttons.
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/ |
zero_copy_stream.h | 41 // try to minimize the amount of data copying that needs to be done. 122 // Abstract interface similar to an input stream but designed to minimize 179 // Abstract interface similar to an output stream but designed to minimize
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/ |
SsaToRop.java | 52 * {@code true} if the converter should attempt to minimize 65 * attempt to minimize the rop-form register count 78 * attempt to minimize the rop-form register count
|
/external/protobuf/src/google/protobuf/io/ |
zero_copy_stream.h | 41 // try to minimize the amount of data copying that needs to be done. 122 // Abstract interface similar to an input stream but designed to minimize 179 // Abstract interface similar to an output stream but designed to minimize
|
/art/runtime/gc/ |
reference_queue.h | 54 // reference IsEnqueueable. Not thread safe, used when mutators are paused to minimize lock
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
k_exp.c | 53 * minimize |exp(kln2) - 2**k|. We also scale the exponent of
|
/external/ceres-solver/examples/ |
helloworld.cc | 33 // Minimize 0.5 (10 - x)^2 using jacobian matrix computed using
|
helloworld_analytic_diff.cc | 33 // Minimize 0.5 (10 - x)^2 using analytic jacobian matrix.
|
helloworld_numeric_diff.cc | 31 // Minimize 0.5 (10 - x)^2 using jacobian matrix computed using
|
/external/ceres-solver/internal/ceres/ |
coordinate_descent_minimizer.h | 66 virtual void Minimize(const Minimizer::Options& options,
|
/external/chromium_org/chrome/browser/accessibility/ |
accessibility_extension_api.h | 101 // minimize the impact.
|
/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
readahead_file_stream_reader.cc | 19 const int kBufferSize = 1024*1024; // 1MB to minimize transaction costs.
|
/external/chromium_org/chrome/browser/ui/cocoa/extensions/ |
extension_popup_controller.h | 72 // loading in order to minimize UI flashing and resizing.
|
/external/chromium_org/chrome/browser/ui/views/extensions/ |
extension_popup.h | 53 // finish loading in order to minimize UI flashing and resizing.
|
/external/chromium_org/chrome/browser/ui/views/profiles/ |
avatar_menu_button.cc | 74 // Round here so that we minimize the aspect ratio drift.
|
/external/chromium_org/chrome/common/extensions/docs/templates/articles/manifest/ |
web_accessible_resources.html | 58 explicitly intended to be web accessible serves to both minimize the available
|
/external/chromium_org/chrome/installer/mac/third_party/bsdiff/ |
README.chromium | 25 patched files. SHA1, rather than CRC-32, is used to minimize the likelihood
|