| /external/chromium_org/third_party/WebKit/Source/core/events/ |
| D | ProgressEvent.h | 38 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
|
| D | ResourceProgressEvent.h | 52 …String& type, bool lengthComputable, unsigned long long loaded, unsigned long long total, const St… in create()
|
| /external/chromium_org/net/url_request/ |
| D | url_fetcher_delegate.cc | 10 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/ |
| D | XMLHttpRequestProgressEventThrottle.cpp | 38 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/ |
| D | PhoneNumberUtilsTest.cpp | 34 #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/ |
| D | HeapProfilerModel.js | 63 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/ |
| D | RangeCoder.cs | 54 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/ |
| D | SkScrollBarView.cpp | 53 void SkScrollBarView::setTotal(unsigned total) in setTotal() 122 int total = fTotalLength; in adjust() local
|
| /external/chromium_org/third_party/skia/src/views/animated/ |
| D | SkScrollBarView.cpp | 53 void SkScrollBarView::setTotal(unsigned total) in setTotal() 122 int total = fTotalLength; in adjust() local
|
| /external/stlport/test/unit/ |
| D | times_test.cpp | 32 int total = accumulate(input, input + 4, 1, multiplies<int>()); in times() local
|
| /external/chromium_org/v8/src/ |
| D | runtime-profiler.cc | 91 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/ |
| D | iterate.c | 21 int i, total; in iterate_get_sum() local
|
| /external/chromium_org/third_party/blanketjs/src/ |
| D | qunit_adapter.js | 21 QUnit.done=function(failures, total) { argument 50 QUnit.done(function(failures, total) { argument
|
| /external/chromium_org/third_party/WebKit/Source/web/ |
| D | WebDOMProgressEvent.cpp | 39 …onst WebString& type, bool lengthIsComputable, unsigned long long loaded, unsigned long long total) in WebDOMProgressEvent()
|
| D | WebDOMResourceProgressEvent.cpp | 39 …ring& type, bool lengthIsComputable, unsigned long long loaded, unsigned long long total, const We… in WebDOMResourceProgressEvent()
|
| /external/opencv/cvaux/src/ |
| D | cvsubdiv2.cpp | 47 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/ |
| D | write_from_url_operation.cc | 105 int64 total) { in OnURLFetchUploadProgress() 112 int64 total) { in OnURLFetchDownloadProgress()
|
| /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/resources/ |
| D | sunspider-compare-results.js | 71 itemTotals1 = {total: []}; property 106 itemTotals2 = {total: []}; property 175 …function computeMeans(count, total, categoryTotals, categoryMeans, testTotalsByCategory, testMeans… argument
|
| /external/doclava/src/com/google/doclava/ |
| D | TodoFile.java | 58 public int total; field in TodoFile.PackageStats 85 int total = 1; in writeTodoFile() local
|
| /external/linux-tools-perf/perf-3.12.0/tools/perf/ |
| D | builtin-stat.c | 582 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/ |
| D | mmap_limit_mb.cc | 26 for (long total = total_mb << 20; total > 0; total -= allocation_size) in main() local
|
| /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
| D | ConnectionPool.java | 217 int total = 0; in getSpdyConnectionCount() local 226 int total = 0; in getHttpConnectionCount() local
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/paddings/ |
| D | PaddedBufferedBlockCipher.java | 96 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/ |
| D | progress.c | 7 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/ |
| D | HTMLVideoElementMediaSource.cpp | 45 unsigned total = 0; in getVideoPlaybackQuality() local
|