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

1 2 3 4 5 6 7 8 91011>>

  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncSystemProperty.java 62 String propName = "";
77 propName = (indexOfNSSep < 0)
83 result = xsltInfo.getProperty(propName);
104 result = System.getProperty(propName);
153 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);
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
PropertyNode.java 43 public String propName;
68 propName = "";
77 String propName, String propValue, List<String> propValue_vector,
80 if (propName != null) {
81 this.propName = propName;
83 this.propName = "";
130 if (propName == null || !propName.equals(node.propName)) {
    [all...]
PropertyNodesVerifierElem.java 62 public PropertyNodesVerifierElem addExpectedNodeWithOrder(String propName, String propValue) {
63 return addExpectedNodeWithOrder(propName, propValue, null, null, null, null, null);
67 String propName, String propValue, ContentValues contentValues) {
68 return addExpectedNodeWithOrder(propName, propValue, null,
73 String propName, List<String> propValueList, ContentValues contentValues) {
74 return addExpectedNodeWithOrder(propName, null, propValueList,
79 String propName, String propValue, List<String> propValueList) {
80 return addExpectedNodeWithOrder(propName, propValue, propValueList, null,
85 String propName, List<String> propValueList) {
87 return addExpectedNodeWithOrder(propName, propValue.toString(), propValueList
    [all...]
  /libcore/luni/src/test/java/tests/security/cert/
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);
  /frameworks/base/cmds/idmap/
scan.cpp 104 String16 propName = String16();
130 propName = String16(p, len);
142 if (propName.size() > 0 && propValue.size() > 0) {
144 if (!check_property(propName, propValue)) {
  /hardware/qcom/audio/legacy/alsa_sound/
ALSAMixer.cpp 55 const char *propName;
176 property_get (mixerMasterProp[i].propName,
213 property_get (mixerProp[j][i].propName,
  /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);
  /libcore/ojluni/src/main/java/java/time/chrono/
HijrahChronology.java 363 String propName = PROP_PREFIX + id + PROP_TYPE_SUFFIX;
364 String calType = calendarProperties.getProperty(propName);
366 throw new DateTimeException("calendarType is missing or empty for: " + propName);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
ProjectState.java 193 String propName = ProjectProperties.PROPERTY_LIB_REF + Integer.toString(index++);
194 String rootPath = mProperties.getProperty(propName);
312 String propName = ProjectProperties.PROPERTY_LIB_REF + Integer.toString(index++);
313 String rootPath = mProperties.getProperty(propName);
627 String propName = ProjectProperties.PROPERTY_LIB_REF + Integer.toString(index++);
628 String rootPath = mProperties.getProperty(propName);
638 workingCopy.setProperty(propName, newValue);
  /external/icu/icu4c/source/common/
uniset_props.cpp 37 #include "propname.h"
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cucdtst.c 527 static void testSampleCharProps(UBool propFn(UChar32), const char *propName,
535 propName, sampleChars[i], result);
    [all...]
  /external/testng/src/main/java/org/testng/
TestNGAntTask.java 678 String propName = (String) propKey;
679 String propVal = getProject().getUserProperty(propName);
680 if (propName.startsWith("ant.")) {
681 log("Excluding ant property: " + propName + ": " + propVal, Project.MSG_DEBUG);
683 log("Including user property: " + propName + ": " + propVal, Project.MSG_DEBUG);
685 var.setKey(propName);
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
UnicodeSet.java     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UnicodeSetTest.java 100 String propName;
102 propName = UCharacter.getPropertyName(propNum, nameChoice);
103 if (propName == null) {
114 logln("Property (" + propNum + "): " + propName);
134 + "Property (" + propNum + "): " + propName + ", "
143 testSet = new UnicodeSet("[:" + propName + "=" + valueName + ":]");
146 + "Property (" + propNum + "): " + propName + ", "
160 + "Property (" + propNum + "): " + propName + ", "
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UnicodeSet.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UnicodeSetTest.java 99 String propName;
101 propName = UCharacter.getPropertyName(propNum, nameChoice);
102 if (propName == null) {
113 logln("Property (" + propNum + "): " + propName);
133 + "Property (" + propNum + "): " + propName + ", "
142 testSet = new UnicodeSet("[:" + propName + "=" + valueName + ":]");
145 + "Property (" + propNum + "): " + propName + ", "
159 + "Property (" + propNum + "): " + propName + ", "
    [all...]
  /hardware/ril/reference-ril/
reference-ril.c 592 char propName[PROP_NAME_MAX];
595 snprintf(propName, sizeof propName, "net.eth0.dns%d", nn);
598 if (__system_property_get(propName, propValue) == 0) {
    [all...]
  /prebuilts/tools/common/m2/repository/commons-beanutils/commons-beanutils/1.7.0/
commons-beanutils-1.7.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/commons-beanutils/commons-beanutils/1.8.0/
commons-beanutils-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/commons-beanutils/commons-beanutils/1.9.2/
commons-beanutils-1.9.2.jar 
  /prebuilts/tools/common/m2/repository/commons-beanutils/commons-beanutils-core/1.8.3/
commons-beanutils-core-1.8.3.jar 

Completed in 1796 milliseconds

1 2 3 4 5 6 7 8 91011>>