/external/deqp/modules/gles31/functional/ |
D | es31fProgramInterfaceQueryTestCase.cpp | 173 …ceDefinition::Program* program, const std::string& resource, glw::GLint propValue, const std::stri… 228 …ceDefinition::Program* program, const std::string& resource, glw::GLint propValue, const std::stri… 229 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri… 230 …virtual void validateBuiltinVariable (const std::string& resource, glw::GLint propValue, const std… 244 …ceDefinition::Program* program, const std::string& resource, glw::GLint propValue, const std::stri… in validate() argument 258 validateSingleVariable(path, resource, propValue, implementationName); in validate() 266 validateBuiltinVariable(resource, propValue, implementationName); in validate() 275 …dator::validateBuiltinVariable (const std::string& resource, glw::GLint propValue, const std::stri… in validateBuiltinVariable() argument 278 DE_UNREF(propValue); in validateBuiltinVariable() 288 …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 | 393 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/ |
D | AndroidICUVersionTest.java | 48 String propValue = prop.getProperty(VERSION_PROP_NAME); in setUp() local 49 assertNotNull("Expected ICU version can't be null", propValue); in setUp() 50 expectedIcuVersion = VersionInfo.getInstance(propValue); in setUp()
|
/external/owasp/sanitizer/empiricism/ |
D | html-containment.js | 177 var propValue = v[k]; 178 if ((propValue != null && typeof propValue == 'object')
|
/external/syzkaller/vendor/google.golang.org/appengine/datastore/ |
D | load.go | 154 pValue, err = propValue(iv.value, meaning) 353 value, err = propValue(x.Value, x.GetMeaning()) 377 func propValue(v *pb.PropertyValue, m pb.Property_Meaning) (interface{}, error) { func
|
/external/cldr/tools/java/org/unicode/cldr/icu/ |
D | ExtractICUData.java | 436 String propValue = it2.next(); in testProps() local 437 System.out.println("<tr><td>" + propValue + "</td></tr>"); in testProps()
|