Searched refs:ERR (Results 1 - 14 of 14) sorted by relevance

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
H A DErrorLog.h21 # define ERR(...) ALOGE(__VA_ARGS__) macro
29 # define ERR(...) fprintf(stderr, __VA_ARGS__) macro
H A DSocketStream.cpp76 ERR("%s: realloc (%zu) failed\n", __FUNCTION__, allocSize);
103 ERR("%s: failed: %s\n", __FUNCTION__, strerror(errno));
H A DglUtils.cpp414 ERR("glUtilsParamSize: unknow param 0x%08x\n", param);
504 ERR("glUtilsPixelBitSize: unknown pixel type %d - assuming pixel data 0\n", type);
538 ERR("glUtilsPixelBitSize: unknown pixel format %d\n", format);
H A DGLClientState.h605 ERR("unknown vertex-attrib parameter param %d\n", param);
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
H A DQemuPipeStream.cpp75 ERR("realloc (%d) failed\n", allocSize);
98 ERR("QemuPipeStream::writeFully failed, buf=NULL, len %d,"
115 ERR("QemuPipeStream::writeFully failed: premature EOF\n");
123 ERR("QemuPipeStream::writeFully failed: %s, lethal error, exiting.\n",
143 ERR("QemuPipeStream::readFully failed, buf=NULL, len %zu, lethal"
159 ERR("QemuPipeStream::readFully failed (buf %p, len %zu"
177 ERR("QemuPipeStream::read failed, buf=NULL");
/device/generic/goldfish-opengl/host/include/libOpenglRender/
H A DIOStream.h48 ERR("Failed to flush in alloc\n");
57 ERR("Alloc (%u bytes) failed\n", allocLen);
/device/google/contexthub/util/nanoapp_postprocess/
H A Dpostprocess.c101 #define ERR(fmt, ...) fprintf(stderr, fmt "\n", ##__VA_ARGS__) macro
106 ERR("Error: %s: %s\n", msg, arg);
108 ERR("Error: %s\n", msg);
110 ERR("USAGE: %s [-v] [-k <key id>] [-a <app id>] [-r] [-n <layout name>] [-i <layout id>] <input file> [<output file>]\n"
155 ERR("Failed to allocate memory for packed relocs");
180 ERR("Unaligned relocs are not possible!");
285 ERR("Failed to write output file: %s\n", strerror(errno));
326 ERR("Error: invalid address 0x%08" PRIX32, *addr);
338 ERR("Reloc %zu %s", reloc - app->reloc, msg);
339 ERR("INF
[all...]
H A 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))
631 ERR("Failed to open file %s for reading: %s", fileName, strerror(errno));
642 ERR("Failed to parse ELF file");
690 ERR(".data, .bss, or .got not in RAM address space!");
697 ERR(".data loadaddr, or .relocs not in flash address space!");
704 ERR("Entry point(s) not in flash address space!");
728 ERR("Couldn't allocate memory for nano relocs! Needed %zu bytes",
751 ERR("Reloc for .data not in RAM address range!");
764 ERR("Erro
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dgetaddrinfo.c199 #define ERR(err) { error = (err); goto bad; } macro
282 ERR(EAI_BADHINTS); /* xxx */
284 ERR(EAI_BADFLAGS);
293 ERR(EAI_FAMILY);
317 ERR(EAI_BADHINTS); /*xxx*/
323 ERR(EAI_BADHINTS); /*xxx*/
327 ERR(EAI_SOCKTYPE);
363 ERR(EAI_SERVICE);
373 ERR(EAI_PROTOCOL); /*xxx*/
410 ERR(EAI_FAMIL
[all...]
/device/linaro/bootloader/edk2/OptionRomPkg/AtapiPassThruDxe/
H A DAtapiPassThru.c2618 if ((StatusRegister & (BSY | ERR)) == ERR) {
2700 if ((AltStatusRegister & (BSY | ERR)) == ERR) {
2784 if ((StatusRegister & (BSY | ERR)) == ERR) {
2868 if ((AltStatusRegister & (BSY | ERR)) == ERR) {
3080 if ((StatusRegister & (BSY | ERR)) == ERR) {
[all...]
H A DAtapiPassThru.h250 #define ERR BIT0 ///< Error macro
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
H A Dgetaddrinfo.c295 #define ERR(err) \ macro
391 ERR(EAI_BADHINTS); /* xxx */
393 ERR(EAI_BADFLAGS);
402 ERR(EAI_FAMILY);
420 ERR(EAI_BADHINTS);
447 ERR(error);
499 ERR(EAI_NODATA);
501 ERR(EAI_NONAME);
740 ERR(EAI_FAMILY); /*xxx*/
761 ERR(EAI_FAMIL
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A 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())
178 ('ERR', 'CRITICAL', '1'),
179 ('ERR', 'ERRO
[all...]
/device/generic/goldfish-opengl/system/gralloc/
H A Dgralloc.cpp779 ERR("gralloc_free: invalid handle");
967 ERR("gralloc_register_buffer(%p): invalid buffer", cb);
988 ERR("gralloc_register_buffer(%p): map failed: %s", cb, strerror(-err));
1025 ERR("gralloc_unregister_buffer(%p): invalid buffer", cb);
1065 ERR("gralloc_unregister_buffer(%p): unmap failed", cb);

Completed in 133 milliseconds