Home
last modified time | relevance | path

Searched defs:cache (Results 1 – 13 of 13) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddircache.py14 cache = {} variable
Dlinecache.py23 cache = {} # The cache variable
Dpydoc.py212 def synopsis(filename, cache={}): argument
268 def safeimport(path, forceload=0, cache={}): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dlinecache.py23 cache = {} # The cache variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
Dpydoc.py212 def synopsis(filename, cache={}): argument
268 def safeimport(path, forceload=0, cache={}): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
Dpydoc.py257 def synopsis(filename, cache={}): argument
313 def safeimport(path, forceload=0, cache={}): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlobject.h475 union Closure *cache; /* last created closure with this prototype */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_multiprocessing.py2017 def cache(self): member in _file_like
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_struct.c1764 static PyObject *cache = NULL; variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_struct.c1813 static PyObject *cache = NULL; variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dceval.c3285 special_lookup(PyObject *o, char *meth, PyObject **cache) in special_lookup()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dceval.c3271 special_lookup(PyObject *o, char *meth, PyObject **cache) in special_lookup()
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzmaEnc.c237 Byte cache; member