Home
last modified time | relevance | path

Searched defs:subentry (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/python/cpython2/Modules/
D_lsprof.c288 ProfilerSubEntry *subentry = (ProfilerSubEntry*) header; in freeSubEntry() local
330 ProfilerSubEntry *subentry = getSubEntry(pObj, caller, entry); in initContext() local
356 ProfilerSubEntry *subentry = getSubEntry(pObj, caller, entry); in Stop() local
/aosp_15_r20/external/python/cpython3/Modules/
D_lsprof.c258 ProfilerSubEntry *subentry = (ProfilerSubEntry*) header; in freeSubEntry() local
300 ProfilerSubEntry *subentry = getSubEntry(pObj, caller, entry); in initContext() local
326 ProfilerSubEntry *subentry = getSubEntry(pObj, caller, entry); in Stop() local
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/
H A Dmounts.cc771 for (const auto& subentry : tree.entries()) { in RecursivelyListMountsImpl() local