/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()
|
D | SecuritySupport12.java | 87 String getSystemProperty(final String propName) { 91 return System.getProperty(propName);
|
/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]];
|
/external/qemu/android/avd/ |
D | util.c | 177 _getSystemProperty( const char* propFile, const char* propName ) in _getSystemProperty() argument 181 int propNameLen = strlen(propName); in _getSystemProperty() 206 if (memcmp(temp, propName, propNameLen) != 0) { in _getSystemProperty() 228 _getBuildProperty( const char* androidOut, const char* propName ) in _getBuildProperty() argument 237 return _getSystemProperty(temp, propName); in _getBuildProperty()
|
/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/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/icu4c/tools/genbidi/ |
D | genbidi.c | 104 const char *ucdFile, *propName; member 161 sen->propName, sen->ucdFile, s); in singleEnumLineFn() 168 sen->propName, (int)uv, s); in singleEnumLineFn() 175 sen->propName, u_errorName(*pErrorCode)); in singleEnumLineFn() 205 const char *propName; member 253 if(isToken(bin->binaries[i].propName, s)) { in binariesLineFn() 260 (int)bin->binaries[i].vecMask, bin->ucdFile, bin->binaries[i].propName); in binariesLineFn() 267 bin->binaries[i].propName, u_errorName(*pErrorCode)); in binariesLineFn()
|
/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()
|
D | SecuritySupport12.java | 84 String getSystemProperty(final String propName) { 88 return System.getProperty(propName);
|
/external/icu4c/tools/genprops/ |
D | props2.c | 108 const char *ucdFile, *propName; member 195 sen->propName, sen->ucdFile, s); in singleEnumLineFn() 202 sen->propName, (int)uv, s); in singleEnumLineFn() 213 sen->propName, u_errorName(*pErrorCode)); in singleEnumLineFn() 239 const char *propName; member 357 if(isToken(bin->binaries[i].propName, s)) { in binariesLineFn() 364 (int)bin->binaries[i].vecShift, bin->ucdFile, bin->binaries[i].propName); in binariesLineFn() 376 bin->binaries[i].propName, u_errorName(*pErrorCode)); in binariesLineFn()
|
/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/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/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/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/icu4c/test/intltest/ |
D | ucdtest.cpp | 169 UnicodeString propName(fields[1][0], (int32_t)(fields[1][1]-fields[1][0])); in derivedPropsLineFn() local 170 propName.trim(); in derivedPropsLineFn() 171 if(me->unknownPropertyNames->find(propName)==NULL) { in derivedPropsLineFn() 173 me->unknownPropertyNames->puti(propName, 1, errorCode); in derivedPropsLineFn()
|
/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()
|