Searched refs:too_many (Results 1 – 6 of 6) sorted by relevance
/external/boringssl/src/crypto/fipsmodule/bn/ |
D | ctx.c | 123 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/ |
D | gmock-spec-builders.cc | 194 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/ |
D | gmock-spec-builders.cc | 195 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/ |
D | gmock-spec-builders.cc | 195 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/ |
D | cxx0x-initializer-aggregates.cpp | 112 …Aggr too_many { {0} , {0} , {0,0} }; // expected-error {{no matching constructor for initializatio… variable
|
/external/fmtlib/test/ |
D | gmock-gtest-all.cc | 10645 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()
|