Searched defs:IsEven (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dcommon.cc68 bool IsEven(int n) { function in namespace:rtc
/external/chromium_org/testing/gtest/test/
H A Dgtest_unittest.cc2097 bool IsEven(int n) { function in namespace:__anon10886
2103 bool operator()(int n) { return IsEven(n); }
2109 if (IsEven(n)) {
2121 if (IsEven(n))
2131 if (IsEven(n))
2147 return IsEven(n1 + n2);
2154 return IsEven(n1 + n2 + n3);
2164 if (IsEven(sum)) {
2182 if (IsEven(sum)) {
2202 ASSERT_PRED1(IsEven,
[all...]
/external/gtest/test/
H A Dgtest_unittest.cc2104 bool IsEven(int n) { function in namespace:__anon21618
2110 bool operator()(int n) { return IsEven(n); }
2116 if (IsEven(n)) {
2128 if (IsEven(n))
2138 if (IsEven(n))
2154 return IsEven(n1 + n2);
2161 return IsEven(n1 + n2 + n3);
2171 if (IsEven(sum)) {
2189 if (IsEven(sum)) {
2209 ASSERT_PRED1(IsEven,
[all...]
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc2400 bool IsEven(int n) { function in namespace:__anon28922
2406 bool operator()(int n) { return IsEven(n); }
2412 if (IsEven(n)) {
2431 return IsEven(n1 + n2);
2438 return IsEven(n1 + n2 + n3);
2448 if (IsEven(sum)) {
2466 if (IsEven(sum)) {
2486 ASSERT_PRED1(IsEven, 4);
2490 EXPECT_PRED1(IsEven, 5) << "This failure is expected.";
2517 EXPECT_PRED1(IsEven,
[all...]

Completed in 351 milliseconds