/external/webkit/Source/WebCore/dom/ |
D | ProgressEvent.h | 39 …nst AtomicString& type, bool lengthComputable, unsigned long long loaded, unsigned long long total) in create() 49 unsigned long long total() const { return m_total; } in total() function
|
D | ProgressEvent.cpp | 38 …nst AtomicString& type, bool lengthComputable, unsigned long long loaded, unsigned long long total) in ProgressEvent()
|
/external/sqlite/android/ |
D | PhoneNumberUtilsTest.cpp | 34 #define EXPECT(function, input1, input2, expected, total, error) \ argument 77 int total = 0; in main() local
|
/external/stlport/test/unit/ |
D | times_test.cpp | 32 int total = accumulate(input, input + 4, 1, multiplies<int>()); in times() local
|
D | plusminus_test.cpp | 36 int total = inner_product(input1, input1 + 4, input2, 0, plus<int>(), multiplies <int>()); in plus0() local
|
/external/skia/src/views/ |
D | SkScrollBarView.cpp | 46 void SkScrollBarView::setTotal(unsigned total) in setTotal() 115 int total = fTotalLength; in adjust() local
|
/external/qemu/ |
D | qemu-io.c | 103 int count, int total, int cnt, int Cflag) in print_report() 176 static int do_read(char *buf, int64_t offset, int count, int *total) in do_read() 187 static int do_write(char *buf, int64_t offset, int count, int *total) in do_write() 198 static int do_pread(char *buf, int64_t offset, int count, int *total) in do_pread() 206 static int do_pwrite(char *buf, int64_t offset, int count, int *total) in do_pwrite() 214 static int do_load_vmstate(char *buf, int64_t offset, int count, int *total) in do_load_vmstate() 222 static int do_save_vmstate(char *buf, int64_t offset, int count, int *total) in do_save_vmstate() 236 static int do_aio_readv(QEMUIOVector *qiov, int64_t offset, int *total) in do_aio_readv() 253 static int do_aio_writev(QEMUIOVector *qiov, int64_t offset, int *total) in do_aio_writev() 285 static int do_aio_multiwrite(BlockRequest* reqs, int num_reqs, int *total) in do_aio_multiwrite() [all …]
|
/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/doclava/src/com/google/doclava/ |
D | TodoFile.java | 58 public int total; field in TodoFile.PackageStats 85 int total = 1; in writeTodoFile() local
|
/external/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
|
D | sunspider-analyze-results.js | 31 var total = 0; variable 49 itemTotals = {total: []}; property
|
/external/oauth/core/src/main/java/net/oauth/client/ |
D | ExcerptInputStream.java | 22 int total = 0; in ExcerptInputStream() local
|
/external/dbus/dbus/ |
D | dbus-file-unix.c | 62 int total; in _dbus_file_get_contents() local 174 int total; in _dbus_string_save_to_file() local
|
D | dbus-file-win.c | 115 unsigned int total; in _dbus_file_get_contents() local 222 int total; in _dbus_string_save_to_file() local
|
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/paddings/ |
D | PaddedBufferedBlockCipher.java | 95 int total = len + bufOff; in getOutputSize() local 122 int total = len + bufOff; in getUpdateOutputSize() local
|
/external/webkit/Source/WebCore/xml/ |
D | XMLHttpRequestProgressEvent.h | 53 …nst AtomicString& type, bool lengthComputable, unsigned long long loaded, unsigned long long total) in XMLHttpRequestProgressEvent()
|
D | XMLHttpRequestProgressEventThrottle.cpp | 50 …::dispatchProgressEvent(bool lengthComputable, unsigned long long loaded, unsigned long long total) in dispatchProgressEvent()
|
/external/webrtc/src/system_wrappers/test/ |
D | Test.cpp | 48 WebRtc_Word32 total = cpu->CpuUsageMultiCore(numCores, cores); in _tmain() local
|
/external/webp/src/enc/ |
D | cost.h | 30 static inline uint64_t VP8BranchCost(uint64_t nb, uint64_t total, in VP8BranchCost()
|
/external/junit/src/junit/swingui/ |
D | ProgressBar.java | 30 public void start(int total) { in start()
|
/external/openssl/crypto/lhash/ |
D | lh_stats.c | 117 unsigned long total=0,n_used=0; in lh_node_usage_stats() local 226 unsigned long total=0,n_used=0; in lh_node_usage_stats_bio() local
|
/external/e2fsprogs/contrib/ |
D | make-sparse.c | 25 int got, total = 0; in full_read() local
|
/external/valgrind/main/drd/tests/ |
D | omp_prime.c | 38 int total = 0; in main() local
|
/external/v8/test/cctest/ |
D | test-fast-dtoa.cc | 209 int total = 0; in TEST() local 238 int total = 0; in TEST() local
|
/external/chromium/chrome/browser/download/ |
D | download_item_model.cc | 32 int64 total = download_->total_bytes(); in GetStatusText() local
|