Home
last modified time | relevance | path

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

123456789

/external/webkit/Source/WebCore/dom/
DProgressEvent.h39 …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
DProgressEvent.cpp38 …nst AtomicString& type, bool lengthComputable, unsigned long long loaded, unsigned long long total) in ProgressEvent()
/external/sqlite/android/
DPhoneNumberUtilsTest.cpp34 #define EXPECT(function, input1, input2, expected, total, error) \ argument
77 int total = 0; in main() local
/external/stlport/test/unit/
Dtimes_test.cpp32 int total = accumulate(input, input + 4, 1, multiplies<int>()); in times() local
Dplusminus_test.cpp36 int total = inner_product(input1, input1 + 4, input2, 0, plus<int>(), multiplies <int>()); in plus0() local
/external/skia/src/views/
DSkScrollBarView.cpp46 void SkScrollBarView::setTotal(unsigned total) in setTotal()
115 int total = fTotalLength; in adjust() local
/external/qemu/
Dqemu-io.c103 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/
Dcvsubdiv2.cpp47 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/
DTodoFile.java58 public int total; field in TodoFile.PackageStats
85 int total = 1; in writeTodoFile() local
/external/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
Dsunspider-analyze-results.js31 var total = 0; variable
49 itemTotals = {total: []}; property
/external/oauth/core/src/main/java/net/oauth/client/
DExcerptInputStream.java22 int total = 0; in ExcerptInputStream() local
/external/dbus/dbus/
Ddbus-file-unix.c62 int total; in _dbus_file_get_contents() local
174 int total; in _dbus_string_save_to_file() local
Ddbus-file-win.c115 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/
DPaddedBufferedBlockCipher.java95 int total = len + bufOff; in getOutputSize() local
122 int total = len + bufOff; in getUpdateOutputSize() local
/external/webkit/Source/WebCore/xml/
DXMLHttpRequestProgressEvent.h53 …nst AtomicString& type, bool lengthComputable, unsigned long long loaded, unsigned long long total) in XMLHttpRequestProgressEvent()
DXMLHttpRequestProgressEventThrottle.cpp50 …::dispatchProgressEvent(bool lengthComputable, unsigned long long loaded, unsigned long long total) in dispatchProgressEvent()
/external/webrtc/src/system_wrappers/test/
DTest.cpp48 WebRtc_Word32 total = cpu->CpuUsageMultiCore(numCores, cores); in _tmain() local
/external/webp/src/enc/
Dcost.h30 static inline uint64_t VP8BranchCost(uint64_t nb, uint64_t total, in VP8BranchCost()
/external/junit/src/junit/swingui/
DProgressBar.java30 public void start(int total) { in start()
/external/openssl/crypto/lhash/
Dlh_stats.c117 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/
Dmake-sparse.c25 int got, total = 0; in full_read() local
/external/valgrind/main/drd/tests/
Domp_prime.c38 int total = 0; in main() local
/external/v8/test/cctest/
Dtest-fast-dtoa.cc209 int total = 0; in TEST() local
238 int total = 0; in TEST() local
/external/chromium/chrome/browser/download/
Ddownload_item_model.cc32 int64 total = download_->total_bytes(); in GetStatusText() local

123456789