OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bbs_ERR_ERROR
(Results
1 - 5
of
5
) sorted by null
/external/neven/Embedded/common/src/b_BasicEm/
Basic.h
132
#define bbs_ERROR0( formatA ) bbs_Context_pushError( cpA, bbs_Error_create(
bbs_ERR_ERROR
, __LINE__, __FILE__, NULL ) )
133
#define bbs_ERROR1( formatA, arg1A ) bbs_Context_pushError( cpA, bbs_Error_create(
bbs_ERR_ERROR
, __LINE__, __FILE__, NULL ) )
134
#define bbs_ERROR2( formatA, arg1A, arg2A ) bbs_Context_pushError( cpA, bbs_Error_create(
bbs_ERR_ERROR
, __LINE__, __FILE__, NULL ) )
135
#define bbs_ERROR3( formatA, arg1A, arg2A, arg3A ) bbs_Context_pushError( cpA, bbs_Error_create(
bbs_ERR_ERROR
, __LINE__, __FILE__, NULL ) )
136
#define bbs_ERROR4( formatA, arg1A, arg2A, arg3A, arg4A ) bbs_Context_pushError( cpA, bbs_Error_create(
bbs_ERR_ERROR
, __LINE__, __FILE__, NULL ) )
137
#define bbs_ERROR5( formatA, arg1A, arg2A, arg3A, arg4A, arg5A ) bbs_Context_pushError( cpA, bbs_Error_create(
bbs_ERR_ERROR
, __LINE__, __FILE__, NULL ) )
150
#define bbs_ERROR0( formatA ) bbs_Context_pushError( cpA, bbs_Error_create(
bbs_ERR_ERROR
, __LINE__, __FILE__, formatA ) )
151
#define bbs_ERROR1( formatA, arg1A ) bbs_Context_pushError( cpA, bbs_Error_create(
bbs_ERR_ERROR
, __LINE__, __FILE__, formatA, arg1A ) )
152
#define bbs_ERROR2( formatA, arg1A, arg2A ) bbs_Context_pushError( cpA, bbs_Error_create(
bbs_ERR_ERROR
, __LINE__, __FILE__, formatA, arg1A, arg2A ) )
153
#define bbs_ERROR3( formatA, arg1A, arg2A, arg3A ) bbs_Context_pushError( cpA, bbs_Error_create(
bbs_ERR_ERROR
, __LINE__, __FILE__, formatA, arg1A, arg2A, arg3A )
[
all
...]
Context.h
57
#define
bbs_ERR_ERROR
1 /* generic error */
/external/neven/FaceRecEm/common/src/b_FDSDK/
DCR.c
154
bbs_Error_create(
bbs_ERR_ERROR
, 0, NULL, "%s:\nAssigned image references inavlid memory", fNameL ) );
162
bbs_Error_create(
bbs_ERR_ERROR
, 0, NULL, "%s:\nAssigned image has size 0", fNameL ) );
203
bbs_Error_create(
bbs_ERR_ERROR
, 0, NULL, "%s:\nAssigned image references invalid memory", fNameL ) );
210
bbs_Error_create(
bbs_ERR_ERROR
, 0, NULL, "%s:\nAssigned image has size 0", fNameL ) );
217
bbs_Error_create(
bbs_ERR_ERROR
, 0, NULL, "%s:\nAssigned ROI rectangle references invalid memory", fNameL ) );
224
bbs_Error_create(
bbs_ERR_ERROR
, 0, NULL, "%s:\nAssigned ROI rectangle is inverted (max<min) or zero", fNameL ) );
276
bbs_Error_create(
bbs_ERR_ERROR
, 0, NULL, "%s:\nIndex is out of range", fNameL ) );
327
bbs_Error_create(
bbs_ERR_ERROR
, 0, NULL, "%s:\nFace rectangle is not available", fNameL ) );
SDK.c
180
bbs_Error_create(
bbs_ERR_ERROR
, 0, NULL, "%s:\nThis SDK context is still in use by %i objects!\n"
268
bbs_Error_create(
bbs_ERR_ERROR
, 0, NULL,
278
bbs_Error_create(
bbs_ERR_ERROR
, 0, NULL,
295
bbs_Error_create(
bbs_ERR_ERROR
, 0, NULL,
FaceFinder.c
103
bbs_Error_create(
bbs_ERR_ERROR
, 0, NULL, "%s:\nSDK parameter maxImageWidth or maxImageWidth is 0!\n"
181
bbs_Error_create(
bbs_ERR_ERROR
, 0, NULL,
258
bbs_Error_create(
bbs_ERR_ERROR
, 0, NULL,
Completed in 56 milliseconds