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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/
__init__.py 7 names as defined in the normalize_encoding() function below, e.g.
23 names as defined by normalize_encoding().
49 def normalize_encoding(encoding): function
85 norm_encoding = normalize_encoding(encoding)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/
__init__.py 7 names as defined in the normalize_encoding() function below, e.g.
23 names as defined by normalize_encoding().
49 def normalize_encoding(encoding): function
85 norm_encoding = normalize_encoding(encoding)
  /external/python/cpython2/Lib/encodings/
__init__.py 7 names as defined in the normalize_encoding() function below, e.g.
23 names as defined by normalize_encoding().
49 def normalize_encoding(encoding): function
85 norm_encoding = normalize_encoding(encoding)
  /external/python/cpython3/Lib/encodings/
__init__.py 7 names as defined in the normalize_encoding() function below, e.g.
23 names as defined by normalize_encoding().
43 def normalize_encoding(encoding): function
85 norm_encoding = normalize_encoding(encoding)
  /prebuilts/gdb/darwin-x86/lib/python2.7/encodings/
__init__.py 7 names as defined in the normalize_encoding() function below, e.g.
23 names as defined by normalize_encoding().
49 def normalize_encoding(encoding): function
85 norm_encoding = normalize_encoding(encoding)
  /prebuilts/gdb/linux-x86/lib/python2.7/encodings/
__init__.py 7 names as defined in the normalize_encoding() function below, e.g.
23 names as defined by normalize_encoding().
49 def normalize_encoding(encoding): function
85 norm_encoding = normalize_encoding(encoding)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
__init__.py 7 names as defined in the normalize_encoding() function below, e.g.
23 names as defined by normalize_encoding().
49 def normalize_encoding(encoding): function
85 norm_encoding = normalize_encoding(encoding)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
__init__.py 7 names as defined in the normalize_encoding() function below, e.g.
23 names as defined by normalize_encoding().
49 def normalize_encoding(encoding): function
85 norm_encoding = normalize_encoding(encoding)

Completed in 226 milliseconds