Home
last modified time | relevance | path

Searched refs:errorA (Results 1 – 5 of 5) sorted by relevance

/external/neven/Embedded/common/src/b_BasicEm/
DBasic.h139 …#define bbs_ERR0( errorA, formatA ) bbs_Context_pushError( cpA, bbs_Error_create( errorA, … argument
140 …#define bbs_ERR1( errorA, formatA, arg1A ) bbs_Context_pushError( cpA, bbs_Error_create( err… argument
141 …#define bbs_ERR2( errorA, formatA, arg1A, arg2A ) bbs_Context_pushError( cpA, bbs_Error_create… argument
142 …#define bbs_ERR3( errorA, formatA, arg1A, arg2A, arg3A ) bbs_Context_pushError( cpA, bbs_Error_c… argument
143 …#define bbs_ERR4( errorA, formatA, arg1A, arg2A, arg3A, arg4A ) bbs_Context_pushError( cpA, bbs_E… argument
144 …#define bbs_ERR5( errorA, formatA, arg1A, arg2A, arg3A, arg4A, arg5A ) bbs_Context_pushError( cpA,… argument
157 …#define bbs_ERR0( errorA, formatA ) bbs_Context_pushError( cpA, bbs_Error_create( errorA,… argument
158 …#define bbs_ERR1( errorA, formatA, arg1A ) bbs_Context_pushError( cpA, bbs_Error_create( er… argument
159 …#define bbs_ERR2( errorA, formatA, arg1A, arg2A ) bbs_Context_pushError( cpA, bbs_Error_creat… argument
160 …#define bbs_ERR3( errorA, formatA, arg1A, arg2A, arg3A ) bbs_Context_pushError( cpA, bbs_Error_… argument
[all …]
DContext.c134 struct bbs_Error bbs_Error_create( uint32 errorA, in bbs_Error_create() argument
141 errorL.errorE = errorA; in bbs_Error_create()
188 flag bbs_Context_pushError( struct bbs_Context* cpA, struct bbs_Error errorA ) in bbs_Context_pushError() argument
193 cpA->errStackE[ cpA->errIndexE++ ] = errorA; in bbs_Context_pushError()
DContext.h140 struct bbs_Error bbs_Error_create( uint32 errorA, uint32 lineA, const char* fileA, const char* text…
149 flag bbs_Context_pushError( struct bbs_Context* cpA, struct bbs_Error errorA );
/external/deqp/modules/egl/
DteglApiCase.hpp54 void expectEitherError (eglw::EGLenum errorA, eglw::EGLenum errorB);
/external/valgrind/memcheck/
Dmc_main.c4159 /*OUT*/Bool* errorA, /* is there an addressability err? */ in is_mem_defined_comprehensive() argument
4170 tl_assert(!(*errorV || *errorA)); in is_mem_defined_comprehensive()
4194 *errorA = True; in is_mem_defined_comprehensive()
6958 Bool errorA = False; in mc_handle_client_request() local
6962 &errorV, &bad_addrV, &otagV, &errorA, &bad_addrA in mc_handle_client_request()
6968 if (errorA) { in mc_handle_client_request()
6974 if (errorV && !errorA) { in mc_handle_client_request()
6977 if (!errorV && errorA) { in mc_handle_client_request()
6980 if (errorV && errorA) { in mc_handle_client_request()