HomeSort by relevance Sort by last modified time
    Searched refs:total (Results 151 - 175 of 700) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/guava/guava-tests/test/com/google/common/io/
MultiInputStreamTest.java 90 int total = 0; local
92 total++;
95 assertEquals(20, total);
  /external/qemu/
osdep.c 128 ssize_t total = 0; local
140 total += ret;
143 return total;
  /external/stlport/test/eh/
test_map.cpp 93 size_t total = 0; local
94 EH_DISTANCE( m.begin(), m.end(), total );
95 assert( m.size() == total );
  /external/webkit/Source/WebCore/bindings/v8/
ScriptProfiler.cpp 73 ControlOption ReportProgressValue(int done, int total)
78 m_progress->Start(total);
81 if (done >= total)
  /frameworks/av/services/audioflinger/
AudioBufferProviderSource.cpp 82 ssize_t AudioBufferProviderSource::readVia(readVia_t via, size_t total, void *user, size_t block)
91 ALOG_ASSERT(accumulator <= total);
92 size_t count = total - accumulator;
  /frameworks/base/core/java/android/webkit/
ByteArrayBuilder.java 83 int total = 0; local
87 total += c.mLength;
89 return total;
  /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/bluetooth/glib/tests/
regex-test.c 126 total++; \
167 total++; \
199 total++; \
256 total++; \
390 total++; \
399 total++; \
409 total++; \
419 total++; \
429 total++; \
471 total++;
1582 gint total = 0; local
    [all...]
  /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/bouncycastle/src/main/java/org/bouncycastle/crypto/
BufferedBlockCipher.java 113 int total = len + bufOff; local
118 leftOver = total % buf.length - (cipher.getBlockSize() + 2);
122 leftOver = total % buf.length;
125 return total - leftOver;
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/modes/
CTSBlockCipher.java 49 int total = len + bufOff; local
50 int leftOver = total % buf.length;
54 return total - buf.length;
57 return total - leftOver;
  /external/elfutils/lib/
md5.h 49 md5_uint32 total[2]; member in struct:md5_ctx
sha1.h 50 sha1_uint32 total[2]; member in struct:sha1_ctx
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
VertexBuffer.java 495 * @return The total number of data elements in the data buffer.
624 int total = components * numElements; local
631 bbuf.limit(total);
632 ByteBuffer bnewBuf = BufferUtils.createByteBuffer(total);
639 sbuf.limit(total);
640 ShortBuffer snewBuf = BufferUtils.createShortBuffer(total);
647 ibuf.limit(total);
648 IntBuffer inewBuf = BufferUtils.createIntBuffer(total);
654 fbuf.limit(total);
655 FloatBuffer fnewBuf = BufferUtils.createFloatBuffer(total);
854 int total = numElements * components; local
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
inflate.h 85 unsigned long total; /* protected copy of output count */ member in struct:inflate_state
  /external/valgrind/main/helgrind/tests/
tc17_sembar.c 37 unsigned total; member in struct:__anon14152
52 bar->total = count;
74 bar->total = count;
86 if (bar->arrived == bar->total)
  /external/valgrind/main/massif/tests/
ignored.post.exp 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
48 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
  /external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/
WebInspectorShims.js 61 data.total = Number.bytesToString(this.totalTime);
  /external/zlib/
inflate.h 89 unsigned long total; /* protected copy of output count */ member in struct:inflate_state
  /frameworks/base/core/java/com/android/internal/util/
ArrayUtils.java 145 public static long total(long[] array) { method in class:ArrayUtils
146 long total = 0; local
148 total += value;
150 return total;
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
md5.h 87 md5_uint32 total[2]; member in struct:md5_ctx
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
md5.h 87 md5_uint32 total[2]; member in struct:md5_ctx
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
md5.h 87 md5_uint32 total[2]; member in struct:md5_ctx
  /system/extras/tests/bionic/libc/common/
bench_pthread.c 118 int64_t total = 0; local
120 total += stats[nn];
136 #define BENCH_COUNT(stmnt,total) do { \
137 int64_t count = total; \
  /external/chromium/base/
sys_info_win.cc 39 ULARGE_INTEGER available, total, free; local
40 if (!GetDiskFreeSpaceExW(path.value().c_str(), &available, &total, &free)) {

Completed in 1629 milliseconds

1 2 3 4 5 67 8 91011>>