HomeSort by relevance Sort by last modified time
    Searched refs:num_total (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/third_party/WebKit/public/platform/
WebApplicationCacheHostClient.h 47 virtual void notifyProgressEventListener(const WebURL&, int num_total, int num_complete) = 0;
  /cts/apps/CameraITS/tests/scene1/
test_format_combos.py 105 num_total = len(reqs)*len(fmt_combos)*len(burst_lens)
106 num_not_run = num_total - num_success - num_fail
108 print "\nFailures (%d / %d):" % (num_fail, num_total)
111 print "\nSuccesses (%d / %d):" % (num_success, num_total)
115 print "\nNumber of tests not run: %d / %d" % (num_not_run, num_total)
120 assert(num_success == num_total)
  /external/chromium_org/content/child/appcache/
appcache_frontend_impl.h 22 int num_total,
appcache_dispatcher.cc 51 const GURL& url, int num_total, int num_complete) {
52 frontend_->OnProgressEventRaised(host_ids, url, num_total, num_complete);
appcache_dispatcher.h 41 const GURL& url, int num_total, int num_complete);
web_application_cache_host_impl.h 36 void OnProgressEventRaised(const GURL& url, int num_total, int num_complete);
appcache_frontend_impl.cc 54 int num_total,
60 host->OnProgressEventRaised(url, num_total, num_complete);
web_application_cache_host_impl.cc 127 const GURL& url, int num_total, int num_complete) {
132 num_total, url.spec().c_str());
135 client_->notifyProgressEventListener(url, num_total, num_complete);
  /external/chromium_org/content/browser/appcache/
appcache_frontend_proxy.cc 34 const GURL& url, int num_total, int num_complete) {
36 host_ids, url, num_total, num_complete));
appcache_frontend_proxy.h 30 int num_total, int num_complete) OVERRIDE;
appcache_group_unittest.cc 46 int num_total, int num_complete) OVERRIDE {
appcache_host_unittest.cc 70 int num_total,
appcache_update_job_unittest.cc 255 int num_total,
261 EXPECT_GE(num_total, num_complete);
269 EXPECT_EQ(last_progress_total_, num_total);
274 if (num_total == num_complete)
279 last_progress_total_ = num_total;
    [all...]
appcache_update_job.cc 80 const GURL& url, int num_total, int num_complete) {
85 num_total, num_complete);
    [all...]
appcache_request_handler_unittest.cc 53 int num_total,
    [all...]
appcache_unittest.cc 25 int num_total, int num_complete) OVERRIDE {}
appcache_storage_impl_unittest.cc     [all...]
  /external/chromium_org/content/common/
appcache_interfaces.h 125 int num_total, int num_complete) = 0;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
inspect.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
inspect.py     [all...]

Completed in 1072 milliseconds