Home | History | Annotate | Download | only in src

Lines Matching refs:property

1813 // Returns the i-th test property. i can range from 0 to
1832 // Adds a test property to the list. If a property with the same key as the
1833 // supplied property is already represented, the value of this test_property
1851 // testcase tags. Returns true if the property is valid.
3044 // delimited XML attributes based on the property key="value" pairs.
3290 // delimited XML attributes based on the property key="value" pairs.
3295 const TestProperty& property = result.GetTestProperty(i);
3296 attributes << " " << property.key() << "="
3297 << "\"" << EscapeXmlAttribute(property.value()) << "\"";
3619 // Creates and adds a property to the current TestResult. If a property matching