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

  /external/v8/test/mjsunit/harmony/
collections.js 190 function TestProperty(map, property, value) {
195 TestProperty(m, i, 'val' + i);
196 TestProperty(m, 'foo' + i, 'bar' + i);
  /external/chromium/sdch/open-vcdiff/src/gtest/src/
gtest-internal-inl.h 394 // Don't inherit from TestProperty as its destructor is not virtual.
395 class TestProperty {
397 // C'tor. TestProperty does NOT have a default constructor.
399 // TestProperty object.
400 TestProperty(const char* key, const char* value) :
426 // A predicate that checks the key of a TestProperty against a known key.
438 bool operator()(const TestProperty& test_property) const {
466 const internal::List<internal::TestProperty> & test_properties() const {
503 void RecordProperty(const internal::TestProperty& test_property);
508 static bool ValidateTestProperty(const internal::TestProperty& test_property)
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest.h 372 // Don't inherit from TestProperty as its destructor is not virtual.
373 class TestProperty {
375 // C'tor. TestProperty does NOT have a default constructor.
377 // TestProperty object.
378 TestProperty(const char* key, const char* value) :
448 const TestProperty& GetTestProperty(int i) const;
466 const internal::Vector<TestProperty>& test_properties() const {
478 void RecordProperty(const TestProperty& test_property);
483 static bool ValidateTestProperty(const TestProperty& test_property);
507 internal::scoped_ptr<internal::Vector<TestProperty> > test_properties_
    [all...]
  /external/chromium/testing/gtest/include/gtest/
gtest.h 470 // Don't inherit from TestProperty as its destructor is not virtual.
471 class TestProperty {
473 // C'tor. TestProperty does NOT have a default constructor.
475 // TestProperty object.
476 TestProperty(const char* a_key, const char* a_value) :
546 const TestProperty& GetTestProperty(int i) const;
563 const std::vector<TestProperty>& test_properties() const {
575 void RecordProperty(const TestProperty& test_property);
580 static bool ValidateTestProperty(const TestProperty& test_property);
604 std::vector<TestProperty> test_properties_
    [all...]
  /external/gtest/include/gtest/
gtest.h 470 // Don't inherit from TestProperty as its destructor is not virtual.
471 class TestProperty {
473 // C'tor. TestProperty does NOT have a default constructor.
475 // TestProperty object.
476 TestProperty(const char* a_key, const char* a_value) :
546 const TestProperty& GetTestProperty(int i) const;
563 const std::vector<TestProperty>& test_properties() const {
575 void RecordProperty(const TestProperty& test_property);
580 static bool ValidateTestProperty(const TestProperty& test_property);
604 std::vector<TestProperty> test_properties_
    [all...]
  /external/icu4c/test/intltest/
apicoll.cpp 61 * Test Collator::createInstance(... version...) for some locale. Called by TestProperty().
95 CollationAPITest::TestProperty(/* char* par */)
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest.h 470 // Don't inherit from TestProperty as its destructor is not virtual.
471 class TestProperty {
473 // C'tor. TestProperty does NOT have a default constructor.
475 // TestProperty object.
476 TestProperty(const char* a_key, const char* a_value) :
546 const TestProperty& GetTestProperty(int i) const;
563 const std::vector<TestProperty>& test_properties() const {
575 void RecordProperty(const TestProperty& test_property);
580 static bool ValidateTestProperty(const TestProperty& test_property);
604 std::vector<TestProperty> test_properties_
    [all...]
  /external/icu4c/test/cintltst/
capitst.c 113 addTest(root, &TestProperty, "tscoll/capitst/TestProperty");
289 void TestProperty()
    [all...]
  /frameworks/compile/mclinker/utils/gtest/include/
gtest.h     [all...]

Completed in 187 milliseconds