Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTestCase.cpp173 …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/
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.cpp357 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/
Dhtml-containment.js177 var propValue = v[k];
178 if ((propValue != null && typeof propValue == 'object')
/external/pdfium/fpdfsdk/javascript/
DJS_Define.h78 CJS_PropValue propValue(pRuntime, CJS_Value(pRuntime, value)); in JSPropSetter()
79 propValue.StartSetting(); in JSPropSetter()
80 if (!(pObj->*M)(pRuntime, propValue, sError)) { in JSPropSetter()