Home | History | Annotate | Download | only in src

Lines Matching defs:property

1789 // Returns the i-th test property. i can range from 0 to
1806 // Adds a test property to the list. If a property
1807 // supplied property is already represented, the value of this test_property
1825 // testcase tags. Returns true if the property is valid.
3017 // delimited XML attributes based on the property key="value" pairs.
3265 // delimited XML attributes based on the property key="value" pairs.
3270 const TestProperty& property = result.GetTestProperty(i);
3271 attributes << " " << property.key() << "="
3272 << "\"" << EscapeXmlAttribute(property.value()) << "\"";
3595 // Creates and adds a property to the current TestResult. If a property matching