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

  /external/icu4c/test/cintltst/
capitst.h 38 void TestProperty(void);
capitst.c 111 addTest(root, &TestProperty, "tscoll/capitst/TestProperty");
278 void TestProperty()
    [all...]
  /external/gtest/test/
gtest_stress_test.cc 51 using internal::TestProperty;
69 void ExpectKeyAndValueWereRecordedForId(const List<TestProperty>& properties,
73 const ListNode<TestProperty>* node = properties.FindIf(matches_key);
gtest_unittest.cc 150 using testing::internal::TestProperty;
784 // Tests TestProperty construction.
786 TestProperty property("key", "1");
791 // Tests TestProperty replacing a value.
793 TestProperty property("key", "1");
    [all...]
  /external/icu4c/test/intltest/
apicoll.h 35 void TestProperty(/* char* par */);
apicoll.cpp 58 * Test Collator::createInstance(... version...) for some locale. Called by TestProperty().
92 CollationAPITest::TestProperty(/* char* par */)
    [all...]
  /external/gtest/src/
gtest-internal-inl.h 456 // Don't inherit from TestProperty as its destructor is not virtual.
457 class TestProperty {
459 // C'tor. TestProperty does NOT have a default constructor.
461 // TestProperty object.
462 TestProperty(const char* key, const char* value) :
488 // A predicate that checks the key of a TestProperty against a known key.
500 bool operator()(const TestProperty& test_property) const {
528 const internal::List<internal::TestProperty> & test_properties() const {
565 void RecordProperty(const internal::TestProperty& test_property);
570 static bool ValidateTestProperty(const internal::TestProperty& test_property)
    [all...]
gtest.cc     [all...]

Completed in 188 milliseconds