/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/ |
D | listcodecs.py | 36 names = listcodecs(encodings.__path__[0]) variable
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
D | findlinksto.py | 27 def visit(prog, dirname, names): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_importlib.py | 9 def uncache(*names): 69 def __init__(self, *names):
|
D | test_fileinput.py | 27 def remove_tempfiles(*names):
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | fnmatch.py | 45 def filter(names, pat): argument
|
D | dis.py | 110 def disassemble_string(code, lasti=-1, varnames=None, names=None, argument
|
D | gettext.py | 242 def install(self, unicode=False, names=None): argument 492 def install(domain, localedir=None, unicode=False, codeset=None, names=None): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | fnmatch.py | 45 def filter(names, pat): argument
|
D | dis.py | 110 def disassemble_string(code, lasti=-1, varnames=None, names=None, argument
|
D | gettext.py | 244 def install(self, unicode=False, names=None): argument 495 def install(domain, localedir=None, unicode=False, codeset=None, names=None): argument
|
D | shutil.py | 138 def _ignore_patterns(path, names): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/ |
D | fix_import.py | 19 def traverse_imports(names): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/ |
D | install.py | 501 def convert_paths (self, *names): 541 def change_roots (self, *names):
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | future.c | 18 asdl_seq *names; in future_check_features() local
|
D | peephole.c | 299 PyCode_Optimize(PyObject *code, PyObject* consts, PyObject *names, in PyCode_Optimize()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | future.c | 18 asdl_seq *names; in future_check_features() local
|
D | peephole.c | 310 PyCode_Optimize(PyObject *code, PyObject* consts, PyObject *names,
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | codeobject.c | 45 PyObject *code, PyObject *consts, PyObject *names, in PyCode_New() 238 PyObject *names, *ournames = NULL; in code_new() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | codeobject.c | 45 PyObject *code, PyObject *consts, PyObject *names, in PyCode_New() 238 PyObject *names, *ournames = NULL; in code_new() local
|
/device/google/crosshatch/usb/ |
D | Usb.cpp | 354 Status getTypeCPortNamesHelper(std::unordered_map<std::string, bool> *names) { in getTypeCPortNamesHelper() 403 std::unordered_map<std::string, bool> names; in getPortStatusHelper() local
|
/device/google/marlin/usb/ |
D | Usb.cpp | 329 Status getTypeCPortNamesHelper(std::unordered_map<std::string, bool> *names) { in getTypeCPortNamesHelper() 378 std::unordered_map<std::string, bool> names; in getPortStatusHelper() local
|
/device/google/bonito/usb/ |
D | Usb.cpp | 352 Status getTypeCPortNamesHelper(std::unordered_map<std::string, bool> *names) { in getTypeCPortNamesHelper() 401 std::unordered_map<std::string, bool> names; in getPortStatusHelper() local
|
/device/google/wahoo/usb/ |
D | Usb.cpp | 378 Status getTypeCPortNamesHelper(std::unordered_map<std::string, bool> *names) { in getTypeCPortNamesHelper() 427 std::unordered_map<std::string, bool> names; in getPortStatusHelper() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/ |
D | pyassem.py | 299 def setFreeVars(self, names): argument 302 def setCellVars(self, names): argument 565 def __init__(self, count, names): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/ |
D | loader.py | 124 def loadTestsFromNames(self, names, module=None): argument
|