Home
last modified time | relevance | path

Searched defs:names (Results 1 – 25 of 62) sorted by relevance

123

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
Dlistcodecs.py36 names = listcodecs(encodings.__path__[0]) variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dfindlinksto.py27 def visit(prog, dirname, names): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_importlib.py9 def uncache(*names):
69 def __init__(self, *names):
Dtest_fileinput.py27 def remove_tempfiles(*names):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dfnmatch.py45 def filter(names, pat): argument
Ddis.py110 def disassemble_string(code, lasti=-1, varnames=None, names=None, argument
Dgettext.py242 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/
Dfnmatch.py45 def filter(names, pat): argument
Ddis.py110 def disassemble_string(code, lasti=-1, varnames=None, names=None, argument
Dgettext.py244 def install(self, unicode=False, names=None): argument
495 def install(domain, localedir=None, unicode=False, codeset=None, names=None): argument
Dshutil.py138 def _ignore_patterns(path, names): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
Dfix_import.py19 def traverse_imports(names): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
Dinstall.py501 def convert_paths (self, *names):
541 def change_roots (self, *names):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dfuture.c18 asdl_seq *names; in future_check_features() local
Dpeephole.c299 PyCode_Optimize(PyObject *code, PyObject* consts, PyObject *names, in PyCode_Optimize()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dfuture.c18 asdl_seq *names; in future_check_features() local
Dpeephole.c310 PyCode_Optimize(PyObject *code, PyObject* consts, PyObject *names,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dcodeobject.c45 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/
Dcodeobject.c45 PyObject *code, PyObject *consts, PyObject *names, in PyCode_New()
238 PyObject *names, *ournames = NULL; in code_new() local
/device/google/crosshatch/usb/
DUsb.cpp354 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/
DUsb.cpp329 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/
DUsb.cpp352 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/
DUsb.cpp378 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/
Dpyassem.py299 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/
Dloader.py124 def loadTestsFromNames(self, names, module=None): argument

123