Home
last modified time | relevance | path

Searched defs:total (Results 1 – 25 of 498) sorted by relevance

12345678910>>...20

/external/chromium_org/third_party/WebKit/Source/core/events/
DProgressEvent.h38 unsigned long long total; member
48 …nst AtomicString& type, bool lengthComputable, unsigned long long loaded, unsigned long long total) in create()
59 unsigned long long total() const { return m_total; } in total() function
DResourceProgressEvent.h52 …String& type, bool lengthComputable, unsigned long long loaded, unsigned long long total, const St… in create()
/external/chromium_org/net/url_request/
Durl_fetcher_delegate.cc10 const URLFetcher* source, int64 current, int64 total) {} in OnURLFetchDownloadProgress()
13 const URLFetcher* source, int64 current, int64 total) {} in OnURLFetchUploadProgress()
/external/chromium_org/third_party/WebKit/Source/core/xml/
DXMLHttpRequestProgressEventThrottle.cpp38 void set(bool lengthComputable, unsigned long long loaded, unsigned long long total) in set()
55 unsigned long long total() const { return m_total; } in total() function in blink::XMLHttpRequestProgressEventThrottle::DeferredEvent
77 …nst AtomicString& type, bool lengthComputable, unsigned long long loaded, unsigned long long total) in dispatchProgressEvent()
/external/sqlite/android/
DPhoneNumberUtilsTest.cpp34 #define EXPECT(function, input1, input2, expected, total, error) \ argument
77 int total = 0; in main() local
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DHeapProfilerModel.js63 reportHeapSnapshotProgress: function(done, total, finished) argument
65 …spector.HeapProfilerModel.Events.ReportHeapSnapshotProgress, {done: done, total: total, finished: … property
118 reportHeapSnapshotProgress: function(done, total, finished) argument
/external/lzma/CS/7zip/Compress/RangeCoder/
DRangeCoder.cs54 public void Encode(uint start, uint size, uint total) in Encode()
170 public uint GetThreshold(uint total) in GetThreshold()
175 public void Decode(uint start, uint size, uint total) in Decode()
/external/skia/src/views/animated/
DSkScrollBarView.cpp53 void SkScrollBarView::setTotal(unsigned total) in setTotal()
122 int total = fTotalLength; in adjust() local
/external/chromium_org/third_party/skia/src/views/animated/
DSkScrollBarView.cpp53 void SkScrollBarView::setTotal(unsigned total) in setTotal()
122 int total = fTotalLength; in adjust() local
/external/stlport/test/unit/
Dtimes_test.cpp32 int total = accumulate(input, input + 4, 1, multiplies<int>()); in times() local
/external/chromium_org/v8/src/
Druntime-profiler.cc91 int typeinfo, generic, total, type_percentage, generic_percentage; in Optimize() local
238 int typeinfo, generic, total, type_percentage, generic_percentage; in OptimizeNow() local
261 int typeinfo, generic, total, type_percentage, generic_percentage; in OptimizeNow() local
/external/chromium_org/third_party/lcov/example/methods/
Diterate.c21 int i, total; in iterate_get_sum() local
/external/chromium_org/third_party/blanketjs/src/
Dqunit_adapter.js21 QUnit.done=function(failures, total) { argument
50 QUnit.done(function(failures, total) { argument
/external/chromium_org/third_party/WebKit/Source/web/
DWebDOMProgressEvent.cpp39 …onst WebString& type, bool lengthIsComputable, unsigned long long loaded, unsigned long long total) in WebDOMProgressEvent()
DWebDOMResourceProgressEvent.cpp39 …ring& type, bool lengthIsComputable, unsigned long long loaded, unsigned long long total, const We… in WebDOMResourceProgressEvent()
/external/opencv/cvaux/src/
Dcvsubdiv2.cpp47 int i, j, total = subdiv->edges->total; in icvSubdiv2DCheck() local
166 int i, total = subdiv->edges->total; in icvDrawMosaic() local
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
Dwrite_from_url_operation.cc105 int64 total) { in OnURLFetchUploadProgress()
112 int64 total) { in OnURLFetchDownloadProgress()
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/resources/
Dsunspider-compare-results.js71 itemTotals1 = {total: []}; property
106 itemTotals2 = {total: []}; property
175 …function computeMeans(count, total, categoryTotals, categoryMeans, testTotalsByCategory, testMeans… argument
/external/doclava/src/com/google/doclava/
DTodoFile.java58 public int total; field in TodoFile.PackageStats
85 int total = 1; in writeTodoFile() local
/external/linux-tools-perf/perf-3.12.0/tools/perf/
Dbuiltin-stat.c582 static void print_noise_pct(double total, double avg) in print_noise_pct()
689 double total, ratio = 0.0; in print_stalled_cycles_frontend() local
708 double total, ratio = 0.0; in print_stalled_cycles_backend() local
727 double total, ratio = 0.0; in print_branch_misses() local
746 double total, ratio = 0.0; in print_l1_dcache_misses() local
765 double total, ratio = 0.0; in print_l1_icache_misses() local
784 double total, ratio = 0.0; in print_dtlb_cache_misses() local
803 double total, ratio = 0.0; in print_itlb_cache_misses() local
822 double total, ratio = 0.0; in print_ll_cache_misses() local
839 double total, ratio = 0.0; in abs_printout() local
/external/compiler-rt/test/asan/TestCases/
Dmmap_limit_mb.cc26 for (long total = total_mb << 20; total > 0; total -= allocation_size) in main() local
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DConnectionPool.java217 int total = 0; in getSpdyConnectionCount() local
226 int total = 0; in getHttpConnectionCount() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/paddings/
DPaddedBufferedBlockCipher.java96 int total = len + bufOff; in getOutputSize() local
123 int total = len + bufOff; in getUpdateOutputSize() local
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/tui/
Dprogress.c7 static void tui_progress__update(u64 curr, u64 total, const char *title) in tui_progress__update()
/external/chromium_org/third_party/WebKit/Source/modules/mediasource/
DHTMLVideoElementMediaSource.cpp45 unsigned total = 0; in getVideoPlaybackQuality() local

12345678910>>...20