HomeSort by relevance Sort by last modified time
    Searched full:ncalls (Results 1 - 18 of 18) sorted by null

  /external/srec/srec/crec/
comp_stats.c 105 c->ncalls / num_seconds,
158 c->ncalls ++;
166 c->ncalls = 0;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cprofile.py 46 ncalls tottime percall cumtime percall filename:lineno(function)
69 ncalls tottime cumtime
97 ncalls tottime cumtime
test_profile.py 100 ncalls tottime percall cumtime percall filename:lineno(function)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cprofile.py 46 ncalls tottime percall cumtime percall filename:lineno(function)
69 ncalls tottime cumtime
97 ncalls tottime cumtime
test_profile.py 100 ncalls tottime percall cumtime percall filename:lineno(function)
  /external/chromium/third_party/libevent/
signal.c 315 sig_atomic_t ncalls; local
320 ncalls = sig->evsigcaught[i];
321 if (ncalls == 0)
323 sig->evsigcaught[i] -= ncalls;
330 event_active(ev, EV_SIGNAL, ncalls);
event.c 362 short ncalls; local
380 ncalls = ev->ev_ncalls;
381 ev->ev_pncalls = &ncalls;
382 while (ncalls) {
383 ncalls--;
384 ev->ev_ncalls = ncalls;
818 event_active(struct event *ev, int res, short ncalls)
827 ev->ev_ncalls = ncalls;
  /external/chromium_org/third_party/libevent/
signal.c 315 sig_atomic_t ncalls; local
320 ncalls = sig->evsigcaught[i];
321 if (ncalls == 0)
323 sig->evsigcaught[i] -= ncalls;
330 event_active(ev, EV_SIGNAL, ncalls);
event.c 362 short ncalls; local
380 ncalls = ev->ev_ncalls;
381 ev->ev_pncalls = &ncalls;
382 while (ncalls) {
383 ncalls--;
384 ev->ev_ncalls = ncalls;
814 event_active(struct event *ev, int res, short ncalls)
823 ev->ev_ncalls = ncalls;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cProfile.py 101 nc = entry.callcount # ncalls column of pstats (before '/')
102 cc = nc - entry.reccallcount # ncalls column of pstats (after '/')
pstats.py 175 "ncalls" : (((1,-1), ), "call count"),
401 print >> self.stream, " "*name_size + " ncalls tottime cumtime"
430 print >> self.stream, ' ncalls tottime percall cumtime percall',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cProfile.py 101 nc = entry.callcount # ncalls column of pstats (before '/')
102 cc = nc - entry.reccallcount # ncalls column of pstats (after '/')
pstats.py 175 "ncalls" : (((1,-1), ), "call count"),
401 print >> self.stream, " "*name_size + " ncalls tottime cumtime"
430 print >> self.stream, ' ncalls tottime percall cumtime percall',
  /external/srec/srec/include/
comp_stats.h 69 int ncalls; member in struct:CS_CLOCK_t
  /external/linux-tools-perf/
builtin-test.c 376 unsigned int ncalls = nr_open_calls + cpu; local
395 for (i = 0; i < ncalls; ++i) {
  /dalvik/tools/dmtracedump/
TraceDump.c     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]

Completed in 326 milliseconds