Home
last modified time | relevance | path

Searched refs:get_index (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Duuid.py294 def _find_mac(command, args, hw_identifiers, get_index): argument
311 words[get_index(i)].replace(':', ''), 16)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/gdb/
Dlibpython.py1178 def get_index(self): member in Frame
1237 … sys.stdout.write('#%i %s\n' % (self.get_index(), pyop.get_truncated_repr(MAX_OUTPUT_LEN)))
1240 … sys.stdout.write('#%i (unable to read python frame information)\n' % self.get_index())
1242 sys.stdout.write('#%i\n' % self.get_index())