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

  /external/chromium/chrome/browser/policy/
policy_map_unittest.cc 40 PolicyMap empty2; local
41 EXPECT_TRUE(empty1.Equals(empty2));
42 EXPECT_TRUE(empty2.Equals(empty1));
  /external/chromium/base/
callback_unittest.cc 114 Callback<void(void)> empty2; local
115 EXPECT_TRUE(null_callback_.Equals(empty2));
  /external/chromium/testing/gtest/test/
gtest-typed-test_test.cc 107 typename TestFixture::IntSet empty2; local
108 EXPECT_EQ(0U, empty2.size());
  /external/gtest/test/
gtest-typed-test_test.cc 105 typename TestFixture::IntSet empty2; local
106 EXPECT_EQ(0, empty2.size());
  /external/protobuf/gtest/test/
gtest-typed-test_test.cc 107 typename TestFixture::IntSet empty2; local
108 EXPECT_EQ(0U, empty2.size());
  /external/clang/test/CodeGenCXX/
value-init.cpp 119 Test2 empty2[3] = {}; local
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
properties.cpp 74 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) {
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/mocks/
MockContentProvider.java 160 boolean empty2 = array2 == null || array2.length == 0;
161 if (empty1 && empty2) {
164 if (empty1 != empty2 && (empty1 || empty2)) {
  /external/bison/tests/
testsuite     [all...]

Completed in 1076 milliseconds