Home
last modified time | relevance | path

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

/external/toolchain-utils/afdo_tools/
Drun_afdo_tryjob.py145 too_many = [k for k, v in count.items() if v > 1]
146 if too_many:
147 too_many.sort()
149 'Patch(es) asked for application more than once: %s' % too_many)
/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/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/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/googletest/googlemock/src/
Dgmock-spec-builders.cc231 bool too_many; // True if there are too many actions, or false in CheckActionCountIfNotDone() local
235 too_many = true; in CheckActionCountIfNotDone()
238 too_many = false; in CheckActionCountIfNotDone()
245 ss << "Too " << (too_many ? "many" : "few") in CheckActionCountIfNotDone()
249 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.cc10447 bool too_many; // True if there are too many actions, or false in CheckActionCountIfNotDone() local
10451 too_many = true; in CheckActionCountIfNotDone()
10454 too_many = false; in CheckActionCountIfNotDone()
10461 ss << "Too " << (too_many ? "many" : "few") << " actions specified in " in CheckActionCountIfNotDone()
10465 ss << ", but has " << (too_many ? "" : "only ") << action_count in CheckActionCountIfNotDone()