Home
last modified time | relevance | path

Searched refs:too_many (Results 1 – 6 of 6) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/bn/
Dctx.c123 int too_many; member
138 ret->too_many = 0; in BN_CTX_new()
154 if (ctx->err_stack || ctx->too_many) { in BN_CTX_start()
165 if (ctx->err_stack || ctx->too_many) { in BN_CTX_get()
173 ctx->too_many = 1; in BN_CTX_get()
196 ctx->too_many = 0; in BN_CTX_end()
/external/googletest/googlemock/src/
Dgmock-spec-builders.cc194 bool too_many; // True if there are too many actions, or false in CheckActionCountIfNotDone() local
198 too_many = true; in CheckActionCountIfNotDone()
201 too_many = false; in CheckActionCountIfNotDone()
208 ss << "Too " << (too_many ? "many" : "few") in CheckActionCountIfNotDone()
212 ss << ", but has " << (too_many ? "" : "only ") in CheckActionCountIfNotDone()
/external/v8/testing/gmock/src/
Dgmock-spec-builders.cc195 bool too_many; // True if there are too many actions, or false in CheckActionCountIfNotDone() local
199 too_many = true; in CheckActionCountIfNotDone()
202 too_many = false; in CheckActionCountIfNotDone()
209 ss << "Too " << (too_many ? "many" : "few") in CheckActionCountIfNotDone()
213 ss << ", but has " << (too_many ? "" : "only ") in CheckActionCountIfNotDone()
/external/google-breakpad/src/testing/src/
Dgmock-spec-builders.cc195 bool too_many; // True if there are too many actions, or false in CheckActionCountIfNotDone() local
199 too_many = true; in CheckActionCountIfNotDone()
202 too_many = false; in CheckActionCountIfNotDone()
209 ss << "Too " << (too_many ? "many" : "few") in CheckActionCountIfNotDone()
213 ss << ", but has " << (too_many ? "" : "only ") in CheckActionCountIfNotDone()
/external/clang/test/SemaCXX/
Dcxx0x-initializer-aggregates.cpp112 …Aggr too_many { {0} , {0} , {0,0} }; // expected-error {{no matching constructor for initializatio… variable
/external/fmtlib/test/
Dgmock-gtest-all.cc10645 bool too_many; // True if there are too many actions, or false in CheckActionCountIfNotDone() local
10649 too_many = true; in CheckActionCountIfNotDone()
10652 too_many = false; in CheckActionCountIfNotDone()
10659 ss << "Too " << (too_many ? "many" : "few") in CheckActionCountIfNotDone()
10663 ss << ", but has " << (too_many ? "" : "only ") in CheckActionCountIfNotDone()