Searched refs:propVal (Results 1 – 2 of 2) sorted by relevance
679 String propVal = getProject().getUserProperty(propName); in delegateCommandSystemProperties() local681 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() local1127 sysProp.setValue(propVal); in addConfiguredPropertySet()1129 log("Added system property " + propKey + " with value " + propVal, Project.MSG_VERBOSE); in addConfiguredPropertySet()
172 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 …]