Home
last modified time | relevance | path

Searched defs:mapping (Results 1 – 15 of 15) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/
Dcharmap.py25 def __init__(self, errors='strict', mapping=None): argument
33 def __init__(self, errors='strict', mapping=None): argument
42 def __init__(self,stream,errors='strict',mapping=None): argument
51 def __init__(self,stream,errors='strict',mapping=None): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/
Dcharmap.py25 def __init__(self, errors='strict', mapping=None): argument
33 def __init__(self, errors='strict', mapping=None): argument
42 def __init__(self,stream,errors='strict',mapping=None): argument
51 def __init__(self,stream,errors='strict',mapping=None): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
Dfix_imports.py65 def build_pattern(mapping=MAPPING): argument
90 mapping = MAPPING variable in FixImports
Dfix_imports2.py16 mapping = MAPPING variable in FixImports2
/device/generic/goldfish-opengl/system/vulkan_enc/
DVulkanStreamGuest.cpp64 void setHandleMapping(VulkanHandleMapping* mapping) { in setHandleMapping()
165 void VulkanStreamGuest::setHandleMapping(VulkanHandleMapping* mapping) { in setHandleMapping()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dcache.h48 PyObject* mapping; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_xml_etree.py104 def check_mapping(mapping): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dunicodeobject.c4112 PyObject *mapping, in PyUnicode_DecodeCharmap()
4480 encoding_map_lookup(Py_UNICODE c, PyObject *mapping) in encoding_map_lookup()
4516 static PyObject *charmapencode_lookup(Py_UNICODE c, PyObject *mapping) in charmapencode_lookup()
4581 charmapencode_result charmapencode_output(Py_UNICODE c, PyObject *mapping, in charmapencode_output()
4640 const Py_UNICODE *p, Py_ssize_t size, Py_ssize_t *inpos, PyObject *mapping, in charmap_encoding_error()
4765 PyObject *mapping, in PyUnicode_EncodeCharmap()
4828 PyObject *mapping) in PyUnicode_AsCharmapString()
4935 int charmaptranslate_lookup(Py_UNICODE c, PyObject *mapping, PyObject **result) in charmaptranslate_lookup()
5009 … Py_ssize_t insize, PyObject *mapping, PyObject **outobj, Py_UNICODE **outp, in charmaptranslate_output()
5048 PyObject *mapping, in PyUnicode_TranslateCharmap()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dunicodeobject.c4055 PyObject *mapping, in PyUnicode_DecodeCharmap()
4395 encoding_map_lookup(Py_UNICODE c, PyObject *mapping) in encoding_map_lookup()
4431 static PyObject *charmapencode_lookup(Py_UNICODE c, PyObject *mapping) in charmapencode_lookup()
4496 charmapencode_result charmapencode_output(Py_UNICODE c, PyObject *mapping, in charmapencode_output()
4555 const Py_UNICODE *p, Py_ssize_t size, Py_ssize_t *inpos, PyObject *mapping, in charmap_encoding_error()
4671 PyObject *mapping, in PyUnicode_EncodeCharmap()
4734 PyObject *mapping) in PyUnicode_AsCharmapString()
4842 int charmaptranslate_lookup(Py_UNICODE c, PyObject *mapping, PyObject **result) in charmaptranslate_lookup()
4916 … Py_ssize_t insize, PyObject *mapping, PyObject **outobj, Py_UNICODE **outp, in charmaptranslate_output()
4955 PyObject *mapping, in PyUnicode_TranslateCharmap()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_codecsmodule.c559 PyObject *mapping = NULL; in charmap_decode() local
955 PyObject *mapping = NULL; in charmap_encode() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_codecsmodule.c559 PyObject *mapping = NULL; in charmap_decode() local
955 PyObject *mapping = NULL; in charmap_encode() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
D_abcoll.py433 def __init__(self, mapping): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
D_abcoll.py387 def __init__(self, mapping): argument
Dcookielib.py1180 def deepvalues(mapping): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
Dmsilib.py607 def mapping(self, ev, attr): member in Control