Home
last modified time | relevance | path

Searched defs:search_function (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/
D__init__.py71 def search_function(encoding): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/
D__init__.py71 def search_function(encoding): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dcodecs.c29 int PyCodec_Register(PyObject *search_function) in PyCodec_Register()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dcodecs.c29 int PyCodec_Register(PyObject *search_function) in PyCodec_Register()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_unicode.py12 def search_function(encoding): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_codecsmodule.c52 PyObject *codec_register(PyObject *self, PyObject *search_function) in codec_register()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_codecsmodule.c52 PyObject *codec_register(PyObject *self, PyObject *search_function) in codec_register()