Searched defs:total (Results 76 - 100 of 470) sorted by relevance

1234567891011>>

/external/clang/lib/StaticAnalyzer/Checkers/
H A DAnalyzerStatsChecker.cpp72 unsigned total = 0, unreachable = 0; local
77 ++total;
106 NumBlocks += total;
109 output << " -> Total CFGBlocks: " << total << " | Unreachable CFGBlocks: "
/external/doclava/src/com/google/doclava/
H A DTodoFile.java58 public int total; field in class:TodoFile.PackageStats
85 int total = 1;
95 total++;
109 total++;
124 total++;
138 total++;
153 data.setValue(classBase + ".totalCount", "" + total);
154 data.setValue(classBase + ".percentGood", percent(errors, total));
165 ps.total += total;
[all...]
/external/fio/t/
H A Dstest.c28 unsigned long total; local
35 nr = total = 0;
36 while (total < 128*1024*1024UL) {
40 printf("fail at %lu, size %u\n", total, size);
45 total += size;
/external/icu/icu4c/source/test/perf/usetperf/
H A Dusetperf.cpp47 int32_t total; member in class:CmdOp
51 total = 0;
56 ++total;
61 return total;
/external/libmtp/examples/
H A Dpathutils.c116 int progress (const uint64_t sent, const uint64_t total, void const * const data) argument
118 int percent = (sent*100)/total;
120 printf("Progress: %I64u of %I64u (%d%%)\r", sent, total, percent);
122 printf("Progress: %llu of %llu (%d%%)\r", sent, total, percent);
/external/libselinux/src/
H A Dcontext.c125 size_t total = 0; local
129 total += strlen(n->component[i]) + 1;
132 n->current_str = malloc(total);
/external/opencv/cvaux/src/
H A Dcvsubdiv2.cpp47 int i, j, total = subdiv->edges->total; local
57 for( i = 0; i < total; i++ )
166 int i, total = subdiv->edges->total; local
171 for( i = 0; i < total; i++ )
/external/oprofile/libutil++/
H A Dutility.h86 * @param total
88 * return total == 0 ? 1.0 : (count / total);
90 inline double op_ratio(double count, double total) argument
92 return total == 0 ? 0.0 : (count / total);
/external/qemu/distrib/libselinux/src/
H A Dcontext.c125 size_t total = 0; local
129 total += strlen(n->component[i]) + 1;
132 n->current_str = malloc(total);
/external/skia/bench/
H A DMemoryBench.cpp36 size_t total = fMinSize * 64; variable
43 while (size < total) {
/external/skia/debugger/
H A DSkDebugger.cpp89 int total = 0; local
117 total += counts[i];
142 totalStr.appendScalar(SkDoubleToScalar(total));
/external/skia/include/core/
H A DSkChecksum.h34 static inline uintptr_t Mash(uintptr_t total, uintptr_t value) { argument
35 return ((total >> ROTR) | (total << ROTL)) ^ value;
/external/skia/src/pathops/
H A DSkAddIntersections.cpp437 void CoincidenceCheck(SkTArray<SkOpContour*, true>* contourList, int total) { argument
/external/skia/src/views/animated/
H A DSkScrollBarView.cpp53 void SkScrollBarView::setTotal(unsigned total) argument
55 if ((int)total < 0)
56 total = 0;
58 if (fTotalLength != total)
60 fTotalLength = total;
70 if (dom.findS32(node, "total", &value))
122 int total = fTotalLength; local
127 if (total <= 0 || shown <= 0 || shown >= total) // no bar to show
129 total
[all...]
/external/webrtc/src/common_audio/vad/
H A Dvad_core.h46 WebRtc_Word16 total[3]; member in struct:VadInstT_
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DEnumerableExtensions.cs63 var total = default(TAggregate); field in struct:Antlr.Runtime.JavaExtensions.EnumerableExtensions.TAggregate
66 total = func(total, element);
73 return result(total, counter);
236 TR total = default(TR);
238 total = selector(total, element);
241 return total;
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dprofile.rb78 def total method in class:ANTLR3.Profile.DataSet
82 length > 0 ? ( total.to_f / length ) : 0
/external/chromium_org/chrome/browser/safe_browsing/
H A Dtwo_phase_uploader.cc45 int64 total) OVERRIDE;
152 int64 total) {
155 << " " << current << "/" << total; local
157 progress_callback_.Run(current, total);
149 OnURLFetchUploadProgress( const net::URLFetcher* source, int64 current, int64 total) argument
/external/chromium_org/components/policy/core/common/cloud/
H A Dexternal_policy_data_fetcher.cc248 int64 total) {
256 // |total|, and it may be -1 when not known.
257 if (current > it->second->max_size || total > it->second->max_size) {
245 OnURLFetchDownloadProgress( const net::URLFetcher* source, int64 current, int64 total) argument
/external/chromium_org/content/browser/tracing/
H A Dtrace_uploader.cc75 const net::URLFetcher* source, int64 current, int64 total) {
78 LOG(WARNING) << "Upload progress: " << current << " of " << total; local
82 base::Bind(progress_callback_, current, total));
74 OnURLFetchUploadProgress( const net::URLFetcher* source, int64 current, int64 total) argument
/external/chromium_org/extensions/browser/
H A Dcontent_verify_job.cc27 ScopedElapsedTimer(base::TimeDelta* total) : total_(total) { DCHECK(total_); } argument
32 // Some total amount of time we should add our elapsed time to at
/external/chromium_org/google_apis/gaia/
H A Dmerge_session_helper_unittest.cc46 int total = 0; member in namespace:__anon8351
54 total++;
58 total--;
/external/chromium_org/gpu/command_buffer/service/
H A Dprogram_cache.cc93 size_t total = 0; local
95 total += 4 + it->first.length();
97 return total;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DFixedTableLayout.cpp247 // If there are no auto columns, or if the total is too wide, take
299 int total = nEffCols; local
300 while (total) {
301 int w = remainingWidth / total;
303 calcWidth[--total] += w;
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXMLHttpRequestProgressEventThrottle.cpp38 void set(bool lengthComputable, unsigned long long loaded, unsigned long long total) argument
43 m_total = total;
55 unsigned long long total() const { return m_total; } function in class:blink::XMLHttpRequestProgressEventThrottle::DeferredEvent
77 void XMLHttpRequestProgressEventThrottle::dispatchProgressEvent(const AtomicString& type, bool lengthComputable, unsigned long long loaded, unsigned long long total) argument
82 m_target->dispatchEvent(XMLHttpRequestProgressEvent::create(type, lengthComputable, loaded, total));
87 m_deferred->set(lengthComputable, loaded, total);
89 m_target->dispatchEvent(XMLHttpRequestProgressEvent::create(type, lengthComputable, loaded, total));
112 m_target->dispatchEvent(XMLHttpRequestProgressEvent::create(EventTypeNames::progress, m_deferred->lengthComputable(), m_deferred->loaded(), m_deferred->total()));

Completed in 1372 milliseconds

1234567891011>>