Home
last modified time | relevance | path

Searched defs:code (Results 1 – 25 of 205) sorted by relevance

123456789

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dstringprep.py12 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 …]
Ddis.py110 def disassemble_string(code, lasti=-1, varnames=None, names=None, argument
152 def findlabels(code): argument
178 def findlinestarts(code): argument
Dsre_compile.py32 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__.py76 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__.py76 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.c24 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.c33 #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.c18 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.c24 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.c33 #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.c18 DBCHAR code; in ENCODER() local
73 DBCHAR code; in ENCODER() local
/device/linaro/hikey/hifi/xaf/host-apf/include/audio/
Dxa_error_standards.h59 #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/
Dxa_error_standards.h59 #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/
Ddis.py110 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/
Doffload_status_util.cpp26 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/
Dutf16_le.c52 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/
Derrnomodule.c32 _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
Dfcntlmodule.c36 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/
Derrnomodule.c32 _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/
Derrnomodule.c31 _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/
Dregerror.c49 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/
DMultU64x32.S25 .code: label
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibRepStr/Ia32/
DSetMem.S25 .code: label
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
DMultU64x32.S25 .code: label
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ia32/
DWriteIdt.S27 .code: label

123456789