HomeSort by relevance Sort by last modified time
    Searched refs:search_function (Results 1 - 21 of 21) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/
__init__.py 71 def search_function(encoding): function
156 # Register the search_function in the Python codec registry
157 codecs.register(search_function)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/
__init__.py 71 def search_function(encoding): function
156 # Register the search_function in the Python codec registry
157 codecs.register(search_function)
  /prebuilts/gdb/darwin-x86/lib/python2.7/encodings/
__init__.py 71 def search_function(encoding): function
156 # Register the search_function in the Python codec registry
157 codecs.register(search_function)
  /prebuilts/gdb/linux-x86/lib/python2.7/encodings/
__init__.py 71 def search_function(encoding): function
156 # Register the search_function in the Python codec registry
157 codecs.register(search_function)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
__init__.py 71 def search_function(encoding): function
156 # Register the search_function in the Python codec registry
157 codecs.register(search_function)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
__init__.py 71 def search_function(encoding): function
156 # Register the search_function in the Python codec registry
157 codecs.register(search_function)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
codecs.h 24 The search_function's refcount is incremented by this function. */
27 PyObject *search_function variable
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
codecs.h 24 The search_function's refcount is incremented by this function. */
27 PyObject *search_function variable
  /prebuilts/gdb/darwin-x86/include/python2.7/
codecs.h 24 The search_function's refcount is incremented by this function. */
27 PyObject *search_function variable
  /prebuilts/gdb/linux-x86/include/python2.7/
codecs.h 24 The search_function's refcount is incremented by this function. */
27 PyObject *search_function variable
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
codecs.h 24 The search_function's refcount is incremented by this function. */
27 PyObject *search_function variable
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
codecs.h 24 The search_function's refcount is incremented by this function. */
27 PyObject *search_function variable
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
codecs.c 29 int PyCodec_Register(PyObject *search_function)
34 if (search_function == NULL) {
38 if (!PyCallable_Check(search_function)) {
42 return PyList_Append(interp->codec_search_path, search_function);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
codecs.c 29 int PyCodec_Register(PyObject *search_function)
34 if (search_function == NULL) {
38 if (!PyCallable_Check(search_function)) {
42 return PyList_Append(interp->codec_search_path, search_function);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_codecsmodule.c 11 register(search_function) -> None
44 "register(search_function)\n\
52 PyObject *codec_register(PyObject *self, PyObject *search_function)
54 if (PyCodec_Register(search_function))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_codecsmodule.c 11 register(search_function) -> None
44 "register(search_function)\n\
52 PyObject *codec_register(PyObject *self, PyObject *search_function)
54 if (PyCodec_Register(search_function))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_unicode.py 12 def search_function(encoding): function
27 codecs.register(search_function)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_unicode.py 19 def search_function(encoding): function
34 codecs.register(search_function)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_unicode.py 19 def search_function(encoding): function
34 codecs.register(search_function)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_unicode.py 19 def search_function(encoding): function
34 codecs.register(search_function)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_unicode.py 19 def search_function(encoding): function
34 codecs.register(search_function)
    [all...]

Completed in 322 milliseconds