HomeSort by relevance Sort by last modified time
    Searched refs:bbs_Context_pushError (Results 1 - 6 of 6) 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 ) )
139 #define bbs_ERR0( errorA, formatA ) bbs_Context_pushError( cpA, bbs_Error_create( errorA, __LINE__, __FILE__, NULL ) )
140 #define bbs_ERR1( errorA, formatA, arg1A ) bbs_Context_pushError( cpA, bbs_Error_create( errorA, __LINE__, __FILE__, NULL ) )
141 #define bbs_ERR2( errorA, formatA, arg1A, arg2A ) bbs_Context_pushError( cpA, bbs_Error_create( errorA, __LINE__, __FILE__, NULL ) )
142 #define bbs_ERR3( errorA, formatA, arg1A, arg2A, arg3A ) bbs_Context_pushError( cpA, bbs_Error_create( errorA, __LINE__, __FILE__, NULL )
    [all...]
Context.h 149 flag bbs_Context_pushError( struct bbs_Context* cpA, struct bbs_Error errorA );
Context.c 188 flag bbs_Context_pushError( struct bbs_Context* cpA, struct bbs_Error errorA )
259 bbs_Context_pushError( cpA, bbs_Error_create( errorL, 0, NULL, NULL ) );
  /external/neven/FaceRecEm/common/src/b_FDSDK/
DCR.c 153 bbs_Context_pushError( &hsdkL->contextE,
161 bbs_Context_pushError( &hsdkL->contextE,
202 bbs_Context_pushError( &hsdkL->contextE,
209 bbs_Context_pushError( &hsdkL->contextE,
216 bbs_Context_pushError( &hsdkL->contextE,
223 bbs_Context_pushError( &hsdkL->contextE,
275 bbs_Context_pushError( &hsdkL->contextE,
326 bbs_Context_pushError( &hsdkL->contextE,
SDK.c 179 bbs_Context_pushError( &hsdkA->contextE,
267 bbs_Context_pushError( &hsdkA->contextE,
277 bbs_Context_pushError( &hsdkA->contextE,
294 bbs_Context_pushError( &hsdkA->contextE,
FaceFinder.c 102 bbs_Context_pushError( &hsdkA->contextE,
180 bbs_Context_pushError( &hsdkL->contextE,
257 bbs_Context_pushError( &hsdkL->contextE,

Completed in 73 milliseconds