/frameworks/base/core/java/android/hardware/camera2/legacy/ |
RequestQueue.java | 140 long total = mCurrentFrameNumber; local 142 total += b.getNumberOfRequests(); 144 return total - 1;
|
/frameworks/base/test-runner/src/android/test/ |
InstrumentationCoreTestRunner.java | 147 long total = runtime.totalMemory(); 149 long used = total - free; 151 Log.d(TAG, "Total memory : " + total);
|
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/ |
ImportTask.java | 77 int total = mObjectsToImport.size(); local 78 mListener.onImportProgress(visited, total, null); 94 mListener.onImportProgress(visited, total, importedPath);
|
/packages/apps/Gallery2/src/com/android/photos/data/ |
GalleryBitmapPool.java | 111 * @return Approximate total size in bytes of the bitmaps stored in the pool. 117 int total = 0; local 119 total += p.getSize(); 121 return total;
|
/packages/services/Telephony/src/com/android/phone/ |
VoicemailStatus.java | 75 public Editor setQuota(int occupied, int total) { 77 && total == VoicemailContract.Status.QUOTA_UNAVAILABLE) { 82 mValues.put(Status.QUOTA_TOTAL, total);
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/ |
objectmodel.py | 164 total = 0 167 total += pm.weight 169 return total
|
/external/libopus/celt/ |
rate.c | 191 total/N */ 222 compared to their "fair share" of total/N */ 249 const int *bits1, const int *bits2, const int *thresh, const int *cap, opus_int32 total, opus_int32 *_balance, 289 if (psum > total) 330 total += skip_rsv; 335 left = total-psum; 402 total += dual_stereo_rsv; 416 left = total-psum; 453 compared to their "fair share" of total/N */ 527 opus_int32 total, opus_int32 *balance, int *pulses, int *ebits, int *fine_priority, int C, int LM, ec_ctx *ec, int (…) [all...] |
/external/opencv/cvaux/src/ |
cvhmm.cpp | 72 int total = num_obs.height * num_obs.width; local 79 obs->obs = (float*)cvAlloc( total * obs_size * sizeof(float) ); 81 obs->state = (int*)cvAlloc( 2 * total * sizeof(int) ); 82 obs->mix = (int*)cvAlloc( total * sizeof(int) ); 137 //compute total number of states of all level in 2d EHMM 391 int total = 0; local 397 total += hmm->u.ehmm[i].num_states; 401 num_samples = (int*)cvAlloc( total * sizeof(int) ); 404 counter = (int*)cvAlloc( total * sizeof(int) ); 406 samples = (CvVect32f**)cvAlloc( total * sizeof(CvVect32f*) ); 632 int* total= (int*)(((int*)(hmm->obsProb)) - 3); local 945 float total = 0; local 970 float total = 0; local 1370 int total = 0; local [all...] |
/external/valgrind/callgrind/ |
sim.c | 839 unsigned int c; // store the total here 1490 FullCost total = CLG_(total_cost), D_total = 0; local [all...] |
/external/autotest/client/tests/kvm/tests/ |
trans_hugepage_swapping.py | 35 # @total: Memory size 42 "swap_free" : "SwapFree", "total" : "MemTotal", 46 total = int(args_dict['total']) / 1024 58 if swap_free > (total - free): 59 count = total / hugepage_size 60 tmpfs_size = total
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/ |
CTSBlockCipher.java | 50 int total = len + bufOff; local 51 int leftOver = total % buf.length; 55 return total - buf.length; 58 return total - leftOver;
|
/external/elfutils/lib/ |
md5.h | 52 md5_uint32 total[2]; member in struct:md5_ctx
|
sha1.h | 53 sha1_uint32 total[2]; member in struct:sha1_ctx
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/xml/ |
XMLGroupVisitor.java | 63 XMLCoverageWriter.writeCounters(total, element);
|
/external/jemalloc/test/integration/ |
mallocx.c | 141 size_t nsz, rsz, sz, alignment, total; local 151 total = 0; 178 total += rsz; 179 if (total >= (MAXALIGN << 1))
|
/external/libgdx/gdx/test/com/badlogic/gdx/math/ |
IntersectorTest.java | 53 assertTrue(split.total == 1); 65 assertTrue(split.total == 1); 74 assertTrue(split.total == 3); 94 assertTrue(split.total == 3);
|
/external/libnfc-nci/halimpl/bcm2079x/gki/common/ |
gki_buffer.c | 46 static void gki_init_free_queue (UINT8 id, UINT16 size, UINT16 total, void *p_mem) 64 p_cb->pool_end[id] = (UINT8 *)p_mem + (act_size * total); 70 p_cb->freeq[id].total = total; 75 LOGD("gki_init_free_queue() init pool=%d, size=%d (aligned=%d) total=%d start=%p", id, size, tempsize, total, p_mem); 83 for (i = 0; i < total; i++) 113 void* p_mem = GKI_os_malloc((Q->size + BUFFER_PADDING_SIZE) * Q->total); 118 ALOGD("\ngki_alloc_free_queue calling gki_init_free_queue, id:%d size:%d, totol:%d\n", id, Q->size, Q->total); 120 gki_init_free_queue(id, Q->size, Q->total, p_mem) [all...] |
/external/libnfc-nci/src/gki/common/ |
gki_buffer.c | 46 static void gki_init_free_queue (UINT8 id, UINT16 size, UINT16 total, void *p_mem) 64 p_cb->pool_end[id] = (UINT8 *)p_mem + (act_size * total); 70 p_cb->freeq[id].total = total; 75 LOGD("gki_init_free_queue() init pool=%d, size=%d (aligned=%d) total=%d start=%p", id, size, tempsize, total, p_mem); 83 for (i = 0; i < total; i++) 113 void* p_mem = GKI_os_malloc((Q->size + BUFFER_PADDING_SIZE) * Q->total); 118 ALOGD("\ngki_alloc_free_queue calling gki_init_free_queue, id:%d size:%d, totol:%d\n", id, Q->size, Q->total); 120 gki_init_free_queue(id, Q->size, Q->total, p_mem) [all...] |
/external/libvorbis/lib/ |
envelope.h | 49 float total; member in struct:__anon16386
|
/external/lzma/CPP/7zip/Compress/ |
RangeCoder.h | 45 void Encode(UInt32 start, UInt32 size, UInt32 total)
47 Low += start * (Range /= total);
134 UInt32 GetThreshold(UInt32 total)
136 return (Code) / (Range /= total);
|
/external/lzma/CPP/7zip/UI/FileManager/ |
ProgressDialog.h | 45 void SetProgress(UInt64 total, UInt64 completed)
48 _total = total;
56 void GetProgress(UInt64 &total, UInt64 &completed)
59 total = _total;
|
/external/opencv/cv/src/ |
cvconvhull.cpp | 253 int i, miny_ind = 0, maxy_ind = 0, total; local 300 if( mat->cols + mat->rows - 1 < ptseq->total ) 316 total = ptseq->total; 317 if( total == 0 ) 332 CV_CALL( pointer = (CvPoint**)cvAlloc( ptseq->total*sizeof(pointer[0]) )); 333 CV_CALL( stack = (int*)cvAlloc( (ptseq->total + 2)*sizeof(stack[0]) )); 338 for( i = 0; i < total; i++ ) 347 icvSortPointsByPointers_32s( pointer, total, 0 ); 348 for( i = 1; i < total; i++ [all...] |
/external/opencv3/3rdparty/zlib/ |
inflate.h | 89 unsigned long total; /* protected copy of output count */ member in struct:inflate_state
|
/external/opencv3/modules/features2d/misc/java/test/ |
FASTFeatureDetectorTest.java | 99 assertTrue(keypoints2.total() <= keypoints1.total()); 121 assertTrue(keypoints2.total() <= keypoints1.total());
|
/external/pdfium/third_party/zlib_v128/ |
inflate.h | 89 unsigned long total; /* protected copy of output count */ member in struct:inflate_state
|