Home | History | Annotate | Download | only in src

Lines Matching refs:property

1792 // Returns the i-th test property. i can range from 0 to
1811 // Adds a test property to the list. If a property with the same key as the
1812 // supplied property is already represented, the value of this test_property
1830 // testcase tags. Returns true if the property is valid.
3032 // delimited XML attributes based on the property key="value" pairs.
3285 // delimited XML attributes based on the property key="value" pairs.
3290 const TestProperty& property = result.GetTestProperty(i);
3291 attributes << " " << property.key() << "="
3292 << "\"" << EscapeXmlAttribute(property.value()) << "\"";
3779 // Creates and adds a property to the current TestResult. If a property matching