HomeSort by relevance Sort by last modified time
    Searched full:propname (Results 26 - 50 of 146) sorted by null

12 3 4 5 6

  /external/apache-xml/src/main/java/org/apache/xml/dtm/
SecuritySupport12.java 87 String getSystemProperty(final String propName) {
91 return System.getProperty(propName);
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
SecuritySupport.java 98 String getSystemProperty(String propName) {
99 return System.getProperty(propName);
SecuritySupport12.java 87 String getSystemProperty(final String propName) {
91 return System.getProperty(propName);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
SecuritySupport.java 96 String getSystemProperty(String propName) {
97 return System.getProperty(propName);
SecuritySupport12.java 84 String getSystemProperty(final String propName) {
88 return System.getProperty(propName);
  /external/apache-xml/src/main/java/org/apache/xml/utils/
SecuritySupport.java 98 String getSystemProperty(String propName) {
99 return System.getProperty(propName);
SecuritySupport12.java 87 String getSystemProperty(final String propName) {
91 return System.getProperty(propName);
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
SecuritySupport.java 98 String getSystemProperty(String propName) {
99 return System.getProperty(propName);
SecuritySupport12.java 87 String getSystemProperty(final String propName) {
91 return System.getProperty(propName);
  /external/chromium_org/v8/test/webkit/fast/js/kde/
object_prototype.js 84 for (var propname in obj) {
85 if (propname == property)
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPUtils.java 98 * propName parameters:
101 * <li> Non-empty <code>schemaNS</code> and <code>propName</code> - The named property is
106 * <li> Non-empty <code>schemaNS</code> and empty <code>propName</code> - The all external
112 * <li> Empty <code>schemaNS</code> and empty <code>propName</code> - All external properties in
118 * It is an error to pass an empty <code>schemaNS</code> and non-empty <code>propName</code>.
127 * @param propName
138 public static void removeProperties(XMPMeta xmp, String schemaNS, String propName,
141 XMPUtilsImpl.removeProperties(xmp, schemaNS, propName, doAllProperties, includeAliases);
  /external/chromium_org/v8/test/webkit/
for-in-var-scope-expected.txt 30 PASS j is 'propName'
  /frameworks/opt/vcard/java/com/android/vcard/
VCardInterpreter.java 37 * e.g. group1.propName;paramName1=paramValue1;paramName2=paramValue2;propertyValue1;propertyValue2...
  /external/qemu/android/avd/
util.c 189 _getSystemProperty( const char* propFile, const char* propName )
193 int propNameLen = strlen(propName);
218 if (memcmp(temp, propName, propNameLen) != 0) {
240 _getBuildProperty( const char* androidOut, const char* propName )
249 return _getSystemProperty(temp, propName);
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertPathBuilder2Test.java 91 String propName = CertPathBuilder1Test.DEFAULT_TYPE_PROPERTY;
94 Security.setProperty(propName, invalidValues[i]);
100 Security.setProperty(propName, dt);
CertPathValidator2Test.java 92 String propName = "certpathvalidator.type";
94 Security.setProperty(propName, invalidValues[i]);
98 Security.setProperty(propName, dt);
CertPathValidator1Test.java 109 String propName = "certpathvalidator.type";
110 String defCPV = Security.getProperty(propName);
121 Security.setProperty(propName, defaultType);
123 resType = Security.getProperty(propName);
  /libcore/luni/src/test/java/tests/security/cert/
CertPathBuilder2Test.java 83 String propName = CertPathBuilder1Test.DEFAULT_TYPE_PROPERTY;
86 Security.setProperty(propName, invalidValues[i]);
92 Security.setProperty(propName, dt);
CertPathValidator2Test.java 83 String propName = "certpathvalidator.type";
85 Security.setProperty(propName, invalidValues[i]);
89 Security.setProperty(propName, dt);
CertPathValidator1Test.java 102 String propName = "certpathvalidator.type";
103 String defCPV = Security.getProperty(propName);
114 Security.setProperty(propName, defaultType);
116 resType = Security.getProperty(propName);
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KeyStoreTest.java 188 String propName = "keystore.type";
189 String defKSType = Security.getProperty(propName);
199 Security.setProperty(propName, defaultType);
201 resType = Security.getProperty(propName);
  /external/chromium_org/third_party/icu/source/test/intltest/
ucdtest.cpp 169 UnicodeString propName(fields[1][0], (int32_t)(fields[1][1]-fields[1][0]));
170 propName.trim();
171 if(me->unknownPropertyNames->find(propName)==NULL) {
173 me->unknownPropertyNames->puti(propName, 1, errorCode);
  /frameworks/av/media/libstagefright/wifi-display/source/
Converter.h 73 static int32_t GetInt32Property(const char *propName, int32_t defaultValue);
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStoreTest.java 187 String propName = "keystore.type";
188 String defKSType = Security.getProperty(propName);
198 Security.setProperty(propName, defaultType);
200 resType = Security.getProperty(propName);
  /external/chromium_org/third_party/WebKit/Source/web/tests/
ListenerLeakTest.cpp 51 v8::String::Utf8Value propName(prop->GetName());
52 if (!strcmp(name, *propName))

Completed in 440 milliseconds

12 3 4 5 6