HomeSort by relevance Sort by last modified time
    Searched full:minimize (Results 176 - 200 of 1011) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/
profiler_algos.h 37 * sacrificed to minimize maintenance overhead.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/
profiler_algos.h 30 * sacrificed to minimize maintenance overhead.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/impl/
profiler_algos.h 30 * sacrificed to minimize maintenance overhead.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/
profiler_algos.h 30 * sacrificed to minimize maintenance overhead.
  /development/ide/xcode/SampleCode/English.lproj/main.nib/
objects.xib 80 <string name="title">Minimize</string>
86 <string name="title">Minimize All</string>
  /development/ide/xcode/animatorTest/English.lproj/main.nib/
objects.xib 138 <string name="title">Minimize</string>
144 <string name="title">Minimize All</string>
  /docs/source.android.com/src/source/
licenses.jd 88 not want to have to be bound by these terms. So to minimize the burden on
89 these companies, we minimize usage of LGPL software in userspace.</li></p>
  /external/antlr/antlr-3.4/runtime/C/doxygen/
mainpage.dox 48 /// model inheritance too exactly. Other differences include the use of token and string factories to minimize
72 /// A goal of the generated code was to minimize the tracking, allocation and freeing of memory for reasons of both
  /external/ceres-solver/internal/ceres/
coordinate_descent_minimizer.cc 121 void CoordinateDescentMinimizer::Minimize(
233 minimizer.Minimize(minimizer_options, parameter, summary);
solver_impl.cc 122 minimizer.Minimize(minimizer_options, parameters.data(), summary);
169 minimizer.Minimize(minimizer_options, parameters.data(), summary);
302 // Create the three objects needed to minimize: the transformed program, the
408 event_logger.AddEvent("Minimize");
529 // Create the three objects needed to minimize: the transformed program, the
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/
screen_capture_notification_ui_cocoa.mm 125 - (void)minimize:(id)sender {
159 [minimizeButton_ setAction:@selector(minimize:)];
  /external/chromium_org/chrome/browser/ui/panels/
detached_panel_browsertest.cc 42 // The minimize button will not be shown on some Linux desktop environment
43 // that does not support system minimize.
  /external/chromium_org/remoting/webapp/
window_frame.js 70 { cls: 'window-minimize', fn: this.minimizeWindow_.bind(this) },
175 chrome.app.window.current().minimize();
  /external/chromium_org/third_party/skia/src/core/
SkRTree.h 25 * something resembling an R*-tree, which attempts to minimize area and overlap during insertion,
26 * and aims to minimize a combination of margin, overlap, and area when splitting.
  /external/chromium_org/ui/ozone/platform/egltest/
ozone_platform_egltest.cc 69 virtual void Minimize() OVERRIDE;
138 void EgltestWindow::Minimize() {
  /external/libhevc/common/
ihevc_itrans_recon.c 270 /* Utilizing symmetry properties to the maximum to minimize the number of multiplications */
304 /* Utilizing symmetry properties to the maximum to minimize the number of multiplications */
  /external/neven/Embedded/common/src/b_BasicEm/
Math.h 137 * applies appropriate shifting, rounding and saturation to minimize overflow-damage
142 * applies appropriate shifting, rounding and saturation to minimize overflow-damage
  /external/skia/src/core/
SkRTree.h 25 * something resembling an R*-tree, which attempts to minimize area and overlap during insertion,
26 * and aims to minimize a combination of margin, overlap, and area when splitting.
  /frameworks/base/docs/html/google/play/billing/
billing_best_practices.jd 68 <p>Using these techniques can help reduce the attack surface of your application and help minimize
107 revoke use when necessary and minimize piracy.</p>
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
SurfaceTextureSource.java 73 * SurfaceTexture source is known, use it here to minimize resampling. */
78 * SurfaceTexture source is known, use it here to minimize resampling. */
  /external/chromium_org/ash/wm/workspace/
workspace_layout_manager_unittest.cc 103 // to the size prior to minimize, keeping the restore rectangle in tact (if
115 window_state->Minimize();
127 window_state->Minimize();
135 window_state->Minimize();
196 window_state->Minimize();
557 // Tests normal->minimize->normal.
558 TEST_F(WorkspaceLayoutManagerSoloTest, Minimize) {
562 // Note: Currently minimize doesn't do anything except set the state.
740 // Minimize the window. The restore bounds should not change.
741 window_state->Minimize();
    [all...]
  /external/chromium_org/ash/wm/
workspace_controller_unittest.cc 333 // Minimize w2.
346 // Minimize the window, which should hide the window.
348 w2_state->Minimize();
435 // Minimize.
439 // Since the restore from minimize will restore to the pre-minimize
666 // . minimize a maximized window.
683 w1_state->Minimize();
    [all...]
  /frameworks/base/docs/html/training/efficient-downloads/
efficient-network-access.jd 32 <p>Using the wireless radio to transfer data is potentially one of your app's most significant sources of battery drain. To minimize the battery drain associated with network activity, it's critical that you understand how your connectivity model will affect the underlying radio hardware.</p>
34 <p>This lesson introduces the wireless radio state machine and explains how your app's connectivity model interacts with it. It goes on to propose ways to minimize your data connections, use prefetching, and bundle your transfers in order to minimize the battery drain associated with your data transfers.</p>
38 <p>A fully active wireless radio consumes significant power, so it transitions between different energy states in order to conserve power when not in use, while attempting to minimize latency associated with "powering up" the radio when it's required.</p>
48 <p>To minimize latency, the state machine uses a delay to postpone the transition to lower energy states. Figure 1 uses AT&T's timings for a typical 3G radio.</p>
  /external/chromium_org/ash/frame/caption_buttons/
frame_caption_button_container_view.cc 45 // Delay 100 Slide minimize button 500
55 // Slide minimize button 500
331 frame_->Minimize();
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_stack_view.cc 266 void PanelStackView::Minimize() {
274 window_->Minimize();
312 window_->Minimize();

Completed in 780 milliseconds

1 2 3 4 5 6 78 91011>>