Searched defs:errorCode (Results 1 - 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Ddynload_win.c205 unsigned int errorCode; local
212 errorCode = GetLastError();
218 errorCode, /* the message (error) ID */
229 errorCode);
/device/google/wahoo/wifi_offload/
H A Doffload_utils.cpp208 bool ToHidlErrorMessage(uint32_t errorCode, std::string* errorMessage) { argument
210 switch (errorCode) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/expat/
H A Dxmlparse.c601 #define errorCode (parser->m_errorCode) macro
847 errorCode = XML_ERROR_NONE;
1432 errorCode = XML_ERROR_SUSPENDED;
1435 errorCode = XML_ERROR_FINISHED;
1452 errorCode = processor(parser, bufferPtr, parseEndPtr, &bufferPtr);
1454 if (errorCode == XML_ERROR_NONE) {
1481 errorCode = processor(parser, s, parseEndPtr = s + len, &end);
1483 if (errorCode != XML_ERROR_NONE) {
1517 errorCode = XML_ERROR_NO_MEMORY;
1522 errorCode
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
H A Dxmlparse.c601 #define errorCode (parser->m_errorCode) macro
847 errorCode = XML_ERROR_NONE;
1432 errorCode = XML_ERROR_SUSPENDED;
1435 errorCode = XML_ERROR_FINISHED;
1452 errorCode = processor(parser, bufferPtr, parseEndPtr, &bufferPtr);
1454 if (errorCode == XML_ERROR_NONE) {
1481 errorCode = processor(parser, s, parseEndPtr = s + len, &end);
1483 if (errorCode != XML_ERROR_NONE) {
1517 errorCode = XML_ERROR_NO_MEMORY;
1522 errorCode
[all...]
/device/google/marlin/camera/QCamera2/HAL3/
H A DQCamera3HWI.cpp3211 camera3_error_msg_code_t errorCode)
3216 notify_msg.message.error.error_code = errorCode;
3210 notifyError(uint32_t frameNumber, camera3_error_msg_code_t errorCode) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
H A Dxmlparse.c612 #define errorCode (parser->m_errorCode) macro
889 errorCode = XML_ERROR_NONE;
1504 errorCode = XML_ERROR_SUSPENDED;
1507 errorCode = XML_ERROR_FINISHED;
1511 errorCode = XML_ERROR_NO_MEMORY;
1529 errorCode = processor(parser, bufferPtr, parseEndPtr, &bufferPtr);
1531 if (errorCode == XML_ERROR_NONE) {
1558 errorCode = processor(parser, s, parseEndPtr = s + len, &end);
1560 if (errorCode != XML_ERROR_NONE) {
1592 errorCode
[all...]

Completed in 96 milliseconds