Home
last modified time | relevance | path

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

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
DXMPMeta.java199 Object propValue, in setProperty()
214 Object propValue) throws XMPException; in setProperty()
855 boolean propValue, in setPropertyBoolean()
870 boolean propValue) throws XMPException; in setPropertyBoolean()
887 int propValue, in setPropertyInteger()
902 int propValue) throws XMPException; in setPropertyInteger()
919 long propValue, in setPropertyLong()
934 long propValue) throws XMPException; in setPropertyLong()
951 double propValue, in setPropertyDouble()
966 double propValue) throws XMPException; in setPropertyDouble()
[all …]
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTestCase.cpp245 …terfaceDefinition::Program* program, const std::string& resource, glw::GLint propValue, const std:… in validate()
276 …eValidator::validateBuiltinVariable (const std::string& resource, glw::GLint propValue, const std:… in validateBuiltinVariable()
304 …terfaceDefinition::Program* program, const std::string& resource, glw::GLint propValue, const std:… in validate()
375 …vector<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std:… in validateSingleVariable()
391 void TypeValidator::validateBuiltinVariable (const std::string& resource, glw::GLint propValue, con… in validateBuiltinVariable()
448 …vector<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std:… in validateSingleVariable()
470 void ArraySizeValidator::validateBuiltinVariable (const std::string& resource, glw::GLint propValue in validateBuiltinVariable()
522 …vector<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std:… in validateSingleVariable()
576 …vector<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std:… in validateSingleVariable()
654 …vector<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std:… in validateSingleVariable()
[all …]
/external/icu/android_icu4j/testing/src/android/icu/extratest/
DAndroidIcuVersionTest.java46 String propValue = prop.getProperty(VERSION_PROP_NAME); in setUp() local
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/icu/
DExtractICUData.java435 String propValue = it2.next(); in testProps() local
/external/lzma/CPP/7zip/Common/
DMethodProps.cpp393 NCOM::CPropVariant propValue; in SetParam() local
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/text/
DStrSubstitutor.java244 final String propValue = valueProperties.getProperty(propName); in replace() local