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

  /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
  /external/python/cpython2/Include/
codecs.h 24 The search_function's refcount is incremented by this function. */
27 PyObject *search_function variable
  /external/python/cpython3/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.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)
  /external/fonttools/Lib/fontTools/encodings/
codecs.py 109 def search_function(name): function
135 codecs.register(search_function)
  /external/python/cpython2/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)
  /external/python/cpython3/Lib/encodings/
__init__.py 71 def search_function(encoding): function
155 # Register the search_function in the Python codec registry
156 codecs.register(search_function)
  /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...]
  /external/python/cpython2/Lib/test/
test_unicode.py 19 def search_function(encoding): function
34 codecs.register(search_function)
    [all...]
  /external/python/cpython3/Lib/test/
test_unicode.py 19 def search_function(encoding): function
34 codecs.register(search_function)
    [all...]

Completed in 276 milliseconds