Home
last modified time | relevance | path

Searched refs:errorCode (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Ddynload_win.c205 unsigned int errorCode; local
212 errorCode = GetLastError();
218 errorCode, /* the message (error) ID */
229 errorCode);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
Dxmlparse.c612 #define errorCode (parser->m_errorCode) macro
889 errorCode = XML_ERROR_NONE; in parserInit()
1504 errorCode = XML_ERROR_SUSPENDED; in XML_Parse()
1507 errorCode = XML_ERROR_FINISHED; in XML_Parse()
1511 errorCode = XML_ERROR_NO_MEMORY; in XML_Parse()
1529 errorCode = processor(parser, bufferPtr, parseEndPtr, &bufferPtr); in XML_Parse()
1531 if (errorCode == XML_ERROR_NONE) { in XML_Parse()
1558 errorCode = processor(parser, s, parseEndPtr = s + len, &end); in XML_Parse()
1560 if (errorCode != XML_ERROR_NONE) { in XML_Parse()
1592 errorCode = XML_ERROR_NO_MEMORY; in XML_Parse()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/expat/
Dxmlparse.c601 #define errorCode (parser->m_errorCode) macro
847 errorCode = XML_ERROR_NONE; in parserInit()
1432 errorCode = XML_ERROR_SUSPENDED; in XML_Parse()
1435 errorCode = XML_ERROR_FINISHED; in XML_Parse()
1452 errorCode = processor(parser, bufferPtr, parseEndPtr, &bufferPtr); in XML_Parse()
1454 if (errorCode == XML_ERROR_NONE) { in XML_Parse()
1481 errorCode = processor(parser, s, parseEndPtr = s + len, &end); in XML_Parse()
1483 if (errorCode != XML_ERROR_NONE) { in XML_Parse()
1517 errorCode = XML_ERROR_NO_MEMORY; in XML_Parse()
1522 errorCode = XML_ERROR_NO_MEMORY; in XML_Parse()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
Dxmlparse.c601 #define errorCode (parser->m_errorCode) macro
847 errorCode = XML_ERROR_NONE; in parserInit()
1432 errorCode = XML_ERROR_SUSPENDED; in XML_Parse()
1435 errorCode = XML_ERROR_FINISHED; in XML_Parse()
1452 errorCode = processor(parser, bufferPtr, parseEndPtr, &bufferPtr); in XML_Parse()
1454 if (errorCode == XML_ERROR_NONE) { in XML_Parse()
1481 errorCode = processor(parser, s, parseEndPtr = s + len, &end); in XML_Parse()
1483 if (errorCode != XML_ERROR_NONE) { in XML_Parse()
1517 errorCode = XML_ERROR_NO_MEMORY; in XML_Parse()
1522 errorCode = XML_ERROR_NO_MEMORY; in XML_Parse()
[all …]
/device/generic/goldfish/radio/ril/
Dril.h585 int errorCode; /* See 3GPP 27.005, 3.2.5 for GSM/UMTS, member
/device/google/cuttlefish/guest/hals/ril/libril/
Dril.h633 int errorCode; /* See 3GPP 27.005, 3.2.5 for GSM/UMTS, member
Dril_service.cpp5002 result.errorCode = resp->errorCode; in makeSendSmsResult()
/device/google/cuttlefish/guest/hals/ril/
Dcuttlefish_ril.cpp1592 response.errorCode = 0; in request_send_SMS()
/device/generic/goldfish/radio/libril/
Dril_service.cpp4111 result.errorCode = resp->errorCode; in makeSendSmsResult()