Home
last modified time | relevance | path

Searched refs:propVal (Results 1 – 2 of 2) sorted by relevance

/external/testng/src/main/java/org/testng/
DTestNGAntTask.java679 String propVal = getProject().getUserProperty(propName); in delegateCommandSystemProperties() local
681 log("Excluding ant property: " + propName + ": " + propVal, Project.MSG_DEBUG); in delegateCommandSystemProperties()
683 log("Including user property: " + propName + ": " + propVal, Project.MSG_DEBUG); in delegateCommandSystemProperties()
686 var.setValue(propVal); in delegateCommandSystemProperties()
1126 String propVal = (String) properties.get(propKey); in addConfiguredPropertySet() local
1127 sysProp.setValue(propVal); in addConfiguredPropertySet()
1129 log("Added system property " + propKey + " with value " + propVal, Project.MSG_VERBOSE); in addConfiguredPropertySet()
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTestCase.cpp172 virtual std::string getHumanReadablePropertyString (glw::GLint propVal) const;
199 std::string PropValidator::getHumanReadablePropertyString (glw::GLint propVal) const in getHumanReadablePropertyString()
201 return de::toString(propVal); in getHumanReadablePropertyString()
359 std::string getHumanReadablePropertyString (glw::GLint propVal) const;
369 std::string TypeValidator::getHumanReadablePropertyString (glw::GLint propVal) const in getHumanReadablePropertyString()
371 return de::toString(glu::getShaderVarTypeStr(propVal)); in getHumanReadablePropertyString()
639 std::string getHumanReadablePropertyString (glw::GLint propVal) const;
648 std::string IsRowMajorValidator::getHumanReadablePropertyString (glw::GLint propVal) const in getHumanReadablePropertyString()
650 return de::toString(glu::getBooleanStr(propVal)); in getHumanReadablePropertyString()
1137 std::string getHumanReadablePropertyString (glw::GLint propVal) const;
[all …]