Home
last modified time | relevance | path

Searched defs:checkcache (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/
Dlinecache.py47 def checkcache(filename=None): function
/external/python/cpython3/Lib/
Dlinecache.py52 def checkcache(filename=None): function
/external/python/cpython2/Lib/plat-irix5/
Dflp.py58 def checkcache(filename): function
/external/python/cpython2/Lib/plat-irix6/
Dflp.py57 def checkcache(filename): function
/external/tensorflow/tensorflow/python/util/
Dtf_stack.cc88 const auto& checkcache = linecache->attr("checkcache"); in LineContents() local