Home
last modified time | relevance | path

Searched refs:test_property (Results 1 – 25 of 33) sorted by relevance

12

/external/tensorflow/tensorflow/python/keras/utils/
Dlayer_utils_test.py71 def test_property(self): member in LayerUtilsTest.test_property_cache.MyObject
79 self.assertEqual(first_object.test_property, id(first_object))
80 self.assertEqual(second_object.test_property, id(second_object))
83 self.assertNotEqual(first_object.test_property, second_object.test_property)
86 self.assertEqual(first_object.test_property, id(first_object))
87 self.assertEqual(second_object.test_property, id(second_object))
99 def test_property(self): member in LayerUtilsTest.test_property_cache_threaded.MyObject
113 return self.test_property
/external/libchrome/dbus/
Dproperty_unittest.cc464 Property<std::map<std::string, std::vector<uint8_t>>> test_property; in TEST() local
465 EXPECT_TRUE(test_property.PopValueFromReader(&reader)); in TEST()
467 ASSERT_EQ(arraysize(keys), test_property.value().size()); in TEST()
469 EXPECT_EQ(values[i], test_property.value().at(keys[i])); in TEST()
481 Property<std::map<std::string, std::vector<uint8_t>>> test_property; in TEST() local
482 test_property.ReplaceSetValueForTesting(test_map); in TEST()
483 test_property.AppendSetValueToWriter(&writer); in TEST()
486 EXPECT_TRUE(test_property.PopValueFromReader(&reader)); in TEST()
487 EXPECT_EQ(test_map, test_property.value()); in TEST()
519 Property<std::map<uint16_t, std::vector<uint8_t>>> test_property; in TEST() local
[all …]
/external/llvm-project/llvm/utils/unittest/googletest/src/
Dgtest-internal-inl.h355 bool operator()(const TestProperty& test_property) const { in operator()
356 return test_property.key() == key_; in operator()
715 void RecordProperty(const TestProperty& test_property);
Dgtest.cc2058 const TestProperty& test_property) { in RecordProperty() argument
2059 if (!ValidateTestProperty(xml_element, test_property)) { in RecordProperty()
2065 internal::TestPropertyKeyIs(test_property.key())); in RecordProperty()
2067 test_properties_.push_back(test_property); in RecordProperty()
2070 property_with_matching_key->SetValue(test_property.value()); in RecordProperty()
2156 const TestProperty& test_property) { in ValidateTestProperty() argument
2157 return ValidateTestPropertyName(test_property.key(), in ValidateTestProperty()
4372 void UnitTestImpl::RecordProperty(const TestProperty& test_property) { in RecordProperty() argument
4386 test_result->RecordProperty(xml_element, test_property); in RecordProperty()
/external/googletest/googletest/src/
Dgtest-internal-inl.h365 bool operator()(const TestProperty& test_property) const { in operator()
366 return test_property.key() == key_; in operator()
755 void RecordProperty(const TestProperty& test_property);
Dgtest.cc2240 const TestProperty& test_property) { in RecordProperty() argument
2241 if (!ValidateTestProperty(xml_element, test_property)) { in RecordProperty()
2247 internal::TestPropertyKeyIs(test_property.key())); in RecordProperty()
2249 test_properties_.push_back(test_property); in RecordProperty()
2252 property_with_matching_key->SetValue(test_property.value()); in RecordProperty()
2351 const TestProperty& test_property) { in ValidateTestProperty() argument
2352 return ValidateTestPropertyName(test_property.key(), in ValidateTestProperty()
5556 void UnitTestImpl::RecordProperty(const TestProperty& test_property) { in RecordProperty() argument
5570 test_result->RecordProperty(xml_element, test_property); in RecordProperty()
/external/mesa3d/src/gtest/src/
Dgtest-internal-inl.h356 bool operator()(const TestProperty& test_property) const { in operator()
357 return test_property.key() == key_; in operator()
740 void RecordProperty(const TestProperty& test_property);
Dgtest.cc2067 const TestProperty& test_property) { in RecordProperty() argument
2068 if (!ValidateTestProperty(xml_element, test_property)) { in RecordProperty()
2074 internal::TestPropertyKeyIs(test_property.key())); in RecordProperty()
2076 test_properties_.push_back(test_property); in RecordProperty()
2079 property_with_matching_key->SetValue(test_property.value()); in RecordProperty()
2177 const TestProperty& test_property) { in ValidateTestProperty() argument
2178 return ValidateTestPropertyName(test_property.key(), in ValidateTestProperty()
5043 void UnitTestImpl::RecordProperty(const TestProperty& test_property) { in RecordProperty() argument
5057 test_result->RecordProperty(xml_element, test_property); in RecordProperty()
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest-internal-inl.h357 bool operator()(const TestProperty &test_property) const { in operator()
358 return test_property.key() == key_; in operator()
750 void RecordProperty(const TestProperty &test_property);
Dgtest.cc2159 const TestProperty &test_property) { in RecordProperty() argument
2160 if (!ValidateTestProperty(xml_element, test_property)) { in RecordProperty()
2166 internal::TestPropertyKeyIs(test_property.key())); in RecordProperty()
2168 test_properties_.push_back(test_property); in RecordProperty()
2171 property_with_matching_key->SetValue(test_property.value()); in RecordProperty()
2266 const TestProperty &test_property) { in ValidateTestProperty() argument
2267 return ValidateTestPropertyName(test_property.key(), in ValidateTestProperty()
5086 void UnitTestImpl::RecordProperty(const TestProperty &test_property) { in RecordProperty() argument
5100 test_result->RecordProperty(xml_element, test_property); in RecordProperty()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-internal-inl.h351 bool operator()(const TestProperty& test_property) const { in operator()
352 return test_property.key() == key_; in operator()
719 void RecordProperty(const TestProperty& test_property);
Dgtest.cc2103 const TestProperty& test_property) { in RecordProperty() argument
2104 if (!ValidateTestProperty(xml_element, test_property)) { in RecordProperty()
2110 internal::TestPropertyKeyIs(test_property.key())); in RecordProperty()
2112 test_properties_.push_back(test_property); in RecordProperty()
2115 property_with_matching_key->SetValue(test_property.value()); in RecordProperty()
2197 const TestProperty& test_property) { in ValidateTestProperty() argument
2198 return ValidateTestPropertyName(test_property.key(), in ValidateTestProperty()
4897 void UnitTestImpl::RecordProperty(const TestProperty& test_property) { in RecordProperty() argument
4911 test_result->RecordProperty(xml_element, test_property); in RecordProperty()
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest-internal-inl.h352 bool operator()(const TestProperty& test_property) const { in operator()
353 return test_property.key() == key_; in operator()
735 void RecordProperty(const TestProperty& test_property);
Dgtest.cc2065 const TestProperty& test_property) { in RecordProperty() argument
2066 if (!ValidateTestProperty(xml_element, test_property)) { in RecordProperty()
2072 internal::TestPropertyKeyIs(test_property.key())); in RecordProperty()
2074 test_properties_.push_back(test_property); in RecordProperty()
2077 property_with_matching_key->SetValue(test_property.value()); in RecordProperty()
2181 const TestProperty& test_property) { in ValidateTestProperty() argument
2182 return ValidateTestPropertyName(test_property.key(), in ValidateTestProperty()
4982 void UnitTestImpl::RecordProperty(const TestProperty& test_property) { in RecordProperty() argument
4996 test_result->RecordProperty(xml_element, test_property); in RecordProperty()
/external/clang/test/CodeGenObjC/
Darc-literals.m126 // CHECK-LABEL: define void @test_property
127 void test_property(B *b) { function
/external/llvm-project/clang/test/CodeGenObjC/
Darc-literals.m126 // CHECK-LABEL: define void @test_property
127 void test_property(B *b) { function
/external/llvm/utils/unittest/googletest/src/
Dgtest-internal-inl.h349 bool operator()(const TestProperty& test_property) const { in operator()
350 return String(test_property.key()).Compare(key_) == 0; in operator()
Dgtest.cc1814 void TestResult::RecordProperty(const TestProperty& test_property) { in RecordProperty() argument
1815 if (!ValidateTestProperty(test_property)) { in RecordProperty()
1821 internal::TestPropertyKeyIs(test_property.key())); in RecordProperty()
1823 test_properties_.push_back(test_property); in RecordProperty()
1826 property_with_matching_key->SetValue(test_property.value()); in RecordProperty()
1831 bool TestResult::ValidateTestProperty(const TestProperty& test_property) { in ValidateTestProperty() argument
1832 internal::String key(test_property.key()); in ValidateTestProperty()
3783 const TestProperty test_property(key, value); in RecordPropertyForCurrentTest() local
3784 impl_->current_test_result()->RecordProperty(test_property); in RecordPropertyForCurrentTest()
/external/fmtlib/test/
Dgmock-gtest-all.cc761 bool operator()(const TestProperty& test_property) const { in operator ()()
762 return test_property.key() == key_; in operator ()()
1127 void RecordProperty(const TestProperty& test_property);
3131 const TestProperty& test_property) { in RecordProperty() argument
3132 if (!ValidateTestProperty(xml_element, test_property)) { in RecordProperty()
3138 internal::TestPropertyKeyIs(test_property.key())); in RecordProperty()
3140 test_properties_.push_back(test_property); in RecordProperty()
3143 property_with_matching_key->SetValue(test_property.value()); in RecordProperty()
3210 const TestProperty& test_property) { in ValidateTestProperty() argument
3211 return ValidateTestPropertyName(test_property.key(), in ValidateTestProperty()
[all …]
/external/llvm/utils/unittest/googletest/include/gtest/
Dgtest.h575 void RecordProperty(const TestProperty& test_property);
580 static bool ValidateTestProperty(const TestProperty& test_property);
/external/llvm-project/llvm/utils/unittest/googletest/include/gtest/
Dgtest.h593 const TestProperty& test_property);
599 const TestProperty& test_property);
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/
Dgmock-gtest-all.cc762 bool operator()(const TestProperty& test_property) const { in operator ()()
763 return test_property.key() == key_; in operator ()()
1122 void RecordProperty(const TestProperty& test_property);
3506 const TestProperty& test_property) { in RecordProperty() argument
3507 if (!ValidateTestProperty(xml_element, test_property)) { in RecordProperty()
3513 internal::TestPropertyKeyIs(test_property.key())); in RecordProperty()
3515 test_properties_.push_back(test_property); in RecordProperty()
3518 property_with_matching_key->SetValue(test_property.value()); in RecordProperty()
3604 const TestProperty& test_property) { in ValidateTestProperty() argument
3605 return ValidateTestPropertyName(test_property.key(), in ValidateTestProperty()
[all …]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h631 const TestProperty& test_property);
637 const TestProperty& test_property);
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/
Dgtest.h636 const TestProperty &test_property);
642 const TestProperty &test_property);
/external/mesa3d/src/gtest/include/gtest/
Dgtest.h642 const TestProperty& test_property);
648 const TestProperty& test_property);

12