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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_lsprof.c 81 long callcount; member in struct:_ProfilerSubEntry
92 long callcount; /* how many times this was called */ member in struct:_ProfilerEntry
246 self->callcount = 0;
279 self->callcount = 0;
352 entry->callcount++;
363 ++subentry->callcount;
504 {"callcount", "how many times this was called"},
514 {"callcount", "how many times this is called"},
556 sentry->callcount,
573 if (entry->callcount == 0)
    [all...]
  /external/python/cpython2/Modules/
_lsprof.c 81 long callcount; member in struct:_ProfilerSubEntry
92 long callcount; /* how many times this was called */ member in struct:_ProfilerEntry
246 self->callcount = 0;
279 self->callcount = 0;
352 entry->callcount++;
363 ++subentry->callcount;
504 {"callcount", "how many times this was called"},
514 {"callcount", "how many times this is called"},
556 sentry->callcount,
573 if (entry->callcount == 0
    [all...]
  /external/python/cpython3/Modules/
_lsprof.c 71 long callcount; member in struct:_ProfilerSubEntry
82 long callcount; /* how many times this was called */ member in struct:_ProfilerEntry
245 self->callcount = 0;
278 self->callcount = 0;
351 entry->callcount++;
362 ++subentry->callcount;
501 {"callcount", "how many times this was called"},
511 {"callcount", "how many times this is called"},
553 sentry->callcount,
570 if (entry->callcount == 0
    [all...]
  /external/python/cpython3/Lib/
cProfile.py 61 nc = entry.callcount # ncalls column of pstats (before '/')
77 nc = subentry.callcount
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
cProfile.py 101 nc = entry.callcount # ncalls column of pstats (before '/')
117 nc = subentry.callcount
  /external/python/cpython2/Lib/
cProfile.py 101 nc = entry.callcount # ncalls column of pstats (before '/')
117 nc = subentry.callcount
  /prebuilts/gdb/darwin-x86/lib/python2.7/
cProfile.py 101 nc = entry.callcount # ncalls column of pstats (before '/')
117 nc = subentry.callcount
  /prebuilts/gdb/linux-x86/lib/python2.7/
cProfile.py 101 nc = entry.callcount # ncalls column of pstats (before '/')
117 nc = subentry.callcount
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cProfile.py 101 nc = entry.callcount # ncalls column of pstats (before '/')
117 nc = subentry.callcount
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cProfile.py 101 nc = entry.callcount # ncalls column of pstats (before '/')
117 nc = subentry.callcount
  /external/curl/tests/server/
sws.c 123 int callcount; /* times ProcessRequest() gets called */ member in struct:httprequest
470 req->callcount++;
473 req->callcount > 1?" [CONTINUED]":"");
946 req->callcount = 0;
    [all...]
  /external/deqp/modules/gles3/performance/
es3pDepthTests.cpp 733 virtual Sample renderSample (const RenderData& occluder, const RenderData& occluded, int callcount) const;
796 Sample RenderCountCase::renderSample (const RenderData& occluder, const RenderData& occluded, int callcount) const
817 render(occluded, callcount);
826 sample.workload = callcount;
    [all...]
  /external/python/cpython3/Lib/test/test_asyncio/
test_base_events.py 876 callcount = 0
885 nonlocal callcount
886 callcount += 1
900 self.assertEqual(callcount, 1)
    [all...]
  /external/libevent/test/
regress.c 105 unsigned int callcount; member in struct:basic_cb_args
139 switch (arg->callcount++) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
unicodeobject.c 659 Py_ssize_t callcount = 0; local
696 ++callcount;
702 ++callcount;
707 if (callcount) {
708 callresults = PyObject_Malloc(sizeof(PyObject *)*callcount);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
unicodeobject.c 704 Py_ssize_t callcount = 0; local
744 ++callcount;
749 if (callcount) {
750 callresults = PyObject_Malloc(sizeof(PyObject *)*callcount);
    [all...]
  /external/python/cpython2/Objects/
unicodeobject.c 703 Py_ssize_t callcount = 0; local
743 ++callcount;
748 if (callcount) {
749 callresults = PyObject_Malloc(sizeof(PyObject *)*callcount);
    [all...]

Completed in 276 milliseconds