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

1 2 3 4

  /system/core/libsysutils/src/
ServiceManager.cpp 102 char propName[PROPERTY_KEY_MAX];
105 ret = snprintf(propName, sizeof(propName), "init.svc.%s", name);
106 if (ret > (int)sizeof(propName)-1) {
111 if (property_get(propName, propVal, 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);
  /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...]
  /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);
  /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);
  /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,
  /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);
  /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);
  /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/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 519 static void testSampleCharProps(UBool propFn(UChar32), const char *propName,
527 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...]
  /hardware/ril/reference-ril/
reference-ril.c 569 char propName[PROP_NAME_MAX];
570 snprintf(propName, sizeof propName, "net.eth0.dns%d", nn);
573 if (__system_property_get(propName, propValue) == 0) {
    [all...]
  /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 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/boot/
plexus-classworlds-2.5.1.jar 

Completed in 1059 milliseconds

1 2 3 4