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

1 2 3 4 56 7 8 91011>>

  /prebuilts/go/darwin-x86/src/net/
sendfile_dragonfly.go 18 // system call to minimize copies.
sendfile_freebsd.go 18 // system call to minimize copies.
sendfile_solaris.go 22 // system call to minimize copies.
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/asm/internal/arch/
arm64.go 9 // instruction set, to minimize its interaction with the core of the
ppc64.go 9 // 64-bit PowerPC (PPC64) instruction set, to minimize its interaction
  /prebuilts/go/linux-x86/src/cmd/asm/internal/arch/
ppc64.go 6 // 64-bit PowerPC (PPC64) instruction set, to minimize its interaction
  /prebuilts/go/linux-x86/src/net/
sendfile_dragonfly.go 18 // system call to minimize copies.
sendfile_freebsd.go 18 // system call to minimize copies.
sendfile_solaris.go 22 // system call to minimize copies.
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/
profiler_algos.h 30 * sacrificed to minimize maintenance overhead.
  /docs/source.android.com/src/source/
licenses.jd 90 not want to have to be bound by these terms. So to minimize the burden on
91 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-trace/catapult/third_party/html5lib-python/
parse.py 210 parser.add_option("", "--no-minimize-boolean-attributes",
213 help="minimize boolean attributes")
  /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 */
ihevc_itrans.c 199 /* Utilizing symmetry properties to the maximum to minimize the number of multiplications */
345 /* Utilizing symmetry properties to the maximum to minimize the number of multiplications */
425 /* Utilizing symmetry properties to the maximum to minimize the number of multiplications */
569 /* Utilizing symmetry properties to the maximum to minimize the number of multiplications */
685 /* Utilizing symmetry properties to the maximum to minimize the number of multiplications */
870 /* Utilizing symmetry properties to the maximum to minimize the number of multiplications */
    [all...]
  /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/opencv3/modules/core/src/
conjugate_gradient.cpp 79 double minimize(InputOutputArray x);
123 double ConjGradSolverImpl::minimize(InputOutputArray x){ function in class:cv::ConjGradSolverImpl
downhill_simplex.cpp 98 double res = MinProblemSolver->minimize(P);
178 double minimize( InputOutputArray x_ ) function in class:cv::DownhillSolverImpl
180 dprintf(("hi from minimize\n"));
  /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
124 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/opencv3/modules/core/include/opencv2/core/
optim.hpp 51 The algorithms in this section minimize or maximize function value within specified constraints or
85 *It should be called at least once before the call to* minimize(), as default value is not usable.
99 This method *is not necessary* to be called before the first call to minimize(), as the default
122 virtual double minimize(InputOutputArray x) = 0;
168 Step, together with initial point (givin in DownhillSolver::minimize) are two `n`-dimensional
  /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>
  /docs/source.android.com/src/devices/camera/
camera3_error_stream.jd 107 should attempt to minimize the reconfiguration delay to minimize the

Completed in 3692 milliseconds

1 2 3 4 56 7 8 91011>>