/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | stringprep.py | 12 def in_table_a1(code): argument 20 def in_table_b1(code): argument 189 def map_table_b3(code): argument 206 def in_table_c11(code): argument 210 def in_table_c12(code): argument 213 def in_table_c11_c12(code): argument 217 def in_table_c21(code): argument 221 def in_table_c22(code): argument 227 def in_table_c21_c22(code): argument 232 def in_table_c3(code): argument [all …]
|
D | dis.py | 110 def disassemble_string(code, lasti=-1, varnames=None, names=None, argument 152 def findlabels(code): argument 178 def findlinestarts(code): argument
|
D | sre_compile.py | 32 def _compile(code, pattern, flags): argument 178 def _compile_charset(charset, flags, code, fixup=None): argument 361 def _compile_info(code, pattern, flags): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/ |
D | __init__.py | 76 code = INDEX_SIZE_ERR variable in IndexSizeErr 79 code = DOMSTRING_SIZE_ERR variable in DomstringSizeErr 82 code = HIERARCHY_REQUEST_ERR variable in HierarchyRequestErr 85 code = WRONG_DOCUMENT_ERR variable in WrongDocumentErr 88 code = INVALID_CHARACTER_ERR variable in InvalidCharacterErr 91 code = NO_DATA_ALLOWED_ERR variable in NoDataAllowedErr 94 code = NO_MODIFICATION_ALLOWED_ERR variable in NoModificationAllowedErr 97 code = NOT_FOUND_ERR variable in NotFoundErr 100 code = NOT_SUPPORTED_ERR variable in NotSupportedErr 103 code = INUSE_ATTRIBUTE_ERR variable in InuseAttributeErr [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/ |
D | __init__.py | 76 code = INDEX_SIZE_ERR variable in IndexSizeErr 79 code = DOMSTRING_SIZE_ERR variable in DomstringSizeErr 82 code = HIERARCHY_REQUEST_ERR variable in HierarchyRequestErr 85 code = WRONG_DOCUMENT_ERR variable in WrongDocumentErr 88 code = INVALID_CHARACTER_ERR variable in InvalidCharacterErr 91 code = NO_DATA_ALLOWED_ERR variable in NoDataAllowedErr 94 code = NO_MODIFICATION_ALLOWED_ERR variable in NoModificationAllowedErr 97 code = NOT_FOUND_ERR variable in NotFoundErr 100 code = NOT_SUPPORTED_ERR variable in NotSupportedErr 103 code = INUSE_ATTRIBUTE_ERR variable in InuseAttributeErr [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/ |
D | _codecs_jp.c | 24 DBCHAR code; in ENCODER() local 151 DBCHAR code; in ENCODER() local 238 ucs4_t code; in DECODER() local 320 DBCHAR code; in ENCODER() local 437 DBCHAR code; in ENCODER() local 545 DBCHAR code = NOCHAR; in ENCODER() local 643 ucs4_t code; in DECODER() local
|
D | _codecs_cn.c | 33 #define GBK_ENCODE(code, assi) \ argument 47 DBCHAR code; in ENCODER() local 103 DBCHAR code; in ENCODER() local 161 DBCHAR code; in ENCODER() local 333 DBCHAR code; in ENCODER() local
|
D | _codecs_tw.c | 18 DBCHAR code; in ENCODER() local 73 DBCHAR code; in ENCODER() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/ |
D | _codecs_jp.c | 24 DBCHAR code; in ENCODER() local 151 DBCHAR code; in ENCODER() local 238 ucs4_t code; in DECODER() local 320 DBCHAR code; in ENCODER() local 437 DBCHAR code; in ENCODER() local 545 DBCHAR code = NOCHAR; in ENCODER() local 643 ucs4_t code; in DECODER() local
|
D | _codecs_cn.c | 33 #define GBK_ENCODE(code, assi) \ argument 47 DBCHAR code; in ENCODER() local 103 DBCHAR code; in ENCODER() local 161 DBCHAR code; in ENCODER() local 333 DBCHAR code; in ENCODER() local
|
D | _codecs_tw.c | 18 DBCHAR code; in ENCODER() local 73 DBCHAR code; in ENCODER() local
|
/device/linaro/hikey/hifi/xaf/host-apf/include/audio/ |
D | xa_error_standards.h | 59 #define XA_ERROR_SEVERITY(code) (((code) & XA_FATAL_ERROR) != 0) argument 60 #define XA_ERROR_CLASS(code) (((code) >> 11) & 0x0f) argument 61 #define XA_ERROR_CODEC(code) (((code) >> 6) & 0x1f) argument 62 #define XA_ERROR_SUBCODE(code) (((code) >> 0) & 0x3f) argument
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/audio/ |
D | xa_error_standards.h | 59 #define XA_ERROR_SEVERITY(code) (((code) & XA_FATAL_ERROR) != 0) argument 60 #define XA_ERROR_CLASS(code) (((code) >> 11) & 0x0f) argument 61 #define XA_ERROR_CODEC(code) (((code) >> 6) & 0x1f) argument 62 #define XA_ERROR_SUBCODE(code) (((code) >> 0) & 0x3f) argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | dis.py | 110 def disassemble_string(code, lasti=-1, varnames=None, names=None, argument 152 def findlabels(code): argument 178 def findlinestarts(code): argument
|
/device/google/wahoo/wifi_offload/ |
D | offload_status_util.cpp | 26 OffloadStatus createOffloadStatus(OffloadStatusCode code, const std::string &description) { in createOffloadStatus() 30 OffloadStatus createOffloadStatus(OffloadStatusCode code) { in createOffloadStatus()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/enc/ |
D | utf16_le.c | 52 utf16le_code_to_mbclen(OnigCodePoint code) in utf16le_code_to_mbclen() 86 OnigCodePoint code; in utf16le_mbc_to_code() local 102 utf16le_code_to_mbc(OnigCodePoint code, UChar *buf) in utf16le_code_to_mbc()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | errnomodule.c | 32 _inscode(PyObject *d, PyObject *de, char *name, int code) in _inscode() 78 #define inscode(d, ds, de, name, code, comment) _inscode(d, de, name, code) in initerrno() argument
|
D | fcntlmodule.c | 36 int code; in fcntl_fcntl() local 113 unsigned int code; in fcntl_ioctl() local 252 int code; in fcntl_flock() local 310 int fd, code, ret, whence = 0; in fcntl_lockf() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/ |
D | errnomodule.c | 32 _inscode(PyObject *d, PyObject *de, char *name, int code) in _inscode() 78 #define inscode(d, ds, de, name, code, comment) _inscode(d, de, name, code) in initerrno() argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/ |
D | errnomodule.c | 31 _inscode(PyObject *d, PyObject *de, char *name, int code) in _inscode() 77 #define inscode(d, ds, de, name, code, comment) _inscode(d, de, name, code) in initerrno() argument
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/ |
D | regerror.c | 49 onig_error_code_to_format(int code) in onig_error_code_to_format() 207 OnigCodePoint code; in to_ascii() local 257 onig_error_code_to_str(UChar* s, int code, ...) in onig_error_code_to_str()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/ |
D | MultU64x32.S | 25 .code: label
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibRepStr/Ia32/ |
D | SetMem.S | 25 .code: label
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/ |
D | MultU64x32.S | 25 .code: label
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ia32/ |
D | WriteIdt.S | 27 .code: label
|