Searched refs:too_many (Results 1 – 6 of 6) sorted by relevance
/external/toolchain-utils/afdo_tools/ |
D | run_afdo_tryjob.py | 145 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/ |
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/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/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/googletest/googlemock/src/ |
D | gmock-spec-builders.cc | 231 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/ |
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 | 10447 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()
|