HomeSort by relevance Sort by last modified time
    Searched defs:propName (Results 1 - 25 of 43) 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)) {
  /tools/motodev/src/plugins/common/src/com/motorola/studio/android/model/manifest/dom/
AbstractSimpleNameNode.java 36 private String propName = null;
46 this.propName = name;
67 if ((propName != null) && (propName.trim().length() > 0))
69 properties.put(PROP_NAME, propName);
81 return propName.trim().length() > 0;
91 return propName;
102 this.propName = name;
AbstractIconLabelNameNode.java 50 protected String propName = null;
62 this.propName = name;
71 return propName.trim().length() > 0;
82 if ((propName != null) && (propName.trim().length() > 0))
84 properties.put(PROP_NAME, propName);
154 return propName;
165 this.propName = name;
AbstractUsesNode.java 37 private String propName = null;
49 this.propName = name;
70 if ((propName != null) && (propName.trim().length() > 0))
72 properties.put(PROP_NAME, propName);
85 return propName.trim().length() > 0;
95 return propName;
106 this.propName = name;
MetadataNode.java 39 private String propName = null;
59 this.propName = name;
80 properties.put(PROP_NAME, propName);
113 return (propName.trim().length() > 0) && (containsOnlyResource || containsOnlyValue);
123 return propName;
134 this.propName = name;
  /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 235 String propName = ProjectProperties.PROPERTY_LIB_REF + Integer.toString(index++);
236 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 191 String propName = ProjectProperties.PROPERTY_LIB_REF + Integer.toString(index++);
192 String rootPath = mProperties.getProperty(propName);
284 String propName = ProjectProperties.PROPERTY_LIB_REF + Integer.toString(index++);
285 String rootPath = mProperties.getProperty(propName);
599 String propName = ProjectProperties.PROPERTY_LIB_REF + Integer.toString(index++);
600 String rootPath = mProperties.getProperty(propName);
610 workingCopy.setProperty(propName, newValue);
  /external/icu4c/common/
uniset_props.cpp 35 #include "propname.h"
    [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...]
  /hardware/ril/reference-ril/
reference-ril.c 532 char propName[PROP_NAME_MAX];
533 snprintf(propName, sizeof propName, "net.eth0.dns%d", nn);
536 if (__system_property_get(propName, propValue) == 0) {
    [all...]

Completed in 1063 milliseconds

1 2