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

  /libcore/jsr166-tests/src/test/java/jsr166/
ThreadLocalRandomTest.java 21 * calls, up to NCALLS tries, produce at least one different
27 static final int NCALLS = 10000;
51 while (i < NCALLS && ThreadLocalRandom.current().nextInt() == f)
53 assertTrue(i < NCALLS);
62 while (i < NCALLS && ThreadLocalRandom.current().nextLong() == f)
64 assertTrue(i < NCALLS);
73 while (i < NCALLS && ThreadLocalRandom.current().nextBoolean() == f)
75 assertTrue(i < NCALLS);
84 while (i < NCALLS && ThreadLocalRandom.current().nextFloat() == f)
86 assertTrue(i < NCALLS);
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
open-syscall-all-cpus.c 43 unsigned int ncalls = nr_open_calls + cpu; local
62 for (i = 0; i < ncalls; ++i) {
  /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_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 350 short ncalls; local
368 ncalls = ev->ev_ncalls;
369 ev->ev_pncalls = &ncalls;
370 while (ncalls) {
371 ncalls--;
372 ev->ev_ncalls = ncalls;
802 event_active(struct event *ev, int res, short ncalls)
811 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
  /dalvik/tools/dmtracedump/
TraceDump.c     [all...]
  /external/valgrind/main/none/tests/arm64/
fp_and_simd.c 58 static UInt nCalls = 0, nIters = 0;
60 nCalls++;
70 if (0 == (nCalls & 0xFF))
71 printf("randV128: %u calls, %u iters\n", nCalls, nIters);
    [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 312 milliseconds