HomeSort by relevance Sort by last modified time
    Searched full:cost (Results 676 - 700 of 2175) sorted by null

<<21222324252627282930>>

  /frameworks/av/media/libeffects/testlibs/
AudioFormatAdapter.h 46 // number will save a little memory, but will cost function call
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
findhalfpel.cpp 71 // find cost for the current full-pel position
595 int cost; local
599 cost = AVCSAD_Macroblock_C(cand, cur, dmin, NULL);
601 return cost;
  /frameworks/base/core/java/android/os/
UEventObserver.java 91 * as possible to avoid incurring unintended additional cost from processing
  /frameworks/base/core/java/com/android/internal/os/
MobileRadioPowerCalculator.java 64 // Add cost of mobile traffic.
  /frameworks/base/core/java/org/apache/http/params/
CoreConnectionPNames.java 66 * Data will be sent earlier, at the cost of an increase in bandwidth consumption.
  /frameworks/base/docs/html/training/efficient-downloads/
redundant_redundant.jd 85 <p>With the cache installed, fully cached HTTP requests can be served directly from local storage, eliminating the need to open a network connection. Conditionally cached responses can validate their freshness from the server, eliminating the bandwidth cost associated with the download.</p>
regular_updates.jd 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>
  /frameworks/base/docs/html/training/performance/battery/network/
action-app-traffic.jd 46 power cost of turning on the radio just once, and still get all the data requested by an app.
  /frameworks/base/location/java/com/android/internal/location/
ProviderProperties.java 52 * is not considered monetary cost.
  /frameworks/compile/libbcc/lib/Renderscript/
RSInvariant.cpp 56 * (fail to mark some or all eligible Loads, and thereby cost
  /frameworks/native/opengl/specs/
EGL_ANDROID_recordable.txt 132 this config for normal window rendering would not have any added cost.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_block.h 158 // note that token_costs is the cost when eob node is skipped
  /libcore/luni/src/main/java/java/util/concurrent/locks/
ReadWriteLock.java 48 * cost, particularly as many read-write lock implementations still serialize
  /libcore/ojluni/src/main/java/java/sql/
Wrapper.java 68 * This method should be implemented as a low-cost operation compared to <code>unwrap</code> so that
  /libcore/ojluni/src/main/java/java/text/
CollationKey.java 61 * allows fast comparisons once the keys are generated. The cost of generating
  /libcore/ojluni/src/main/java/java/util/logging/
Formatter.java 134 // However the cost is 14% higher, so we cheaply check for
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbreg.h 147 * \param chunk_size size of cost chunks
373 // cost arrays:
378 // cost histogram:
396 // Number of cost histogram bins:
  /packages/apps/LegacyCamera/src/com/android/camera/
CameraHolder.java 39 * called soon after, we can avoid the cost of {@code open()} in {@code
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/impl/
profiler_list_to_vector.h 197 // Collect cost of operations.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/impl/
profiler_list_to_vector.h 197 // Collect cost of operations.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/impl/
profiler_list_to_vector.h 197 // Collect cost of operations.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ndhelper.h 17 __LONG32 cost; member in struct:tagDiagnosticsInfo
  /prebuilts/go/darwin-x86/src/runtime/
memmove_386.s 35 // REP instructions have a high startup cost, so we handle small sizes
  /prebuilts/go/linux-x86/src/runtime/
memmove_386.s 35 // REP instructions have a high startup cost, so we handle small sizes
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/
profiler_list_to_vector.h 197 // Collect cost of operations.

Completed in 1900 milliseconds

<<21222324252627282930>>