Searched defs:cache (Results 1 – 13 of 13) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | dircache.py | 14 cache = {} variable
|
D | linecache.py | 23 cache = {} # The cache variable
|
D | pydoc.py | 212 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/ |
D | linecache.py | 23 cache = {} # The cache variable
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/ |
D | pydoc.py | 257 def synopsis(filename, cache={}): argument 313 def safeimport(path, forceload=0, cache={}): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/ |
D | pydoc.py | 212 def synopsis(filename, cache={}): argument 268 def safeimport(path, forceload=0, cache={}): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | lobject.h | 475 union Closure *cache; /* last created closure with this prototype */ member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_multiprocessing.py | 2017 def cache(self): member in _file_like
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | _struct.c | 1764 static PyObject *cache = NULL; variable
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | _struct.c | 1813 static PyObject *cache = NULL; variable
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | ceval.c | 3271 special_lookup(PyObject *o, char *meth, PyObject **cache) in special_lookup()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | ceval.c | 3285 special_lookup(PyObject *o, char *meth, PyObject **cache) in special_lookup()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/ |
D | LzmaEnc.c | 264 Byte cache; member
|