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

  /external/libbrillo/brillo/message_loops/
message_loop_unittest.cc 306 int total_calls = 0; local
313 [this, &timeout_called, &total_calls, &timeout_callback, &timeout_task] {
315 total_calls++;
317 if (total_calls > 100)
328 auto fd_callback = [this, &pipes, &reads, &total_calls](int i) {
330 total_calls++;
333 if (total_calls > 100)
350 EXPECT_GT(total_calls, 100);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
profile.py 558 total_calls = 0.0
563 total_calls += cc
568 print "total # calls =", total_calls
569 if total_calls != m + 1:
570 raise ValueError("internal error: total calls = %d" % total_calls)
576 mean = (reported_time - elapsed_noprofile) / 2.0 / total_calls
pstats.py 101 self.total_calls = 0
141 self.total_calls += nc
156 self.total_calls += other.total_calls
359 print >> self.stream, indent, self.total_calls, "function calls",
360 if self.total_calls != self.prim_calls:
  /external/python/cpython2/Lib/
profile.py 549 total_calls = 0.0
554 total_calls += cc
559 print "total # calls =", total_calls
560 if total_calls != m + 1:
561 raise ValueError("internal error: total calls = %d" % total_calls)
567 mean = (reported_time - elapsed_noprofile) / 2.0 / total_calls
pstats.py 89 self.total_calls = 0
129 self.total_calls += nc
144 self.total_calls += other.total_calls
351 print >> self.stream, indent, self.total_calls, "function calls",
352 if self.total_calls != self.prim_calls:
  /prebuilts/gdb/darwin-x86/lib/python2.7/
profile.py 549 total_calls = 0.0
554 total_calls += cc
559 print "total # calls =", total_calls
560 if total_calls != m + 1:
561 raise ValueError("internal error: total calls = %d" % total_calls)
567 mean = (reported_time - elapsed_noprofile) / 2.0 / total_calls
pstats.py 89 self.total_calls = 0
129 self.total_calls += nc
144 self.total_calls += other.total_calls
351 print >> self.stream, indent, self.total_calls, "function calls",
352 if self.total_calls != self.prim_calls:
  /prebuilts/gdb/linux-x86/lib/python2.7/
profile.py 549 total_calls = 0.0
554 total_calls += cc
559 print "total # calls =", total_calls
560 if total_calls != m + 1:
561 raise ValueError("internal error: total calls = %d" % total_calls)
567 mean = (reported_time - elapsed_noprofile) / 2.0 / total_calls
pstats.py 89 self.total_calls = 0
129 self.total_calls += nc
144 self.total_calls += other.total_calls
351 print >> self.stream, indent, self.total_calls, "function calls",
352 if self.total_calls != self.prim_calls:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
profile.py 549 total_calls = 0.0
554 total_calls += cc
559 print "total # calls =", total_calls
560 if total_calls != m + 1:
561 raise ValueError("internal error: total calls = %d" % total_calls)
567 mean = (reported_time - elapsed_noprofile) / 2.0 / total_calls
pstats.py 89 self.total_calls = 0
129 self.total_calls += nc
144 self.total_calls += other.total_calls
351 print >> self.stream, indent, self.total_calls, "function calls",
352 if self.total_calls != self.prim_calls:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
profile.py 549 total_calls = 0.0
554 total_calls += cc
559 print "total # calls =", total_calls
560 if total_calls != m + 1:
561 raise ValueError("internal error: total calls = %d" % total_calls)
567 mean = (reported_time - elapsed_noprofile) / 2.0 / total_calls
pstats.py 89 self.total_calls = 0
129 self.total_calls += nc
144 self.total_calls += other.total_calls
351 print >> self.stream, indent, self.total_calls, "function calls",
352 if self.total_calls != self.prim_calls:
  /external/fio/
gettime.c 102 unsigned long total_calls = 0; local
114 total_calls += log->calls;
118 printf("Total %lu gettimeofday\n", total_calls);

Completed in 833 milliseconds