Home
last modified time | relevance | path

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

12

/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()
DSecuritySupport12.java87 String getSystemProperty(final String propName) {
91 return System.getProperty(propName);
/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]];
/external/qemu/android/avd/
Dutil.c177 _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/
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/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/icu4c/tools/genbidi/
Dgenbidi.c104 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/
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()
DSecuritySupport12.java84 String getSystemProperty(final String propName) {
88 return System.getProperty(propName);
/external/icu4c/tools/genprops/
Dprops2.c108 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/
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/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/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/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/icu4c/test/intltest/
Ducdtest.cpp169 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/
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