HomeSort by relevance Sort by last modified time
    Searched defs:too_many (Results 1 - 4 of 4) sorted by null

  /external/boringssl/src/crypto/fipsmodule/bn/
ctx.c 121 int too_many; member in struct:bignum_ctx
136 ret->too_many = 0;
152 if (ctx->err_stack || ctx->too_many) {
163 if (ctx->err_stack || ctx->too_many) {
169 // Setting too_many prevents repeated "get" attempts from
171 ctx->too_many = 1;
193 // Unjam "too_many" in case "get" had failed
194 ctx->too_many = 0;
  /external/google-breakpad/src/testing/src/
gmock-spec-builders.cc 195 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 ")
  /external/googletest/googlemock/src/
gmock-spec-builders.cc 194 bool too_many; // True if there are too many actions, or false local
198 too_many = true;
201 too_many = false;
208 ss << "Too " << (too_many ? "many" : "few")
212 ss << ", but has " << (too_many ? "" : "only ")
  /external/v8/testing/gmock/src/
gmock-spec-builders.cc 195 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 125 milliseconds