HomeSort by relevance Sort by last modified time
    Searched defs:propName (Results 1 - 21 of 21) sorted by null

  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncSystemProperty.java 62 String propName = "";
77 propName = (indexOfNSSep < 0)
83 result = xsltInfo.getProperty(propName);
101 result = System.getProperty(propName);
106 // result = System.getenv(propName);
141 if (propName.equals("version") && result.length() > 0)
  /external/oauth/core/src/main/java/net/oauth/
ConsumerProperties.java 114 String propName = (String) prop.getKey();
115 if (propName.startsWith(name + ".consumer.")) {
116 String c = propName.substring(name.length() + 10);
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertPathBuilder2Test.java 90 String propName = CertPathBuilder1Test.DEFAULT_TYPE_PROPERTY;
93 Security.setProperty(propName, invalidValues[i]);
99 Security.setProperty(propName, dt);
CertPathValidator2Test.java 91 String propName = "certpathvalidator.type";
93 Security.setProperty(propName, invalidValues[i]);
97 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);
  /external/apache-harmony/security/src/test/api/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/icu/source/common/
uniset_props.cpp 35 #include "propname.h"
    [all...]
  /external/icu/icu4c/source/common/
uniset_props.cpp 35 #include "propname.h"
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cucdtst.c 525 static void testSampleCharProps(UBool propFn(UChar32), const char *propName,
533 propName, sampleChars[i], result);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cucdtst.c 524 static void testSampleCharProps(UBool propFn(UChar32), const char *propName,
532 propName, sampleChars[i], result);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar 
com.ibm.icu_4.2.1.v20100412.jar 
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 
ant.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 327 milliseconds