/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/ |
D | XMPMeta.java | 61 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/ |
D | XMPMetaImpl.java | 214 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 …]
|
D | ParameterAsserts.java | 51 public static void assertPropName(String propName) throws XMPException in assertPropName() argument 53 if (propName == null || propName.length() == 0) in assertPropName()
|
/external/v8/test/mjsunit/ |
D | builtins.js | 59 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/ |
D | FuncSystemProperty.java | 62 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()
|
D | SecuritySupport.java | 98 String getSystemProperty(String propName) { in getSystemProperty() argument 99 return System.getProperty(propName); in getSystemProperty()
|
/external/chromium/chrome/browser/resources/shared/js/ |
D | i18n_template.js | 64 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/ |
D | arc-compound-stmt.m | 19 NSString *propName; 23 if (propName) 24 cap = [cap stringByAppendingString:[propName substringFromIndex:1]];
|
D | prop-metadata-gnu.m | 8 @property (readwrite,assign) int propName; property 12 @synthesize propName = varName;
|
/external/webkit/LayoutTests/storage/ |
D | sql-data-types.js | 22 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/ |
D | util.c | 189 _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/ |
D | JSUtils.cpp | 285 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/ |
D | ConsumerProperties.java | 114 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/ |
D | SecuritySupport.java | 96 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/ |
D | SecuritySupport.java | 98 String getSystemProperty(String propName) { in getSystemProperty() argument 99 return System.getProperty(propName); in getSystemProperty()
|
D | SecuritySupport12.java | 87 String getSystemProperty(final String propName) { 91 return System.getProperty(propName);
|
/external/apache-xml/src/main/java/org/apache/xalan/xslt/ |
D | SecuritySupport.java | 98 String getSystemProperty(String propName) { in getSystemProperty() argument 99 return System.getProperty(propName); in getSystemProperty()
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | SecuritySupport.java | 98 String getSystemProperty(String propName) { in getSystemProperty() argument 99 return System.getProperty(propName); in getSystemProperty()
|
D | SecuritySupport12.java | 87 String getSystemProperty(final String propName) { 91 return System.getProperty(propName);
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
D | SecuritySupport.java | 98 String getSystemProperty(String propName) { in getSystemProperty() argument 99 return System.getProperty(propName); in getSystemProperty()
|
D | SecuritySupport12.java | 87 String getSystemProperty(final String propName) { 91 return System.getProperty(propName);
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | RemoteObject.js | 259 function buildProperty(propName) argument 261 …return new WebInspector.RemoteObjectProperty(propName, new WebInspector.LocalJSONObject(this._valu…
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
D | V8CSSStyleDeclarationCustom.cpp | 142 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/ |
D | CertPathValidator1Test.java | 109 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/ |
D | KeyStoreTest.java | 188 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()
|