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

1 2

  /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);
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8CSSStyleDeclarationCustom.cpp 142 String propName = builder.toString();
143 int propertyID = cssPropertyID(propName);
147 propInfo->wasFilter = (propName == "filter");
  /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 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/webkit/Source/JavaScriptGlue/
JSUtils.cpp 285 Identifier propName = *iter;
286 UString ustr = propName.ustring();
331 Identifier propName = *iter;
332 if (object->hasProperty(exec, propName))
334 CFStringRef cfKey = IdentifierToCFString(propName);
335 CFTypeRef cfValue = KJSValueToCFTypeInternal(object->get(exec, propName), exec, &imps);
  /sdk/anttasks/src/com/android/ant/
DependencyHelper.java 227 String propName = ProjectProperties.PROPERTY_LIB_REF + Integer.toString(index++);
228 String rootPath = properties.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);
  /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 189 String propName = ProjectProperties.PROPERTY_LIB_REF + Integer.toString(index++);
190 String rootPath = mProperties.getProperty(propName);
274 String propName = ProjectProperties.PROPERTY_LIB_REF + Integer.toString(index++);
275 String rootPath = mProperties.getProperty(propName);
589 String propName = ProjectProperties.PROPERTY_LIB_REF + Integer.toString(index++);
590 String rootPath = mProperties.getProperty(propName);
600 workingCopy.setProperty(propName, newValue);
  /external/icu4c/common/
uniset_props.cpp 35 #include "propname.h"
    [all...]
  /hardware/ril/reference-ril/
reference-ril.c 437 char propName[PROP_NAME_MAX];
438 snprintf(propName, sizeof propName, "net.eth0.dns%d", nn);
441 if (__system_property_get(propName, propValue) == 0) {
    [all...]
  /external/icu4c/test/cintltst/
cucdtst.c 519 static void testSampleCharProps(UBool propFn(UChar32), const char *propName,
527 propName, sampleChars[i], result);
    [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JITStubs.cpp     [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/
ProjectCreator.java 536 String propName = ProjectProperties.PROPERTY_LIB_REF + Integer.toString(index);
542 String ref = props.getProperty(propName);
550 String propName = ProjectProperties.PROPERTY_LIB_REF + Integer.toString(index);
551 propsWC.setProperty(propName, libraryPath);
    [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 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 

Completed in 6189 milliseconds

1 2