Home
last modified time | relevance | path

Searched refs:dereference (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/gdb/
Dlibpython.py149 return pyo_ptr.dereference()[name]
154 return self._gdbval.dereference()[name]
157 return self._gdbval.dereference()['ob_base'][name]
160 return self._gdbval.dereference()[name]
444 return PyObjectPtr.from_pyobject_ptr(dictptr.dereference())
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtarfile.py1479 dereference = False # If true, add content of linked file to the variable in TarFile
1500 tarinfo=None, dereference=None, ignore_zeros=None, encoding=None, argument
1536 if dereference is not None:
1537 self.dereference = dereference
1844 if hasattr(os, "lstat") and not self.dereference:
1855 if not self.dereference and statres.st_nlink > 1 and \
/device/google/contexthub/firmware/
DCodingStandard.txt46 code, it will warn you if you accidentally try to dereference it, or on purpose try to access
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_tarfile.py1095 self.tar.dereference = True