Searched refs:too_many (Results 1 - 2 of 2) sorted by relevance

/external/openssl/crypto/bn/
H A Dbn_ctx.c150 int too_many; member in struct:bignum_ctx
210 ctx->too_many = 0;
227 ret->too_many = 0;
259 if(ctx->err_stack || ctx->too_many)
282 /* Unjam "too_many" in case "get" had failed */
283 ctx->too_many = 0;
292 if(ctx->err_stack || ctx->too_many) return NULL;
295 /* Setting too_many prevents repeated "get" attempts from
297 ctx->too_many = 1;
/external/chromium/testing/gmock/src/
H A Dgmock-spec-builders.cc195 bool too_many; // True if there are too many actions, or false local
199 too_many = true;
202 too_many = false;
209 ss << "Too " << (too_many ? "many" : "few")
213 ss << ", but has " << (too_many ? "" : "only ")

Completed in 76 milliseconds