Searched refs:empty2 (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/components/invalidation/
H A Dobject_id_invalidation_map_unittest.cc50 ObjectIdInvalidationMap empty2; local
51 EXPECT_TRUE(empty == empty2);
/external/chromium_org/base/
H A Dcallback_unittest.cc112 Callback<void(void)> empty2; local
113 EXPECT_TRUE(null_callback_.Equals(empty2));
/external/chromium_org/testing/gtest/test/
H A Dgtest-typed-test_test.cc108 typename TestFixture::IntSet empty2; local
109 EXPECT_EQ(0U, empty2.size());
/external/gtest/test/
H A Dgtest-typed-test_test.cc107 typename TestFixture::IntSet empty2; local
108 EXPECT_EQ(0U, empty2.size());
/external/protobuf/gtest/test/
H A Dgtest-typed-test_test.cc107 typename TestFixture::IntSet empty2; local
108 EXPECT_EQ(0U, empty2.size());
/external/clang/test/CodeGenCXX/
H A Dvalue-init.cpp119 Test2 empty2[3] = {}; local
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dproperties.cpp74 bool empty2 = delayed; // Can fst2 be the empty machine? local
90 if (!empty2)
294 bool empty2 = delayed; // Can fst2 be the empty machine? local
299 if (!empty1 && !empty2) {
/external/chromium_org/third_party/skia/tests/
H A DRegionTest.cpp81 SkRegion empty, empty2; local
87 REPORTER_ASSERT(reporter, !empty.intersects(empty2));
91 REPORTER_ASSERT(reporter, !empty.contains(empty2));
/external/skia/tests/
H A DRegionTest.cpp81 SkRegion empty, empty2; local
87 REPORTER_ASSERT(reporter, !empty.intersects(empty2));
91 REPORTER_ASSERT(reporter, !empty.contains(empty2));
/external/openfst/src/lib/
H A Dproperties.cc88 bool empty2 = delayed; // Can fst2 be the empty machine? local
104 if (!empty2)
383 bool empty2 = delayed; // Can fst2 be the empty machine? local
388 if (!empty1 && !empty2) {
/external/chromium_org/components/policy/core/common/
H A Dpolicy_map_unittest.cc123 PolicyMap empty2; local
124 EXPECT_TRUE(empty1.Equals(empty2));
125 EXPECT_TRUE(empty2.Equals(empty1));
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp4.cpp180 } constexpr empty2; variable in typeref:struct:EmptyVariant
/external/bison/tests/
H A Dtestsuite[all...]

Completed in 5574 milliseconds