Home
last modified time | relevance | path

Searched refs:ERR (Results 1 – 16 of 16) sorted by relevance

/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DQemuPipeStream.cpp75 ERR("realloc (%d) failed\n", allocSize); in allocBuffer()
98 ERR("QemuPipeStream::writeFully failed, buf=NULL, len %d," in writeFully()
115 ERR("QemuPipeStream::writeFully failed: premature EOF\n"); in writeFully()
123 ERR("QemuPipeStream::writeFully failed: %s, lethal error, exiting.\n", in writeFully()
143 ERR("QemuPipeStream::readFully failed, buf=NULL, len %zu, lethal" in readFully()
159 ERR("QemuPipeStream::readFully failed (buf %p, len %zu" in readFully()
177 ERR("QemuPipeStream::read failed, buf=NULL"); in read()
/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess.c101 #define ERR(fmt, ...) fprintf(stderr, fmt "\n", ##__VA_ARGS__) macro
106 ERR("Error: %s: %s\n", msg, arg); in fatalUsage()
108 ERR("Error: %s\n", msg); in fatalUsage()
110ERR("USAGE: %s [-v] [-k <key id>] [-a <app id>] [-r] [-n <layout name>] [-i <layout id>] <input fi… in fatalUsage()
155 ERR("Failed to allocate memory for packed relocs"); in packNanoRelocs()
180 ERR("Unaligned relocs are not possible!"); in packNanoRelocs()
285 ERR("Failed to write output file: %s\n", strerror(errno)); in finalizeAndWrite()
326 ERR("Error: invalid address 0x%08" PRIX32, *addr); in fixupAddress()
338 ERR("Reloc %zu %s", reloc - app->reloc, msg); in relocDiag()
339 ERR("INFO:"); in relocDiag()
[all …]
Dpostprocess_elf.c80 #define ERR(fmt, ...) fprintf(stderr, fmt "\n", ##__VA_ARGS__) macro
83 #define ELF_ERR(fmt, ...) ERR(fmt ": %s\n", ##__VA_ARGS__, elf_errmsg(-1))
628 ERR("Failed to open file %s for reading: %s", fileName, strerror(errno)); in loadNanoappElfFile()
639 ERR("Failed to parse ELF file"); in loadNanoappElfFile()
687 ERR(".data, .bss, or .got not in RAM address space!"); in fixupHeaderElf()
694 ERR(".data loadaddr, or .relocs not in flash address space!"); in fixupHeaderElf()
701 ERR("Entry point(s) not in flash address space!"); in fixupHeaderElf()
725 ERR("Couldn't allocate memory for nano relocs! Needed %zu bytes", in genElfNanoRelocs()
748 ERR("Reloc for .data not in RAM address range!"); in genElfNanoRelocs()
761 ERR("Error: Unexpected reloc type %" PRIu32 " at index %zu", in genElfNanoRelocs()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dgetaddrinfo.c199 #define ERR(err) { error = (err); goto bad; } macro
282 ERR(EAI_BADHINTS); /* xxx */ in getaddrinfo()
284 ERR(EAI_BADFLAGS); in getaddrinfo()
293 ERR(EAI_FAMILY); in getaddrinfo()
317 ERR(EAI_BADHINTS); /*xxx*/ in getaddrinfo()
323 ERR(EAI_BADHINTS); /*xxx*/ in getaddrinfo()
327 ERR(EAI_SOCKTYPE); in getaddrinfo()
363 ERR(EAI_SERVICE); in getaddrinfo()
373 ERR(EAI_PROTOCOL); /*xxx*/ in getaddrinfo()
410 ERR(EAI_FAMILY); in getaddrinfo()
[all …]
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DErrorLog.h21 # define ERR(...) ALOGE(__VA_ARGS__) macro
29 # define ERR(...) fprintf(stderr, __VA_ARGS__) macro
DSocketStream.cpp76 ERR("%s: realloc (%zu) failed\n", __FUNCTION__, allocSize); in allocBuffer()
103 ERR("%s: failed: %s\n", __FUNCTION__, strerror(errno)); in writeFully()
DglUtils.cpp395 ERR("glUtilsParamSize: unknow param 0x%08x\n", param); in glUtilsParamSize()
475 ERR("glUtilsPixelBitSize: unknown pixel type - assuming pixel data 0\n"); in glUtilsPixelBitSize()
506 ERR("glUtilsPixelBitSize: unknown pixel format...\n"); in glUtilsPixelBitSize()
DGLClientState.h604 ERR("unknown vertex-attrib parameter param %d\n", param); in getVertexAttribParameter()
/device/generic/goldfish-opengl/host/include/libOpenglRender/
DIOStream.h48 ERR("Failed to flush in alloc\n"); in alloc()
57 ERR("Alloc (%u bytes) failed\n", allocLen); in alloc()
/device/linaro/bootloader/edk2/OptionRomPkg/AtapiPassThruDxe/
DAtapiPassThru.c2618 if ((StatusRegister & (BSY | ERR)) == ERR) { in StatusDRQClear()
2700 if ((AltStatusRegister & (BSY | ERR)) == ERR) { in AltStatusDRQClear()
2784 if ((StatusRegister & (BSY | ERR)) == ERR) { in StatusDRQReady()
2868 if ((AltStatusRegister & (BSY | ERR)) == ERR) { in AltStatusDRQReady()
3080 if ((StatusRegister & (BSY | ERR)) == ERR) { in StatusDRDYReady()
3160 if ((AltStatusRegister & (BSY | ERR)) == ERR) { in AltStatusDRDYReady()
3238 if (StatusRegister & ERR) { in AtapiPassThruCheckErrorStatus()
3293 if ((StatusRegister & (ERR | DWF | CORR)) == 0) { in AtapiPassThruCheckErrorStatus()
DAtapiPassThru.h250 #define ERR BIT0 ///< Error macro
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dgetaddrinfo.c295 #define ERR(err) \ macro
391 ERR(EAI_BADHINTS); /* xxx */ in getaddrinfo()
393 ERR(EAI_BADFLAGS); in getaddrinfo()
402 ERR(EAI_FAMILY); in getaddrinfo()
420 ERR(EAI_BADHINTS); in getaddrinfo()
447 ERR(error); in getaddrinfo()
499 ERR(EAI_NODATA); in getaddrinfo()
501 ERR(EAI_NONAME); in getaddrinfo()
740 ERR(EAI_FAMILY); /*xxx*/ in explore_numeric()
761 ERR(EAI_FAMILY); /*xxx*/ in explore_numeric()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_logging.py148 ERR = logging.getLogger("ERR")
149 ERR.setLevel(logging.ERROR)
156 ERR.log(logging.CRITICAL, m())
157 ERR.error(m())
171 ERR.warn(m())
172 ERR.info(m())
173 ERR.debug(m())
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc.cpp705 ERR("gralloc_free: invalid handle"); in gralloc_free()
895 ERR("gralloc_register_buffer(%p): invalid buffer", cb); in gralloc_register_buffer()
913 ERR("gralloc_register_buffer(%p): map failed: %s", cb, strerror(-err)); in gralloc_register_buffer()
950 ERR("gralloc_unregister_buffer(%p): invalid buffer", cb); in gralloc_unregister_buffer()
990 ERR("gralloc_unregister_buffer(%p): unmap failed", cb); in gralloc_unregister_buffer()
/device/linaro/bootloader/edk2/CryptoPkg/Library/OpensslLib/
DOpensslLib.inf468 # ERR
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/Binary/
Dmcuimage.bin848 ����###mailbox_request_channel ERR!