Searched defs:ERROR (Results 1 - 9 of 9) sorted by relevance

/system/core/init/
H A Dlog.h22 #define ERROR(x...) KLOG_ERROR("init", x) macro
/system/core/fs_mgr/
H A Dfs_mgr_priv.h24 #define ERROR(x...) KLOG_ERROR("fs_mgr", x) macro
/system/core/fastboot/
H A Dprotocol.c43 static char ERROR[128]; variable
47 return ERROR;
58 sprintf(ERROR, "status read failed (%s)", strerror(errno));
65 sprintf(ERROR, "status malformed (%d bytes)", r);
84 sprintf(ERROR, "remote: %s", status + 4);
86 strcpy(ERROR, "remote failure");
94 strcpy(ERROR, "data size too large");
101 strcpy(ERROR,"unknown status code");
120 sprintf(ERROR,"command too large");
125 sprintf(ERROR,"comman
[all...]
/system/extras/tests/bionic/libc/common/
H A Dtest_pthread_mutex.c96 #define ERROR(errcode,...) error((errcode),__FUNCTION__,__VA_ARGS__) macro
99 { int _ret = (cond); if (_ret != 0) ERROR(_ret,"%d:%s", __LINE__, #cond); }
H A Dtest_pthread_rwlock.c95 #define ERROR(errcode,...) error((errcode),__FUNCTION__,__VA_ARGS__) macro
98 { int _ret = (cond); if (_ret != 0) ERROR(_ret,"%d:%s", __LINE__, #cond); }
/system/media/camera/tests/
H A Dcamera_metadata_tests.cpp34 #define ERROR 1 macro
348 EXPECT_EQ(ERROR, result);
368 EXPECT_EQ(ERROR, result);
396 EXPECT_EQ(ERROR, result);
642 EXPECT_EQ(ERROR, result);
700 EXPECT_EQ(ERROR, result);
744 EXPECT_EQ(ERROR, result);
774 EXPECT_EQ(ERROR, result);
796 EXPECT_EQ(ERROR, result);
1051 EXPECT_EQ(ERROR, resul
[all...]
/system/core/logwrapper/
H A Dlogwrap.c41 #define ERROR(fmt, args...) \ macro
49 ERROR(fmt, ## args); \
333 ERROR("poll failed\n");
467 ERROR("failed to lock signal_fd mutex\n");
474 ERROR("Cannot create parent ptty\n");
481 ERROR("Problem with /dev/ptmx\n");
488 ERROR("Cannot open child_ptty\n");
501 ERROR("Failed to fork\n");
/system/core/sdcard/
H A Dsdcard.c70 #define ERROR(x...) fprintf(stderr,x) macro
177 ERROR("Zero refcnt %p\n", node);
261 ERROR("opendir %s failed: %s", path, strerror(errno));
465 ERROR("*** REPLY FAILED *** %d\n", errno);
1168 ERROR("[%d] handle_fuse_requests: errno=%d\n", handler->token, errno);
1174 ERROR("[%d] request too short: len=%zu\n", handler->token, (size_t)len);
1180 ERROR("[%d] malformed header: len=%zu, hdr->len=%u\n",
1195 TRACE("[%d] ERROR %d\n", handler->token, res);
1216 ERROR("cannot allocate storage for threads");
1229 ERROR("faile
[all...]
/system/media/camera/src/
H A Dcamera_metadata.c26 #define ERROR 1 macro
243 if (metadata == NULL) return ERROR;
249 if (metadata == NULL) return ERROR;
298 return ERROR;
329 return ERROR;
341 return ERROR;
347 return ERROR;
358 return ERROR;
369 return ERROR;
382 return ERROR;
[all...]

Completed in 794 milliseconds