/external/opencv/cvaux/src/ |
cv3dtracker.cpp | 442 CvPoint3D32f total = cvPoint3D32f(0, 0, 0); local 481 total += midpoint(r1, r2); 486 CvPoint3D32f center = total/weight;
|
cvcalibfilter.cpp | 582 /* Get total number of frames and already accepted pair of frames */ 583 int CvCalibFilter::GetFrameCount( int* total ) const 585 if( total ) 586 *total = framesTotal;
|
/external/sfntly/cpp/src/sfntly/table/truetype/ |
glyph_table.cc | 85 int32_t total = 0; local 90 locas->push_back(total + size); 91 total += size;
|
/frameworks/base/core/tests/coretests/src/android/database/ |
DatabaseCursorTest.java | 263 int total; field in class:DatabaseCursorTest.TestObserver 268 total = total_; 274 if (total == count) {
|
/frameworks/base/services/core/java/com/android/server/ |
AssetAtlasService.java | 89 // This percentage of the total number of pixels represents the minimum 640 * @param pixelCount The total number of pixels occupied by the list of bitmaps 692 int total = 0; local 699 total++; 703 return total;
|
/frameworks/wilhelm/tests/sandbox/ |
playbq.c | 119 sf_count_t total = 0; local 153 total += actual; 156 if ((total & 0xFF00) == 0xFF00) {
|
playbq.cpp | 119 sf_count_t total = 0; local 153 total += actual; 156 if ((total & 0xFF00) == 0xFF00) {
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ |
DatagramChannelTest.java | 1901 int total = 0; local 1912 assertEquals(targetBuf.position(), total); local 2018 int total = 0; local 2030 assertEquals(targetBuf.position(), total); local [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
random.py | 836 total = 0.0 843 total += x 849 avg = total/n
|
socket.py | 512 total = 0 519 total += len(line) 520 if sizehint and total >= sizehint:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
random.py | 836 total = 0.0 843 total += x 849 avg = total/n
|
socket.py | 512 total = 0 519 total += len(line) 520 if sizehint and total >= sizehint:
|
/system/core/logcat/tests/ |
logcat_test.cpp | 510 static const char total[] = "total "; local 517 } else if (strncmp(buffer, total, sizeof(total) - 1)) {
|
/external/linux-tools-perf/src/tools/perf/ |
builtin-kvm.c | 51 struct kvm_event_stats total; member in struct:kvm_event 350 event->total.time = 0; 351 init_stats(&event->total.stats); 450 struct kvm_event_stats *kvm_stats = &event->total; 463 kvm_update_event_stats(&event->total, time_diff); 587 return event->total.field; \ 778 pr_info("\nTotal Samples:%" PRIu64 ", Total events handled time:%.2fus.\n\n", [all...] |
/external/tremolo/Tremolo/ |
vorbisfile.c | 68 (seeking/scrubbing) or desire to know the total length/time of a 935 /* returns: total raw (compressed) length of content if i==-1 954 /* returns: total PCM length (samples) of content if i==-1 PCM length 973 /* returns: total milliseconds of content if i==-1 1156 ogg_int64_t total=ov_pcm_total(vf,-1); local [all...] |
/prebuilts/tools/common/m2/repository/org/jdeferred/jdeferred-core/1.2.2/ |
jdeferred-core-1.2.2.jar | |
/prebuilts/tools/common/m2/repository/org/jdeferred/jdeferred-core/1.2.3/ |
jdeferred-core-1.2.3.jar | |
/cts/tests/tests/telephony/src/android/telephony/cts/ |
SmsMessageTest.java | 154 private boolean checkRemaining(int total, int messageLength, int remaining) { 155 return total - messageLength == remaining;
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
profile.rb | 78 def total method in class:ANTLR3.Profile.DataSet 82 length > 0 ? ( total.to_f / length ) : 0 140 report << "| %-66s | %7i |\n" % [ "Total Invocations", rule_invocations ]
|
/external/fio/t/ |
dedupe.c | 334 static void show_progress(struct worker_thread *threads, unsigned long total) 359 perc = (float) nitems / (float) total;
|
/external/jdiff/src/jdiff/ |
HTMLStatistics.java | 120 h_.writeText("<dt><a href=\"#numbers\">Total of Differences</a></dt><dd>Listed by number and type</dd></dl>"); 134 h_.writeText("<h2 class=\"pagecontenth2\">Total of Differences, by Number and Type</h2>"); 226 double total = 0; 228 total += hist[i]; 234 h_.writeText(" <TD>" + (hist[i]/total) + "</TD>"); 235 h_.writeText(" <TD><img alt=\"|\" src=\"../black.gif\" height=20 width=" + (hist[i]*300/total) + "></TD>"); 243 h_.writeText(i + "," + (hist[i]/total)); 317 double total = 0; 319 total += hist[i]; 325 h_.writeText(" <TD>" + (hist[i]/total) + "</TD>") 483 int total = numRemoved + numAdded + numChanged; local [all...] |
/external/lldb/examples/python/ |
pytracer.py | 310 def total(initial=5, *numbers, **keywords): function 323 total(10, 1, 2, 3, vegetables=50, fruits=100)
|
/external/lzma/C/ |
MtCoder.c | 77 #define UPDATE_PROGRESS(size, prev, total) \
78 if (size != (UInt64)(Int64)-1) { total += size - prev; prev = size; }
|
/external/opencv/cv/src/ |
cvrotcalipers.cpp | 408 for( i = 0; i < ptseq->total; i++ ) 417 n = ptseq->total;
|
/external/valgrind/massif/tests/ |
alloc-fns-A.post.exp | 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
|