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

  /external/boringssl/src/crypto/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/clang/test/SemaCXX/
cxx0x-initializer-aggregates.cpp 112 Aggr too_many { {0} , {0} , {0,0} }; // expected-error {{no matching constructor for initialization}}
  /external/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 ")
  /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 ")

Completed in 216 milliseconds