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

  /external/openssl/crypto/bn/
bn_ctx.c 150 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/clang/test/SemaCXX/
cxx0x-initializer-aggregates.cpp 113 Aggr too_many { {0} , {0} , {0,0} }; // expected-error {{no matching constructor for initialization}}
  /external/chromium/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 ")
  /external/ceres-solver/internal/ceres/
gmock_gtest_all.cc     [all...]

Completed in 263 milliseconds