HomeSort by relevance Sort by last modified time
    Searched refs:total (Results 576 - 600 of 1239) sorted by null

<<21222324252627282930>>

  /frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
ImageUtils.java 147 long total = imageHeight * imageWidth * 3L * 256L; local
148 float percentDifference = (float) (delta * 100 / (double) total);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
vp8_variance_halfpixvar16x16_hv_armv6.asm 70 ; calculate total sum
112 ; calculate total sum
154 ; calculate total sum
196 ; calculate total sum
  /hardware/intel/img/psb_video/src/
pnw_hostjpeg.h 71 #define JPEG_CODED_BUF_SEGMENT_SIZE(total, width, height, core, eFormat) \
72 (((total) - PNW_JPEG_HEADER_MAX_SIZE) / \
136 * where a scan encode should begin (calculated from the total count of MCUs)
594 IMG_UINT32 ui32NumberMCUsToEncode; /*Total number of MCUs to encode*/
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/
ManagePermissionsFragment.java 193 int total = permissionApps.getTotalCount(mLauncherPkgs); local
195 granted, total));
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
userial_linux.c 1245 int ret = 0, total = 0; local
    [all...]
  /external/libpng/contrib/libtests/
makepng.c 735 size_t total = 0; local
743 ++total;
767 if (total > 0)
772 png_bytep data = malloc((total+3)&~3);
785 if (ferror(fp) || new_size != total)
796 return total;
    [all...]
  /frameworks/rs/
rsContext.cpp 178 double total = 0; local
180 total += mTimers[ct];
192 100.0 * mTimers[RS_TIMER_SCRIPT] / total, mTimeMSLastScript,
193 100.0 * mTimers[RS_TIMER_CLEAR_SWAP] / total, mTimeMSLastSwap,
194 100.0 * mTimers[RS_TIMER_IDLE] / total, mTimers[RS_TIMER_IDLE] / 1000000,
195 100.0 * mTimers[RS_TIMER_INTERNAL] / total, mTimers[RS_TIMER_INTERNAL] / 1000000,
  /system/core/adb/
file_sync_client.cpp 284 int total = 0; local
287 while (total < size) {
288 int count = size - total;
293 memcpy(sbuf->data, &file_buffer[total], count);
299 total += count;
303 print_transfer_progress(total, size);
  /dalvik/tools/dmtracedump/
TraceDump.c 1535 double total, sum, per, sum_per; local
1696 double total, sum, per, sum_per; local
1897 double total, sum, per, sum_per; local
2133 double total, sum, per, sum_per; local
    [all...]
  /external/opencv/cvaux/src/
cvlee.cpp     [all...]
cvmorphcontours.cpp 567 Ni = contour1->total + 1;
568 Nj = contour2->total + 1;
590 for(j=0; j < corr->total; j++)
648 Ni = contour1->total + 1;
649 Nj = contour2->total + 1;
  /external/jemalloc/bin/
jeprof.in 217 --total_delay Display total delay at each region [default]
223 --nodefraction=<f> Hide nodes below <f>*total [default=.005]
224 --edgefraction=<f> Hide edges below <f>*total [default=.001]
573 # Get total data in profile
574 my $total = TotalProfile($profile);
604 PrintListing($total, $libs, $flat, $cumulative, $main::opt_list, 0);
609 if ($total != 0) {
610 printf("Total%s: %s %s\n",
612 Unparse($total), Units());
620 if (PrintDot($main::prog, $symbols, $profile, $flat, $cumulative, $total)) {
    [all...]
  /external/valgrind/callgrind/
main.c 804 // return total number of cost values needed for this BB
1774 FullCost total; local
1883 FullCost total; local
    [all...]
  /external/mesa3d/src/mesa/main/
texobj.c 859 GLuint *total = (GLuint *) userData; local
861 *total = *total + texture_size(texObj);
866 * Compute total size (in bytes) of all textures for the given context.
872 GLuint tgt, total = 0; local
874 _mesa_HashWalk(ctx->Shared->TexObjects, count_tex_size, &total);
878 total += texture_size(ctx->Shared->DefaultTex[tgt]);
881 return total;
    [all...]
  /external/libdrm/intel/
intel_bufmgr_gem.c 202 * the current drm_intel_bufmgr_check_aperture_space() total.
2809 int total = 0; local
2837 unsigned int total = 0; local
2878 unsigned int total = 0; local
2897 unsigned int total = 0; local
2943 unsigned int total = 0; local
    [all...]
  /external/openssh/
misc.c 308 long total, secs; local
313 total = 0;
352 total += secs;
353 if (total < 0)
358 return total;
  /external/tcpdump/
print-smb.c 1097 int total, i; local
1156 total = ancount + nscount + arcount;
1158 if (qdcount > 100 || total > 100)
    [all...]
  /external/v8/tools/
tickprocessor.js 203 { total: 0, unaccounted: 0, excluded: 0, gc: 0 };
381 this.ticks_.total++;
425 // Sort by total time, desc, then by name, desc.
438 ', (' + this.ticks_.total +
442 if (this.ticks_.total == 0) return;
450 var totalTicks = this.ticks_.total;
485 this.ticks_.total, null);
493 // Sort by total time, desc, then by name, desc.
516 print(' ticks total nonlib name');
535 'total\n'
    [all...]
  /frameworks/base/core/java/android/net/
NetworkStatsHistory.java 30 import static com.android.internal.util.ArrayUtils.total;
160 totalBytes = total(rxBytes) + total(txBytes);
175 totalBytes = total(rxBytes) + total(txBytes);
232 * Return total bytes represented by this history.
  /frameworks/base/media/mca/filterfw/native/core/
shader_program.cpp 1003 int total,
1009 if (total % components != 0) {
1012 components, total);
1017 float* data_cpy = new float[total];
1018 memcpy(data_cpy, data, sizeof(float) * total);
    [all...]
  /bootable/recovery/mtdutils/
mtdutils.c 523 const int total = (ctx->partition->size - pos) / ctx->partition->erase_size; local
524 if (blocks < 0) blocks = total;
525 if (blocks > total) {
  /cts/tests/tests/database/src/android/database/cts/
DatabaseCursorTest.java 286 int total; field in class:DatabaseCursorTest.TestObserver
292 total = total_;
298 if (total == count) {
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/bench/
markermanager.js 21 * rather than poor performance corresponding to the total 10,000 markers.
418 * Calculates the total number of markers potentially visible at a given
424 var total = 0;
426 total += this.numMarkers_[z];
428 return total;
  /external/clang/bindings/python/tests/cindex/
test_type.py 343 align,total,a1,a2,a3,a4 = values
350 assert teststruct.type.get_size() == total
380 align,total,f1,bariton,foo,bar = values
  /external/jmonkeyengine/engine/src/desktop/jme3tools/converters/
ImageToAwt.java 281 int total = 0; local
284 total += size;
290 image.setData(BufferUtils.createByteBuffer(total));

Completed in 7086 milliseconds

<<21222324252627282930>>