/external/deqp/modules/gles31/functional/ |
D | es31fProgramInterfaceQueryTestCase.cpp | 173 …ceDefinition::Program* program, const std::string& resource, glw::GLint propValue, const std::stri… 226 …ceDefinition::Program* program, const std::string& resource, glw::GLint propValue, const std::stri… 227 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri… 228 …virtual void validateBuiltinVariable (const std::string& resource, glw::GLint propValue, const std… 242 …ceDefinition::Program* program, const std::string& resource, glw::GLint propValue, const std::stri… in validate() argument 256 validateSingleVariable(path, resource, propValue, implementationName); in validate() 264 validateBuiltinVariable(resource, propValue, implementationName); in validate() 273 …dator::validateBuiltinVariable (const std::string& resource, glw::GLint propValue, const std::stri… in validateBuiltinVariable() argument 276 DE_UNREF(propValue); in validateBuiltinVariable() 286 …ceDefinition::Program* program, const std::string& resource, glw::GLint propValue, const std::stri… [all …]
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/ |
D | XMPMeta.java | 199 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/ |
D | XMPMetaImpl.java | 768 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/ |
D | MethodProps.cpp | 357 NCOM::CPropVariant propValue; in SetParam() local 359 propValue = value; in SetParam() 365 propValue = res; in SetParam() 371 propValue = number; in SetParam() 373 propValue = value; in SetParam() 375 if (!ConvertProperty(propValue, nameToPropID.VarType, prop.Value)) in SetParam()
|
/external/owasp/sanitizer/empiricism/ |
D | html-containment.js | 177 var propValue = v[k]; 178 if ((propValue != null && typeof propValue == 'object')
|
/external/pdfium/fpdfsdk/javascript/ |
D | JS_Define.h | 78 CJS_PropValue propValue(pRuntime, CJS_Value(pRuntime, value)); in JSPropSetter() 79 propValue.StartSetting(); in JSPropSetter() 80 if (!(pObj->*M)(pRuntime, propValue, sError)) { in JSPropSetter()
|