Home
last modified time | relevance | path

Searched refs:subentry (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Lib/
H A DcProfile.py73 for subentry in entry.calls:
75 callers = callersdicts[id(subentry.code)]
78 nc = subentry.callcount
79 cc = nc - subentry.reccallcount
80 tt = subentry.inlinetime
81 ct = subentry.totaltime
/third_party/python/Modules/
H A D_lsprof.c258 ProfilerSubEntry *subentry = (ProfilerSubEntry*) header; in freeSubEntry() local
259 PyMem_Free(subentry); in freeSubEntry()
300 ProfilerSubEntry *subentry = getSubEntry(pObj, caller, entry); in initContext() local
301 if (subentry == NULL) in initContext()
302 subentry = newSubEntry(pObj, caller, entry); in initContext()
303 if (subentry) in initContext()
304 ++subentry->recursionLevel; in initContext()
326 ProfilerSubEntry *subentry = getSubEntry(pObj, caller, entry); in Stop() local
327 if (subentry) { in Stop()
328 if (--subentry in Stop()
[all...]
/third_party/node/tools/gyp/pylib/gyp/
H A DMSVSNew.py361 for subentry in e.entries:
362 f.write(f"\t\t{subentry.get_guid()} = {e.get_guid()}\r\n")
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A DMSVSNew.py359 for subentry in e.entries:
360 f.write(f"\t\t{subentry.get_guid()} = {e.get_guid()}\r\n")
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex4723 % #1 is name of index, #2 is stuff to put there, #3 is subentry --
4768 % subentry case), texindex reduces to two when writing the .??s

Completed in 12 milliseconds