Home
last modified time | relevance | path

Searched refs:propValue (Results 1 – 7 of 7) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTestCase.cpp173 …ceDefinition::Program* program, const std::string& resource, glw::GLint propValue, const std::stri…
229 …ceDefinition::Program* program, const std::string& resource, glw::GLint propValue, const std::stri…
230 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri…
231 …virtual void validateBuiltinVariable (const std::string& resource, glw::GLint propValue, const std…
245 …ceDefinition::Program* program, const std::string& resource, glw::GLint propValue, const std::stri… in validate() argument
259 validateSingleVariable(path, resource, propValue, implementationName); in validate()
267 validateBuiltinVariable(resource, propValue, implementationName); in validate()
276 …dator::validateBuiltinVariable (const std::string& resource, glw::GLint propValue, const std::stri… in validateBuiltinVariable() argument
279 DE_UNREF(propValue); in validateBuiltinVariable()
289 …ceDefinition::Program* program, const std::string& resource, glw::GLint propValue, const std::stri…
[all …]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
DXMPMeta.java199 Object propValue, in setProperty() argument
214 Object propValue) throws XMPException; in setProperty() argument
855 boolean propValue, in setPropertyBoolean() argument
870 boolean propValue) throws XMPException; in setPropertyBoolean() argument
887 int propValue, in setPropertyInteger() argument
902 int propValue) throws XMPException; in setPropertyInteger() argument
919 long propValue, in setPropertyLong() argument
934 long propValue) throws XMPException; in setPropertyLong() argument
951 double propValue, in setPropertyDouble() argument
966 double propValue) throws XMPException; in setPropertyDouble() argument
[all …]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPMetaImpl.java768 public void setPropertyBoolean(String schemaNS, String propName, boolean propValue,
771 setProperty(schemaNS, propName, propValue ? TRUESTR : FALSESTR, options);
778 public void setPropertyBoolean(String schemaNS, String propName, boolean propValue)
781 setProperty(schemaNS, propName, propValue ? TRUESTR : FALSESTR, null);
797 public void setPropertyInteger(String schemaNS, String propName, int propValue,
800 setProperty(schemaNS, propName, new Integer(propValue), options);
807 public void setPropertyInteger(String schemaNS, String propName, int propValue)
810 setProperty(schemaNS, propName, new Integer(propValue), null);
826 public void setPropertyLong(String schemaNS, String propName, long propValue,
829 setProperty(schemaNS, propName, new Long(propValue), options);
[all …]
/external/lzma/CPP/7zip/Common/
DMethodProps.cpp393 NCOM::CPropVariant propValue; in SetParam() local
395 propValue = value; in SetParam()
401 propValue = res; in SetParam()
409 propValue = number; in SetParam()
411 propValue = value; in SetParam()
417 propValue = number; in SetParam()
419 propValue = value; in SetParam()
422 propValue = value; in SetParam()
424 if (!ConvertProperty(propValue, nameToPropID.VarType, prop.Value)) in SetParam()
/external/icu/android_icu4j/testing/src/android/icu/extratest/
DAndroidIcuVersionTest.java46 String propValue = prop.getProperty(VERSION_PROP_NAME); in setUp() local
47 assertNotNull("Expected ICU version can't be null", propValue); in setUp()
48 expectedIcuVersion = VersionInfo.getInstance(propValue); in setUp()
/external/owasp/sanitizer/empiricism/
Dhtml-containment.js177 var propValue = v[k];
178 if ((propValue != null && typeof propValue == 'object')
/external/cldr/tools/java/org/unicode/cldr/icu/
DExtractICUData.java437 String propValue = it2.next(); in testProps() local
438 System.out.println("<tr><td>" + propValue + "</td></tr>"); in testProps()