Home
last modified time | relevance | path

Searched refs:propName (Results 1 – 25 of 49) sorted by relevance

12

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
DXMPMeta.java61 XMPProperty getProperty(String schemaNS, String propName) throws XMPException; in getProperty() argument
158 String propName, in getQualifier() argument
198 String propName, in setProperty() argument
213 String propName, in setProperty() argument
418 String propName, in setQualifier() argument
437 String propName, in setQualifier() argument
456 void deleteProperty(String schemaNS, String propName); in deleteProperty() argument
506 void deleteQualifier(String schemaNS, String propName, String qualNS, String qualName); in deleteQualifier() argument
518 boolean doesPropertyExist(String schemaNS, String propName); in doesPropertyExist() argument
573 boolean doesQualifierExist(String schemaNS, String propName, String qualNS, String qualName); in doesQualifierExist() argument
[all …]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPMetaImpl.java214 public void deleteProperty(String schemaNS, String propName) in deleteProperty() argument
219 ParameterAsserts.assertPropName(propName); in deleteProperty()
221 XMPPath expPath = XMPPathParser.expandXPath(schemaNS, propName); in deleteProperty()
239 public void deleteQualifier(String schemaNS, String propName, String qualNS, String qualName) in deleteQualifier() argument
245 ParameterAsserts.assertPropName(propName); in deleteQualifier()
247 String qualPath = propName + XMPPathFactory.composeQualifierPath(qualNS, qualName); in deleteQualifier()
283 public boolean doesPropertyExist(String schemaNS, String propName) in doesPropertyExist() argument
288 ParameterAsserts.assertPropName(propName); in doesPropertyExist()
290 XMPPath expPath = XMPPathParser.expandXPath(schemaNS, propName); in doesPropertyExist()
346 public boolean doesQualifierExist(String schemaNS, String propName, String qualNS, in doesQualifierExist() argument
[all …]
DParameterAsserts.java51 public static void assertPropName(String propName) throws XMPException in assertPropName() argument
53 if (propName == null || propName.length() == 0) in assertPropName()
/external/v8/test/mjsunit/
Dbuiltins.js59 var propName = propNames[i];
60 if (propName == "constructor") continue;
61 var testName = name + "-" + propName;
62 var propDesc = Object.getOwnPropertyDescriptor(prototype, propName);
/external/apache-xml/src/main/java/org/apache/xpath/functions/
DFuncSystemProperty.java62 String propName = ""; in execute() local
77 propName = (indexOfNSSep < 0) in execute()
83 result = xsltInfo.getProperty(propName); in execute()
101 result = System.getProperty(propName); in execute()
141 if (propName.equals("version") && result.length() > 0) in execute()
DSecuritySupport.java98 String getSystemProperty(String propName) { in getSystemProperty() argument
99 return System.getProperty(propName); in getSystemProperty()
/external/chromium/chrome/browser/resources/shared/js/
Di18n_template.js64 var propName = a[1];
70 if (propName.charAt(0) == '.') {
71 var path = propName.slice(1).split('.');
85 element.setAttribute(propName, value);
/external/clang/test/CodeGenObjC/
Darc-compound-stmt.m19 NSString *propName;
23 if (propName)
24 cap = [cap stringByAppendingString:[propName substringFromIndex:1]];
Dprop-metadata-gnu.m8 @property (readwrite,assign) int propName; property
12 @synthesize propName = varName;
/external/webkit/LayoutTests/storage/
Dsql-data-types.js22 function shouldBeSameTypeAndValue(propName, testValue, result) { argument
24 writeMessageToLog("PASS: property '" + propName + "' ok, type was " + typeof result);
27 writeMessageToLog("FAIL: property '" + propName + "' failed."
/external/qemu/android/avd/
Dutil.c189 _getSystemProperty( const char* propFile, const char* propName ) in _getSystemProperty() argument
193 int propNameLen = strlen(propName); in _getSystemProperty()
218 if (memcmp(temp, propName, propNameLen) != 0) { in _getSystemProperty()
240 _getBuildProperty( const char* androidOut, const char* propName ) in _getBuildProperty() argument
249 return _getSystemProperty(temp, propName); in _getBuildProperty()
/external/webkit/Source/JavaScriptGlue/
DJSUtils.cpp285 Identifier propName = *iter; in KJSValueToCFTypeInternal() local
286 UString ustr = propName.ustring(); in KJSValueToCFTypeInternal()
331 Identifier propName = *iter; in KJSValueToCFTypeInternal() local
332 if (object->hasProperty(exec, propName)) in KJSValueToCFTypeInternal()
334 CFStringRef cfKey = IdentifierToCFString(propName); in KJSValueToCFTypeInternal()
335 … CFTypeRef cfValue = KJSValueToCFTypeInternal(object->get(exec, propName), exec, &imps); in KJSValueToCFTypeInternal()
/external/oauth/core/src/main/java/net/oauth/
DConsumerProperties.java114 String propName = (String) prop.getKey(); in newConsumer() local
115 if (propName.startsWith(name + ".consumer.")) { in newConsumer()
116 String c = propName.substring(name.length() + 10); in newConsumer()
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DSecuritySupport.java96 String getSystemProperty(String propName) { in getSystemProperty() argument
97 return System.getProperty(propName); in getSystemProperty()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DSecuritySupport.java98 String getSystemProperty(String propName) { in getSystemProperty() argument
99 return System.getProperty(propName); in getSystemProperty()
DSecuritySupport12.java87 String getSystemProperty(final String propName) {
91 return System.getProperty(propName);
/external/apache-xml/src/main/java/org/apache/xalan/xslt/
DSecuritySupport.java98 String getSystemProperty(String propName) { in getSystemProperty() argument
99 return System.getProperty(propName); in getSystemProperty()
/external/apache-xml/src/main/java/org/apache/xml/utils/
DSecuritySupport.java98 String getSystemProperty(String propName) { in getSystemProperty() argument
99 return System.getProperty(propName); in getSystemProperty()
DSecuritySupport12.java87 String getSystemProperty(final String propName) {
91 return System.getProperty(propName);
/external/apache-xml/src/main/java/org/apache/xml/dtm/
DSecuritySupport.java98 String getSystemProperty(String propName) { in getSystemProperty() argument
99 return System.getProperty(propName); in getSystemProperty()
DSecuritySupport12.java87 String getSystemProperty(final String propName) {
91 return System.getProperty(propName);
/external/webkit/Source/WebCore/inspector/front-end/
DRemoteObject.js259 function buildProperty(propName) argument
261 …return new WebInspector.RemoteObjectProperty(propName, new WebInspector.LocalJSONObject(this._valu…
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8CSSStyleDeclarationCustom.cpp142 String propName = builder.toString(); in cssPropertyInfo() local
143 int propertyID = cssPropertyID(propName); in cssPropertyInfo()
147 propInfo->wasFilter = (propName == "filter"); in cssPropertyInfo()
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
DCertPathValidator1Test.java109 String propName = "certpathvalidator.type"; in testCertPathValidator01() local
110 String defCPV = Security.getProperty(propName); in testCertPathValidator01()
121 Security.setProperty(propName, defaultType); in testCertPathValidator01()
123 resType = Security.getProperty(propName); in testCertPathValidator01()
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
DKeyStoreTest.java188 String propName = "keystore.type"; in testKeyStore01() local
189 String defKSType = Security.getProperty(propName); in testKeyStore01()
199 Security.setProperty(propName, defaultType); in testKeyStore01()
201 resType = Security.getProperty(propName); in testKeyStore01()

12